@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap');
/*
 @File: Gvoucher Template Styles
 * This file contains the styling for the actual template, this
 is the file you need to edit to change the look of the template.
 This files table contents are outlined below>>>>>
 ******************************************* 
 ** - DEFAULT AREA STYLE - **
 ** - Default Btn Area Style
 ** - Read More Area Style
 ** - Section Title Area Style
 ** - HOME PAGE STYLE - **
 ** - Header Area Style
 ** - Nav Area Style
 *******************************************
 /*
 /*
 Default Style
 ============================*/
/*e4cf92*/
body {
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  color: #000; }

.carousel-control-next, .carousel-control-prev {
  width: inherit; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: rgba(0, 0, 0, 0.11);
  height: 100%; }

a {
  transition: all ease 0.5s;
  text-decoration: none;
  color: #000; }
  a:hover {
    text-decoration: none;
    color: #008ee1; }
  a:focus {
    text-decoration: none; }

button {
  outline: 0 !important;
  box-shadow: none;
  border: none;
  padding: 0; }
  button:focus {
    box-shadow: none; }

.btn-default {
  background: #008ee1; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #000743;
  font-weight: 700; }

.d-table {
  width: 100%;
  height: 100%; }

.d-table-cell {
  vertical-align: middle; }

p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 18px; }
  p:last-child {
    margin-bottom: 0; }

img {
  max-width: 100%;
  height: auto; }

.form-control {
  height: 40px;
  color: #008ee1;
  border: 1px solid #707070;
  background-color: transparent;
  border-radius: 6px;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%; }
  .form-control::placeholder {
    color: #676a6a; }
  .form-control:focus {
    color: #000;
    background-color: transparent;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #008ee1; }

.form-control:hover:focus, .form-control:focus {
  box-shadow: unset; }

textarea.form-control {
  height: auto; }

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pt-70 {
  padding-top: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-40 {
  padding-bottom: 40px; }

.mt-100 {
  margin-top: 100px; }

.mt-minus-100 {
  margin-top: -100px; }

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

.mb-30 {
  margin-bottom: 30px; }

.pr-15 {
  padding-right: 15px !important; }

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

.mr-15 {
  margin-right: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }
/*
 Bg-color Style*/
.bg-color {
  background-color: #f9f5f1; }

.black-bg-color {
  background-color: #242424; }

.bg-color-f9fbfe {
  background-color: #f9fbfe; }

.table {
  color: #000; }

.list-group-item {
  background-color: #008ee1; }
/*
 Default Btn Area Style*/
.default-btn {
  font-size: 22px;
  background: #fff;
  color: #000743;
  line-height: 1;
  transition: all ease 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-table;
  padding: 8px 15px;
  font-weight: 700;
  border: 2px solid #5d5d5d;
  border-radius: 6px; }
  .default-btn:hover {
    color: #fff;
    background-color: #5d5d5d;
    border-color: #008ee1; }
/*
 Read More Btn Area Style*/
.read-more {
  font-size: 15px;
  color: #000743;
  font-weight: 600; }
  .read-more i {
    position: relative;
    top: 3px; }
  .read-more:hover {
    color: #008ee1;
    letter-spacing: 1px; }
/*
 Section Title Area Style*/
.section-title {
  max-width: 900px;
  margin: -3px auto 50px;
  text-align: center;
  position: relative; }
  .section-title h2 {
    font-size: 35px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-left: 210px;
    padding-right: 210px; }
    .section-title h2::before, .section-title h2::after {
      content: "";
      position: absolute;
      top: 20px;
      left: 0;
      width: 180px;
      height: 1px;
      background-color: #b2b2b2;
      transition: all ease 0.5s; }
    .section-title h2::after {
      left: auto;
      right: 0; }
    .section-title h2 span::before, .section-title h2 span::after {
      content: "";
      position: absolute;
      top: 15px;
      left: 90px;
      width: 90px;
      height: 1px;
      background-color: #b2b2b2;
      transition: all ease 0.5s; }
      .section-title h2 span::after {
        left: auto;
        right: 90px; }
    .section-title h2:last-child {
      margin-bottom: 0; }
  .section-title.white-title span {
    color: #008ee1; }
    .section-title.white-title h2 {
      color: #fff; }
    .section-title.white-title p {
      color: #fff; }

.section-title-u {
  background-color: #008ee1;
  text-align: center;
  margin-bottom: 30px; }
  .section-title-u .title-wrap {
    position: relative; }
    .section-title-u .title-wrap h2 {
      color: #000743;
      font-size: 22px;
      padding-top: 20px;
      padding-bottom: 20px;
      margin-bottom: 0; }
    .section-title-u .title-wrap .section-btn {
      background-color: #000743;
      color: #008ee1;
      padding: 0 20px 6px;
      display: inline-block;
      position: absolute;
      top: 12px;
      right: 0;
      border-radius: 4px;
      font-size: 22px;
      font-weight: 700; }
      .section-title-u .title-wrap .section-btn i {
        font-size: 25px;
        color: #fff;
        position: relative;
        top: 5px; }

.container {
  max-width: 1135px; }
/*
 Header Area Style
 ======================================================*/
.top-header {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070; }
  .top-header .header-right-content {
    text-align: right; }
    .top-header .header-right-content ul {
      padding-left: 0;
      margin-bottom: 0;
      list-style-type: none;
      display: inline-block;
      margin-left: 100px; }
      .top-header .header-right-content ul li {
        display: inline-block;
        margin-right: 10px; }
        .top-header .header-right-content ul li:last-child {
          margin-right: 0; }
    .top-header .header-right-content .become {
      font-size: 16px;
      font-weight: 700;
      display: inline-block;
      border-left: 1px solid #707070;
      border-right: 1px solid #707070;
      padding: 7px 20px 15px; }
      .top-header .header-right-content .become i {
        font-size: 20px;
        position: relative;
        top: 5px;
        color: #008ee1; }

.single-brand-container {
  border: #000743 solid;
  border-radius: 16px;
  margin: 10px; }

.banner-section .banner-content {
  position: relative;
  z-index: 3; }

.banner-content {
  margin: 0 auto;
  text-align: center;
  max-width: 840px; }

.banner-content .title.bold {
  font-weight: 700; }

.banner-content .title {
  color: #008ee1;
  font-size: 80px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 800; }

.color-theme-body {
  color: #008ee1; }

.color-theme {
  color: #000743; }

.banner-section .banner-content.event-content p {
  max-width: 515px; }

.banner-section .banner-content p {
  margin-left: auto;
  margin-right: auto; }

.banner-content p {
  font-size: 28px;
  line-height: 1.4; }

p:last-child {
  margin-bottom: -8px !important; }

p {
  margin-top: -11px; }

.banner-content {
  margin: 0 auto;
  text-align: center;
  max-width: 840px; }

.banner-section .banner-content.event-content p {
  max-width: 515px; }

.banner-section {
  padding: 110px 0 110px;
  position: relative; }

.middle-header {
  /*border-bottom: 47px solid $color-over-body;*/
  box-shadow: 0px 11px 19px 0px #000;
  padding: 18px 0;
  background-image: -webkit-linear-gradient(171deg, #008ee1 50%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%); }
  .middle-header .src-form {
    position: relative; }
    .middle-header .src-form .form-group .form-control {
      height: 45px;
      border-radius: 8px;
      max-width: 260px;
      margin: auto; }
      .middle-header .src-form .form-group .src-btn {
        position: absolute;
        top: 7px;
        right: 20px;
        background-color: transparent;
        font-size: 22px; }
  .middle-header .login-cart {
    text-align: right; }
    .middle-header .login-cart ul {
      padding-left: 0;
      margin-bottom: 0;
      list-style-type: none; }
      .middle-header .login-cart ul li {
        display: inline-block;
        margin-right: 30px; }
        .middle-header .login-cart ul li:last-child {
          margin-right: 0; }
        .middle-header .login-cart ul li a {
          font-size: 16px; }
          .middle-header .login-cart ul li a.cart-icon {
            position: relative;
            margin-right: 10px; }
            .middle-header .login-cart ul li a.cart-icon span {
              position: absolute;
              top: -10px;
              right: -10px;
              width: 20px;
              height: 20px;
              line-height: 20px;
              color: #fff;
              background-color: #f00;
              display: inline-block;
              border-radius: 50px;
              text-align: center;
              font-size: 15px; }
  .middle-header .dropdown .dropdown-menu {
    padding: 25px 30px !important;
    width: 400px;
    margin-top: 80px !important;
    display: block;
    top: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;
    transform: unset !important;
    left: auto !important;
    right: 0 !important;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #707070;
    border-radius: 0; }
    .middle-header .dropdown .dropdown-menu::before {
      content: "";
      position: absolute;
      top: -8px;
      right: 2px;
      width: 15px;
      height: 15px;
      border-top: 1px solid #707070;
      border-left: 1px solid #707070;
      transform: rotate(45deg);
      background-color: #fff; }
    .middle-header .dropdown .dropdown-menu.show {
      margin-top: 40px !important;
      opacity: 1;
      visibility: visible; }
    .middle-header .dropdown .dropdown-menu li {
      display: block !important;
      margin-right: 0; }
      .middle-header .dropdown .dropdown-menu li a {
        background-color: transparent;
        color: #000;
        display: block;
        border: none;
        padding: 5px 0; }
        .middle-header .dropdown .dropdown-menu li a.active {
          color: #008ee1; }
        .middle-header .dropdown .dropdown-menu li a i {
          position: relative;
          top: 2px;
          margin-right: 5px; }
        .middle-header .dropdown .dropdown-menu li a:hover {
          color: #008ee1; }
    .middle-header .dropdown .dropdown-menu .one {
      text-align: center;
      margin-bottom: 15px; }
      .middle-header .dropdown .dropdown-menu .one img {
        margin-bottom: 10px; }
      .middle-header .dropdown .dropdown-menu .one p {
        font-weight: 300; }
    .middle-header .dropdown .dropdown-menu .two {
      margin-bottom: 15px; }
      .middle-header .dropdown .dropdown-menu .two img {
        margin-right: 10px; }
      .middle-header .dropdown .dropdown-menu .two h3 {
        font-size: 16px;
        color: #000; }
    .middle-header .dropdown .dropdown-menu .three .message {
      margin-bottom: 30px;
      font-weight: 300;
      margin-left: 14px; }
      .middle-header .dropdown .dropdown-menu .three .qty {
        border-bottom: 1px solid #707070;
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-weight: 300;
        padding-left: 50px; }
    .middle-header .dropdown .dropdown-menu .four {
      border-bottom: 1px solid #707070;
      padding-bottom: 15px;
      margin-bottom: 10px;
      font-weight: 300; }
    .middle-header .dropdown .dropdown-menu .five {
      margin-bottom: 30px;
      font-weight: 300; }
      .middle-header .dropdown .dropdown-menu .five span {
        float: right; }
    .middle-header .dropdown .dropdown-menu .six .default-btn {
      color: #000743;
      padding: 8px;
      font-size: 16px; }
      .middle-header .dropdown .dropdown-menu .six .default-btn:hover {
        color: #222;
        background-color: #008ee1; }
      .middle-header .dropdown .dropdown-menu .six .default-btn.active {
        float: right;
        color: #008ee1;
        border-color: #008ee1;
        background-color: #000743; }
        .middle-header .dropdown .dropdown-menu .six .default-btn.active:hover {
          color: #222;
          background-color: #008ee1; }

.just-border-style {
  margin-top: 5px;
  border-top: 3px solid #000743;
  margin-bottom: 2px; }
/*
 Navbar Area Style
 ======================================================*/
.navbar-area {
  position: relative;
  border-top: 5px solid #000743; }
  .navbar-area .navbar-brand {
    margin-right: 0; }
  .navbar-area.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: #fff !important;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    border-top: none; }

.desktop-nav {
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0; }
  .desktop-nav .navbar {
    position: static;
    transition: all ease 0.5s;
    z-index: 2;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0; }
    .desktop-nav .navbar ul {
      padding-left: 0;
      margin-bottom: 0;
      list-style-type: none; }
    .desktop-nav .navbar .navbar-nav {
      margin-left: auto;
      margin-right: 0; }
    .desktop-nav .navbar .navbar-nav .nav-item {
      position: relative;
      padding-bottom: 35px;
      padding-top: 35px;
      padding-right: 0;
      padding-left: 0; }
      .desktop-nav .navbar .navbar-nav .nav-item a {
        font-weight: 700;
        font-size: 16px;
        color: #000;
        line-height: 1;
        position: relative;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 0;
        padding-bottom: 8px;
        margin-left: 20px;
        margin-right: 20px; }
      .desktop-nav .navbar .navbar-nav .nav-item a::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        transition: all ease 0.5s; }
      .desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
        color: #008ee1; }
        .desktop-nav .navbar .navbar-nav .nav-item a:hover:before, .desktop-nav .navbar .navbar-nav .nav-item a:focus:before, .desktop-nav .navbar .navbar-nav .nav-item a.active:before {
          width: 100%;
          left: 0;
          right: auto; }
      .desktop-nav .navbar .navbar-nav .nav-item a i {
        font-size: 18px;
        line-height: 0;
        position: relative;
        top: 4px; }
      .desktop-nav .navbar .navbar-nav .nav-item:last-child a {
        margin-right: 0; }
      .desktop-nav .navbar .navbar-nav .nav-item:first-child a {
        margin-left: 0; }
      .desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
        color: #008ee1; }
      .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease-in-out;
        background: #fff;
        position: absolute;
        visibility: hidden;
        border-radius: 0;
        display: block;
        width: 250px;
        border: none;
        z-index: 99;
        opacity: 0;
        top: 80px;
        left: 0;
        padding: 0; }
      .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
        padding: 0; }
        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
          color: #000;
          padding: 15px;
          margin: 0;
          font-size: 12px;
          line-height: 1;
          display: block; }
          .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
            display: none; }
          .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
            float: right;
            top: 7px; }
          .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
            color: #008ee1; }
        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
          left: 250px;
          top: 0;
          opacity: 0;
          visibility: hidden; }
          .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
            color: #000743;
            font-size: 14px;
            line-height: 1; }
            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
              color: #008ee1; }
            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
              left: 250px;
              top: 0;
              opacity: 0;
              visibility: hidden; }
            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
              color: #000; }
              .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                color: #008ee1; }
              .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                left: -250px;
                top: 0;
                opacity: 0;
                visibility: hidden; }
              .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                color: #000; }
                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                  color: #008ee1; }
                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                  left: -250px;
                  top: 0;
                  opacity: 0;
                  visibility: hidden; }
                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                  color: #000; }
                  .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                    color: #008ee1; }
                  .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                    left: -250px;
                    top: 0;
                    opacity: 0;
                    visibility: hidden; }
                  .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                    color: #000; }
                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                      color: #008ee1; }
                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                      left: -250px;
                      top: 0;
                      opacity: 0;
                      visibility: hidden; }
                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                      color: #000; }
                      .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                        color: #008ee1; }
                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                      color: #008ee1; }
                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                      opacity: 1;
                      visibility: visible;
                      top: -15px; }
                  .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                    color: #008ee1; }
                  .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                    opacity: 1;
                    visibility: visible;
                    top: -1px; }
                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                  color: #008ee1; }
                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                  opacity: 1;
                  top: -1px;
                  visibility: visible; }
              .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                color: #008ee1; }
              .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                opacity: 1;
                top: -15px;
                visibility: visible; }
            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
              color: #008ee1; }
            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
              opacity: 1;
              visibility: visible;
              top: -15px; }
        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
          color: #008ee1; }
        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
          opacity: 1;
          visibility: visible;
          top: 0; }
        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
          border-bottom: none; }
      .desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
        top: 80%;
        opacity: 1;
        margin-top: 0;
        visibility: visible; }
      .desktop-nav .navbar .navbar-nav .nav-item:hover.mega-menu .dropdown-menu {
        pointer-events: auto; }
      .desktop-nav .navbar .navbar-nav .nav-item.mega-menu {
        position: unset; }
      .desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu {
        left: 0;
        right: 0;
        top: 80%;
        width: 100%;
        margin: auto;
        padding: 25px;
        margin-top: 0;
        position: absolute;
        transform: unset !important;
        pointer-events: none; }
        .desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu-title {
          position: relative;
          margin-bottom: 15px;
          font-weight: 600;
          font-size: 12px;
          color: #000;
          text-transform: uppercase; }
        .desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu li {
          padding-bottom: 15px; }
          .desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu li:last-child {
            padding-bottom: 0; }
          .desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu li a {
            padding: 0;
            margin-bottom: 0;
            font-weight: 500; }
          .desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu li:first-child a {
            padding-top: 0; }
          .desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu li:last-child a {
            border-bottom: none;
            padding-bottom: 0; }
      .desktop-nav .navbar .navbar-nav .nav-item .container {
        max-width: 960px; }
    .desktop-nav .navbar .navbar-nav.mr-auto {
      margin-right: auto;
      margin-left: 125px; }
  .desktop-nav .default-btn {
    background: #000;
    border-color: #c2a67f;
    color: #c2a67f !important;
    display: table !important;
    margin: 30px auto 0px !important;
    padding: 10px 30px !important; }
    .desktop-nav .default-btn i {
      margin-left: 20px;
      position: relative !important;
      top: 6px !important; }

.mobile-responsive-nav {
  display: none; }

.others-options-for-mobile-devices {
  display: none; }
  .others-options-for-mobile-devices ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 1; }
    .others-options-for-mobile-devices ul li {
      display: inline-block;
      margin-right: 30px; }
    .others-options-for-mobile-devices ul li:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: none; }
    .others-options-for-mobile-devices ul li .search-btn {
      display: block !important;
      background-color: transparent; }
      .others-options-for-mobile-devices ul li .search-btn i {
        font-size: 19px;
        transition: all ease 0.5s; }
      .others-options-for-mobile-devices ul li .search-btn:focus {
        color: #000743; }
      .others-options-for-mobile-devices ul li .search-btn:hover i {
        color: #008ee1; }
    .others-options-for-mobile-devices ul li .burger-menu {
      background-color: #242424;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      cursor: pointer; }
      .others-options-for-mobile-devices ul li .burger-menu i {
        color: #fff;
        font-size: 25px; }
    .others-options-for-mobile-devices ul li .wishlist {
      position: relative; }
      .others-options-for-mobile-devices ul li .wishlist i {
        font-size: 20px;
        color: #000743;
        transition: all ease 0.5s; }
      .others-options-for-mobile-devices ul li .wishlist span {
        position: absolute;
        top: -12px;
        right: -10px;
        display: inline-block;
        width: 17px;
        height: 17px;
        line-height: 17px;
        text-align: center;
        background-color: #000743;
        border-radius: 50%;
        color: #fff;
        font-size: 10px;
        transition: all ease 0.5s; }
      .others-options-for-mobile-devices ul li .wishlist:hover span {
        background-color: #008ee1; }
      .others-options-for-mobile-devices ul li .wishlist:hover i {
        color: #008ee1; }
    .others-options-for-mobile-devices ul li .cart-icon {
      position: relative;
      margin-right: 11px; }
      .others-options-for-mobile-devices ul li .cart-icon i {
        color: #000743;
        font-size: 18px;
        transition: all ease 0.5s; }
      .others-options-for-mobile-devices ul li .cart-icon span {
        position: absolute;
        top: -12px;
        right: -10px;
        display: inline-block;
        width: 17px;
        height: 17px;
        line-height: 17px;
        text-align: center;
        background-color: #000743;
        border-radius: 50%;
        color: #fff;
        font-size: 10px;
        transition: all ease 0.5s; }
      .others-options-for-mobile-devices ul li .cart-icon:hover span {
        background-color: #008ee1; }
      .others-options-for-mobile-devices ul li .cart-icon:hover i {
        color: #008ee1; }
/*
 Hero Slider Area Style
 ======================================================*/
.hero-slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-bottom: 100px; }
  .hero-slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1; }
  .hero-slider-item.bg-1 {
    background-image: url(../themes/ticketsbreeze/assets/images/hero-bg-1.jpg); }
  .hero-slider-item.bg-2 {
    background-image: url(../themes/ticketsbreeze/assets/images/hero-bg-2.jpg); }
  .hero-slider-item.bg-3 {
    background-image: url(../themes/ticketsbreeze/assets/images/hero-bg-3.jpg); }
  .hero-slider-item.bg-4 {
    background-image: url(../themes/ticketsbreeze/assets/images/hero-bg-4.jpg); }
  .hero-slider-item.bg-5 {
    background-image: url(../themes/ticketsbreeze/assets/images/hero-bg-5.jpg); }

.hero-slider.owl-carousel .owl-item img {
  width: auto;
  margin: auto; }
  .hero-slider.owl-theme .owl-dots {
    margin-top: 0 !important;
    line-height: 1;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0; }
    .hero-slider.owl-theme .owl-dots .owl-dot span {
      background-color: #fff;
      transition: all ease 0.5s;
      margin-top: 0;
      margin-bottom: 0; }
      .hero-slider.owl-theme .owl-dots .owl-dot.active span {
        background-color: #008ee1; }
      .hero-slider.owl-theme .owl-dots .owl-dot:hover span {
        background-color: #008ee1; }

.hero-slider-content {
  text-align: center; }
  .hero-slider-content h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 14px;
    color: #fff;
    margin-top: 200px;
    margin-bottom: 150px; }
  .hero-slider-content .banner-btn {
    border: 3px solid #fff;
    font-size: 31px;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.3); }
    .hero-slider-content .banner-btn:hover {
      background-color: rgba(255, 255, 255, 0.3); }
  .hero-slider-content h3 {
    color: #fff; }
/*
 Gift Slider Area Style
 ======================================================*/
.gift-vouchers-content {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  .gift-vouchers-content h2 {
    font-size: 32px;
    color: #000;
    margin-bottom: 20px; }
  .gift-vouchers-content p {
    line-height: 18px;
    font-size: 16px; }
/*
 Single Brand Area Style
 ======================================================*/
.single-brand {
  margin-bottom: 30px;
  transition: all ease 0.5s; }
  .single-brand img {
    margin-bottom: 10px; }
  .single-brand .default-btn {
    width: 100%; }
  .single-brand:hover {
    transform: translateY(-5px); }
/*
 Single Brand Area Style
 ======================================================*/
.latest-news-area {
  border-bottom: 47px solid #008ee1; }
  .latest-news-area.pb-55 {
    padding-bottom: 55px; }

.single-news {
  margin-bottom: 30px; }
  .single-news .news-content h3 {
    font-size: 22px;
    font-weight: 600; }
    .single-news .news-content h3 a {
      color: #000743; }
    .single-news .news-content .default-btn {
      float: right; }
/*
 Delivery Charges Area Style
 ======================================================*/
.delivery-charges-area {
  border-top: 5px solid #000743; }

.delivery-charges-content {
  padding-top: 30px;
  padding-bottom: 20px; }
  .delivery-charges-content h3 {
    font-size: 22px;
    font-weight: 600; }
  .delivery-charges-content p {
    font-style: italic;
    margin-bottom: 5px; }
  .delivery-charges-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .delivery-charges-content ul li {
      display: inline-block;
      margin-right: 10px; }
    .delivery-charges-content ul li:last-child {
      margin-right: 0; }
    .delivery-charges-content ul li span {
      font-weight: 600; }

.shopping-area {
  background-color: #008ee1; }
  .shopping-area ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .shopping-area ul li {
      display: inline-block;
      margin-right: 30px; }
    .shopping-area ul li:last-child {
      margin-right: 0; }
    .shopping-area ul li h3 {
      font-size: 22px; }
    .shopping-area ul li img {
      margin-left: 10px; }
/*
 Footer Area Style
 ======================================================*/
.footer-area {
  padding-top: 30px; }

.footer-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .footer-link li {
    display: inline-block;
    border-right: 2px solid #707070;
    padding-right: 30px;
    margin-right: 30px; }
    .footer-link li:last-child {
      margin-right: 0;
      padding-right: 0;
      border: none; }
    .footer-link li a {
      font-size: 22px; }

.footer-social-play {
  margin-top: 50px;
  border-bottom: 2px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 40px; }
  .footer-social-play .social-link {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .footer-social-play .social-link li {
      display: inline-block;
      margin-right: 10px; }
    .footer-social-play .social-link li span {
      font-size: 22px;
      font-weight: 700;
      display: inline-block;
      margin-right: 5px; }
    .footer-social-play .social-link li a i {
      width: 35px;
      height: 35px;
      line-height: 31px;
      display: inline-block;
      border-radius: 50px;
      text-align: center;
      border: 2px solid #000743;
      color: #008ee1;
      transition: all ease 0.5s; }
      .footer-social-play .social-link li a:hover i {
        border-color: #008ee1;
        color: #000743; }
  .footer-social-play .paly-store-btn {
    text-align: right; }
    .footer-social-play .paly-store-btn a {
      display: inline-block;
      margin-right: 30px; }
    .footer-social-play .paly-store-btn a:last-child {
      margin-right: 0; }

.copy-right-area {
  text-align: center;
  background-color: #008ee1;
  padding-top: 20px;
  padding-bottom: 20px; }
  .copy-right-area p {
    font-size: 14px;
    line-height: 16px; }
    .copy-right-area p a {
      color: #000743; }
/*
 News Details Area Style
 ======================================================*/
.news-details-content {
  margin-top: 30px;
  margin-bottom: 30px; }
  .news-details-content h3 {
    font-size: 32px;
    color: #000;
    margin-bottom: 20px; }
  .news-details-content img {
    margin-bottom: 30px; }
/*
 Single Shop Area Style
 ======================================================*/
.single-shop-area {
  margin-top: 30px;
  margin-bottom: 30px; }
  .single-shop-area h3 {
    font-size: 32px;
    color: #000;
    margin-bottom: 20px; }
  .single-shop-area span {
    font-weight: 700; }

.left-shop-content img {
  max-width: 239px; }
  .left-shop-content p {
    margin-bottom: 50px; }

.shop-btn {
  margin-top: 30px;
  margin-bottom: 30px; }
  .shop-btn .default-btn i {
    position: relative;
    top: 3px; }
    .shop-btn .default-btn.active {
      background-color: #000743;
      border-color: #008ee1; }
    .shop-btn .default-btn.active:hover {
      background-color: #fff;
      color: #008ee1; }
/*
 Contact us Area Style
 ======================================================*/
.contact-content {
  padding-top: 30px;
  padding-bottom: 30px; }
  .contact-content h3 {
    font-size: 32px;
    color: #000; }
  .contact-content span {
    font-size: 22px;
    color: #000743;
    display: block;
    margin-bottom: 15px; }

.contact-us-area {
  background-color: #008ee1;
  padding-top: 30px;
  padding-bottom: 30px; }

.contact-form .form-group {
  margin-bottom: 30px; }
  .contact-form .form-group .form-control {
    background-color: #fff; }
  .contact-form .default-btn {
    background-color: #008ee1;
    border-color: #008ee1;
    color: #000743; }
  .contact-form .default-btn:hover {
    background-color: #fff;
    color: #008ee1; }

.side-logo img {
  margin-bottom: 30px; }
  .side-logo p {
    font-size: 22px;
    color: #000743;
    margin-bottom: 80px; }
/*
 Register Area Style
 ======================================================*/
.register-title-area {
  padding-top: 30px;
  padding-bottom: 30px; }
  .register-title-area h3 {
    font-size: 32px;
    color: #000;
    margin-bottom: 20px; }
  .register-title-area h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px; }

.register-area {
  background-color: #008ee1;
  padding-top: 30px;
  padding-bottom: 30px; }
  .register-area.login {
    padding-bottom: 200px; }

.register-form .form-group {
  margin-bottom: 30px; }
  .register-form .form-group .form-control {
    background-color: #fff; }
  .register-form .default-btn {
    background-color: #008ee1;
    border-color: #008ee1;
    color: #000743; }
  .register-form .default-btn:hover {
    background-color: #fff;
    color: #008ee1; }
  .register-form .form-check a {
    color: #000743;
    text-decoration: underline; }
/*
 Become Partner Area Style
 ======================================================*/
.become-partner-area {
  padding-top: 30px;
  padding-bottom: 30px; }
  .become-partner-area h3 {
    font-size: 32px;
    color: #000;
    margin-bottom: 20px; }
  .become-partner-area h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px; }

.become-area {
  background-color: #e1e1e1;
  padding-top: 30px;
  padding-bottom: 30px; }
  .become-area.login {
    padding-bottom: 200px; }

.become-form .form-group {
  margin-bottom: 30px; }
  .become-form .form-group .form-control {
    background-color: #fff; }
  .become-form .default-btn {
    background-color: #000743;
    border-color: #008ee1; }
  .become-form .default-btn:hover {
    background-color: #fff;
    color: #008ee1; }
  .become-form span {
    font-style: italic;
    margin-left: 10px; }
/*
 About Area Area Style
 ======================================================*/
.about-content {
  padding-top: 30px;
  padding-bottom: 30px; }
  .about-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px; }
  .about-content .side-logo {
    margin-top: 50px; }

.about-img {
  padding-top: 30px;
  padding-bottom: 30px; }
/*
 Privacy PolicyArea Style
 ======================================================*/
.privacy-policy-area {
  padding-top: 60px;
  padding-bottom: 60px; }

.privacy-policy-content h3 {
  font-size: 32px;
  color: #000;
  margin-bottom: 50px; }
  .privacy-policy-content .privacy {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000743;
    margin-bottom: 15px; }
  .privacy-policy-content .min-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-bottom: 30px; }
  .privacy-policy-content .min-list li {
    color: #000743;
    font-size: 18px;
    line-height: 21px; }
  .privacy-policy-content .statement {
    display: block;
    color: #000743;
    font-size: 18px;
    line-height: 21px; }
  .privacy-policy-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .privacy-policy-content .mb-15 {
    margin-bottom: 15px; }
/*
 Privacy PolicyArea Style
 ======================================================*/
.my-account-area {
  background-color: #e1e1e1; }

.my-account-area {
  padding-top: 30px; }

.my-account-single-card {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  margin-bottom: 30px; }
  .my-account-single-card h3 {
    background-color: #000743;
    padding: 10px;
    color: #008ee1;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px 6px 0 0; }
  .my-account-single-card p {
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 50px; }
/*
 My details Area Style
 ======================================================*/
.my-details-area {
  background-color: #e1e1e1; }

.my-details-title-area {
  padding-top: 30px;
  padding-bottom: 30px; }
  .my-details-title-area h3 {
    font-size: 32px;
    color: #000;
    margin-bottom: 20px; }

.my-details-form {
  padding-top: 50px;
  padding-bottom: 50px; }
  .my-details-form .form-group {
    margin-bottom: 30px; }
  .my-details-form .form-group .form-control {
    background-color: #fff; }
  .my-details-form .default-btn {
    background-color: #000743;
    border-color: #008ee1; }
  .my-details-form .default-btn:hover {
    background-color: #fff;
    color: #008ee1; }
  .my-details-form h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 20px; }
  .my-details-form h3.none {
    color: #e1e1e1; }
/*
 My Order Area Style
 ======================================================*/
.my-order-area {
  background-color: #e1e1e1;
  padding-top: 30px;
  padding-bottom: 30px; }
  .my-order-area .my-order-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    background-color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    border: 1px solid #707070;
    margin-bottom: 30px; }
  .my-order-area .my-order-list:last-child {
    margin-bottom: 0; }
  .my-order-area .my-order-list li {
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .my-order-area .my-order-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .my-order-area .faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }
  .my-order-area .faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    margin-bottom: 15px; }
    .my-order-area .faq-accordion .accordion .accordion-item:last-child {
      margin-bottom: 0; }
  .my-order-area .faq-accordion .accordion .accordion-title {
    color: #000743;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    z-index: 1;
    text-align: center; }
    .my-order-area .faq-accordion .accordion .accordion-title span {
      position: relative;
      top: -5px; }
    .my-order-area .faq-accordion .accordion .accordion-title i {
      font-size: 25px;
      transition: all ease 0.5s;
      position: relative;
      top: 4px;
      color: #008ee1; }
  .my-order-area .faq-accordion .accordion .accordion-title.active i::before {
    content: "Hide order";
    font-size: 16px;
    position: relative;
    top: -16px; }
    .my-order-area .faq-accordion .accordion .accordion-title.active i::after {
      content: "\EA78";
      position: relative;
      top: -8px;
      color: #008ee1; }
    .my-order-area .faq-accordion .accordion .accordion-title.active span {
      display: none; }
  .my-order-area .faq-accordion .accordion .accordion-content {
    display: none;
    position: relative; }
    .my-order-area .faq-accordion .accordion .accordion-content.show {
      display: block; }
    .my-order-area .faq-accordion .accordion .accordion-content .price-title {
      padding-left: 0;
      margin-bottom: 10px;
      margin-top: 20px;
      list-style: none;
      max-width: 200px;
      margin-left: auto; }
    .my-order-area .faq-accordion .accordion .accordion-content .price-title li {
      border: none;
      padding: 0;
      margin-bottom: 20px;
      position: relative; }
    .my-order-area .faq-accordion .accordion .accordion-content .price-title li:last-child {
      margin-bottom: 0; }
    .my-order-area .faq-accordion .accordion .accordion-content .price-title li span {
      position: absolute;
      top: 0;
      left: 120px; }
    .my-order-area .faq-accordion .accordion .accordion-content .price-title li.total {
      font-weight: 700;
      color: #000743; }
  .my-order-area .shopping-cart-area .cart-controller {
    background-color: #fff;
    border: 1px solid #ebebeb; }
  .my-order-area .shopping-cart-area .product-thumbnail {
    width: 130px; }
  .my-order-area .shopping-cart-area .cart-table table thead tr {
    border-style: none; }
    .my-order-area .shopping-cart-area .cart-table table thead tr th {
      border: none;
      color: #000743;
      font-size: 16px;
      font-weight: 700;
      padding: 20px 30px; }
    .my-order-area .shopping-cart-area .cart-table table tbody tr td {
      vertical-align: middle;
      border: none;
      border-bottom: 1px solid #dedede;
      white-space: nowrap;
      padding: 15px 30px; }
      .my-order-area .shopping-cart-area .cart-table table tbody tr td a {
        color: #000743;
        font-weight: 600; }
      .my-order-area .shopping-cart-area .cart-table table tbody tr td a:hover {
        color: #008ee1; }
      .my-order-area .shopping-cart-area .cart-table table tbody tr td.product-quantity {
        text-align: right; }
      .my-order-area .shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #707070;
        border-radius: 4px; }
  .my-order-area .shopping-cart-area .table {
    margin-bottom: 0;
    border-bottom: none; }
/*
 Checkout Area Style
 ======================================================*/
.checkout-area .shopping-cart-area .cart-controller {
  background-color: #fff;
  border: 1px solid #ebebeb; }
  .checkout-area .shopping-cart-area .cart-table table thead tr {
    border-style: none; }
    .checkout-area .shopping-cart-area .cart-table table thead tr th {
      border: none;
      color: #000743;
      font-size: 16px;
      font-weight: 700;
      padding: 20px 30px; }
    .checkout-area .shopping-cart-area .cart-table table tbody tr td {
      vertical-align: middle;
      border: none;
      border-bottom: 1px solid #dedede;
      white-space: nowrap;
      padding: 15px 30px; }
      .checkout-area .shopping-cart-area .cart-table table tbody tr td a {
        color: #000743;
        font-weight: 600; }
      .checkout-area .shopping-cart-area .cart-table table tbody tr td a:hover {
        color: #008ee1; }
      .checkout-area .shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #707070;
        border-radius: 4px;
        margin-bottom: 20px; }
      .checkout-area .shopping-cart-area .cart-table table tbody tr td.product-quantity a {
        font-weight: normal;
        font-size: 16px; }
  .checkout-area .shopping-cart-area .table {
    margin-bottom: 0;
    border-bottom: none; }
  .checkout-area .price-title {
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 20px;
    list-style: none;
    max-width: 200px;
    margin-left: auto; }
  .checkout-area .price-title li {
    border: none;
    padding: 0;
    margin-bottom: 20px;
    position: relative; }
  .checkout-area .price-title li:last-child {
    margin-bottom: 0; }
  .checkout-area .price-title li span {
    position: absolute;
    top: 0;
    left: 120px; }
  .checkout-area .price-title li.total {
    font-weight: 700;
    color: #000743; }
  .checkout-area .login-password {
    border-top: 1px solid #707070;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px; }
  .checkout-area .login-password .form-group .default-btn {
    width: 100%;
    font-size: 20px;
    background-color: #fff;
    border-color: #008ee1;
    color: #000743; }
    .checkout-area .login-password .form-group .default-btn:hover {
      background-color: #008ee1;
      color: #000743; }
/*
 Checkout Delivery Area Style
 ======================================================*/
.checkout-delivery-area {
  background-color: #008ee1;
  padding-top: 30px;
  padding-bottom: 30px; }

.bg-wrap {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px; }

.delivery-content h3 {
  font-size: 22px;
  margin-bottom: 10px; }
  .delivery-content p {
    margin-bottom: 40px; }
  .delivery-content .none {
    color: #e1e1e1; }

.delivery-form .form-group {
  margin-bottom: 20px; }
  .delivery-form .form-group .form-control {
    background-color: #fff; }
  .delivery-form .form-group.none .form-control {
    border-color: #e1e1e1;
    background-color: #e1e1e1; }
    .delivery-form .form-group.none .form-control::placeholder {
      color: #e1e1e1; }

.check-now h3 {
  font-size: 22px;
  margin-bottom: 60px; }
  .check-now .form-group {
    margin-bottom: 20px; }

.bg-wraps {
  padding-top: 30px; }
  .bg-wraps h3 {
    margin-bottom: 30px; }
  .bg-wraps p {
    font-style: italic; }
  .bg-wraps .form-check {
    margin-bottom: 20px; }
  .bg-wraps .form-check .form-check-label {
    font-weight: 700; }
  .bg-wraps .default-btn {
    background-color: #000743;
    color: #008ee1;
    border-color: #008ee1;
    width: 100%; }
  .bg-wraps .default-btn:hover {
    background-color: #008ee1;
    color: #222; }
  .bg-wraps .payment {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none; }
  .bg-wraps .payment li {
    display: inline-block;
    margin-right: 30px; }
  .bg-wraps .payment li:last-child {
    margin-right: 0; }
/*
 Personalize Area Style
 ======================================================*/
.personalize-voucher-amount-area {
  padding-top: 30px;
  padding-bottom: 30px; }
  .personalize-voucher-amount-area .personalize-voucher-wrap {
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .personalize-voucher-amount-area .personalize-voucher-wrap h3 {
    font-size: 22px;
    color: #000; }
  .personalize-voucher-amount-area .personalize-voucher-wrap p {
    color: #000743; }
  .personalize-voucher-amount-area .personalize-voucher-wrap .form-control {
    max-width: 260px; }
  .personalize-voucher-amount-area .personalize-voucher-select-wrap {
    margin-bottom: 20px; }
  .personalize-voucher-amount-area .personalize-voucher-select-wrap h4 {
    font-size: 22px;
    margin-bottom: 20px; }
  .personalize-voucher-amount-area .personalize-voucher-select-wrap .occasion {
    max-width: 350px;
    margin-left: auto; }
  .personalize-voucher-amount-area .personalize-voucher-select-wrap .occasion span {
    margin-right: 10px; }

.personalize-wid {
  margin-left: 100px;
  margin-right: 100px; }

.personalize-voucher-slide.owl-theme .owl-nav {
  margin-top: 0 !important; }
  .personalize-voucher-slide.owl-theme .owl-nav .owl-prev, .personalize-voucher-slide.owl-theme .owl-nav .owl-next {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: -118px;
    transform: translateY(-18px); }
    .personalize-voucher-slide.owl-theme .owl-nav .owl-prev i, .personalize-voucher-slide.owl-theme .owl-nav .owl-next i {
      font-size: 40px;
      transition: all ease 0.5s; }
    .personalize-voucher-slide.owl-theme .owl-nav .owl-prev:hover, .personalize-voucher-slide.owl-theme .owl-nav .owl-next:hover {
      background-color: transparent;
      color: #000; }
    .personalize-voucher-slide.owl-theme .owl-nav .owl-prev:hover i, .personalize-voucher-slide.owl-theme .owl-nav .owl-next:hover i {
      color: #008ee1; }
  .personalize-voucher-slide.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -118px; }

.voucher-item {
  margin-bottom: 30px; }

.personalize-form h3 {
  font-size: 22px;
  margin-bottom: 20px; }
  .personalize-form .form-group {
    max-width: 970px;
    margin: auto;
    margin-bottom: 20px; }
  .personalize-form p {
    text-align: center;
    margin-bottom: 20px;
    font-style: italic; }
  .personalize-form .submit-btn {
    max-width: 970px;
    margin: auto;
    text-align: right; }
  .personalize-form .submit-btn .default-btn {
    margin-right: 100px; }
  .personalize-form .submit-btn .default-btn:last-child {
    margin-right: 0; }
  .personalize-form .submit-btn .default-btn:hover {
    background-color: #000743;
    border-color: #008ee1;
    color: #008ee1; }
  .personalize-form .submit-btn .default-btn.active {
    background-color: #000743;
    border-color: #008ee1;
    color: #008ee1; }
/*====================================================
 OTHERS STYLE AREA
 =====================================================*/
/*
 Preloader Area Style*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #008ee1;
  top: 0;
  left: 0;
  z-index: 99999; }
  .preloader .lds-ripple {
    position: absolute;
    width: 80px;
    height: 80px;
    animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
    left: 50%;
    top: 50%;
    transform: translate(-50px, -50px); }
  .preloader .pl-flip-1 {
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    margin: 0 auto 18px auto;
    position: relative;
    width: 50px;
    height: 50px; }
  .preloader .pl-flip-1:before, .preloader .pl-flip-1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background: #fff;
    display: block;
    transform-origin: 50% 100%;
    clip-path: polygon(0 0, 100% 0, 50% 100%); }
  .preloader .pl-flip-1.pl-flip-2 {
    animation-name: flipA;
    animation-timing-function: steps(1); }
  .preloader .pl-flip-1.pl-flip-2:before {
    transform-origin: 50% 50%;
    animation-name: flipB; }
  .preloader .pl-flip-1.pl-flip-2:after {
    transform-origin: 50% 50%;
    animation-name: flipC; }
  .preloader.preloader-deactivate {
    visibility: hidden; }

@keyframes flipA {
  from, 75%, to {
    transform: rotate(0); }

  25%, 50% {
    transform: rotate(90deg); } }

@keyframes flipB {
  from {
    transform: translateY(0) rotateX(0deg); }

  6.25% {
    transform: translateY(0) rotateX(0deg); }

  12.5% {
    transform: translateY(-50%) rotateX(90deg); }

  18.75% {
    transform: translateY(0) rotateX(180deg); }

  31.25% {
    transform: translateY(0) rotateX(180deg); }

  37.5% {
    transform: translateY(-50%) rotateX(270deg); }

  43.75% {
    transform: translateY(0) rotateX(360deg); }

  50% {
    transform: translateY(0) rotateX(360deg); }

  56.25% {
    transform: translateY(0) rotateX(360deg); }

  62.5% {
    transform: translateY(-50%) rotateX(450deg); }

  68.75% {
    transform: translateY(0) rotateX(540deg); }

  81.25% {
    transform: translateY(0) rotateX(540deg); }

  87.5% {
    transform: translateY(-50%) rotateX(630deg); }

  93.75% {
    transform: translateY(0) rotateX(720deg); }

  to {
    transform: translateY(0) rotateX(720deg); } }

@keyframes flipC {
  from {
    transform: translateY(100%) rotateZ(180deg) rotateX(0deg); }

  6.25% {
    transform: translateY(100%) rotateZ(180deg) rotateX(0deg); }

  12.5% {
    transform: translateY(150%) rotateZ(180deg) rotateX(90deg); }

  18.75% {
    transform: translateY(100%) rotateZ(180deg) rotateX(180deg); }

  31.25% {
    transform: translateY(100%) rotateZ(180deg) rotateX(180deg); }

  37.5% {
    transform: translateY(150%) rotateZ(180deg) rotateX(270deg); }

  43.75% {
    transform: translateY(100%) rotateZ(180deg) rotateX(360deg); }

  50% {
    transform: translateY(100%) rotateZ(180deg) rotateX(360deg); }

  56.25% {
    transform: translateY(100%) rotateZ(180deg) rotateX(360deg); }

  62.5% {
    transform: translateY(150%) rotateZ(180deg) rotateX(450deg); }

  68.75% {
    transform: translateY(100%) rotateZ(180deg) rotateX(540deg); }

  81.25% {
    transform: translateY(100%) rotateZ(180deg) rotateX(540deg); }

  87.5% {
    transform: translateY(150%) rotateZ(180deg) rotateX(630deg); }

  93.75% {
    transform: translateY(100%) rotateZ(180deg) rotateX(720deg); }

  to {
    transform: translateY(100%) rotateZ(180deg) rotateX(720deg); } }
/*
 Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  right: 3%;
  top: 87%;
  background-color: #000743;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  transform: scale(0);
  visibility: hidden;
  transition: 0.9s; }
  .go-top i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    transition: 0.5s;
    font-size: 20px; }
  .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%; }
  .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #008ee1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s; }
  .go-top:hover {
    color: #fff;
    background-color: #008ee1; }
  .go-top:hover::before {
    opacity: 1;
    visibility: visible; }
  .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden; }
  .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%; }
  .go-top:focus {
    color: #fff; }
  .go-top:focus::before {
    opacity: 1;
    visibility: visible; }
  .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden; }
  .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%; }
  .go-top.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 84%;
    transform: scale(1); }
/*
 Video wave Style*/
.video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 0;
  color: #008ee1;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: rgba(98, 189, 94, 0.8);
  border-radius: 50%;
  transition: all ease 0.5s; }
  .video-btn i {
    font-size: 42px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 3px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%; }
  .video-btn::after, .video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    transition: all ease 0.5s;
    animation: ripple 1.6s ease-out infinite;
    background-color: rgba(98, 189, 94, 0.8); }
  .video-btn:hover {
    background-color: rgba(27, 27, 27, 0.8); }
  .video-btn:hover::before, .video-btn:hover::after {
    background-color: rgba(27, 27, 27, 0.8); }

@keyframes ripple {
  0%, 35% {
    transform: scale(0);
    opacity: 1; }

  50% {
    transform: scale(1.5);
    opacity: 0.8; }

  100% {
    opacity: 0;
    transform: scale(2); } }
/*
 Page-navigation Area Style*/
.pagination-area {
  margin-top: 10px; }
  .pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 37px;
    color: #000743;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: 2px solid #707070;
    border-radius: 6px; }
  .pagination-area .page-numbers:hover {
    color: #fff;
    background-color: #008ee1; }
  .pagination-area .page-numbers i {
    font-size: 20px; }
  .pagination-area .page-numbers.next, .pagination-area .page-numbers.prev {
    top: 3px; }
  .pagination-area .page-numbers.current {
    color: #fff;
    border-color: #008ee1;
    background-color: #008ee1; }

.isDisabled {
  color: #eee;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none; }

.contact-form .close {
  display: none; }

.mean-container .mean-nav ul li {
  width: 90%; }

.single-brand {
  margin-bottom: 30px;
  transition: all ease 0.5s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center; }
