nav {
  background-color: #024ddf;
  padding: 24px 0 !important;
}
@media (max-width: 767.98px) {
  nav {
    padding: 12px 0 !important;
  }
}
nav .nav_logo {
  width: 180px;
}
@media (max-width: 767.98px) {
  nav .nav_logo {
    width: 150px;
  }
}

.cart_logo {
  width: 20px;
  padding-bottom: 2px;
}

.nav-divider {
  border: 1px solid #fff;
  height: 20px;
  margin: 0 16px;
}

.fs-13px {
  font-size: 13px !important;
}

.bar_logo {
  width: 18px;
  display: none;
}
.bar_logo.show {
  display: block;
}

.close_logo {
  width: 14px;
  display: none;
}
.close_logo.show {
  display: block;
}

.menu-toggle {
  width: 30px;
}

.mobile_menu {
  position: absolute;
  left: -100%;
  top: 64px;
  height: 100%;
  width: 100%;
  background-color: #024ddf;
  padding: 0 12px;
  transition: 0.5s;
  z-index: 99;
}
.mobile_menu > ul {
  margin: 0;
  padding: 0;
}
.mobile_menu > ul > li {
  list-style: none;
}
.mobile_menu > ul > li a {
  font-size: 15px;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  display: block;
  border-style: solid none none none;
  border-width: 2px;
  border-color: #fff;
}
.mobile_menu > ul > li:last-child {
  border-bottom: 2px solid #fff;
}
.mobile_menu > ul > li ul {
  margin: 0;
  padding: 0;
}
.mobile_menu.show {
  left: 0;
}

.thumbnail {
  padding: 65px 0;
}
.thumbnail.horizontal {
  padding: 20px 0;
  display: flex;
  overflow: scroll;
}
.thumbnail.horizontal .item {
  margin-bottom: 0;
  margin-right: 8px;
}
.thumbnail .item {
  margin-bottom: 8px;
}
.thumbnail .item .img-wrap img {
  width: 143px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.ticket-select {
  border-width: 2px !important;
  height: 60px;
}

.product_title {
  font-size: 18px;
}

.product_price {
  font-size: 24px;
  font-weight: bold;
  color: #024ddf;
}

.quantity-wrap {
  position: relative;
  height: 60px;
}
.quantity-wrap .qty-minus {
  position: absolute;
  left: 0;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #024ddf;
  font-size: 22px;
  cursor: pointer;
}
.quantity-wrap .qty-plus {
  position: absolute;
  right: 0;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #024ddf;
  font-size: 22px;
  cursor: pointer;
}
.quantity-wrap input {
  height: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-width: 2px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.add_cart_button {
  font-size: 13px;
  padding: 10px 30px;
  border: 2px solid #e1e3ee;
  background-color: #fff;
  color: #000;
  height: 60px;
  border-radius: 5px;
  width: 100%;
  font-weight: bold;
  transition: 0.5s;
}
.add_cart_button:hover {
  color: #024ddf;
  border-color: #024ddf;
}

.mt-30px {
  margin-top: 30px !important;
}

.mw-700px {
  max-width: 700px !important;
  width: 100%;
}

.submit_form {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.submit_form h2 {
  color: #024ddf;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.submit_form label {
  font-size: 14px;
  margin-bottom: 5px;
}

.form_button {
  background-color: #024ddf;
  height: 47.5px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: none;
  border-radius: 3px;
}

.accordion-item {
  border: none !important;
}

.accordion-button {
  background-color: #fff !important;
  box-shadow: unset !important;
  font-size: 18px;
  font-weight: bold;
}
.accordion-button:focus {
  border: unset !important;
}

.accordion-item .accordion-header {
  border-style: none none solid none !important;
  border-color: #e1e3ee;
  padding: 20px 0;
}

.accordion-item:first-of-type .accordion-header {
  border-style: solid none solid none !important;
  border-color: #e1e3ee;
  padding: 20px 0;
}

footer {
  background-color: #000;
  padding: 64px 50px;
}
@media (max-width: 767.98px) {
  footer {
    padding: 50px 20px;
  }
}
footer img {
  width: 180px;
}
footer small {
  font-size: 13px;
}
footer a {
  font-size: 14px;
}

.cart_modal_wrap .cart_modal {
  position: fixed;
  right: -150%;
  top: 0;
  height: calc(100% - 40px);
  width: 486px;
  max-width: 100vw;
  background-color: #fff;
  margin: 20px 20px 0 0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  transition: 0.5s;
  z-index: 10000;
}
.cart_modal_wrap .cart_modal.show {
  right: 0;
}
@media (max-width: 767.98px) {
  .cart_modal_wrap .cart_modal.show {
    margin: 10px 0;
  }
}
.cart_modal_wrap .cart_modal .modal_header {
  padding: 24px 32px;
  position: relative;
}
.cart_modal_wrap .cart_modal .modal_header .close-wrap {
  position: absolute;
  top: 32px;
  right: 24px;
  color: #8b8b8b;
  font-size: 18px;
  cursor: pointer;
}
.cart_modal_wrap .cart_modal .modal_body {
  background-color: #fafafa;
  height: 100%;
  width: 100%;
}
.cart_modal_wrap .cart_modal .modal_body .item {
  margin: 0 32px;
  padding: 32px 0;
  border-bottom: 1px solid #8b8b8b;
}
.cart_modal_wrap .cart_modal .modal_body .item img {
  width: 60px;
  height: 60px;
}
.cart_modal_wrap .cart_modal .modal_body .item .product_detail a {
  text-decoration: none;
  color: #000;
}

.cart-quantity-wrap {
  position: relative;
  height: 40px;
}
.cart-quantity-wrap .cart-qty-minus {
  position: absolute;
  left: 0;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #024ddf;
  font-size: 25px;
  cursor: pointer;
}
.cart-quantity-wrap .cart-qty-plus {
  position: absolute;
  right: 0;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #024ddf;
  font-size: 25px;
  cursor: pointer;
}
.cart-quantity-wrap input {
  height: 100%;
  width: 104px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-width: 2px;
}

.modal_footer {
  padding: 0 32px 32px;
  background-color: #fafafa;
}
.modal_footer .subtotal-wrap {
  padding: 24px 32px;
  background-color: #fff;
}
.modal_footer .subtotal-wrap small {
  font-size: 13px;
}
.modal_footer button {
  width: 100%;
  height: 60px;
  background-color: #024ddf;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
}
.modal_footer a {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  color: #024ddf;
  display: block;
  margin-top: 30px;
}

.cart_table {
  background-color: #fafafa;
  width: 100%;
}
.cart_table th {
  padding: 1.6rem 0;
  color: #717171;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  font-size: 13px;
}
.cart_table th:first-child {
  padding-left: 40px;
}
.cart_table td {
  padding: 20px 0;
}
.cart_table td:first-child {
  padding-left: 40px;
}
.cart_table tbody img {
  width: 50px;
  height: 50px;
}
.cart_table tbody .product_detail a {
  word-break: break-word;
  text-decoration: none;
  color: #000;
  max-width: 260px;
}
.cart_table .cart-quantity-wrap {
  width: 104px;
}

.pl-8px {
  padding-left: 12px !important;
}

.pl-30px {
  padding-left: 30px !important;
}

.pl-100px {
  padding-left: 100px !important;
}

.cart_summary {
  margin-top: 96px;
}
.cart_summary p {
  font-size: 16px;
  margin: 0;
}
.cart_summary small {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  max-width: 220px;
}
@media (max-width: 767.98px) {
  .cart_summary small {
    margin: 4px auto 0;
  }
}
.cart_summary .alert {
  border: 1px solid #f8ca79;
  background-color: rgba(248, 202, 121, 0.2);
  border-radius: 8px;
  padding: 15px;
  margin: 40px 0;
  font-size: 0.8em;
  line-height: 1.3em;
  display: block;
}
.cart_summary button {
  width: 100%;
  max-width: 294px;
  height: 60px;
  background-color: #024ddf;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .cart_summary button {
    max-width: unset;
  }
}

.mobile-table .item-wrap {
  padding: 20px;
  background-color: #fafafa;
}
.mobile-table .item-wrap a.product_detail {
  word-break: break-word;
  text-decoration: none;
  color: #000;
  max-width: 217px;
  display: block;
}
.mobile-table .item-wrap .cart-quantity-wrap {
  position: relative;
  height: 40px;
}
.mobile-table .item-wrap .cart-quantity-wrap .cart-qty-minus {
  position: absolute;
  left: 0;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #024ddf;
  font-size: 25px;
  cursor: pointer;
}
.mobile-table .item-wrap .cart-quantity-wrap .cart-qty-plus {
  position: absolute;
  right: 0;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #024ddf;
  font-size: 25px;
  cursor: pointer;
}
.mobile-table .item-wrap .cart-quantity-wrap input {
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-width: 2px;
}
.mobile-table img {
  width: 50px;
  height: 50px;
}

.fixed-section {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.fixed-section p {
  font-size: 12.5px;
  margin: 0 5.5px;
  padding: 2px 10px;
  background-color: rgba(255, 255, 255, 0.8549019608);
  border-radius: 11px;
}
.fixed-section svg {
  width: 55px;
  height: 55px;
}

.blue-logo {
  max-width: min(100%, 245px);
}

header {
  height: 82px;
  border-bottom: 1px solid #e1e3ee;
}
header svg {
  width: 24px;
  height: 24px;
}

.a8x1wuo {
  fill: none;
}

.a8x1wum {
  stroke: currentColor;
}

.s2kwpi2 {
  color: #024ddf;
}

.bg-f5 {
  background-color: #f5f5f5;
  border-left: 1px solid #e1e3ee;
}

.checkout .content-wrap {
  padding: 42px;
  max-width: 650px;
  width: 100%;
}
.checkout .content-wrap.right {
  max-width: 455px;
  width: 100%;
}
.checkout h2 {
  font-size: 24px;
  margin-bottom: 14px;
}
.checkout h4 {
  font-size: 17px;
}
.checkout .form-check-label {
  font-size: 14px;
}
.checkout p {
  font-size: 12px;
}
.checkout button {
  height: 55.5px;
  width: 100%;
  background-color: #024ddf;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
}
.checkout img {
  width: 64px;
  height: 64px;
}
.checkout .price {
  font-size: 12px;
  text-wrap: nowrap;
}
.checkout .checkout-summary p {
  font-size: 17px;
  font-weight: bold;
}
.checkout .checkout-summary small {
  font-size: 12px;
  font-weight: normal;
  padding-right: 10px;
}
.checkout .copyright-wrap {
  width: 100%;
  display: flex;
  justify-content: end;
  border-top: 1px solid #e1e3ee;
}
.checkout .copyright {
  height: 60px;
  padding: 0 42px;
  max-width: 650px;
  width: 100%;
  display: flex;
  align-items: center;
}
.checkout .copyright p {
  margin: 0;
  font-size: 12px;
  color: #707070;
}

.payment_confirm .content-wrap {
  max-width: 650px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .payment_confirm .content-wrap {
    max-width: unset;
    width: 100%;
  }
}

.cart-icon-wrap {
  position: relative;
}
.cart-icon-wrap .cart-count {
  font-size: 11px;
  background-color: #eaeaea;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 15px;
  height: 15px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-wrap svg {
  font-size: 50px;
  color: #024ddf;
}
.content-wrap .wrap {
  border: 1px solid #e1e3ee;
  border-radius: 5px;
}
.content-wrap .wrap .content {
  padding: 15px;
}
.content-wrap .wrap .content-footer {
  border-top: 1px solid #e1e3ee;
  background-color: #eaeaea;
  padding: 15px;
}
.content-wrap .wrap .content-footer label {
  font-size: 14px;
}
.content-wrap .wrap p {
  font-size: 13px;
  margin: 0;
}
.content-wrap .wrap p b {
  font-size: 14px;
}

.custom-button {
  height: 55.5px;
  width: 100%;
  background-color: #024ddf;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
}

.footer-copyright-wrap {
  padding: 20px 0;
  border-top: 1px solid #e1e3ee;
}
.footer-copyright-wrap p {
  margin: 0;
  font-size: 14px;
}

.owl-prev {
  height: 80px;
  width: 30px;
  background: #fff !important;
  color: #d6d6d6;
  visibility: visible;
  position: absolute;
  top: 45%;
  left: 10px;
  transform: translateY(-60%);
  z-index: 99;
}

.owl-next {
  height: 80px;
  width: 30px;
  background: #fff !important;
  color: #d6d6d6;
  visibility: visible;
  position: absolute;
  top: 45%;
  right: 10px;
  transform: translateY(-60%);
  z-index: 99;
}

.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.top-pick-item {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
}
.top-pick-item .hover-effect {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.top-pick-item span {
  z-index: 2;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #000;
  height: 100%;
  padding: 0 10px;
  display: none;
  align-items: center;
  background: #026cdf;
}
.top-pick-item span svg {
  color: #fff;
  font-size: 15px;
}
.top-pick-item:hover span {
  z-index: 2;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #000;
  height: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  background: #026cdf;
}
.top-pick-item:hover span svg {
  color: #fff;
  font-size: 15px;
}
.top-pick-item:hover .hover-effect {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 3px;
  background-color: rgb(2, 108, 223);
  background-image: linear-gradient(90deg, rgb(70, 117, 232), rgb(2, 108, 223));
}

a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline !important;
}

.custom-shadow {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.custom-card-body {
  height: 350px;
  overflow: hidden;
}
.custom-card-body.show {
  height: 100%;
}

.custom-white-shadow {
  display: none;
  position: absolute;
  top: 0px;
  transform: translate3d(0px, -100%, 0px);
  left: 0px;
  right: 0px;
  height: 50px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.custom-white-shadow.show {
  display: block;
}

.dropdown-wrap {
  position: relative;
}
.dropdown-wrap img {
  transition: 0.5s;
}
.dropdown-wrap:hover .dropdown-items {
  display: block;
  opacity: 1;
}
.dropdown-wrap:hover img {
  transform: rotate(180deg);
  transition: 0.5s;
}
.dropdown-wrap .dropdown-items {
  display: none;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 32px;
  left: 10px;
  background-color: #fff;
  padding: 15px;
  color: #000;
  margin: 0;
  border-radius: 10px;
  z-index: 1;
  width: 200px;
}
.dropdown-wrap .dropdown-items li {
  list-style-type: none;
}/*# sourceMappingURL=style.css.map */