@import '../modules/bootstrap/bootstrap-grid.min.css';
@import '../modules/bootstrap/bootstrap-utilities.min.css';

/*******************************************************************************
 * Base.
 ******************************************************************************/

:root {
  --color-accent: #39a935;
  --color-accent-light: #79e276;
  --color-accent-dark: #318a2e;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  background-color: #2a2d2c;
  color: #fff;
}

body.no-scroll {
  overflow: hidden;
}

body.home {
  background-color: #fff;
}

.woocommerce-breadcrumb a,
a.woocommerce-review-link,
.product_meta a {
  color: #aeaeae;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wc-block-grid__product-title {
  color: #8e8e8e;
}

table:not(.has-background) tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
  background-color: #424242;
}

body.woocommerce-checkout .checkout-tab-payment,
body.woocommerce-checkout .checkout-tab-payment label,
body.woocommerce-checkout ul.order_details,
body.woocommerce-checkout .order_details {
  color: #fff !important;
}

#payment .payment_methods>li .payment_box,
#payment .place-order {
  background: #555;
}

#payment .payment_methods>li:not(.woocommerce-notice) {
  background-color: #3e3e3e;
}

#payment .payment_methods>li:not(.woocommerce-notice):hover {
  background-color: #222;
}

.widget-area .widget a,
.hentry .entry-header .posted-on a,
.hentry .entry-header .post-author a,
.hentry .entry-header .post-comments a,
.hentry .entry-header .byline a {
  color: #cacaca;
}

.page-template-default.page .woocommerce-breadcrumb {
  display: none;
}

.page-template-default.page .entry-title {
  text-align: center;
}

.cat-links a,
.tags-links a {
  color: #fff;
}

.checkout-content .order-total .tax {
  color: #919191 !important;
}

.col-full {
  max-width: 1390px;
}

.fbx-main {
  min-height: calc(100vh - 110px - 187px);
}

.storefront-handheld-footer-bar {
  display: none !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1410px;
}

.typography h2 {
  color: var(--color-accent);
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 30px;
}

.typography p {
  font-size: 18px;
  font-weight: 500;
}

.alpha.entry-title a {
  font-weight: 600;
}

.storefront-breadcrumb {
  margin-bottom: 0;
}

h1.entry-title {
  font-weight: 600;
  color: var(--color-accent);
}

.entry-header .posted-on,
.entry-header .post-author {
  display: none;
}

select {
  padding: .6180469716em;
}

@media only screen and (max-width: 1450px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .typography h2 {
    font-size: 34px;
  }
}

.fb-btn,
.home-toggler-text p a {
  background: var(--color-accent);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.2s ease-in;
  text-align: center;
  user-select: none;
}

.fb-btn:hover,
.home-toggler-text p a:hover {
  background: var(--color-accent-dark);
}

.fb-btn--wide-narow {
  min-width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fb-btn--gray {
  background: #4f5352;
}

.fb-btn--gray:hover {
  background: #000;
}

.fb-btn.hide {
  display: none;
}


/*******************************************************************************
 * Header.
 ******************************************************************************/

.site-header {
  background: rgba(0, 0, 0, 0.45);
  padding-top: 0;
  margin-bottom: 0 !important;
  border-bottom: none;
  transition: background 0.2s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.site-header.darken {
  background: rgba(0, 0, 0, 0.9);
}

body:not(.home) {
  padding-top: 108px;
}

body:not(.home) .site-header {
  background: rgba(0, 0, 0, 0.7);
}

.site-header .main-navigation .menu a {
  color: #fff;
}

.main-navigation ul li a {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.main-navigation ul li:hover>a,
.site-header ul.menu li.current-menu-item>a {
  color: #fff;
  border-bottom: 2px solid var(--color-accent);
}

.site-header .main-navigation .menu-item.green a {
  background: var(--color-accent);
}

.site-header .main-navigation .menu-item.green a:hover {
  background: var(--color-accent-dark);
}

.site-header .main-navigation .menu-item.cart-item {
  position: relative;
}

.site-header .main-navigation .menu-item.cart-item:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: var(--color-accent);
  border-radius: 100%;
  position: absolute;
  top: 4px;
  right: 8px;
}

.site-header .main-navigation .menu-item.cart-item.cart-empty {
  display: none;
}

@media only screen and (max-width: 767px) {
  .site-header .main-navigation .menu-item.green a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-header .main-navigation .menu-item.cart-item:after {
    right: auto;
    left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .site-header {
    padding: 25px 0 35px 0;
  }

  .site-header .site-branding {
    margin: 0 !important;
  }

  .woocommerce-active .site-header .site-branding {
    width: 100%;
  }

  .site-header .site-branding img {
    max-width: 100%;
    position: relative;
    top: -5px;
  }

  .fbx-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .fbx-header-container:before,
  .fbx-header-container:after {
    display: none;
  }

  .fbx-header-container>.col-full {
    padding: 0;
    margin: 0;
    width: 294px;
  }

  .storefront-primary-navigation {
    width: calc(100% - 294px);
  }

  .storefront-primary-navigation .col-full {
    padding-right: 0;
    padding-left: 0;
  }

  .woocommerce-active .site-header .main-navigation {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .main-navigation ul.nav-menu {
    text-align: right;
  }

  .main-navigation ul.menu>li>a,
  .main-navigation ul.nav-menu>li>a {
    padding: 7px 20px;
  }

  @media only screen and (max-width: 1450px) {
    .fbx-header-container>.col-full {
      width: 250px;
    }

    .storefront-primary-navigation {
      width: calc(100% - 250px);
    }

    .main-navigation ul.menu>li>a,
    .main-navigation ul.nav-menu>li>a {
      padding: 10px 15px;
    }
  }

  @media only screen and (max-width: 1230px) {
    .fbx-header-container>.col-full {
      width: 190px;
    }

    .storefront-primary-navigation {
      width: calc(100% - 190px);
    }

    .main-navigation ul.menu>li>a,
    .main-navigation ul.nav-menu>li>a {
      padding: 10px;
    }
  }

  @media only screen and (max-width: 1063px) {
    .storefront-primary-navigation .col-full {
      margin-right: 0;
      margin-left: 0;
    }

    .main-navigation ul.menu>li>a,
    .main-navigation ul.nav-menu>li>a {
      padding: 5px;
      font-size: 14px;
    }
  }

  @media only screen and (max-width: 767px) {
    .site-header {
      padding: 20px 0;
    }

    .fbx-header-container .col-full {
      margin: 0;
    }
  }

}

@media only screen and (max-width: 767px) {
  body:not(.home) {
    padding-top: 80px;
  }

  .site-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-navigation .menu {
    padding-top: 20px;
  }

  .main-navigation ul li a {
    padding: 5px 0;
  }

  .fbx-header-container>.col-full,
  .storefront-primary-navigation>.col-full {
    margin-left: 0;
    margin-right: 0;
  }
}

/*******************************************************************************
 * Footer.
 ******************************************************************************/

.site-footer {
  background: #2c1946;
  color: #fff;
  padding: 50px 0;
  font-size: 12px;
}

.site-footer a:not(.button):not(.components-button) {
  color: #fff;
}

.footer-widgets {
  padding-top: 0;
}

.footer-widgets .widget {
  margin: 0;
}

.footer-widgets.row-1.col-4 {
  width: 100%;
  display: block;
}

.site-footer .widget .widget-title,
.site-footer .bold-header {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0;
  margin-bottom: 15px;
}

.site-footer .widget .social ul {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}

.site-footer .widget .social ul li a {
  padding: 10px;
  display: block;
}

.site-footer .widget .flat-list {
  margin: 0;
}

.site-footer .widget .flat-list li {
  display: inline-block;
  margin-right: 25px;
}

.site-footer .widget .flat-list li:last-child {
  margin-right: 0;
}

.footer-widgets.col-4 .block {
  margin-right: 0;
  padding-right: 20px;
  width: 21.66%;
}

.site-footer .footer-widgets .footer-widget-1 {
  width: 35%;
}

.site-footer .widget .payments {
  text-align: right;
  vertical-align: middle;
  margin-top: 10px;
}

.site-footer .widget .payments img {
  display: inline;
  vertical-align: middle;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .site-footer {
    text-align: center;
  }

  .site-footer .footer-widgets .block {
    width: 100%;
    padding-bottom: 30px;
  }

  .site-footer .footer-widgets .block:last-child {
    padding-bottom: 0;
  }

  .site-footer .widget .flat-list li {
    margin-right: 15px;
  }

  .site-footer .footer-widget-2 {
    padding-top: 0;
  }

  .site-footer .footer-widget-4 .social {
    padding-top: 0;
  }

  .site-footer .widget .social ul {
    display: block;

  }

  .site-footer .widget .social li {
    display: inline-block;
  }
}

/*******************************************************************************
 * Raport page.
 ******************************************************************************/

.raport-table th {
  width: 200px;
}

.sub-table {
  border-collapse: collapse
}

.sub-table,
.sub-table td,
.sub-table th {
  border: 1px solid #ddd;
}

@media only screen and (max-width: 540px) {

  .raport-table,
  .raport-table tr,
  .raport-table td,
  .raport-table th {
    display: block;
  }

  .raport-table th {
    width: 100%;
  }
}

/*******************************************************************************
 * Text page
 ******************************************************************************/

.text-justify {
  text-align: justify;
  text-align-last: center;
}

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

.entry-content h2 {
  font-size: 2.617924em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: var(--color-accent);
  font-weight: 600;
}

.wp-block-column .wpcf7-form-control {
  max-width: 100%;
}

.wpcf7-form-control {
  background-color: #2a2d2c !important;
  border: 2px solid var(--color-accent) !important;
  color: #fff !important;
  display: block;
  width: 100%;
}

.wpcf7-form-control::-webkit-input-placeholder {
  color: #fff;
}

.wpcf7-form-control::-moz-placeholder {
  color: #fff;
}

.wpcf7-form-control:-ms-input-placeholder {
  color: #fff;
}

.wpcf7-form-control:-moz-placeholder {
  color: #fff;
}

.form-fleet .wpcf7-form-control.wpcf7-text {
  text-align: center;
}

.wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  width: auto;
  min-width: 250px;
  background-color: var(--color-accent) !important;
}

.wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--color-accent-dark) !important;
}

.wpcf7-textarea {
  height: 170px;
  resize: vertical;
}

.grecaptcha-badge {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  justify-content: center;
  align-items: center;
  padding: 50px;
  opacity: 0;
  transition: all 0.2s ease-in;
}

.modal.show {
  display: flex;
}

.modal.fade-in {
  opacity: 1;
}

.modal.fade-out {
  opacity: 0;
}

.modal .content {
  position: relative;
  background: #fff;
  color: #000;
  padding: 50px;
  max-width: 700px;
  width: 100%;
}

.modal .content p:last-of-type {
  margin-bottom: 0;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  padding: 5px;
}

.modal-close svg {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .modal {
    align-items: baseline;
    overflow-y: scroll;
    padding: 0;
  }

  .modal .content {
    padding: 30px;
  }
}

.cookie-notice-container {
  padding: 7px 30px;
}

.cn-button.bootstrap {
  background: var(--color-accent);
  transition: all 0.2s ease-in;
}

.cn-button.bootstrap#cn-more-info {
  background: none;
}

.cn-button.bootstrap,
.cn-button.bootstrap#cn-more-info:hover {
  background: var(--color-accent-dark);
}

table:not(.has-background) th {
  background-color: #444;
}

table:not(.has-background) tbody td {
  background-color: #555;
}
