/*-- Movie Color Index */
/*--========================= Font Sizes --*/
/*--========================= Form --*/
/*--========================= Badges --*/
/*-- Movie Color Index */
/*--========================= Font Sizes --*/
/*--========================= Form --*/
/*--========================= Badges --*/
/*--============================= Social --*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i&display=swap");
.svj-social {
  align-items: center;
  display: flex;
}
.svj-social .item-round-o {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
  background: transparent;
  border: 1px solid #FFC00F;
  border-radius: 50%;
  color: #FFC00F;
  list-style: none;
  margin-right: 8px;
}
.svj-social .item-round-o:hover {
  background: #ffffff;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

/*--=========== Button Type --*/
.btn, .btnReserveTicket {
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  padding: 0 24px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s all;
}
.btn:focus, .btnReserveTicket:focus {
  outline: none;
}
.btn:hover, .btnReserveTicket:hover {
  cursor: pointer;
  text-decoration: none;
}

/*--=========== Button Color --*/
.btn-alt {
  background: #ffffff;
  color: #FFC00F;
  display: inline-block;
}
.btn-alt:hover {
  background: white;
  color: #FFC00F;
}

.btn-prime {
  background: #343a40;
  color: #ffffff;
}
.btn-prime:hover {
  background: white;
  color: #FFC00F;
}

.btn-sec {
  background: #777777;
  color: #ffffff;
}
.btn-sec:hover {
  background: #c4c4c4;
  color: #ffffff;
}

.btn-tert {
  background: #919ca6;
  color: #ffffff;
}
.btn-tert:hover {
  background: #697582;
  color: #020303;
}

.btn-theme {
  background: #FFC00F;
  border: none;
  color: #ffffff;
  display: inline-block;
}
.btn-theme:hover {
  background: #dba200;
  color: white;
}
.btn-theme:focus {
  color: white;
}

.btn-primary {
  background: #007bff;
  color: #ffffff;
}
.btn-primary:hover {
  background: #3395ff;
  color: #fff;
}

.btn-danger {
  background-color: #dc3545;
  color: #ffffff;
}
.btn-danger:hover {
  background: #f3b7bd;
  color: #ffffff;
}

.btn-success, .btnReserveTicket {
  background-color: #44b35e;
  color: #ffffff;
}
.btn-success:hover, .btnReserveTicket:hover {
  background: #afe1bb;
  color: #ffffff;
}

.btn-info, .btn.sfBtnAddFood, .sfBtnAddFood.btnReserveTicket {
  background-color: #17a2b8;
  color: #ffffff;
}
.btn-info:hover, .btn.sfBtnAddFood:hover, .sfBtnAddFood.btnReserveTicket:hover {
  background: #7adeee;
  color: #ffffff;
}

.btn-warning {
  background-color: #fd7e14;
  color: #ffffff;
}
.btn-warning:hover {
  background: #fed1ac;
  color: #ffffff;
}

/*--=========== Button with Icon --*/
.btn-icon-info {
  background: #FFC00F;
  color: #ffffff;
  display: inline-block;
}
.btn-icon-info i {
  margin-right: 6px;
}
.btn-icon-info:hover {
  background: transparent;
  color: #ffffff;
}

/*--=========== Button Shape --*/
.btn-block, .btn.sfBtnAddFood, .sfBtnAddFood.btnReserveTicket {
  display: block;
  width: 100%;
}

.btn-circle {
  border-radius: 50%;
  align-items: center;
  display: flex;
  height: 66px;
  justify-content: center;
  width: 66px;
}

.btn-core {
  background: none;
  border: none;
  color: #FFC00F;
  padding: 0;
}

.btn-rnd {
  border-radius: 50px;
}

.btn-sqr {
  align-items: center;
  display: flex;
  height: 66px;
  justify-content: center;
  width: 66px;
}

/*--=========== Button Feature --*/
.btn-o {
  background: transparent;
  border: 1px solid;
}

.btn-o.btn-alt {
  color: #ffffff;
}
.btn-o.btn-alt:hover {
  background: #ffffff;
  color: #FFC00F;
}

.btn-o.btn-prime {
  color: #343a40;
}
.btn-o.btn-prime:hover {
  background: #343a40;
  color: #ffffff;
}

.btn-o.btn-sec {
  color: #777777;
}
.btn-o.btn-sec:hover {
  background: #777777;
  color: #ffffff;
}

.btn-o.btn-tert {
  color: #adb5bd;
}
.btn-o.btn-tert:hover {
  background: #adb5bd;
  color: #ffffff;
}

.btn-o.btn-theme {
  color: #FFC00F;
}
.btn-o.btn-theme:hover {
  background: #FFC00F;
  color: #ffffff;
}

.btn-o.btn-danger {
  color: #dc3545;
}
.btn-o.btn-danger:hover {
  background: #dc3545;
  color: #ffffff;
}

.btn-o.btn-success, .btn-o.btnReserveTicket {
  color: #44b35e;
}
.btn-o.btn-success:hover, .btn-o.btnReserveTicket:hover {
  background: #44b35e;
  color: #ffffff;
}

.btn-o.btn-theme {
  color: #17a2b8;
}
.btn-o.btn-theme:hover {
  background: #17a2b8;
}

.btn-o.btn-warning {
  color: #fd7e14;
}
.btn-o.btn-warning:hover {
  background: #fd7e14;
  color: #ffffff;
}

/*--=========== Button Sizes --*/
.btn-sm {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
}

.btn-lg {
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  padding: 0 40px;
}

.btn-xl {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
}

/*--=================== VARIABLES --*/
/*--=================== GENERAL SCSS --*/
label {
  color: #000;
}

.sfFormlabel {
  color: #adb5bd;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 4px;
  text-transform: capitalize;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea, select {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  color: #777777;
  font-size: 15px;
  height: 40px;
  margin: 0;
  padding: 0 12px !important;
  width: 100%;
}
input:not([type]):hover, input[type=text]:not(.browser-default):hover, input[type=password]:not(.browser-default):hover, input[type=email]:not(.browser-default):hover, input[type=url]:not(.browser-default):hover, input[type=time]:not(.browser-default):hover, input[type=date]:not(.browser-default):hover, input[type=datetime]:not(.browser-default):hover, input[type=datetime-local]:not(.browser-default):hover, input[type=tel]:not(.browser-default):hover, input[type=number]:not(.browser-default):hover, input[type=search]:not(.browser-default):hover, textarea.materialize-textarea:hover, select:hover {
  background: #ffffff;
}
input:not([type]):focus, input[type=text]:not(.browser-default):focus, input[type=password]:not(.browser-default):focus, input[type=email]:not(.browser-default):focus, input[type=url]:not(.browser-default):focus, input[type=time]:not(.browser-default):focus, input[type=date]:not(.browser-default):focus, input[type=datetime]:not(.browser-default):focus, input[type=datetime-local]:not(.browser-default):focus, input[type=tel]:not(.browser-default):focus, input[type=number]:not(.browser-default):focus, input[type=search]:not(.browser-default):focus, textarea.materialize-textarea:focus, select:focus {
  border: 1px solid #dddddd;
}

textarea {
  box-sizing: border-box;
  color: #777777;
  font-size: 15px;
  margin: 0;
  padding: 10px 12px !important;
  width: 100%;
}

.sfRequired, .Required {
  color: #ff5e5e;
  font-size: 12px;
  letter-spacing: 1px;
}

/*--=================== VARIABLES --*/
/*--=================== GENERAL SCSS --*/
label {
  color: #000;
}

.sfFormlabel {
  color: #adb5bd;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 4px;
  text-transform: capitalize;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea, select {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  color: #777777;
  font-size: 15px;
  height: 40px;
  margin: 0;
  padding: 0 12px !important;
  width: 100%;
}
input:not([type]):hover, input[type=text]:not(.browser-default):hover, input[type=password]:not(.browser-default):hover, input[type=email]:not(.browser-default):hover, input[type=url]:not(.browser-default):hover, input[type=time]:not(.browser-default):hover, input[type=date]:not(.browser-default):hover, input[type=datetime]:not(.browser-default):hover, input[type=datetime-local]:not(.browser-default):hover, input[type=tel]:not(.browser-default):hover, input[type=number]:not(.browser-default):hover, input[type=search]:not(.browser-default):hover, textarea.materialize-textarea:hover, select:hover {
  background: #ffffff;
}
input:not([type]):focus, input[type=text]:not(.browser-default):focus, input[type=password]:not(.browser-default):focus, input[type=email]:not(.browser-default):focus, input[type=url]:not(.browser-default):focus, input[type=time]:not(.browser-default):focus, input[type=date]:not(.browser-default):focus, input[type=datetime]:not(.browser-default):focus, input[type=datetime-local]:not(.browser-default):focus, input[type=tel]:not(.browser-default):focus, input[type=number]:not(.browser-default):focus, input[type=search]:not(.browser-default):focus, textarea.materialize-textarea:focus, select:focus {
  border: 1px solid #dddddd;
}

textarea {
  box-sizing: border-box;
  color: #777777;
  font-size: 15px;
  margin: 0;
  padding: 10px 12px !important;
  width: 100%;
}

.sfRequired, .Required {
  color: #ff5e5e;
  font-size: 12px;
  letter-spacing: 1px;
}

.sf-menu li span.sfPageicon {
  margin: 0 5px 0 0;
  float: left;
}

.sfLogo img {
  height: 44px;
  width: auto;
}

#sfResponsiveNavBtn {
  display: none;
}

.sf-menu {
  align-items: center;
  display: flex;
  list-style: none;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.sf-menu > li {
  padding: 0;
  position: relative;
  /* 1st level Dropdown */
}
.sf-menu > li a {
  align-items: center;
  border-bottom: 0;
  color: #e9ecef;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 15px;
  text-transform: capitalize;
}
.sf-menu > li a:hover {
  color: #FFC00F;
  text-decoration: none;
}
.sf-menu > li a .sfPageicon {
  display: none;
  flex: 0 0 34px;
}
.sf-menu > li a .sfPageicon img {
  background: #777777;
  border-radius: 50%;
  height: auto;
  padding: 8px;
  width: 100%;
}
.sf-menu > li > ul {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  height: auto !important;
  left: 0;
  margin: 0;
  padding: 5px 0;
  position: absolute;
  top: 40px;
  width: 200px;
  z-index: 1000;
}
.sf-menu > li > ul li a {
  color: #005fa3;
  display: block;
  padding: 3px 20px;
}
.sf-menu > li > ul li a:hover {
  background: #005fa3;
}
.sf-menu > li.sfActive a {
  border-bottom: 0;
  color: #FFC00F;
}
.sf-menu > li.sfActive a:after {
  display: none;
  margin: 0;
}

.sfNavigation {
  position: inherit;
}

/*--======================== 2nd Level Dropdown */
.sf-menu li.sfParent li.sfParent ul {
  position: absolute;
  left: 195px;
  top: 0;
}

/*--======================== dropdown arrow **/
.sf-sub-indicator {
  border: 4px solid transparent;
  border-top-color: #999;
  content: " ";
  display: inline-block;
  height: 0;
  margin-left: 4px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0;
}

.sf-menu li li.sfParent span.sf-sub-indicator {
  position: absolute;
  right: 5px;
  top: 9px;
  border-top-color: transparent;
  border-left-color: #999;
}

/*--======================== CSS MENU */
.sfCssmenu li {
  position: relative;
}
.sfCssmenu li.sfParent:hover ul {
  display: block !important;
  visibility: visible !important;
}
.sfCssmenu li.sfParent:hover ul li {
  float: none;
}

/*--======================== Side Menu  */
.sfSidemenu > li {
  list-style: none;
}
.sfSidemenu > li a {
  background-color: #f7f7f7;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-top-width: 0;
  display: block;
}
.sfSidemenu > li a:hover {
  background-color: #fff;
  text-decoration: none;
}
.sfSidemenu > li a span.sfPageicon {
  float: left;
  margin: 0 5px 0 0;
}
.sfSidemenu > li:first-child a {
  border-top-width: 1px;
}
.sfSidemenu > li > ul {
  display: none;
}

/*--======================== Mega Menu*/
.megawrapper {
  padding: 5px;
}

/*--======================== Footer Menu */
.sfFootermenu li {
  float: left;
  list-style: none;
  margin-right: 15px;
}

ul.megamenu {
  display: none;
}

@media screen and (max-width: 768px) {
  #sfResponsiveNavBtn {
    border: none;
    cursor: pointer;
    display: block;
    margin-left: auto;
    padding: 10px 35px 16px 0;
    position: inherit;
  }
  #sfResponsiveNavBtn span, #sfResponsiveNavBtn span:before, #sfResponsiveNavBtn span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 35px;
    background: #aaa;
    position: absolute;
    display: block;
    content: "";
    transition: all 500ms ease-in-out;
  }
  #sfResponsiveNavBtn span:before {
    top: -10px;
  }
  #sfResponsiveNavBtn span:after {
    bottom: -10px;
  }
  #sfResponsiveNavBtn.active span {
    background-color: transparent;
  }
  #sfResponsiveNavBtn.active span:before, #sfResponsiveNavBtn.active span:after {
    top: 0;
  }
  #sfResponsiveNavBtn.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #sfResponsiveNavBtn.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-bar {
    position: relative;
  }
  .sfLogo img {
    height: 40px;
    width: auto;
  }
  .sf-menu {
    align-items: flex-start;
    background: #f1f6f8;
    border-radius: 12px;
    display: none;
    flex-direction: column;
    height: calc(100vh - 50px);
    justify-content: flex-start;
    overflow: auto;
    padding: 40px !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 74px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 999;
  }
  .sf-menu > li {
    padding: 0 !important;
    width: 100%;
  }
  .sf-menu > li a {
    color: #343a40;
    display: block;
    font-size: 15px;
    line-height: 26px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 576px) {
  .menu-bar {
    position: relative;
  }
  .sfLogo img {
    height: 38px;
  }
  .sf-menu {
    height: calc(100vh - 62px);
    padding: 30px !important;
    top: 48px;
  }
  .sf-menu > li a {
    font-size: 14px;
    line-height: 26px;
    padding: 12px 24px;
  }
}
/*--=================== VARIABLES --*/
/*--=================== GENERAL SCSS --*/
.section-spacer {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 50%), url("/Templates/Cinema-lite/images/bg-page-title.jpg") no-repeat top;
  background-size: cover;
  height: 160px;
}

.pstrength-minchar {
  display: none;
}

.sfCaptcha {
  margin-top: 5px;
}
.sfCaptcha img {
  float: left;
}
.sfCaptcha input {
  width: 40px;
  float: left;
  padding: 11px 7px;
}

.pstrength-bar {
  border: none !important;
  height: 2px !important;
}

.para .hide {
  display: none;
}

.para .hide.active {
  display: block !important;
}

.frgot-psw {
  margin-top: 14px;
}

.sfFormGroup {
  margin-bottom: 20px;
}

.form-tab {
  padding: 30px 30px 30px 0;
}
.form-tab .tab .tab-ul {
  border-bottom: 1px solid #eee;
  display: flex;
  list-style-type: none;
  margin-bottom: 30px;
}
.form-tab .tab .tab-ul .tab-item {
  color: #343a40;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-right: 20px;
  padding: 5px 6px;
}
.form-tab .tab .tab-ul .active {
  border-bottom: 3px solid #FFC00F;
}

.login-form {
  background-color: #fff;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 400px auto;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
}
.login-form .form-img {
  height: 100%;
  min-height: 540px;
  position: relative;
}
.login-form .form-img .overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(6, 13, 33, 0.4588235294);
}
.login-form .form-img img {
  bottom: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.login-form .form-img .content {
  left: 0;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.login-form .form-img .content h4 {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  line-height: 38px;
  margin: 0;
}
.login-form .form-img .content p {
  color: #eee;
  font-size: 18px;
  line-height: 24px;
  margin: 22px 0 0;
}

/*--=================== SMALL DEVICES LANDSCAPE ORIENTATION --*/
/*--=================== SMALL DEVICES --*/
/*--=================== EXTRA SMALL DEVICES LANDSCAPE ORIENTATION --*/
/*--=================== EXTRA SMALL DEVICES --*/
/*--=================== VARIABLES --*/
/*-- Gutter Space --*/
/*-- Define no. of movie item in a row --*/
/*-- Movie items in small devices --*/
/*-- Movie items in extra small devices landscape view --*/
/*-- Movie items in extra small devices --*/
/*--=================== GENERAL SCSS --*/
/* --=====  MOVIE ITEM -- */
.movGrade {
  background: #db5c00;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 34px;
  z-index: 1;
  /* -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.13);
   -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.13);
   box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.13);*/
}

a.no-available {
  border-color: #999999 !important;
  color: #999999 !important;
  cursor: not-allowed;
}

a.sold, li.sold {
  border-color: #e11e26 !important;
  color: #e11e26 !important;
}

a.available, li.available {
  border-color: #4caf50 !important;
  color: #4caf50 !important;
}

a.fast-filling, li.booked {
  border-color: #ffc107 !important;
  color: #ffc107 !important;
}

.show-timing {
  border-top: 1px solid #eeeeee;
  display: grid;
  grid-gap: 6px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 10px 0 0;
  padding-top: 10px;
}
.show-timing li a {
  border: 1px solid;
  border-radius: 4px;
  color: #777777;
  display: block;
  font-size: 13px;
  line-height: 32px;
  padding: 0;
  text-align: center;
}

.movie-item {
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px 10px 18px;
}
.movie-item .movie-media {
  background: rgba(255, 255, 255, 0.2);
  height: auto;
  position: relative;
}
.movie-item .movie-media img {
  background: #f2f2f2;
  height: 350px;
  min-height: 300px;
  object-fit: cover;
  width: 100%;
}
.movie-item .movie-media .overlay {
  position: absolute;
  top: 200px;
  right: 200px;
  left: 200px;
  bottom: 200px;
  background: rgba(0, 0, 0, 0.51);
  opacity: 0;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  -o-transition: all 0.55s linear;
  transition: all 0.55s linear;
}
.movie-item .movie-media ul.preview {
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.movie-item .movie-media ul.preview li {
  list-style-type: none;
  margin: 0 6px;
}
.movie-item .movie-media ul.preview li a {
  color: #565656;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #e87817;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 13px auto;
  padding: 10px;
  display: block;
  width: 150px;
}
.movie-item .movie-media ul.preview li a:hover {
  background: #e87817;
  color: #fff;
  border: 2px solid #ffffff;
}
.movie-item .movie-media ul.preview li:nth-child(1) a {
  margin-left: -120%;
}
.movie-item .movie-media ul.preview li:nth-child(2) a {
  margin-right: -120%;
}
.movie-item .movie-media:hover .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.movie-item .movie-media:hover .preview li:nth-child(1) a {
  margin-left: 0;
  transition: all 0.5s ease-in-out;
}
.movie-item .movie-media:hover .preview li:nth-child(2) a {
  margin-right: 0;
  transition: all 0.5s ease-in-out;
}
.movie-item .no-show .movGrade {
  display: none;
}
.movie-item .movie-info {
  background: #343a40;
  padding: 15px;
  position: relative;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  height: 200px;
  /*.movie-date-release {
    background: $theme;
    color: $white;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    padding: 0 15px;
    position: absolute;
    right: -8px;
    top: -50px;
    &:after {
      content: "";
      border-top: 4px solid darken($theme, 8);
      border-left: 4px solid darken($theme, 8);
      border-bottom: 4px solid transparent;
      border-right: 4px solid transparent;
      position: absolute;
      bottom: -8px;
      right: 0;
    }
  }*/
}
.movie-item .movie-info .movie-title {
  color: #343a40;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}
.movie-item .movie-info .movie-info-item {
  color: #adb5bd;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 2px 0 0;
  text-transform: capitalize;
}
.movie-item .movie-info .movie-date-release {
  background: rgba(0, 0, 0, 0.6);
  color: #dddddd;
  display: block;
  font-size: 14px;
  left: 0;
  line-height: 48px;
  padding: 0 15px;
  position: absolute;
  top: -48px;
  width: 100%;
}

ul.seat-status {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

a.ticket-sold {
  background: #e11e26;
}

a.ticket-available {
  background: #4caf50;
}

a.ticket-booked {
  background: #ffc107;
}

/* --===== MOVIE LAYOUT -- */
.movies-showing, ul.coming-soon-movies, ul.next-change-movies {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin: 0;
}

/*--=================== SMALL DEVICES LANDSCAPE ORIENTATION --*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .show-timing {
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin: 10px 0 0;
    padding-top: 12px;
  }
  .show-timing li a {
    font-size: 13px;
    line-height: 29px;
  }
  .movie-item .movie-media img {
    min-height: 300px;
    min-width: 200px;
  }
  .movie-item .movie-media ul.preview li {
    margin: 0 3px;
  }
  .movie-item .movie-info .movie-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 6px;
  }
  .movie-item .movie-info .movie-runtime, .movie-item .movie-info .movie-date-release {
    font-size: 14px;
    line-height: 24px;
  }
}
/*--=================== SMALL DEVICES --*/
@media screen and (max-width: 768px) {
  .show-timing {
    grid-template-columns: repeat(2, 1fr);
  }
  .show-timing li a {
    line-height: 30px;
  }
  .movie-item .movie-media img {
    min-height: 220px;
    object-fit: cover;
    width: 100%;
  }
  .movie-item .movie-media ul.preview li {
    margin: 0 3px;
  }
  .movie-item .movie-info .movie-title {
    font-size: 18px;
    margin: 0 0 7px;
  }
  .movie-item .movie-info .movie-runtime, .movie-item .movie-info .movie-date-release {
    font-size: 14px;
    line-height: 24px;
  }
  .movies-showing, ul.coming-soon-movies, ul.next-change-movies {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
/*--=================== EXTRA SMALL DEVICES LANDSCAPE ORIENTATION --*/
@media screen and (min-width: 576px) and (max-width: 812px) and (orientation: landscape) {
  .show-timing {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 10px;
  }
  .show-timing li a {
    font-size: 12px;
    line-height: 26px;
  }
  .movie-item .movie-media img {
    min-height: 200px;
  }
  .movie-item .movie-media ul.preview li {
    margin: 0 3px;
  }
  .movie-item .movie-media ul.preview li a {
    padding: 6px;
    width: 130px;
  }
  .movie-item .movie-info {
    padding: 14px 12px;
  }
  .movie-item .movie-info .movie-title {
    font-size: 15px;
    line-height: 22px;
  }
  .movie-item .movie-info .movie-runtime, .movie-item .movie-info .movie-date-release {
    font-size: 12px;
    line-height: 20px;
    margin: 4px 0 0;
  }
  .movies-showing, ul.coming-soon-movies, ul.next-change-movies {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*--=================== EXTRA SMALL DEVICES --*/
@media screen and (max-width: 575px) {
  .movGrade {
    font-size: 10px;
    height: 28px;
    right: 6px;
    line-height: 28px;
    top: 6px;
    width: 28px;
  }
  .movie-item .movie-media img {
    min-height: 180px;
  }
  .movie-item .movie-media ul.preview li {
    margin: 2px 0;
  }
  .movie-item .movie-media ul.preview li a {
    font-size: 15px;
    padding: 6px;
    width: 110px;
  }
  .movie-item .movie-info {
    padding: 12px;
  }
  .movie-item .movie-info .movie-title {
    font-size: 14px;
    line-height: 20px;
  }
  .movie-item .movie-info .movie-info-item {
    font-size: 12px;
    line-height: 14px;
    margin: 3px 0 0;
  }
  .movie-item .movie-info .movie-date-release {
    font-size: 10px;
    line-height: 30px;
    margin: 0;
    padding: 0 12px;
    top: -30px;
  }
  .show-timing {
    grid-gap: 6px;
    grid-template-columns: repeat(2, 1fr);
    margin: 8px 0 0;
    padding-top: 8px;
  }
  .show-timing li a {
    font-size: 10px;
    line-height: 24px;
  }
  .movies-showing, ul.coming-soon-movies, ul.next-change-movies {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*--=================== VARIABLES --*/
/*--=================== GENERAL SCSS --*/
.promotion-carousel {
  position: relative;
}
.promotion-carousel .item-promotion img {
  height: auto;
  min-height: 200px;
  object-fit: cover;
  width: 100%;
}
.promotion-carousel .owl-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  width: calc(100% + 40px);
}
.promotion-carousel .owl-nav button {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
  background: rgba(196, 196, 196, 0.2) !important;
  border-radius: 50% !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 18px !important;
}
.promotion-carousel .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.7) !important;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
}
.promotion-carousel .owl-nav button:focus {
  outline: none;
}
.promotion-carousel:hover .owl-nav button {
  background: rgba(196, 196, 196, 0.7) !important;
  color: #ffffff !important;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
}

/*--=================== SMALL DEVICES LANDSCAPE ORIENTATION --*/
/*--=================== SMALL DEVICES --*/
@media screen and (max-width: 768px) {
  .promotion-carousel .item-promotion img {
    height: auto;
    min-height: 180px;
  }
  .promotion-carousel .owl-nav {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .promotion-carousel .owl-nav button {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
    font-size: 17px !important;
  }
}
/*--=================== EXTRA SMALL DEVICES LANDSCAPE ORIENTATION --*/
/*--=================== EXTRA SMALL DEVICES --*/
@media screen and (max-width: 575px) {
  .promotion-carousel .item-promotion img {
    height: auto;
    min-height: 180px;
  }
  .promotion-carousel .owl-nav {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .promotion-carousel .owl-nav button {
    align-items: center;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px;
    font-size: 16px !important;
  }
}
/*Popup Video */
.popupboxvideo {
  background-color: #fff;
  min-height: 100px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 17px 40px rgba(0, 0, 0, 0.35);
  box-shadow: 0 17px 40px rgba(0, 0, 0, 0.35);
  display: none;
  left: 50%;
  padding: 15px;
  position: fixed;
  top: 50%;
  width: 395px;
  z-index: 9999;
}

#fadevideo {
  display: none;
  background: #2e2335;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 300;
}

.video-overlay {
  display: none;
}

.video-overlay.is-visible {
  display: block;
  position: fixed;
  height: 100%;
  /* width: calc(100% - 100px); */
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  bottom: auto;
  right: 0;
  left: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  z-index: 9999;
  padding: 0;
  overflow: auto;
}

#main-video.is-visible {
  box-shadow: none;
  transform: translateY(-50%);
  height: auto;
  /* padding: 0 0 30px 0; */
  margin: 0 auto;
  position: relative;
  top: 50%;
}

.overflow-hidden {
  overflow: hidden;
}

#main-video {
  background: none;
  width: 650px;
}
#main-video .sfPageSliderCloseBtn {
  background: #9b6932;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  right: -20px;
  top: -20px;
  width: 40px;
  position: fixed;
  text-align: center;
}
#main-video .sfPageSliderCloseBtn:before {
  color: white;
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 26px;
}

.video-frame {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .video-overlay iframe {
    height: 320px;
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  #main-video {
    width: calc(100% - 40px);
  }
  .video-overlay iframe {
    height: 244px;
  }
}
/*--=================== VARIABLES --*/
/*--=================== GENERAL SCSS --*/
.sfFoodSearchBar {
  align-items: center;
  display: flex;
  margin: 0 auto 6px;
}

.food-card {
  background: #495057;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  transition: all 0.5s ease-in-out;
}
.food-card:hover {
  background: #3d4349;
  transition: all 0.5s ease-in-out;
}
.food-card .food-title h3 {
  color: #fff;
  margin: 0;
  font-size: 18px;
}
.food-card .food-title p {
  color: #fff;
}
.food-card .food-detail i {
  font-size: 20px;
  text-align: center;
  margin: auto;
  display: block;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

h6.timeName.sfTimeInterval {
  font-size: 14px;
  font-weight: 600;
  color: #777777;
}
h6.timeName.sfTimeInterval span {
  color: #777777;
  margin-left: 10px;
}

/*--====== Food Item Type --*/
.sfFoodPrice {
  background: #e11e26;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  line-height: 1.4;
  padding: 3px 8px;
  cursor: default;
}

.btn.sfBtnAddFood, .sfBtnAddFood.btnReserveTicket {
  font-size: 30px;
  line-height: 38px;
  height: 38px;
  margin-top: 8px;
}

.food-item-type {
  border: 1px solid #c2c2c2;
  display: grid;
  grid-column-gap: 18px;
  grid-row-gap: 15px;
  grid-template-columns: 80px auto;
  grid-template-rows: repeat(2, auto);
  padding: 12px;
  width: 100%;
}
.food-item-type .food-item-title {
  align-items: center;
  display: flex;
  grid-column: 1/3;
  grid-row: 1/2;
  justify-content: space-between;
}
.food-item-type .sfFoodName {
  color: #495057;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.food-item-type .food-img {
  width: 80px;
  grid-column: 1/2;
  grid-row: 2/3;
}
.food-item-type .food-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.food-item-type .item-info {
  grid-column: 2/3;
  grid-row: 2/3;
}
.food-item-type .item-info .food-time {
  margin: 10px 0px;
}

.food-card-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  align-items: center;
}

.food-content.collapse {
  display: block;
}

.food-content.expand {
  display: none;
}

.food-item {
  background: #f1f1f1;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.food-item.collapse .food-content {
  margin-top: 15px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.food-item.show .food-content {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: relative;
  height: 0;
  overflow: hidden;
}

.food-item.collapse .fa-plus-circle:before {
  content: "\f056";
}

/*--=================== SMALL DEVICES LANDSCAPE ORIENTATION --*/
@media screen and (min-width: 768px) and (max-wi dth: 1024px) and (orientation: landscape) {
  /*--======== Food Section --*/
  .food-card {
    padding: 10px 15px;
  }
  .food-card .food-title h3 {
    font-size: 16px;
  }
  .food-card .food-detail i {
    font-size: 18px;
  }
  /*--====== Food Item Type --*/
  .sfFoodPrice {
    font-size: 14px;
    padding: 3px 8px;
  }
  .btn.sfBtnAddFood, .sfBtnAddFood.btnReserveTicket {
    font-size: 26px;
    line-height: 34px;
    height: 34px;
    margin-top: 8px;
  }
  .food-item-type {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    grid-template-columns: 90px auto;
    padding: 12px;
  }
  .food-item-type .sfFoodName {
    font-size: 15px;
  }
  .food-item-type .food-img {
    width: 90px;
  }
  .food-item-type .item-info .food-time {
    margin: 9px 0;
  }
  .food-card-body {
    grid-template-columns: repeat(1, 1fr);
  }
  .food-item.collapse .food-content {
    margin-top: 6px;
  }
}
/*--=================== SMALL DEVICES --*/
@media screen and (max-width: 768px) {
  /*--======== Food Section --*/
  .food-card {
    padding: 10px 15px;
  }
  .food-card .food-title h3 {
    font-size: 16px;
  }
  .food-card .food-detail i {
    font-size: 18px;
  }
  /*--====== Food Item Type --*/
  .sfFoodPrice {
    font-size: 14px;
    padding: 3px 8px;
  }
  .btn.sfBtnAddFood, .sfBtnAddFood.btnReserveTicket {
    font-size: 24px;
    line-height: 34px;
    height: 34px;
    margin-top: 8px;
  }
  .food-item-type {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 90px auto;
    padding: 12px;
  }
  .food-item-type .sfFoodName {
    font-size: 15px;
  }
  .food-item-type .food-img {
    width: 90px;
  }
  .food-item-type .item-info .food-time {
    margin: 9px 0;
  }
  .food-card-body {
    grid-template-columns: repeat(1, 1fr);
  }
  .food-item.collapse .food-content {
    margin-top: 6px;
  }
}
/*--=================== EXTRA SMALL DEVICES LANDSCAPE ORIENTATION --*/
/*--=================== EXTRA SMALL DEVICES --*/
@media screen and (max-width: 575px) {
  /*--======== Food Section --*/
  .food-card {
    padding: 13px 20px;
  }
  .food-card .food-title h3 {
    font-size: 16px;
  }
  .food-card .food-detail i {
    font-size: 18px;
  }
  /*--====== Food Item Type --*/
  .sfFoodPrice {
    background: #e11e26;
    border-radius: 40px;
    text-align: center;
    color: #ffffff;
    line-height: 1.4;
    margin: 5px;
    padding: 2px 7px;
    cursor: default;
  }
  .btn.sfBtnAddFood, .sfBtnAddFood.btnReserveTicket {
    font-size: 24px;
    line-height: 36px;
    height: 36px;
    margin-top: 8px;
  }
  .food-item-type {
    grid-column-gap: 18px;
    grid-row-gap: 10px;
    grid-template-columns: 80px auto;
    grid-template-rows: repeat(2, auto);
    padding: 12px;
    width: 100%;
  }
  .food-item-type .sfFoodName {
    font-size: 15px;
  }
  .food-item-type .food-img {
    width: 80px;
  }
  .food-item-type .item-info .food-time {
    margin: 10px 0;
  }
  .food-card-body {
    grid-template-columns: repeat(1, 1fr);
  }
  .food-item.collapse .food-content {
    margin-top: 15px;
  }
}
/*--============================== Blog --*/
.list-blog {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}

.post-col {
  margin-bottom: 30px;
  padding: 0 6px;
  width: 33.3333333333%;
}

.sfNewArticle {
  background: #fff;
  border-radius: 8px;
  height: 100%;
}
.sfNewArticle img {
  background: rgba(4, 14, 23, 0.8);
  border-radius: 4px;
  height: 200px;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
.sfNewArticle h3 {
  margin: 0;
}
.sfNewArticle h3 a {
  color: #343a40;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.sfNewArticle h3 a:hover {
  color: #FFC00F;
}
.sfNewArticle p {
  margin: 12px 0 0;
}
.sfNewArticle .sfArticleInfo {
  position: relative;
  padding: 20px 0 0;
}
.sfNewArticle ul {
  list-style: none;
  margin: 0 0 6px;
  padding: 0;
}
.sfNewArticle ul li {
  font-size: 12px;
  line-height: 25px;
  margin-right: 12px;
  white-space: normal;
}
.sfNewArticle .sfauthorsfauthor {
  float: left;
  background: url(../images/man-icon.png) no-repeat left 7px;
}
.sfNewArticle .sfdate {
  color: #adb5bd;
}
.sfNewArticle .sfcomments {
  display: none;
}
.sfNewArticle .sfTag {
  background: url(../images/tag.png) no-repeat left 8px;
  display: inline;
  word-wrap: break-word;
}
.sfNewArticle .sfCateogory {
  background: url(../images/category.png) no-repeat left 8px;
  display: inline;
  word-wrap: break-word;
}
.sfNewArticle .sfPostimg {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.sfNewArticle .sfPostimg a {
  background: #fff;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /*--============================== Blog --*/
  .post-col {
    width: 50%;
  }
  .sfNewArticle img {
    height: 200px;
  }
  .sfNewArticle h3 a {
    font-size: 18px;
  }
  .sfNewArticle p {
    margin: 10px 0 0;
  }
  .sfNewArticle .sfArticleInfo {
    padding: 18px 0 0;
  }
  .sfNewArticle ul li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 576px) {
  /*--============================== Blog --*/
  .post-col {
    width: 100%;
  }
  .sfNewArticle:last-child {
    margin-bottom: 0;
  }
  .sfNewArticle img {
    height: 200px;
  }
  .sfNewArticle h3 a {
    font-size: 18px;
  }
  .sfNewArticle p {
    margin: 10px 0 0;
  }
  .sfNewArticle .sfArticleInfo {
    padding: 18px 0 0;
  }
  .sfNewArticle ul li {
    margin-right: 10px;
  }
}
/*================== Theme Fonts ============*/
body {
  font-family: "Lato", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #fff;
  background-color: #E3963E;
}

a {
  text-decoration: none;
}
a:hover {
  color: #FFC00F;
  text-decoration: none;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

img {
  display: block;
}

p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: 600;
}

ul {
  list-style: none;
}

table tr {
  font-size: 15px;
}
table tr th {
  color: #000;
  font-weight: bold;
}
table tr td {
  color: #adb5bd;
}

.brand-size {
  height: 60px;
}

.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* Define width */
}

.my-shadow, .ticket-profile, .layout-info, .sfMovieShowtime.showTime li span:hover, .view-time .audi-time, .movies-details .movie-trailer iframe, .no-movie, .display-board, .contact-form, .notice-board, .login-form, .promotion-carousel .owl-item {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}

/* Membership card */
.membership-card {
  position: relative;
  width: 100%;
  height: 253px;
  margin: 50px 0;
}

.card-info {
  position: absolute;
  top: 0;
  right: 100px;
  bottom: 0;
  width: 415px;
  height: 140px;
  text-align: center;
  margin: auto;
  display: block;
}
.card-info h4 {
  color: #fff;
}
.card-info ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.card-info ul li {
  display: inline-block;
}
.card-info ul li a {
  color: #fff;
}

.sfNowShowingWrapper {
  position: relative;
}

.sfNowShowingWrapper:before {
  position: absolute;
  content: "";
  top: 0;
  background: url("/Templates/Master/images/bg-home-img") no-repeat bottom;
  background-size: cover;
  width: 100%;
  height: 500px;
  z-index: -1;
  opacity: 0.7;
}

.sfNowShowingWrapper ul li {
  width: auto;
}

td.menuName {
  line-height: 1.3;
  vertical-align: middle;
}

.ticket-summary table tr td:first-child, .food-summary table tr td:first-child {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.list-items li small {
  background: #162a64;
  color: #fff;
  display: inline-block;
  border-radius: 24px;
  padding: 3px 10px;
  margin: 0px 5px 5px 0px;
  font-size: 12px;
}

.ticket-summary table tr, .food-summary table tr, .summary-pannel table tr, .booking-cart table tr {
  line-height: 1.8;
}

.item-seat, .seat_selected {
  color: #ffffff;
  display: inline-block;
  background: #1a2359;
  border-radius: 20px;
  font-size: 14px;
  line-height: 22px;
  margin: 0 6px 6px 0;
  padding: 0 10px;
  font-weight: 100;
}

/* BTN */
.booking-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  width: 1200px;
  margin: auto;
  grid-gap: 2em;
}

ul.booking-summary-payment {
  background: #e6dec6;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  list-style-type: none;
  padding: 15px;
}

ul.booking-summary-payment li {
  display: inline-block;
  margin-right: 20px;
}

ul.booking-summary-payment li .lnkPayment {
  border: 2px solid #d35200;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px;
}

ul.booking-summary-payment li .lnkPayment img {
  height: 40px;
  width: auto;
}

img.vip-card {
  width: 50px !important;
}

.sfAccordianStyleAHeader {
  margin: 0 0 10px;
}
.sfAccordianStyleAHeader:last-child {
  margin: 0;
}
.sfAccordianStyleAHeader > h4 {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
}

.sfAccordianStyleAHeader .fa-chevron-up:before {
  content: "\f078";
}

.sfAccordianStyleAHeader.active .fa-chevron-up:before {
  content: "\f077";
}

/* Close-btn */
.close-btn {
  background: #bd0303;
  color: #FFFFFF;
  cursor: pointer;
  margin: 8px 0px;
  padding: 8px 0px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  border: 1px solid #bd0303;
  height: 20px;
  display: inline-block;
  line-height: 0.4;
}

.close-btn:hover {
  background: none repeat scroll 0 0 #710404;
}

.sfBtn.smlbtn-primary, .sfBtn.smlbtn-cancel {
  float: right;
}

.sfBtn {
  background: #007bff;
  color: #ffffff;
}

.sfBtn.smlbtn-primary {
  background: #007bff;
}

.sfBtn.smlbtn-cancel {
  background: #aaaaaa;
  margin-right: 15px;
}

.sfBtn.smlbtn-primary i, .sfBtn.smlbtn-cancel i {
  margin-right: 5px;
}

.warning {
  background: #e11e26;
}

.error {
  background: #9a0000;
}

.sucess {
  background: #559f00;
}

/* End */
/* Img Hover Effect */
.now-showing-wrapper.clearfix {
  margin: 30px 0px -18px;
}

.movie-title h3 {
  color: #fff;
  text-align: center;
  margin: 15px auto 3px;
  font-size: 18px;
}
.movie-title p {
  text-align: center;
  color: #e11e26;
}

/* ShowTime */
.nowshowing-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nowshowing-detail h2 {
  border-left: 3px solid;
  padding-left: 10px;
}

.sfNowShowingWrapper ul li {
  margin: 0;
}

/* End */
/* Banner Dots */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: url(/Templates/CentralCinemas/images/slidernav-icon.png);
}

/*--========= Movie Tab --*/
.movie-tab > ul {
  align-items: center;
  background: #445c72;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  width: 100%;
  margin: 0 auto 44px;
  max-width: 300px;
  height: 55px;
  position: relative;
}

.movie-tab > ul li.active {
  background: #c84800;
  transition: color 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: 1;
}

.movie-tab > ul li {
  cursor: pointer;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  width: 50%;
  z-index: 1;
}

.movie-tab .movie-tab-menu {
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  list-style-type: none;
  margin: 0 0 46px;
}
.movie-tab .movie-tab-menu li {
  background: transparent;
  box-shadow: none;
  color: #adb5bd;
  cursor: pointer;
  font-weight: 600;
  font-size: 26px;
  line-height: 60px;
  margin-right: 30px;
  text-transform: capitalize;
}
.movie-tab .movie-tab-menu li:last-child {
  margin: 0;
}
.movie-tab .movie-tab-menu li.active {
  color: #343a40;
}

.movie-tab-content .hide.active {
  display: block !important;
}

.movie-tab-content .hide {
  display: none;
}

li.effect {
  position: absolute;
  transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.movie-tab ul li.movie-item.active:nth-child(1) ~ .effect {
  background: #e11e26;
  left: 0;
  z-index: 0;
}

.movie-tab ul li.movie-item.active:nth-child(2) ~ .effect {
  background: #e11e26;
  z-index: 0;
  left: 151px;
}

/* Pop-up model */
.popup_container {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.popup_content {
  padding: 20px;
}

.popup_message {
  color: #777777;
  margin-bottom: 20px;
}

.popup_title {
  padding: 15px 20px;
  font-size: 18px;
  background: #FFC00F;
  margin: 0;
}

/* Payment Ticket */
.divPrintBill > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  margin: 40px 0px;
}

ul.purchased {
  display: grid;
  align-items: center;
  grid-template-columns: 200px 85px 85px 85px 85px 85px 200px;
}
ul.purchased li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  font-size: 18px;
}

/*--========================================= MAIN STYLES --*/
/*--========================= Theme Classes --*/
.d-none {
  display: none !important;
}

.sfFlex {
  display: flex;
  align-items: center;
}

/*--========================= Theme Objects --*/
.display-board, .contact-form, .notice-board {
  color: #777777;
  padding: 30px;
}

.padding-block {
  padding: 20px 0;
}
.padding-block:first-child {
  padding-top: 0;
}
.padding-block:last-child {
  padding-bottom: 0;
}

.padding-section {
  padding: 50px 0;
}

.padding-page {
  padding: 100px 0;
}

.title-block {
  background: #FFC00F;
  color: #fff;
  font-size: 26px;
  padding: 14px 30px;
  margin: 0 0 10px;
}

.title-page {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-bottom: 62px;
}
.title-page h2 {
  color: #FFC00F;
  font-size: 60px;
  font-weight: 400;
  line-height: 38px;
  padding: 0 3px;
  position: relative;
  text-transform: uppercase;
}
.title-page img {
  height: 72px;
  padding: 0 3px;
  width: auto;
}

.title-section {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 46px;
}
.title-section h3, .title-section .title-text {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  text-transform: capitalize;
}

.title-group {
  color: #777777;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
  text-transform: capitalize;
}

.section-page-title {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 50%), url("/Templates/CentralCinemas/images/bg-page-title.jpg") no-repeat top;
  background-size: cover;
}

/*--========================= Theme Modules --*/
.info-icon {
  font-size: 14px;
  list-style: none;
  padding-left: 0;
}
.info-icon li {
  display: flex;
  line-height: 24px;
  margin-bottom: 6px;
}
.info-icon li i {
  line-height: 24px;
  margin-right: 8px;
  text-align: center;
  width: 30px;
}

.links-inline {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.links-inline li {
  display: flex;
  margin-right: 10px;
}
.links-inline li a {
  color: #cccccc;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 20px;
}

.social-login {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.social-login p {
  color: #ddd;
  margin: 0;
}
.social-login i {
  width: 45px;
  height: 45px;
  background: #ddd;
  border-radius: 45px;
  color: #060d21;
  text-align: center;
  line-height: 2.1;
  font-size: 21px;
  margin: 0 10px 0 0;
}
.social-login i:hover {
  transform: rotate(360deg);
  transition: all 0.5s ease-in-out;
  transform-origin: center;
}

/*--==== Ticket Status Index --*/
.ticket-status-index {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ticket-status-index li {
  align-items: center;
  color: #777777;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  margin-right: 15px;
  text-transform: uppercase;
}
.ticket-status-index li:last-child {
  margin-right: 0;
}
.ticket-status-index li span {
  border: 2px solid;
  border-radius: 50%;
  display: inline-block;
  height: 36px;
  margin-left: 6px;
  width: 36px;
}
.ticket-status-index li span.un-available {
  border-color: #999999;
}
.ticket-status-index li span.sold {
  border-color: #e11e26;
}
.ticket-status-index li span.booked {
  border-color: #ffc107;
}
.ticket-status-index li span.available {
  border-color: #4caf50;
}

/*--==== Show Days --*/
.selectShowDays ul {
  display: flex;
  justify-content: flex-end;
  list-style: outside none none;
  margin: 0;
}
.selectShowDays ul li {
  margin: 0 5px;
}
.selectShowDays ul li a {
  border-bottom: 3px solid transparent;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 60px;
  padding: 0 4px;
  text-transform: capitalize;
}
.selectShowDays ul li:first-child {
  margin-left: 0;
}
.selectShowDays ul li:last-child {
  margin-right: 0;
}
.selectShowDays ul .active a {
  border-color: #6f605b;
  color: #6f605b;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.selectShowDays ul a:hover {
  color: #FFC00F;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

/*--==== Movie Empty --*/
.no-movie {
  align-items: center;
  background: #f1f6f8;
  border-radius: 12px;
  color: #5aafe2;
  display: flex;
  font-size: 18px;
  font-weight: bolder;
  height: 116px;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
}

/*--==== Content Empty --*/
.content-empty {
  background: rgba(4, 14, 23, 0.8);
  border: 1px solid #eeeeee;
  border-radius: 12px;
  align-items: center;
  display: flex;
  height: 320px;
  flex-direction: column;
  justify-content: center;
}
.content-empty i {
  color: #007BFF;
  font-size: 60px;
}
.content-empty p {
  color: #343a40;
  font-size: 26px;
}

/*--================= HEADER SECTION/NAVIGATION --*/
#sfHeaders {
  background: #000;
  left: 0;
  padding: 15px 0;
  position: relative;
  right: 0;
}

/*--==== For floating menu --*/
/*
.menu-bar {
  @extend .my-shadow;
  background: $bg;
  border-radius: 12px;
  padding: 15px;
}*/
/*--===== Menu Proportion Here --*/
.menu-bar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.menu-bar .section-brand {
  flex: 0 0 16%;
  max-width: 16%;
}
.menu-bar .section-menu {
  flex: 0 0 56%;
  max-width: 56%;
}
.menu-bar .section-login-status {
  flex: 0 0 28%;
  max-width: 28%;
}

/*--===== Login Information & Buttons Here --*/
.sfLogininfo ul {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.sfLogininfo ul li {
  display: block;
  margin-left: 20px;
}
.sfLogininfo ul li:first-child {
  border-right: 0 !important;
  margin-left: 0;
}
.sfLogininfo ul li a {
  color: #FFC00F;
  display: inline-block;
  font-size: 15px;
  line-height: 36px;
}
.sfLogininfo ul li .text-welcome {
  align-items: center;
  color: #FFC00F;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  white-space: nowrap;
}
.sfLogininfo ul li .text-welcome i {
  font-size: 26px;
  margin-right: 6px;
}
.sfLogininfo ul li.sfLogin a {
  background: #FFC00F;
  border-radius: 20px;
  padding: 0 15px;
}
.sfLogininfo ul li.sfLoggedOut a {
  background: #424242;
  border-radius: 30px;
  color: #e9ecef;
  padding: 0 15px;
}
.sfLogininfo ul li.sfRegister {
  display: none;
}

/*--================= FOOTER SECTION --*/
.section-footer {
  background: #222222;
  border-top: 1px solid #333333;
}
.section-footer .info-icon {
  color: #bbb;
}
.section-footer .info-icon .high-light {
  font-size: 16px;
  font-weight: bold;
}
.section-footer .brand-footer {
  display: block;
  margin-bottom: 22px;
}
.section-footer .brand-footer img {
  height: 38px;
  width: auto;
}
.section-footer .brand-footer span {
  color: #adb5bd;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0 0;
}
.section-footer .item h4 {
  color: #dddddd;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 32px;
  text-transform: capitalize;
}
.section-footer .item p {
  color: #bbbbbb;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 22px;
}
.section-footer .links-inline {
  margin: 0;
}
.section-footer .links-inline li a {
  color: #bbbbbb;
  font-size: 14px;
  font-weight: 400;
}
.section-footer .links-inline li a:hover {
  color: #FFC00F;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
}
.section-footer .footer-links li img {
  background: #ccc;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: inline-block;
  height: 60px;
  margin-bottom: 8px;
  padding: 0 15px;
  width: auto;
}
.section-footer .footer-links li a {
  color: #adb5bd;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  text-transform: capitalize;
}
.section-footer .footer-links li a:hover {
  color: #FFC00F;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
}
.section-footer .footer-base {
  border-top: 1px solid #666;
  margin-top: 20px;
  padding-top: 20px;
}
.section-footer .footer-base h5 {
  color: #888888;
  font-size: 12px;
}
.section-footer .footer-base .links-inline {
  justify-content: flex-end;
}
.section-footer .footer-base .links-inline li {
  margin: 0;
}
.section-footer .footer-base .links-inline li:after {
  background: #777777;
  content: "";
  display: inline-block;
  height: 100%;
  margin: 0 8px;
  width: 2px;
}
.section-footer .footer-base .links-inline li:last-child:after {
  display: none;
}

/*--========================= HOME PAGE --*/
.movie-content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .movie-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .movie-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .movie-content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .movie-content {
    max-width: 1140px;
  }
}
#sfBanner {
  margin: 0;
}

/*--==== For Clipping Banner and Adding Media After Banner --*/
.sfMovieShowcase {
  background: #595959;
  position: relative;
  /*.holder-media {
    bottom: -2px;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    &:before {
      content: url('/Templates/Cinema/images/shape-curve.svg');
      display: block;
      height: auto;
      width: 100%;
    }
  }*/
}

.now-showing-movies .item {
  position: relative;
}
.now-showing-movies .item .movie-content {
  background: rgb(232, 120, 23);
  border-radius: 12px;
  bottom: 30px;
  color: #fff;
  left: 110px;
  margin: auto;
  z-index: 1;
  padding: 0px 15px;
  position: absolute;
  width: 440px;
}
.now-showing-movies .item .movie-content .btn-movie-link {
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
  padding-bottom: 10px;
}
.now-showing-movies .item .movie-content i {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  margin-right: 8px;
}
.now-showing-movies .item .movie-content h3, .now-showing-movies .item .movie-content .movie-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  margin: 0;
  max-width: 45%;
}
.now-showing-movies .item .movie-content .movie-genre p {
  color: #FFC00F;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 10px;
  text-transform: capitalize;
  /* :before {
     position: absolute;
     content: '';
     background: #f6931c;
     width: 25px;
     height: 2px;
     top: 0;
     bottom: 0;
     left: 0;
     margin: auto;
   }*/
}
.now-showing-movies .item .movie-content .movie-genre p:before {
  color: #adb5bd;
  content: "Genre";
  font-size: 10px;
  display: block;
  margin-bottom: 2px;
}
.now-showing-movies .item .movie-content .movie-info {
  color: #eeeeee;
  display: none;
  font-size: 16px;
  margin: 0 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.now-showing-movies .item .movie-content .screen-info {
  display: none;
}
.now-showing-movies .item .movie-content .screen-name {
  display: none;
  margin-top: 15px;
}
.now-showing-movies .item .movie-content .btn-group {
  margin-top: 11px;
}

.movie-poster {
  min-height: 380px;
  width: 100%;
  position: relative;
}
.movie-poster img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 100px);
  min-height: 200px;
  object-fit: cover;
  border-radius: 0px 30px 0px 0px;
}
.movie-poster .overlay {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-- Banner Dot Pagination --*/
.bx-wrapper .bx-pager {
  background: none;
  border: none;
  left: 0;
  bottom: 30px;
  /*-- End --*/
}
.bx-wrapper .bx-pager .bx-pager-item {
  padding: 0 2px;
}
.bx-wrapper .bx-pager .bx-pager-item a {
  background: white;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #FFC00F;
}

.btn-icon-text {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.btn-icon-text:before {
  display: none;
}
.btn-icon-text span {
  margin-left: 8px;
}

.btn-ticket, .btn-trailer {
  background: #FFC00F;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  line-height: 44px;
  margin-right: 20px;
  padding: 0 20px;
  text-transform: uppercase;
}
.btn-ticket:hover, .btn-trailer:hover {
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
  background: #f5b400;
  color: #ffffff;
}

/*-- Rounded Trailer Button --*/
/*.btn-trailer {
  border: 20px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: $white;
  display: inline-block;
  font-size: 16px;
  left: 50%;
  text-transform: uppercase;
  //transform: translate(-50%, -50%);
  i {
    @include object-center(66px, 66px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 22px;
  }
  span {
    display: none;
  }

  &:hover {
    @include transit(.36s);
    border-color: rgba(255, 255, 255, 0.35);
    color: $white;
    i{
      @include transit(.36s);
      background: rgba(255, 255, 255, 0.4);
      border-color: rgba(255, 255, 255, 0.55);
    }
  }
}*/
.section-showing {
  background-size: contain;
}

.seat-status-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.seat-status-info .ticket-status-index {
  display: none;
}

/*--========================= PAGE SHOW DETAIL --*/
.movies-details {
  display: grid;
  grid-column-gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}
.movies-details .movie-trailer iframe {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
}
.movies-details .movies-info {
  box-sizing: content-box;
  overflow: hidden;
}
.movies-details .movies-info h2 {
  color: #343a40;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 16px;
}
.movies-details .movies-info h4 {
  color: #adb5bd;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 24px;
  position: relative;
  padding-left: 40px;
  text-transform: capitalize;
}
.movies-details .movies-info h4:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #FFC00F;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.movies-details .movies-info p {
  margin: 0 0 20px;
  width: 80%;
}

.movie-cast {
  margin: 0;
}
.movie-cast li {
  display: flex;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 16px;
}
.movie-cast li:last-child {
  margin-bottom: 0;
}
.movie-cast li span {
  color: #000;
  flex: 0 0 120px;
  max-width: 120px;
}

.show-time-info {
  display: flex;
  align-items: center;
  height: 115px;
  margin: 0;
}
.show-time-info li {
  margin-right: 20px;
}
.show-time-info li a {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: center;
  width: 90px;
  border: 2px solid;
  border-radius: 50%;
  font-weight: 600;
}

.view-time {
  margin-top: 100px;
}
.view-time .audi-time {
  align-items: center;
  background: #f1f6f8;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 150px auto;
  grid-column-gap: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.view-time .audi-time:last-child {
  margin-bottom: 0;
}
.view-time .audi-time p {
  align-items: center;
  display: flex;
  height: 116px;
  justify-content: center;
  width: 150px;
  background: #000;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
.view-time .ticket-status-index {
  margin-top: 26px;
}

/*--========================= PAGE BOOKING --*/
/*--========= Booking */
.sfMovieShowtime.showTime li span.inactive {
  border: 2px solid #797878;
  color: #797878;
  border-radius: 20px;
  padding: 8px 10px;
  cursor: not-allowed;
}

.sfMovieShowtime.showTime {
  margin: 0;
}
.sfMovieShowtime.showTime li {
  display: inline-block;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.sfMovieShowtime.showTime li span {
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
}
.sfMovieShowtime.showTime li span:hover {
  transition: all 0.5s ease-in-out;
}

.item.noShow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  width: 300px;
  height: 424px;
}
.item.noShow h1 {
  font-size: 20px;
}

.book-movie-image .imageWrapper {
  position: relative;
}
.book-movie-image .imageWrapper img {
  height: 424px;
  object-fit: cover;
  width: 100%;
}

.booking-info .booking-info-header {
  color: #343a40;
  font-size: 22px;
  margin: 0 0 16px;
}
.booking-info .booking-form .form-grp {
  margin-bottom: 15px;
}
.booking-info .booking-form .form-grp label {
  color: #adb5bd;
}
.booking-info .booking-form .form-grp:last-child {
  margin-bottom: 0;
}

.booking {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: 300px auto;
}

/*--======== Food Section --*/
.food-reserve {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.item-info .seat, .item-info .food-time, .item-info .food-qty {
  display: grid;
  grid-template-columns: 70px auto;
  align-items: center;
}

.form-inline {
  align-items: center;
  display: grid;
}
.form-inline label {
  color: #777777;
  margin: 0;
}

.layout-info {
  border-bottom: 3px solid #ced4da;
  margin-bottom: 20px;
}
.layout-info .layout-title {
  background: #000;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  padding: 12px 30px;
  text-transform: capitalize;
}
.layout-info .layout-body {
  padding: 30px;
}

/*--======= Food Summary --*/
.food-summary {
  grid-column: 2/3;
  grid-row: 3/4;
  margin-top: 40px;
}

/*--======= Reserving Summary(Grand Total) --*/
.sfGrandTotal {
  color: #495057;
  font-size: 20px !important;
  margin: 0 0 16px;
  padding: 0;
}
.sfGrandTotal h2, .sfGrandTotal label {
  color: #FFC00F;
  font-size: 20px !important;
  margin: 0;
}

.reservingSummary {
  transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
  width: 100%;
}

/*--========================= PAGE BOOKING CONFIRM --*/
.booking-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 18px;
  text-transform: capitalize;
  padding-top: 10px;
}

.booking-cart {
  box-sizing: border-box;
  width: 100%;
}
.booking-cart .total-cart {
  margin-bottom: 30px;
}
.booking-cart .total-cart tr td {
  color: #777777;
  font-size: 16px;
  padding: 8px 0;
  font-weight: bold;
  text-align: right;
}
.booking-cart .total-cart tr td:first-child {
  color: #FFC00F;
  text-align: left;
}
.booking-cart .btn-group {
  margin-top: 45px;
  text-align: center;
}

.coupon {
  border: 1px dashed #909090;
  color: #ffffff;
  padding: 18px;
  width: 100%;
}
.coupon .btn-group {
  margin-top: 12px;
  text-align: right;
}

.coupon-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}

.h-divider {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 20px 0;
  padding: 0 80px;
}
.h-divider:before, .h-divider:after {
  background: #cccccc;
  content: "";
  display: block;
  flex: 1;
  height: 1px;
}
.h-divider span {
  padding: 0 15px;
}

.group-payment-method {
  text-align: center;
}
.group-payment-method .booking-summary-payment {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}
.group-payment-method .booking-summary-payment li {
  margin: 0 10px 10px;
}
.group-payment-method .booking-summary-payment li:last-child, .group-payment-method .booking-summary-payment li:nth-last-child(2), .group-payment-method .booking-summary-payment li:nth-last-child(3) {
  margin-bottom: 0;
}
.group-payment-method .booking-summary-payment li .lnkPayment {
  background: #fff;
  border: 1px solid #FFC00F;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  padding: 8px 15px;
}
.group-payment-method .booking-summary-payment li .lnkPayment:hover {
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
}
.group-payment-method .booking-summary-payment li .lnkPayment img {
  height: 40px;
  width: auto;
}

.ticket-charge {
  margin-top: 20px;
  grid-column: 2/3;
}
.ticket-charge tr td {
  padding: 12px 0;
}
.ticket-charge tr td:last-child {
  text-align: right;
}
.ticket-charge td.sfBrdRgt.sfTotal {
  font-weight: 600 !important;
  text-align: right;
  padding-right: 30px;
}
.ticket-charge td.sfTotal {
  font-weight: 600;
  color: #FFC00F;
  font-size: 20px !important;
}
.ticket-charge td.sfTotal:last-child {
  color: #ffa84e;
}

.list-items {
  list-style-type: none;
  margin: 0;
  width: 100%;
}
.list-items > li {
  font-size: 16px;
  line-height: 36px;
}
.list-items > li > label {
  color: #fff;
  display: table-cell;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.list-items > li > span {
  color: #fff;
  display: table-cell;
  font-weight: 300;
  margin: 0;
  padding-left: 12px;
}

.sfSummaryDetails.list-items > li > label {
  width: 90px;
}

.list-food {
  display: flex;
  flex-wrap: wrap;
}
.list-food li {
  color: #ffffff;
  display: inline-block;
  background: #f39400;
  border-radius: 20px;
  font-size: 14px;
  line-height: 26px;
  margin: 0 6px 6px 0;
  padding: 0 10px;
  font-weight: 100;
}

.bookingContentWrapper {
  display: flex;
  margin: 0 -15px;
}
.bookingContentWrapper .sfBookingContent {
  flex: 0 0 65%;
  max-width: 65%;
  padding: 0 15px;
}
.bookingContentWrapper .selection {
  flex: 35%;
  max-width: 35%;
  padding: 0 15px;
}

.seats-booked {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.seats-booked li {
  margin: 0 8px 8px 0;
}

/*--========================= PAGE TICKET RATE --*/
.ticketRate h2 {
  color: #343a40;
  font-weight: bold;
  margin: 0 0 20px;
}
.ticketRate table thead tr {
  background: #e87817;
  border: 0;
  color: #fff;
}
.ticketRate table tr {
  border-bottom: 1px solid #eeeeee;
}
.ticketRate table tr td, .ticketRate table tr th {
  border: 0;
  border-radius: 0;
  padding: 12px 15px;
}
.ticketRate table tr td {
  color: #fff;
}

.notice-board {
  border: 1px solid #eeeeee;
  margin-top: 30px;
  text-align: center;
}
.notice-board h3 {
  color: #000;
  margin: 0 0 12px;
}
.notice-board h3 span {
  color: #fff;
  white-space: nowrap;
}
.notice-board ul {
  margin: 0;
}
.notice-board ul li {
  color: red;
}

/*--========================= PAGE MY TICKET --*/
.ticket-profile {
  padding: 15px;
  text-align: center;
}
.ticket-profile .media-profile {
  margin-bottom: 20px;
  position: relative;
}
.ticket-profile .media-profile img {
  background: #eeeeee;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 120px;
  margin: auto;
  object-fit: cover;
  width: 120px;
}
.ticket-profile .media-profile .btn-camera {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
  background: #fff;
  border: 2px solid #FFC00F;
  border-radius: 50%;
  bottom: 0;
  color: #FFC00F;
  font-size: 14px;
  left: calc(50% + 40px);
  position: absolute;
  transform: translate(-50%, 0);
}
.ticket-profile .media-profile .btn-camera:hover {
  background: #FFC00F;
  color: #ffffff;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
}
.ticket-profile h4 {
  font-size: 20px;
  margin: 0 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.ticket-profile ul {
  margin: 0;
}
.ticket-profile ul li {
  font-weight: 400;
}
.ticket-profile ul li span {
  color: #FFC00F;
}
.ticket-profile ul li label {
  color: #777777;
  padding-left: 6px;
}
.ticket-profile ul li a.btn, .ticket-profile ul li a.btnReserveTicket {
  margin: 10px 0;
}

.ticket-detail .card {
  background: #f1f6f8;
  border-bottom: 1px solid #ffffff;
}
.ticket-detail .card-header h2 {
  background: #1a1a1a;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}

.my-ticket {
  display: grid;
  grid-template-columns: 250px auto;
  grid-gap: 40px;
}

input#fileUploader {
  display: none;
}

.collapse, .cards-body {
  padding: 15px;
}

#bind-purchasehistory ul.purchased {
  display: grid;
  align-items: center;
  grid-template-columns: 250px auto auto auto auto 90px;
}

div#bind-bookingdetail ul.purchased {
  display: grid;
  align-items: center;
  grid-template-columns: 250px 110px 110px 85px 100px 105px auto;
}

p.no-ticket {
  color: #777777;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
}

ul.purchased li a {
  color: #575757;
}

.card-body.collapse {
  padding: 0;
}

.card-body.collapse .fa-chevron-up:before {
  content: "\f078";
}

/*--========================= PAGE CONTACT --*/
.contact-details {
  padding-right: 40px;
}

.map-section iframe {
  height: 420px;
  width: 100%;
}

/*--========================= PAGE USER PROFILE --*/
.section-user-profile .box-bg {
  background: transparent;
  margin: 0;
  padding: 0;
}
.section-user-profile .box-bg .RewardPoints h3 {
  padding: 15px 3px;
  margin: 0;
}
.section-user-profile .box-bg table tr {
  background: transparent;
  border-bottom: 1px solid #999999;
}
.section-user-profile .box-bg table tr th {
  background: transparent;
  color: #FFC00F;
  font-weight: bold;
}
.section-user-profile .box-bg table tr td {
  color: #eeeeee;
  font-size: 16px;
}
.section-user-profile .box-bg table thead tr {
  border-bottom: 1px solid #FFC00F;
}

.sfHorizontalMenuA {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
}
.sfHorizontalMenuA li {
  color: #777777;
  cursor: pointer;
  font-size: 16px;
  padding: 20px;
  background: #ddd;
  transition: all 0.2s ease-in-out;
}
.sfHorizontalMenuA li i {
  padding-right: 7px;
}
.sfHorizontalMenuA .active, .sfHorizontalMenuA li:hover {
  background: #FFC00F;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.inline-group {
  display: flex;
  flex-wrap: wrap;
}
.inline-group .input-inline {
  margin-right: 40px;
}

/*--=============== Page GENERAL CONTENT --*/
.content-general a {
  color: royalblue;
  text-decoration: none;
}
.content-general p {
  color: #777777;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
.content-general h1, .content-general h2, .content-general h3, .content-general h4, .content-general h5, .content-general h6 {
  color: #343a40;
}
.content-general h1 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 14px;
}
.content-general h2 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.content-general h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.content-general h4 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.content-general h5 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.content-general h6 {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.content-general ol {
  list-style: decimal-leading-zero;
  padding-left: 26px;
}
.content-general ol li {
  color: #777777;
  font-size: 16px;
  line-height: 1.8;
  list-style: inherit;
}
.content-general ul {
  padding-left: 18px;
  list-style: disc;
}
.content-general ul li {
  color: #777777;
  font-size: 16px;
  line-height: 1.8;
  list-style: inherit;
}
.content-general .item-desc {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /*--========================= Theme Objects --*/
  .content-empty {
    height: 280px;
  }
  .content-empty p {
    font-size: 24px;
  }
  .display-board, .notice-board, .contact-form {
    padding: 25px;
  }
  .padding-block {
    padding: 18px 0;
  }
  .padding-section {
    padding: 45px 0;
  }
  .padding-page {
    padding: 60px 0;
  }
  .title-block {
    font-size: 24px;
    padding: 12px 25px;
    margin: 0 0 8px;
  }
  .title-page {
    margin-bottom: 50px;
  }
  .title-page h2 {
    font-size: 36px;
    line-height: 42px;
    padding: 0 3px;
  }
  .title-page img {
    height: 40px;
  }
  .title-section {
    margin-bottom: 40px;
  }
  .title-section h3, .title-section .title-text {
    font-size: 25px;
  }
  .title-group {
    font-size: 18px;
    margin: 0 0 12px;
  }
  .ticket-status-index li {
    margin-right: 14px;
  }
  .ticket-status-index li span {
    height: 32px;
    width: 32px;
  }
  .btn-icon-text span {
    margin-left: 8px;
  }
  .btn-ticket, .btn-trailer {
    bottom: 20px;
    right: 40px;
  }
  .btn-ticket i, .btn-trailer i {
    font-size: 24px;
  }
  /*.btn-trailer {
    i {
      @include object-center(64px, 64px);
      font-size: 24px;
    }
  }*/
  .display-board, .notice-board, .contact-form {
    padding: 22px;
  }
  /*--========================= LOGIN PAGE --*/
  .login-form {
    grid-template-columns: 40% 60%;
    padding: 34px;
  }
  .login-form .form-img {
    min-height: 490px;
    width: 100%;
  }
  .login-form .form-img .content {
    top: 50%;
  }
  .login-form .form-img .content h4 {
    font-size: 26px;
  }
  .social-login {
    bottom: 30px;
    left: 30px;
  }
  .social-login p {
    color: #ddd;
  }
  .social-login i {
    width: 32px;
    height: 32px;
    line-height: 1.8;
    font-size: 18px;
    margin: 0 8px 0 0;
  }
  .form-tab {
    padding: 0 30px;
  }
  .form-tab .tab .tab-ul .tab-item {
    font-size: 20px;
  }
  /*--========================= HOME PAGE --*/
  /*-- Clip Path (Optional) --*/
  /* .sfMovieShowcase {
     clip-path: polygon(100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px), 0 0);
     position: relative;
   }*/
  .now-showing-movies .item .movie-content {
    bottom: 40px;
  }
  .now-showing-movies .item .movie-content h3, .now-showing-movies .item .movie-content .movie-title {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 10px;
    max-width: 45%;
  }
  .now-showing-movies .item .movie-content .movie-info {
    font-size: 17px;
    margin: 0 0 12px;
  }
  .movie-poster {
    min-height: 250px;
  }
  .movie-poster img {
    max-height: calc(100vh - 200px);
    min-height: 250px;
  }
  /*--========================= PAGE SHOW DETAIL --*/
  .movies-details .movie-trailer {
    height: auto;
  }
  .movies-details .movies-info h2 {
    font-size: 28px;
    margin: 0 0 12px;
  }
  .movies-details .movies-info h4 {
    font-size: 15px;
    margin: 0 0 12px;
  }
  .movies-details .movies-info p {
    margin: 0 0 12px;
    width: 100%;
  }
  .movie-cast li {
    line-height: 28px;
  }
  .view-time {
    margin: 80px 0 20px;
  }
  .view-time .audi-time p {
    font-size: 26px;
    height: 100px;
  }
  .show-time-info {
    height: 100px;
  }
  .show-time-info li a {
    align-items: center;
    display: flex;
    height: 86px;
    justify-content: center;
    width: 86px;
    font-size: 15px;
  }
  /*--========= Movie Tab --*/
  .movie-tab .movie-tab-menu {
    margin-bottom: 36px;
  }
  .movie-tab .movie-tab-menu li {
    font-size: 26px;
  }
  /*--========================= PAGE BOOKING  --*/
  .layout-info .layout-title {
    font-size: 25px;
    padding: 12px 26px;
  }
  .layout-info .layout-body {
    padding: 26px;
  }
  /*--========= Booking */
  .sfMovieShowtime.showTime li {
    margin: 0 10px 8px 0;
  }
  .sfMovieShowtime.showTime li span {
    font-size: 14px;
    padding: 4px 8px;
  }
  .item.noShow {
    width: 192px;
    height: auto;
  }
  .book-movie-image .imageWrapper img {
    height: auto;
  }
  .booking-info .booking-info-header {
    font-size: 20px;
  }
  .booking-info .booking-form .form-grp {
    margin-bottom: 12px;
  }
  .booking {
    grid-template-columns: 192px auto;
  }
  /*--======= Reserving Summary(Grand Total) --*/
  .sfGrandTotal {
    font-size: 18px !important;
    margin: 0 0 15px;
  }
  .sfGrandTotal label {
    font-size: 18px !important;
  }
  .reservingSummary {
    margin-bottom: 25px;
    width: 100%;
  }
  /*--========================= PAGE BOOKING CONFIRM --*/
  .booking-title {
    font-size: 21px;
    margin: 0 0 20px;
  }
  .booking-cart .total-cart {
    margin-bottom: 30px;
  }
  .booking-cart .total-cart tr td {
    padding: 6px 0;
  }
  .coupon {
    border: 1px dashed #909090;
    padding: 18px 15px;
  }
  .coupon ul li small {
    font-size: 14px;
  }
  .coupon input {
    color: #343a40;
    padding: 0 10px !important;
    height: 2rem !important;
    margin: 10px 0 !important;
  }
  .coupon .btn, .coupon .btnReserveTicket {
    padding: 0 13px;
  }
  .coupon-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
  .ticket-charge {
    margin-top: 0;
  }
  .ticket-charge tr td {
    padding: 12px 0;
  }
  .ticket-charge td.sfBrdRgt.sfTotal {
    padding-right: 30px;
  }
  .ticket-charge td.sfTotal {
    font-size: 18px !important;
  }
  .list-items li {
    line-height: 34px;
  }
  .bookingContentWrapper {
    flex-wrap: wrap;
  }
  .bookingContentWrapper .sfBookingContent {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .bookingContentWrapper .selection {
    flex: 40%;
    max-width: 40%;
  }
  .bookingContentWrapper .selection .summary-pannel {
    margin-bottom: 30px;
  }
  .bookingContentWrapper .sfGoldTxt {
    margin: 0 0 18px;
  }
}
@media screen and (max-width: 768px) {
  /*--========================================= MAIN STYLES --*/
  /*--========================= Theme Objects --*/
  .content-empty {
    height: 220px;
  }
  .content-empty p {
    font-size: 20px;
  }
  .display-board, .notice-board, .contact-form {
    padding: 20px;
  }
  .padding-section {
    padding: 45px 0;
  }
  .padding-page {
    padding: 70px 0;
  }
  .title-block {
    font-size: 22px;
    margin: 0 0 8px;
    padding: 12px 20px;
  }
  .title-page {
    margin-bottom: 50px;
  }
  .title-page h2 {
    font-size: 60px;
  }
  .title-section {
    margin-bottom: 36px;
  }
  .title-section h3 {
    font-size: 24px;
    line-height: 54px;
  }
  /*--========================= Theme Modules --*/
  /*-- For floating menu --*/
  .menu-bar .section-brand {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .menu-bar .section-menu {
    flex: 0 0 10%;
    max-width: 10%;
    order: 3;
  }
  .menu-bar .section-login-status {
    flex: 0 0 65%;
    max-width: 65%;
    order: 2;
  }
  .info-icon li {
    line-height: 24px;
    margin-bottom: 6px;
  }
  .info-icon li i {
    line-height: 24px;
    margin-right: 8px;
    width: 28px;
  }
  .selectShowDays ul li a {
    line-height: 54px;
  }
  .ticket-status-index li {
    margin-right: 14px;
  }
  .ticket-status-index li span {
    height: 30px;
    width: 30px;
  }
  .section-footer {
    background: #000000;
  }
  .section-footer .footer-links li img {
    height: 64px;
  }
  .section-footer .footer-links li a {
    line-height: 28px;
  }
  .section-footer .brand-footer {
    margin-bottom: 15px;
  }
  .section-footer .brand-footer img {
    height: 36px;
  }
  .section-footer .brand-footer span {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .section-footer .item h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .section-footer .item p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .section-footer .footer-base {
    padding: 18px 0;
  }
  /*--========================= LOGIN PAGE --*/
  .login-form {
    grid-template-columns: 100%;
    height: auto;
    padding: 30px;
    width: 100%;
  }
  .login-form .form-img {
    width: 100%;
    min-height: 200px;
  }
  .login-form .form-img .content {
    top: 50%;
    width: 70%;
  }
  .login-form .form-img .content h4 {
    font-size: 24px;
  }
  .login-form .form-img .content p {
    margin: 10px 0 0;
  }
  .login-form .form-img .overlay {
    display: block;
  }
  .login-form .form-img img {
    height: 200px;
    object-fit: cover;
    right: 0;
    width: 100%;
  }
  .social-login {
    bottom: 30px;
    left: 30px;
  }
  .social-login p {
    color: #ddd;
  }
  .social-login i {
    width: 32px;
    height: 32px;
    line-height: 1.8;
    font-size: 18px;
    margin: 0 8px 0 0;
  }
  .form-tab {
    padding: 20px 0;
  }
  .form-tab .tab .tab-ul .tab-item {
    font-size: 20px;
  }
  /*--========================= HOME PAGE --*/
  /*-- Clip Path (Optional) --*/
  /*.sfMovieShowcase {
    clip-path: polygon(100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px), 0 0);
  }*/
  .now-showing-movies .item .movie-content {
    bottom: 44px;
  }
  .now-showing-movies .item .movie-content h3, .now-showing-movies .item .movie-content .movie-title {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 10px;
  }
  .now-showing-movies .item .movie-content .movie-info {
    display: none;
    font-size: 17px;
    margin: 0 0 12px;
  }
  .now-showing-movies .item .movie-content .btn-group {
    margin-top: 10px;
  }
  .movie-poster {
    min-height: 260px;
  }
  .movie-poster img {
    max-height: calc(100vh - 300px);
    min-height: 280px;
  }
  .btn-icon-text span {
    margin-left: 8px;
  }
  .btn-ticket, .btn-trailer {
    font-size: 16px;
    line-height: 52px;
    padding: 0 20px;
    right: 30px;
  }
  .btn-ticket i, .btn-trailer i {
    font-size: 22px;
  }
  /*-- Rounded Trailer Button --*/
  /*.btn-trailer {
    font-size: 16px;

    i {
      @include object-center(60px, 60px);
      font-size: 22px;
    }
    span {
      display: none;
    }
  }*/
  /*--========= Movie Tab --*/
  .movie-tab .movie-tab-menu {
    margin-bottom: 28px;
  }
  .movie-tab .movie-tab-menu li {
    font-size: 24px;
  }
  /*--========================= PAGE SHOW DETAIL --*/
  .movies-details {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
  }
  .movies-details .movie-trailer {
    height: 320px;
  }
  .movies-details .movies-info h2 {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .movies-details .movies-info h4 {
    font-size: 15px;
    margin: 0 0 12px;
  }
  .movies-details .movies-info p {
    margin: 0 0 12px;
    width: 90%;
  }
  .movie-cast li {
    line-height: 28px;
  }
  .view-time {
    margin: 80px 0 20px;
  }
  .view-time .audi-time {
    grid-column-gap: 20px;
  }
  .view-time .audi-time p {
    font-size: 24px;
    height: 100px;
  }
  .show-time-info {
    height: 100px;
  }
  .show-time-info li {
    margin-right: 16px;
  }
  .show-time-info li a {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: center;
    width: 80px;
    font-size: 14px;
  }
  /*--========================= PAGE BOOKING --*/
  .layout-info .layout-title {
    font-size: 24px;
    padding: 12px 22px;
  }
  .layout-info .layout-body {
    padding: 22px;
  }
  /*--========= Booking */
  .sfMovieShowtime.showTime li {
    margin: 0 8px 8px 0;
  }
  .sfMovieShowtime.showTime li span {
    font-size: 14px;
    padding: 4px 8px;
  }
  .item.noShow {
    width: 192px;
    height: auto;
  }
  .book-movie-image .imageWrapper img {
    height: auto;
  }
  .booking-info .booking-info-header {
    font-size: 20px;
  }
  .booking-info .booking-form .form-grp {
    margin-bottom: 12px;
  }
  .booking {
    grid-template-columns: 192px auto;
  }
  .item-info .seat, .item-info .food-time, .item-info .food-qty {
    grid-template-columns: 70px auto;
  }
  /*--======= Reserving Summary(Grand Total) --*/
  .sfGrandTotal {
    font-size: 18px !important;
    margin: 0 0 15px;
  }
  .sfGrandTotal label {
    font-size: 18px !important;
  }
  .reservingSummary {
    margin-bottom: 25px;
    width: 100%;
  }
  /*--========================= PAGE BOOKING CONFIRM --*/
  .booking-title {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .booking-cart {
    width: 100%;
  }
  .booking-cart .total-cart {
    margin-bottom: 30px;
  }
  .booking-cart .total-cart tr td {
    padding: 6px 0;
  }
  .coupon {
    border: 1px dashed #909090;
    padding: 18px 15px;
  }
  .coupon ul li small {
    font-size: 14px;
  }
  .coupon input {
    color: #343a40;
    background: white !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    height: 2rem !important;
    margin: 10px 0 !important;
  }
  .coupon .btn, .coupon .btnReserveTicket {
    color: #fff;
    padding: 0 13px;
    background-color: #FFC00F !important;
    border-radius: 4px;
  }
  .coupon-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
  .ticket-charge {
    margin-top: 0;
  }
  .ticket-charge tr td {
    padding: 12px 0;
  }
  .ticket-charge td.sfBrdRgt.sfTotal {
    padding-right: 30px;
  }
  .ticket-charge td.sfTotal {
    font-size: 18px !important;
  }
  .list-items > li {
    line-height: 34px;
  }
  .bookingContentWrapper {
    flex-wrap: wrap;
  }
  .bookingContentWrapper .sfBookingContent {
    flex: 0 0 100%;
    margin-bottom: 30px;
    max-width: 100%;
    padding: 0 15px;
  }
  .bookingContentWrapper .selection {
    flex: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .bookingContentWrapper .selection .summary-pannel {
    margin-bottom: 40px;
  }
  .bookingContentWrapper .sfGoldTxt {
    color: #ffffff;
    margin: 0 0 18px;
  }
  .h-divider {
    margin: 20px 0;
    padding: 0 80px;
  }
  .group-payment-method .booking-summary-payment li .lnkPayment {
    padding: 8px 18px;
  }
  .group-payment-method .booking-summary-payment li .lnkPayment img {
    height: 36px;
  }
  /*--========================= PAGE TICKET RATE --*/
  .ticketRate.cssClassFormWrapper {
    padding: 26px;
  }
  .ticketRate h2 {
    font-size: 26px;
    margin: 0 0 20px;
  }
  .ticketRate table tr td, .ticketRate table tr th {
    font-size: 16px;
    vertical-align: baseline;
  }
  .notice-board h3 {
    font-size: 22px;
  }
  /*--========================= PAGE MY TICKET --*/
  .ticket-profile .media-profile {
    margin-bottom: 28px;
  }
  .ticket-profile .media-profile img {
    height: 160px;
    width: 160px;
  }
  .ticket-profile h4 {
    font-size: 22px;
    margin: 0 0 10px;
  }
  /*--========================= PAGE CONTACT --*/
  .contact-details {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .contact-form {
    padding-left: 0;
  }
  .map-section iframe {
    height: 340px;
  }
  /*--========================= PAGE USER PROFILE --*/
  .section-user-profile {
    padding: 26px;
  }
  .section-user-profile .box-bg .RewardPoints h3 {
    padding: 12px 3px;
    margin: 0;
  }
  .section-user-profile .box-bg table tr th {
    font-size: 16px;
    vertical-align: baseline;
  }
  .section-user-profile .box-bg table thead tr {
    border-bottom: 1px solid #FFC00F;
  }
  .sfHorizontalMenuA {
    margin: 0 0 18px;
  }
  .sfHorizontalMenuA li {
    font-size: 16px;
    padding: 16px;
  }
  .sfHorizontalMenuA li i {
    padding-right: 7px;
  }
  .sfHorizontalMenuA .active, .sfHorizontalMenuA li:hover {
    background: #FFC00F;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
  .inline-group .input-inline {
    margin-right: 30px;
  }
  /*--========================= Page GENERAL CONTENT --*/
  .content-general p {
    margin: 0 0 10px 0;
  }
  .content-general h1 {
    font-size: 32px;
  }
  .content-general h2 {
    font-size: 27px;
  }
  .content-general h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .content-general h4 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .content-general h5 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .content-general h6 {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .content-general .item-desc {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 576px) and (max-width: 812px) and (orientation: landscape) {
  /*--========================================= MAIN STYLES --*/
  /*--========================= Theme Classes --*/
  input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    padding: 8px 15px !important;
  }
  /*--========================= Theme Objects --*/
  .content-empty {
    height: 120px;
  }
  .content-empty p {
    font-size: 17px;
  }
  .padding-section {
    padding: 38px 0;
  }
  .padding-page {
    padding: 40px 0;
  }
  .title-page {
    margin-bottom: 50px;
  }
  .title-page h2 {
    font-size: 60px;
  }
  .title-section {
    margin-bottom: 34px;
  }
  .title-section h3 {
    font-size: 22px;
    line-height: 46px;
  }
  .section-page-title {
    height: auto;
  }
  /*--========================= Theme Modules --*/
  #sfHeaders {
    position: inherit;
  }
  .sfLogo img {
    height: 38px;
  }
  /*.sfNavigation {
    ul {
      background: #000000;
      height: 100vh;
      overflow: auto;
      position: absolute;
      right: -15px;
      top: 50px;
      transition: all 0.3s ease-in-out;
      width: 60vw;
      z-index: 999;
      li {
        float: none;
        padding: 0;
        a {
          line-height: 40px;
        }
      }
    }
  }*/
  .info-icon li {
    line-height: 24px;
    margin-bottom: 6px;
  }
  .info-icon li i {
    line-height: 24px;
    margin-right: 8px;
    width: 30px;
  }
  .selectShowDays ul li {
    margin: 0 3px;
  }
  .selectShowDays ul li a {
    font-size: 14px;
    line-height: 46px;
  }
  .section-footer {
    background: #000000;
  }
  .section-footer .footer-links li img {
    height: 64px;
  }
  .section-footer .footer-links li a {
    line-height: 28px;
  }
  .section-footer .item .brand-footer {
    margin-bottom: 15px;
  }
  .section-footer .item .brand-footer img {
    height: 36px;
  }
  .section-footer .item h2 {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .section-footer .item h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .section-footer .item p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .section-footer .footer-base {
    padding: 18px 0;
  }
  .ticket-status-index li {
    margin-right: 13px;
  }
  .ticket-status-index li span {
    height: 28px;
    width: 28px;
  }
  /*--========================= LOGIN PAGE --*/
  .login-form {
    grid-template-columns: 100%;
    height: auto;
    margin: 0;
    padding: 26px;
    width: 100%;
  }
  .login-form .form-img {
    width: 100%;
    min-height: 180px;
  }
  .login-form .form-img .content {
    width: 65%;
  }
  .login-form .form-img .content h4 {
    font-size: 22px;
  }
  .login-form .form-img .content p {
    font-size: 16px;
  }
  .login-form .form-img img {
    height: 180px;
    right: 0;
    width: auto;
  }
  .social-login {
    bottom: 15px;
    left: 15px;
  }
  .social-login p {
    color: #ddd;
  }
  .social-login i {
    width: 32px;
    height: 32px;
    line-height: 1.8;
    font-size: 18px;
    margin: 0 8px 0 0;
  }
  .form-tab {
    padding: 20px 0;
  }
  .form-tab .tab-ul .tab-item {
    font-size: 20px;
  }
  /*--========================= HOME PAGE --*/
  /*-- Clip Path --*/
  /*.sfMovieShowcase {
    clip-path: polygon(100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px), 0 0);
  }*/
  .movie-poster img {
    height: 80vh;
    min-height: 80vh;
  }
  .now-showing-movies .item .movie-content {
    bottom: 24px;
  }
  .now-showing-movies .item .movie-content h3, .now-showing-movies .item .movie-content .movie-title {
    font-size: 26px;
  }
  .now-showing-movies .item .movie-content .movie-genre {
    display: none;
  }
  .movie-poster {
    min-height: 280px;
  }
  .movie-poster img {
    max-height: 90vh;
    min-height: 200px;
  }
  .btn-icon-text span {
    margin-left: 4px;
  }
  .btn-ticket, .btn-trailer {
    font-size: 14px;
    height: 44px;
    right: 30px;
    padding: 0 18px;
  }
  .btn-ticket i, .btn-trailer i {
    font-size: 18px;
  }
  /*-- Rounded Trailer Button --*/
  /*.btn-trailer {
    font-size: 14px;
    i {
      @include object-center(50px, 50px);
      font-size: 18px;
    }
  }*/
  /*--========= Movie Tab --*/
  .movie-tab .movie-tab-menu {
    margin-bottom: 26px;
  }
  .movie-tab .movie-tab-menu li {
    font-size: 22px;
  }
  /*--========================= PAGE SHOW DETAIL --*/
  .movies-details {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
  }
  .movies-details .movie-trailer {
    height: 300px;
  }
  .movies-details .movies-info h2 {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .movies-details .movies-info h4 {
    font-size: 15px;
    margin: 0 0 12px;
  }
  .movies-details .movies-info p {
    margin: 0 0 24px;
    width: 90%;
  }
  .movie-cast li {
    line-height: 28px;
  }
  .view-time {
    margin: 90px 0 20px;
  }
  .view-time .nowshowing-detail .selectShowDays ul li {
    margin: 0 8px 0 0;
  }
  .audi-time {
    grid-column-gap: 20px;
    padding: 20px 0;
  }
  .audi-time .show-time-info {
    height: 115px;
  }
  .audi-time .show-time-info li {
    margin-right: 16px;
  }
  .audi-time .show-time-info li a {
    align-items: center;
    display: flex;
    height: 82px;
    justify-content: center;
    width: 82px;
  }
  .audi-time p {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    background: #9b9b9b;
    padding: 16px;
    color: #fff;
    min-height: 115px;
    height: 115px;
    display: flex;
    align-items: center;
  }
  .audi-time p span {
    font-size: 14px;
    width: 100%;
    display: block;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.4px;
  }
  /*--========================= PAGE BOOKING --*/
  .layout-info .layout-title {
    font-size: 22px;
    padding: 12px 18px;
  }
  .layout-info .layout-body {
    padding: 18px;
  }
  /*--========================= PAGE BOOKING CONFIRM --*/
  .booking-title {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .booking-cart .total-cart {
    margin-bottom: 30px;
  }
  .booking-cart .total-cart tr td {
    font-size: 16px;
  }
  .coupon {
    border: 1px dashed #909090;
    padding: 18px;
  }
  .coupon ul li small {
    font-size: 14px;
  }
  .coupon input {
    padding: 0 10px !important;
    height: 2rem !important;
    margin: 10px 0 !important;
  }
  .coupon .btn, .coupon .btnReserveTicket {
    color: #fff;
    padding: 0 13px;
    background-color: #FFC00F !important;
    border-radius: 4px;
  }
  .coupon-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .ticket-charge {
    margin-top: 20px;
  }
  .ticket-charge tr td {
    padding: 12px 0;
  }
  .ticket-charge td.sfTotal {
    font-size: 18px !important;
  }
  .list-items > li {
    font-size: 16px;
    line-height: 34px;
  }
  .bookingContentWrapper {
    flex-wrap: wrap;
  }
  .bookingContentWrapper .sfBookingContent {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .bookingContentWrapper .selection {
    flex: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .bookingContentWrapper .selection .summary-pannel {
    margin-bottom: 30px;
  }
  .bookingContentWrapper .sfGoldTxt {
    color: #ffffff;
    margin: 0 0 18px;
  }
  /*--========================= PAGE TICKET RATE --*/
  .ticketRate.cssClassFormWrapper {
    padding: 26px;
  }
  .ticketRate h2 {
    font-size: 26px;
    margin: 0 0 20px;
  }
  .ticketRate table tr td, .ticketRate table tr th {
    font-size: 16px;
    vertical-align: baseline;
  }
  /*--========================= PAGE CONTACT --*/
  .contact-input-field .sfFormGroup {
    margin-bottom: 20px;
  }
  .map-section iframe {
    height: 380px;
  }
  /*--========================= PAGE USER PROFILE --*/
  .section-user-profile {
    padding: 26px;
  }
  .section-user-profile .box-bg .RewardPoints h3 {
    padding: 12px 3px;
    margin: 0;
  }
  .section-user-profile .box-bg table tr th {
    font-size: 16px;
    vertical-align: baseline;
  }
  .section-user-profile .box-bg table thead tr {
    border-bottom: 1px solid #FFC00F;
  }
  .sfHorizontalMenuA {
    margin: 0 0 18px;
  }
  .sfHorizontalMenuA li {
    font-size: 16px;
    padding: 16px;
  }
  .sfHorizontalMenuA li i {
    padding-right: 7px;
  }
  .sfHorizontalMenuA .active, .sfHorizontalMenuA li:hover {
    background: #FFC00F;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
  .inline-group .input-inline {
    margin-right: 30px;
  }
  /*--========================= Page GENERAL CONTENT --*/
  .content-general a {
    color: royalblue;
    text-decoration: none;
  }
  .content-general p {
    color: #dddddd;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 10px 0;
  }
  .content-general h1, .content-general h2, .content-general h3, .content-general h4, .content-general h5, .content-general h6 {
    color: #ffffff;
    font-weight: 600;
  }
  .content-general h1 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 14px;
  }
  .content-general h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .content-general h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .content-general h4 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .content-general h5 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  .content-general h6 {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  .content-general ol {
    list-style: decimal-leading-zero;
    padding-left: 26px;
  }
  .content-general ol li {
    color: #dddddd;
    font-size: 16px;
    line-height: 1.8;
    list-style: inherit;
  }
  .content-general ul {
    padding-left: 18px;
    list-style: disc;
  }
  .content-general ul li {
    color: #dddddd;
    font-size: 16px;
    line-height: 1.8;
    list-style: inherit;
  }
  .content-general .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  /*--========================================= MAIN STYLES --*/
  /*--========================= Theme Classes --*/
  input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea, select {
    height: 42px;
    padding: 0 15px !important;
  }
  textarea {
    padding: 10px 15px !important;
  }
  /*--========================= Theme Objects --*/
  .content-empty {
    height: 200px;
  }
  .content-empty p {
    font-size: 18px;
  }
  .display-board, .notice-board, .contact-form {
    padding: 15px;
  }
  .padding-section {
    padding: 30px 0;
  }
  .padding-page {
    padding: 56px 0;
  }
  .title-block {
    font-size: 20px;
    padding: 12px 15px;
    margin: 0 0 8px;
  }
  .title-page {
    margin-bottom: 50px;
  }
  .title-page h2 {
    font-size: 60px;
  }
  .title-section {
    margin-bottom: 32px;
  }
  .title-section h3, .title-section .title-text {
    font-size: 20px;
    line-height: 42px;
  }
  /*--========================= Theme Modules --*/
  #sfHeaders {
    padding: 12px 0;
  }
  .menu-bar .section-brand {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .menu-bar .section-menu {
    flex: 0 0 15%;
    max-width: 15%;
    order: 3;
  }
  .menu-bar .section-login-status {
    flex: 0 0 60%;
    max-width: 60%;
    order: 2;
  }
  .sfLogininfo ul li {
    margin-left: 8px;
  }
  .sfLogininfo ul li a {
    font-size: 13px;
    line-height: 30px;
  }
  .sfLogininfo ul li .text-welcome {
    max-width: 90px;
  }
  .sfLogininfo ul li .text-welcome i {
    font-size: 24px;
  }
  .sfLogininfo ul li.sfLoggedOut a {
    padding: 0 10px;
  }
  .info-icon li {
    line-height: 24px;
    margin-bottom: 6px;
  }
  .info-icon li i {
    line-height: 24px;
    margin-right: 6px;
    width: 26px;
  }
  .seat-status-info, .nowshowing-detail {
    align-items: flex-start;
    flex-direction: column;
  }
  .selectShowDays ul li {
    margin: 0 10px;
  }
  .selectShowDays ul li a {
    font-size: 14px;
    line-height: 42px;
    padding: 0;
  }
  .ticket-status-index li {
    font-size: 12px;
    margin-right: 10px;
  }
  .ticket-status-index li span {
    height: 26px;
    width: 26px;
  }
  .section-page-title {
    height: 200px;
  }
  .section-footer .info-icon li {
    align-items: center;
  }
  .section-footer .info-icon li a {
    margin: 0 0 8px;
  }
  .section-footer .brand-footer {
    margin-bottom: 18px;
  }
  .section-footer .brand-footer img {
    height: 26px;
  }
  .section-footer .brand-footer span {
    font-size: 14px;
  }
  .section-footer .item {
    margin-bottom: 26px;
  }
  .section-footer .item h4 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .section-footer .item p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .section-footer .footer-links li {
    margin-right: 8px;
  }
  .section-footer .footer-links li img {
    display: inline-block;
    height: 44px;
  }
  .section-footer .footer-links li a {
    line-height: 28px;
  }
  .section-footer .footer-base {
    padding: 18px 0;
  }
  .section-footer .footer-base h5 {
    line-height: 20px;
  }
  .section-footer .footer-base .links-inline {
    justify-content: flex-start;
  }
  /*--========================= LOGIN PAGE --*/
  .login-form {
    grid-template-columns: 100%;
    height: auto;
    margin: 0;
    padding: 18px;
    width: 100%;
  }
  .login-form .form-img {
    display: none;
    /* width: 100%;
     min-height: 180px;
     .content {
       top: 50%;
       h4 {
         font-size: 24px;
       }
       p {
         font-size: 14px;
         line-height: 22px;
         margin: 6px 0 0 0;
       }
     }
     img {
       height: 180px;
       width: auto;
     }*/
  }
  .social-login {
    bottom: 15px;
    left: 30px;
  }
  .social-login p {
    color: #ddd;
  }
  .social-login i {
    width: 30px;
    height: 30px;
    line-height: 1.6;
    font-size: 16px;
    margin: 0 8px 0 0;
  }
  .form-tab {
    padding: 20px 0 30px;
  }
  .form-tab .tab .tab-ul .tab-item {
    font-size: 20px;
  }
  /*--========================= HOME PAGE --*/
  /*-- Clip Path --*/
  .sfMovieShowcase {
    clip-path: none;
  }
  .now-showing-movies .item .movie-content {
    bottom: 30px;
    left: 50px;
  }
  .now-showing-movies .item .movie-content h3, .now-showing-movies .item .movie-content .movie-title {
    font-size: 20px;
    line-height: 28px;
    max-width: 100%;
  }
  .now-showing-movies .item .movie-content .movie-genre {
    display: none;
  }
  .now-showing-movies .item .movie-content .movie-genre p {
    font-size: 9px;
    margin: 0 0 6px;
    padding: 0 8px;
  }
  .now-showing-movies .item .movie-content .movie-info {
    display: none;
  }
  .movie-poster {
    min-height: 200px;
  }
  .movie-poster img {
    max-height: 60vh;
    min-height: 220px;
  }
  .btn-icon-text span {
    margin-left: 3px;
  }
  .btn-ticket, .btn-trailer {
    font-size: 13px;
    line-height: 40px;
    margin-right: 8px;
    padding: 0 12px;
  }
  .btn-ticket i, .btn-trailer i {
    font-size: 18px;
    margin-right: 4px;
  }
  /*-- Rounded Trailer Button --*/
  /*.btn-trailer {
    font-size: 14px;
    i {
      @include object-center(50px, 50px);
      font-size: 18px;
    }
  }*/
  /*--========= Movie Tab --*/
  .movie-tab .movie-tab-menu {
    margin-bottom: 22px;
  }
  .movie-tab .movie-tab-menu li {
    font-size: 20px;
    line-height: 42px;
    margin-right: 20px;
  }
  /*--========================= PAGE SHOW DETAIL --*/
  .movies-details {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 26px;
  }
  .movies-details .movie-trailer {
    height: 240px;
  }
  .movies-details .movies-info h2 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .movies-details .movies-info h4 {
    font-size: 15px;
    margin: 0 0 12px;
  }
  .movies-details .movies-info p {
    margin: 0 0 20px;
    width: 100%;
  }
  .movie-cast li {
    line-height: 24px;
    margin-bottom: 4px;
  }
  .view-time {
    margin: 45px 0 20px;
  }
  .view-time .audi-time {
    grid-column-gap: 20px;
    grid-template-columns: auto;
    margin-bottom: 15px;
    padding: 0;
  }
  .view-time .audi-time p {
    font-size: 20px;
    height: 60px;
    padding: 15px;
    width: 100%;
  }
  .view-time .audi-time .show-time-info {
    height: auto;
    justify-content: center;
    padding: 15px;
  }
  .view-time .audi-time .show-time-info li {
    margin: 0 4px 4px;
  }
  .view-time .audi-time .show-time-info li a {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px;
    font-size: 12px;
  }
  .view-time .ticket-status-index {
    margin-top: 20px;
  }
  .no-movie {
    padding: 0 15px;
    font-size: 15px;
    height: 84px;
  }
  /*--========================= PAGE BOOKING --*/
  .layout-info .layout-title {
    font-size: 20px;
    padding: 12px 15px;
  }
  .layout-info .layout-body {
    padding: 15px;
  }
  /*--========= Booking */
  .sfMovieShowtime.showTime li {
    margin: 0 10px 10px 0;
  }
  .sfMovieShowtime.showTime li span {
    padding: 6px 10px;
  }
  .book-movie-image .imageWrapper {
    display: inline-block;
  }
  .book-movie-image .imageWrapper img {
    height: auto;
    max-height: 240px;
    max-width: 100%;
    width: auto;
  }
  .booking-info .booking-info-header {
    font-size: 20px;
    margin: 0 0 16px;
  }
  .booking-info .booking-form .form-grp {
    margin-bottom: 15px;
  }
  .booking-info .booking-form .form-grp label {
    color: #eee;
  }
  .booking-info .booking-form .form-grp:last-child {
    margin-bottom: 0;
  }
  .booking {
    grid-gap: 20px;
    grid-template-columns: auto;
  }
  /*--======= Reserving Summary(Grand Total) --*/
  .sfGrandTotal {
    font-size: 18px !important;
    margin: 0 0 14px;
  }
  .sfGrandTotal label {
    font-size: 18px !important;
  }
  .reservingSummary {
    margin-bottom: 30px;
  }
  /*--========================= PAGE BOOKING CONFIRM --*/
  .booking-title {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .booking-cart {
    margin-bottom: 30px;
  }
  .booking-cart .total-cart {
    margin-bottom: 30px;
  }
  .booking-cart .total-cart tr td {
    font-size: 16px;
    padding: 8px 0;
  }
  .coupon {
    border: 1px dashed #909090;
    padding: 15px;
  }
  .coupon ul li {
    color: #ffffff;
  }
  .coupon ul li small {
    color: #FFC00F;
    float: right;
    font-size: 14px;
    font-weight: 800;
  }
  .coupon input {
    color: #343a40;
    background: white !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    height: 2rem !important;
    margin: 10px 0 !important;
  }
  .coupon .btn, .coupon .btnReserveTicket {
    color: #fff;
    padding: 0 13px;
    background-color: #FFC00F !important;
    border-radius: 4px;
  }
  .coupon-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
  .ticket-charge {
    margin-top: 20px;
  }
  .ticket-charge td.sfTotal {
    font-size: 18px !important;
  }
  .list-items > li {
    font-size: 15px;
    line-height: 32px;
  }
  .bookingContentWrapper {
    flex-wrap: wrap;
  }
  .bookingContentWrapper .sfBookingContent {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .bookingContentWrapper .selection {
    flex: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .bookingContentWrapper .selection .summary-pannel {
    margin-bottom: 30px;
  }
  .bookingContentWrapper .sfGoldTxt {
    color: #ffffff;
    margin: 0 0 18px;
  }
  /*--========================= PAGE TICKET RATE --*/
  .ticketRate.cssClassFormWrapper {
    padding: 15px;
  }
  .ticketRate h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .ticketRate table tr td, .ticketRate table tr th {
    font-size: 16px;
    vertical-align: baseline;
  }
  .notice-board h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .notice-board ul li {
    font-size: 14px;
    line-height: 18px;
  }
  /*--========================= PAGE MY TICKET --*/
  .ticket-profile .media-profile {
    margin-bottom: 15px;
  }
  .ticket-profile .media-profile img {
    height: 100px;
    width: 100px;
  }
  .ticket-profile .media-profile .btn-camera {
    left: calc(50% + 30px);
  }
  .ticket-profile h4 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .ticket-profile ul li {
    line-height: 22px;
  }
  /*--========================= PAGE CONTACT --*/
  .contact-details {
    margin-bottom: 25px;
    padding-right: 0;
  }
  .contact-form {
    padding-left: 0;
  }
  .map-section iframe {
    height: 240px;
  }
  /*--========================= PAGE USER PROFILE --*/
  .section-user-profile {
    padding: 15px;
  }
  .section-user-profile .box-bg .RewardPoints h3 {
    padding: 12px 3px;
    margin: 0;
  }
  .section-user-profile .box-bg table tr th {
    font-size: 16px;
    vertical-align: baseline;
  }
  .section-user-profile .box-bg table thead tr {
    border-bottom: 1px solid #FFC00F;
  }
  .sfHorizontalMenuA {
    margin: 0 0 18px;
  }
  .sfHorizontalMenuA li {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 10px;
  }
  .sfHorizontalMenuA li i {
    display: none;
    padding-right: 7px;
  }
  .sfHorizontalMenuA .active, .sfHorizontalMenuA li:hover {
    background: #FFC00F;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
  .inline-group .input-inline {
    margin-right: 30px;
  }
  /*--========================= Page GENERAL CONTENT --*/
  .content-general p {
    margin: 0 0 10px 0;
  }
  .content-general h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .content-general h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .content-general h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .content-general h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .content-general h5 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .content-general h6 {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .content-general .item-desc {
    margin-bottom: 22px;
  }
}

/*# sourceMappingURL=custom.css.map */
