@charset "UTF-8";
/* ==========================================================================
   Variable
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
body {
  font-family: 'Dosis', sans-serif; }

h1, h2 {
  font-family: 'Barlow Condensed', sans-serif; }

.btn {
  font-size: 18px;
  font-weight: 500;
  padding: 10.5px 60px;
  border-radius: 6px; }

.zapct-navbar {
  border-bottom: 1px solid #b61916; }
  .zapct-navbar .navbar {
    padding: 15px 1rem; }
    @media (max-width: 575px) {
      .zapct-navbar .navbar {
        padding: 15px 5px; } }
    .zapct-navbar .navbar .navbar-brand a {
      display: block; }
    .zapct-navbar .navbar .navbar-brand img {
      margin: 0px; }
      @media (max-width: 575px) {
        .zapct-navbar .navbar .navbar-brand img {
          height: 30px; } }
      @media only screen and (max-width: 345px) {
        .zapct-navbar .navbar .navbar-brand img {
          height: 24px; } }
    .zapct-navbar .navbar .offcanvas-collapse {
      width: auto;
      margin-left: auto; }
      @media (max-width: 991px) {
        .zapct-navbar .navbar .offcanvas-collapse {
          width: 100%; } }
  .zapct-navbar #zapct-primary-navbar #menu-primary-menu {
    margin-right: auto !important; }
    .zapct-navbar #zapct-primary-navbar #menu-primary-menu a {
      text-transform: uppercase;
      font-size: 16px; }
  .zapct-navbar .cart-account {
    display: block; }
    .zapct-navbar .cart-account .nav-item {
      border: none;
      padding: 0px;
      display: inline-block; }
    .zapct-navbar .cart-account .btn {
      font-size: 14px;
      padding: 5px 10px; }
      @media only screen and (max-width: 345px) {
        .zapct-navbar .cart-account .btn {
          margin-left: 2.5px;
          margin-right: 2.5px; } }
    .zapct-navbar .cart-account .nav-account .fa {
      margin-right: 4px; }
    @media (max-width: 575px) {
      .zapct-navbar .cart-account .nav-account {
        width: 40px; }
        .zapct-navbar .cart-account .nav-account .fa {
          margin-right: 0px; }
        .zapct-navbar .cart-account .nav-account span {
          display: none; } }
    .zapct-navbar .cart-account .nav-basket {
      position: relative;
      width: auto; }
      .zapct-navbar .cart-account .nav-basket #basket-count {
        background-color: #1d1d1b;
        padding: 3px;
        width: 16.5px;
        border-radius: 50%;
        position: absolute;
        right: -7.5px;
        top: -7.5px; }
  .zapct-navbar .navbar-toggler {
    background-color: #1d1d1b;
    border-radius: 6px;
    padding: 3px 10px 6px;
    margin-right: 5px; }
    .zapct-navbar .navbar-toggler .navbar-toggler-icon {
      width: 1.25rem;
      height: 1.25rem;
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }

.zapct-homepage-section {
  border: none; }

.section-title {
  text-align: left;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  display: inline-flex;
  overflow: hidden;
  flex-grow: 2;
  width: 100%;
  white-space: nowrap; }
  @media (max-width: 575px) {
    .section-title {
      font-size: 24px; } }
  .section-title:after {
    content: "";
    display: inline-flex;
    margin-left: 0.9em;
    background: none;
    background-color: #e52421;
    height: 2px;
    width: 50%;
    vertical-align: middle;
    flex-grow: 1;
    margin-top: auto;
    margin-bottom: auto; }

.section-subtitle {
  background-color: #1d1d1b;
  max-width: 100%;
  font-size: 22px;
  color: #fff;
  padding: 15px 5px;
  border-radius: 6px; }
  @media (max-width: 575px) {
    .section-subtitle {
      font-size: 15px; } }
.zapct-page-title {
  background-color: #1d1d1b; }
  .zapct-page-title h1 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -0.15rem; }
    @media (max-width: 575px) {
      .zapct-page-title h1 {
        font-size: 36px;
        letter-spacing: -0.1rem; } }
.container.main-container {
  min-height: 45vh; }

.zapc-popup-modal .modal-footer .btn {
  margin-top: 0 !important; }

/* ==========================================================================
   Side Cart
   ========================================================================== */
.xoo-wsc-clist-cont {
  display: none; }

.xoo-wsc-pprice,
.xoo-wsc-pprice span.amount,
.xoo-wsc-smr-ptotal .woocommerce-Price-amount {
  font-weight: bold; }

.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart,
.xoo-wsc-ft-amt.xoo-wsc-ft-amt-shipping,
.xoo-wsc-basket {
  display: none !important; }

.xoo-wsc-ft-buttons-cont {
  display: block !important; }

.xoo-wsc-ft-buttons-cont a {
  display: block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 18px;
  font-weight: 500;
  padding: 10.5px 60px;
  border-radius: 6px;
  background-color: #0ea477;
  color: #fff;
  margin-top: 10px; }

/* ==========================================================================
   Slider
   ========================================================================== */
#zapct-carousel {
  border-bottom: 1px solid #b61916;
  padding-bottom: 10px;
  padding-top: 10px; }
  #zapct-carousel .carousel-caption {
    background-color: #1d1d1b;
    padding: 15px 90px;
    padding-right: 30px; }
    @media (max-width: 991px) {
      #zapct-carousel .carousel-caption {
        position: relative;
        flex: 0 0 100%;
        order: 2;
        padding: 30px 30px 45px;
        display: block;
        text-align: center; }
        #zapct-carousel .carousel-caption .link {
          display: block;
          width: 100%; } }
    #zapct-carousel .carousel-caption .category {
      font-size: 16px;
      text-transform: uppercase;
      margin: 0px;
      width: 100%;
      display: block; }
      @media (max-width: 575px) {
        #zapct-carousel .carousel-caption .category {
          margin-bottom: 15px; } }
    #zapct-carousel .carousel-caption .title {
      display: block;
      width: 100%; }
      #zapct-carousel .carousel-caption .title h2 {
        text-transform: uppercase;
        font-size: 90px;
        line-height: 0.85;
        letter-spacing: -0.2rem;
        font-weight: 500; }
        @media (max-width: 575px) {
          #zapct-carousel .carousel-caption .title h2 {
            font-size: 40px;
            letter-spacing: -0.1rem; } }
  #zapct-carousel .carousel-side-image {
    z-index: 100; }
    @media (max-width: 991px) {
      #zapct-carousel .carousel-side-image {
        position: relative;
        height: auto;
        flex: 0 0 100%;
        order: 1; } }
    #zapct-carousel .carousel-side-image:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 100px;
      background-color: #1d1d1b;
      z-index: 999;
      clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%); }
      @media (max-width: 991px) {
        #zapct-carousel .carousel-side-image:before {
          width: auto;
          top: auto;
          height: 50px;
          right: 0;
          bottom: -1px;
          clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%); } }
  #zapct-carousel .carousel-item {
    height: 550px; }
    @media (max-width: 991px) {
      #zapct-carousel .carousel-item {
        height: auto;
        display: flex;
        flex-direction: column !important; } }
/* ==========================================================================
   Reviews
   ========================================================================== */
.zapct-reviews-embed-1 {
  padding-top: 30px; }

/* ==========================================================================
   FAQs
   ========================================================================== */
#zapct-faq-accordion .card .card-header {
  padding: 0px; }
  #zapct-faq-accordion .card .card-header button {
    padding: 15px;
    width: 100%;
    text-align: left;
    background-color: #1d1d1b;
    color: #fff;
    border-radius: 0px; }

#zapct-faq-accordion .card .card-body .zapct-message-block {
  border: none; }

#zapct-faq-accordion .card .card-body p {
  color: #1d1d1b; }

#zapct-faq-accordion .card .card-body ul {
  padding-left: 30px; }

#zapct-faq-accordion .card .card-body a {
  color: #e52421; }

/* ==========================================================================
   Stats
   ========================================================================== */
#zapct-homepage-stats {
  padding: 30px 0 50px; }
  @media (max-width: 575px) {
    #zapct-homepage-stats {
      padding: 30px 15px 15px; } }
  #zapct-homepage-stats .container {
    border: 2px solid #e52421;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
    #zapct-homepage-stats .container:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      transform: translateX(-50%);
      width: 2px;
      background-color: #e52421; }
      @media (max-width: 767px) {
        #zapct-homepage-stats .container:after {
          left: 0;
          right: 0;
          top: 50%;
          bottom: auto;
          transform: translate(0, -50%);
          width: auto;
          height: 2px; } }
  #zapct-homepage-stats .zapct-homepage-stats-item {
    margin: 40px 40px; }
    @media (max-width: 991px) {
      #zapct-homepage-stats .zapct-homepage-stats-item {
        margin: 20px 20px; } }
    #zapct-homepage-stats .zapct-homepage-stats-item .row {
      align-items: center !important;
      justify-content: center !important; }
    @media (max-width: 575px) {
      #zapct-homepage-stats .zapct-homepage-stats-item .icon {
        margin-top: 0px; } }
    #zapct-homepage-stats .zapct-homepage-stats-item .icon img {
      height: 90px;
      width: auto; }
      @media (max-width: 991px) {
        #zapct-homepage-stats .zapct-homepage-stats-item .icon img {
          height: 70px; } }
    #zapct-homepage-stats .zapct-homepage-stats-item h3, #zapct-homepage-stats .zapct-homepage-stats-item p {
      margin: 0px;
      text-align: center; }
    #zapct-homepage-stats .zapct-homepage-stats-item h3 {
      font-family: 'Barlow Condensed', sans-serif;
      text-transform: uppercase;
      font-size: 60px;
      line-height: 0.85;
      letter-spacing: -0.15rem;
      font-weight: 500;
      color: #e52421; }
      @media (max-width: 1199px) {
        #zapct-homepage-stats .zapct-homepage-stats-item h3 {
          font-size: 52px; } }
      @media (max-width: 991px) {
        #zapct-homepage-stats .zapct-homepage-stats-item h3 {
          font-size: 38px; } }
    #zapct-homepage-stats .zapct-homepage-stats-item p {
      font-family: 'Barlow Condensed', sans-serif;
      text-transform: uppercase;
      font-size: 60px;
      line-height: 0.85;
      letter-spacing: -0.15rem;
      font-weight: 500; }
      @media (max-width: 1199px) {
        #zapct-homepage-stats .zapct-homepage-stats-item p {
          font-size: 52px; } }
      @media (max-width: 991px) {
        #zapct-homepage-stats .zapct-homepage-stats-item p {
          font-size: 38px; } }
  #zapct-homepage-stats .col-md:first-of-type .zapct-homepage-stats-item {
    width: 300px;
    margin: 40px auto; }
    @media (max-width: 991px) {
      #zapct-homepage-stats .col-md:first-of-type .zapct-homepage-stats-item {
        width: 220px;
        margin: 20px auto; } }
/* ==========================================================================
   Custom Block 1
   ========================================================================== */
.zapct-custom-block-1 {
  background-color: #e52421;
  background-image: url(../images/logo-bg.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  color: #fff; }
  .zapct-custom-block-1 h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
    letter-spacing: -0.2rem; }
    @media (max-width: 575px) {
      .zapct-custom-block-1 h2 {
        font-size: 36px;
        letter-spacing: -0.15rem; } }
  .zapct-custom-block-1 .clearfix {
    max-width: 720px;
    margin: 30px auto 20px; }
  .zapct-custom-block-1 img {
    width: 50%;
    float: left; }

/* ==========================================================================
   Steps
   ========================================================================== */
#zapct-homepage-steps {
  padding: 80px 0 100px; }
  #zapct-homepage-steps .section-subtitle {
    margin-bottom: 1px; }
  #zapct-homepage-steps .item {
    text-align: center; }
    #zapct-homepage-steps .item .icon {
      text-align: center; }
      #zapct-homepage-steps .item .icon img {
        height: 100px;
        width: auto; }
    #zapct-homepage-steps .item .title {
      text-align: center; }
      #zapct-homepage-steps .item .title h3 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold; }
    #zapct-homepage-steps .item .desc {
      text-align: center; }

/* ==========================================================================
   Winners
   ========================================================================== */
#zapct-homepage-winners {
  padding: 75px 0 75px; }
  #zapct-homepage-winners .section-title {
    color: #fff; }

.zapct-winners .card-body .card-text {
  color: #e52421;
  margin: 0px; }

/* ==========================================================================
   Icon Group
   ========================================================================== */
#zapct-homepage-icon-group .section-title:after {
  background-color: #fff; }

#zapct-homepage-icon-group .section-subtitle {
  display: none; }

#zapct-homepage-icon-group .col-md {
  margin-bottom: 30px; }

#zapct-homepage-icon-group .item {
  border: 2px solid #fff;
  border-radius: 10px;
  height: 100%;
  margin: 0px;
  text-align: center; }
  #zapct-homepage-icon-group .item .icon {
    text-align: center; }
    #zapct-homepage-icon-group .item .icon img {
      height: 60px;
      width: auto;
      margin: 30px auto; }
  #zapct-homepage-icon-group .item .title {
    text-align: center; }
    #zapct-homepage-icon-group .item .title h3 {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold; }
  #zapct-homepage-icon-group .item .desc {
    text-align: center; }

/* ==========================================================================
   Woocommerce
   ========================================================================== */
.zapct-homepage-products-1 {
  padding: 50px 0 75px; }

.zapct-products-inner {
  text-align: center; }

.woocommerce ul.products li.product .inner-wrapper {
  border: 2px solid #e52421; }
  .woocommerce ul.products li.product .inner-wrapper .zapc-date-banner {
    margin: 0px;
    background-color: #1d1d1b;
    color: #fff; }
  .woocommerce ul.products li.product .inner-wrapper .zapc-ticket-stats-bar {
    background-color: #1d1d1b;
    color:   #fff;
    text-transform: uppercase;
    font-size: 14px; }
    .woocommerce ul.products li.product .inner-wrapper .zapc-ticket-stats-bar i {
      color: #e52421; }
    .woocommerce ul.products li.product .inner-wrapper .zapc-ticket-stats-bar .zapc-ticket-stats-tickets-remaining-col {
      display: none; }
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown {
    background-color: transparent; }
    .woocommerce ul.products li.product .inner-wrapper .zapc-countdown div {
      color: #1d1d1b; }
      .woocommerce ul.products li.product .inner-wrapper .zapc-countdown div span {
        font-size: 24px; }
  .woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track {
    border-color: #1d1d1b;
    background-color: #929292; }
    .woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .mini-label {
      color: #fff; }
    .woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .progress-bar {
      background-color: #1d1d1b; }
  .woocommerce ul.products li.product .inner-wrapper .price {
    color: #1d1d1b; }
    .woocommerce ul.products li.product .inner-wrapper .price .woocommerce-Price-amount {
      color: #e52421;
      font-size: 30px; }
    .woocommerce ul.products li.product .inner-wrapper .price .price_suffix {
      color: #1d1d1b;
      font-size: 16px; }
  .woocommerce ul.products li.product .inner-wrapper .woocommerce-loop-product__title {
    font-weight: 500;
    font-size: 24px; }
  .woocommerce ul.products li.product .inner-wrapper .button {
    position: absolute;
    padding-left: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    text-align: center;
    background-color: #1d1d1b; }
    .woocommerce ul.products li.product .inner-wrapper .button:hover {
      background-color: #e52421; }

body.single-product .woocommerce-product-gallery img {
  border-radius: 10px !important; }

body.single-product .summary .price {
  color: #1d1d1b;
  margin: 0px; }
  body.single-product .summary .price .woocommerce-Price-amount {
    color: #e52421;
    font-size: 30px; }
  body.single-product .summary .price .price_suffix {
    color: #1d1d1b;
    font-size: 16px; }

body.single-product .zap-competition-question-text {
  border-bottom: none !important;
  margin-bottom: 0px !important; }

body.single-product .zap-lottery-question-answers {
  padding-bottom: 0px !important;
  margin-left: -5px !important;
  margin-right: -5px !important; }
  body.single-product .zap-lottery-question-answers .zap-lottery-question-answer .zap-lottery-question-label {
    padding: 15px 15px 5px !important;
    border: 2px solid #e52421 !important; }
    body.single-product .zap-lottery-question-answers .zap-lottery-question-answer .zap-lottery-question-label:before {
      display: none; }

body.single-product div.product .zap-competition-question .zap-lottery-question-answers .zap-lottery-question-answer input:checked ~ label {
  background-color: #e52421;
  color: #fff; }

body.single-product .zapc-postal-rules-text {
  text-align: left !important;
  color: #1d1d1b !important;
  padding-bottom: 0px !important; }
  body.single-product .zapc-postal-rules-text a {
    color: #e52421 !important; }

body.single-product .zap-competition-range-wrap-outer {
  width: calc(100% - 84px); }
  @media (max-width: 575px) {
    body.single-product .zap-competition-range-wrap-outer {
      padding: 2rem 15px 3rem 15px !important; } }
body.single-product .zapct-add-to-cart-wrapper {
  margin-top: 0px !important; }

body.single-product div.zap-competition-qty .rangeslider {
  background-color: #929292; }

body.single-product div.zap-competition-qty .rangeslider__fill {
  background-color: #1d1d1b; }

body.single-product div.zap-competition-qty .rangeslider__handle {
  background-color: #e52421; }

body.single-product div.zap-competition-qty .rangeslider__handle__value {
  background-color: #e52421;
  border-top: 1px solid #e52421; }
  body.single-product div.zap-competition-qty .rangeslider__handle__value:before {
    border-top-color: #e52421; }

body.single-product div.zap-competition-qty .rangeslider.rangeslider--active .rangeslider__handle, body.single-product div.zap-competition-qty .rangeslider.rangeslider--active .rangeslider__handle * {
  background-color: #1d1d1b !important;
  border-top: 1px solid #1d1d1b; }
  body.single-product div.zap-competition-qty .rangeslider.rangeslider--active .rangeslider__handle:before, body.single-product div.zap-competition-qty .rangeslider.rangeslider--active .rangeslider__handle *:before {
    border-top-color: #1d1d1b; }

body.single-product div.zap-competition-qty .zap-competition-qty-minus,
body.single-product div.zap-competition-qty .zap-competition-qty-plus {
  border-radius: 10px;
  background-color: #fff !important;
  border: 2px solid #e52421 !important;
  color: #e52421;
  font-weight: bold;
  transition: 0.3s;
  width: 42px !important; }
  body.single-product div.zap-competition-qty .zap-competition-qty-minus:hover,
  body.single-product div.zap-competition-qty .zap-competition-qty-plus:hover {
    background-color: #e52421;
    border-color: #e52421 !important;
    color: #fff;
    transition: 0.3s; }

body.single-product .zapct-add-to-cart-button-wrapper {
  flex: 0 0 100% !important;
  max-width: 100% !important; }
  body.single-product .zapct-add-to-cart-button-wrapper button.single_add_to_cart_button.button.alt {
    margin-left: 0px !important;
    width: 100% !important;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #0ea477 !important;
    color: #fff; }

body.single-product #competition-countdown {
  background-color: transparent !important;
  max-width: 300px !important;
  margin: 1.5rem auto !important;
  border: 2px solid #e52421;
  border-radius: 6px; }
  body.single-product #competition-countdown div {
    font-size: 12px; }
    body.single-product #competition-countdown div span {
      font-size: 22px; }

body.single-product .zap-competitions-progress {
  padding-top: 2rem !important; }
  @media (max-width: 767px) {
    body.single-product .zap-competitions-progress {
      margin-left: 0px !important;
      margin-right: 0px !important; } }
  body.single-product .zap-competitions-progress .tickets-sold {
    margin-bottom: 0px !important;
    font-size: 18px !important; }
  body.single-product .zap-competitions-progress .label {
    font-size: 18px !important; }
  body.single-product .zap-competitions-progress .progress-track {
    border-color: #1d1d1b !important;
    background-color: #929292; }
    body.single-product .zap-competitions-progress .progress-track .mini-label {
      color: #fff; }
    body.single-product .zap-competitions-progress .progress-track .progress-bar {
      background-color: #1d1d1b !important;
      height: 16px !important; }

.zap-competition-accordion-wrapper {
  flex: 0 0 100%; }
  .zap-competition-accordion-wrapper .container {
    max-width: 840px; }
  .zap-competition-accordion-wrapper #accordionTabs .card,
  .zap-competition-accordion-wrapper #zapc-accordion .card {
    border-radius: 0px;
    border-color: transparent;
    background-color: transparent; }
    .zap-competition-accordion-wrapper #accordionTabs .card .card-header,
    .zap-competition-accordion-wrapper #zapc-accordion .card .card-header {
      padding: 0px;
      border-radius: 0px;
      background-color: transparent;
      border-bottom-color: #e52421; }
      .zap-competition-accordion-wrapper #accordionTabs .card .card-header button,
      .zap-competition-accordion-wrapper #zapc-accordion .card .card-header button {
        display: block;
        width: 100%;
        text-align: left;
        margin: 0px;
        font-weight: 500;
        padding: 25px 15px;
        background-color: transparent;
        border-color: transparent;
        font-size: 18px;
        text-transform: uppercase;
        position: relative;
        color: #1d1d1b;
        font-family: 'Dosis', sans-serif; }
        .zap-competition-accordion-wrapper #accordionTabs .card .card-header button:hover,
        .zap-competition-accordion-wrapper #zapc-accordion .card .card-header button:hover {
          cursor: pointer; }
        .zap-competition-accordion-wrapper #accordionTabs .card .card-header button:before,
        .zap-competition-accordion-wrapper #zapc-accordion .card .card-header button:before {
          content: '';
          width: 2px;
          height: 20px;
          background-color: rgba(29, 29, 27, 0.5);
          position: absolute;
          right: 30px;
          top: 50%;
          margin-top: -10px;
          transition: 0.3s; }
        .zap-competition-accordion-wrapper #accordionTabs .card .card-header button:after,
        .zap-competition-accordion-wrapper #zapc-accordion .card .card-header button:after {
          content: '';
          height: 2px;
          width: 20px;
          background-color: rgba(29, 29, 27, 0.5);
          position: absolute;
          right: 21px;
          top: 50%;
          margin-top: -1px; }
    .zap-competition-accordion-wrapper #accordionTabs .card .card-body,
    .zap-competition-accordion-wrapper #zapc-accordion .card .card-body {
      padding: 25px 30px; }
      .zap-competition-accordion-wrapper #accordionTabs .card .card-body h2,
      .zap-competition-accordion-wrapper #zapc-accordion .card .card-body h2 {
        display: none; }
    .zap-competition-accordion-wrapper #accordionTabs .card .card-header button[aria-expanded=true],
    .zap-competition-accordion-wrapper #zapc-accordion .card .card-header button[aria-expanded=true] {
      color: #e52421; }
      .zap-competition-accordion-wrapper #accordionTabs .card .card-header button[aria-expanded=true]:before,
      .zap-competition-accordion-wrapper #zapc-accordion .card .card-header button[aria-expanded=true]:before {
        content: '';
        height: 2px;
        width: 20px;
        background-color: rgba(0, 0, 0, 0.125);
        position: absolute;
        right: 21px;
        top: 50%;
        margin-top: -1px;
        transition: 0.3s; }

.share-box {
  width: 300px;
  margin: 40px auto 40px;
  text-align: center; }
  .share-box h4 {
    text-transform: uppercase;
    margin: 0px; }
  .share-box .share-buttons a {
    font-size: 42px;
    padding: 5px;
    color: #1d1d1b; }
    .share-box .share-buttons a:hover {
      color: #e52421; }

.form-row.place-order .btn.btn-primary {
  background-color: #0ea477;
  border-color: #0ea477; }

/* ==========================================================================
   Footer
   ========================================================================== */
.zapct-footer {
  background-color: #1d1d1b;
  padding-top: 50px;
  position: relative; }
  .zapct-footer:before {
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    background-color: #e52421; }
  .zapct-footer #menu-footer-menu {
    margin-left: 0px;
    margin-right: 0px;
    display: block; }
    @media (max-width: 767px) {
      .zapct-footer #menu-footer-menu {
        margin-bottom: 30px; } }
    .zapct-footer #menu-footer-menu li {
      width: 49%;
      margin: 0px; }
      @media (max-width: 767px) {
        .zapct-footer #menu-footer-menu li {
          width: 100%; } }
  .zapct-footer .address {
    color: #fff; }
    @media (max-width: 767px) {
      .zapct-footer .address {
        text-align: center;
        margin-bottom: 30px; } }
    .zapct-footer .address h6 {
      color: #e52421;
      margin: 0px; }
  .zapct-footer .zapct-legal {
    border-top: none; }
    .zapct-footer .zapct-legal .row {
      align-items: center !important; }
  .zapct-footer .col-md-5 {
    color: #fff; }
    @media (max-width: 767px) {
      .zapct-footer .col-md-5 {
        text-align: center; } }
    .zapct-footer .col-md-5 a {
      color: #e52421; }
  .zapct-footer .zapct-footer-social-icons {
    text-align: left; }
  @media (max-width: 767px) {
    .zapct-footer .zapct-legal {
      margin-top: 1px; }
      .zapct-footer .zapct-legal .zapct-footer-social-icons {
        text-align: center;
        margin-top: 1px; } }
