@charset "UTF-8";
/*!
Theme Name: Kontrowersje w pediatrii
Theme URI: http://kontrowersjewpediatrii.pl
Description: ...
Version: 1.0
Author: Igor Chudy
Author URI: http://igorchudy.pl/
License: GNU General Public License v2 or later

This theme, like WordPress, is licensed under the GPL.
*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext");
/*===================================
=            Reset style            =
===================================*/
a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font: normal 16px/1.618 "Lato", Arial, Helvetica, sans-serif;
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border-style: none;
  padding: 0;
  border: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

q:after, q:before {
  content: "";
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

:focus {
  outline: 0;
}

blockquote, q {
  quotes: "" "";
}

.clear {
  clear: both;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

h2 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Anchors */
a {
  outline: 0;
}

a img {
  border: none;
  text-decoration: none;
}

/* Paragraphs */
p {
  margin-bottom: 1.143em;
}

* p:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

/* Lists */
ul {
  list-style: outside disc;
  margin: 1em 0 1.5em 1.5em;
}

ol {
  list-style: outside decimal;
  margin: 1em 0 1.5em 1.5em;
}

dl {
  margin: 0 0 1.5em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

/* Quotes */
blockquote {
  font-style: italic;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/* For modern browsers - clearfix for floating elements */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/*
Box sizing - http://css-tricks.com/box-sizing/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
/*-----  End of Reset style  ------*/
.container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .container {
    width: 94%;
    padding-right: 3%;
    padding-left: 3%;
  }
}

.header {
  display: block;
  text-align: center;
  background: #005ba6;
}
@media (max-width: 768px) {
  .header {
    display: none;
  }
}

.header-mobile {
  display: none;
  text-align: center;
}
@media (max-width: 768px) {
  .header-mobile {
    display: block;
  }
  .header-mobile img {
    height: auto;
    max-height: 250px;
  }
}

.menu-wrapper {
  background: #0077d9;
  margin-bottom: 40px;
}
.menu-wrapper .nav-toggle {
  display: none;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #0077d9;
}
.menu-wrapper .nav-toggle.is-active {
  background: #004d8d;
}
.menu-wrapper ul {
  list-style: none;
  margin: 0;
}
.menu-wrapper ul li {
  float: left;
}
.menu-wrapper ul a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 60px;
  transition: all 0.3s;
}
.menu-wrapper ul a:hover {
  color: #fff;
  background-color: #005ba6;
}
.menu-wrapper ul li.current-menu-item a {
  color: #fff;
  background-color: #005ba6;
}
.menu-wrapper ul li:first-child a {
  width: 20px;
  text-indent: -9999px;
  background: url(images/home-active.svg) center no-repeat;
  background-size: 20px 20px;
}
.menu-wrapper ul li:first-child a:hover,
.menu-wrapper ul li.current-menu-item:first-child a {
  background: #005ba6 url(images/home-active.svg) center no-repeat;
  background-size: 20px 20px;
}
@media (max-width: 1280px) {
  .menu-wrapper ul a {
    padding: 0 15px;
    font-size: 13px;
  }
}
@media (max-width: 1110px) {
  .menu-wrapper ul a {
    padding: 0 10px;
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .menu-wrapper .nav-toggle {
    display: block;
  }
  .menu-wrapper ul {
    display: none;
    background: #005ba6;
  }
  .menu-wrapper ul.active {
    display: block;
  }
  .menu-wrapper ul li {
    float: none;
    width: 100%;
    line-height: 1;
  }
  .menu-wrapper ul a {
    display: block;
    color: #fff;
    text-align: center;
  }
  .menu-wrapper ul li:first-child a {
    width: 100%;
    padding: 0;
    text-indent: 0;
    background: none;
  }
  .menu-wrapper ul li:first-child a:hover {
    background: #0077d9;
  }
  .menu-wrapper ul li.current-menu-item:first-child a {
    background: none;
  }
}

.about-wrapper {
  margin-bottom: 60px;
}
.about-wrapper .meta {
  float: left;
  width: 20%;
  color: #0077d9;
}
.about-wrapper .meta .photo {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.about-wrapper .meta h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 5px;
  color: #0077d9;
}
.about-wrapper .meta h2 {
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0077d9;
  margin-bottom: 20px;
}
.about-wrapper .meta h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #0077d9;
}
.about-wrapper .meta p {
  font-size: 12px;
  line-height: 1.4;
}
.about-wrapper .desc {
  float: right;
  width: 75%;
  font-size: 16px;
  color: #5e6061;
}
.about-wrapper .desc .toggle {
  height: 540px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  transition: all 0.3s;
}
.about-wrapper .desc .toggle:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  content: "";
}
.about-wrapper .desc .toggle.show {
  height: 100%;
}
.about-wrapper .desc .toggle.show:after {
  display: none;
}
.about-wrapper .desc .toggle .sign {
  text-align: right;
  padding-bottom: 55px;
  background: url(images/podpis_fraczek.png) right bottom no-repeat;
}
.about-wrapper .desc h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  color: #0077d9;
  margin-bottom: 30px;
  line-height: 1.3;
}
.about-wrapper .desc .button {
  display: block;
  text-align: center;
}
.about-wrapper .desc .button a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #0077d9;
  border: 2px solid #0077d9;
  font-weight: 700;
  transition: all 0.3s;
}
.about-wrapper .desc .button a.show {
  display: none;
}
.about-wrapper .desc .button a:hover {
  color: #fff;
  background: #0077d9;
}
@media (max-width: 768px) {
  .about-wrapper .meta {
    float: none;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .about-wrapper .desc {
    float: none;
    width: 100%;
  }
}

.subtitle {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 60px;
  color: #0077d9;
  text-align: center;
}

.people-wrapper {
  display: block;
  padding: 40px;
  background-color: #f6f9fa;
  margin-bottom: 60px;
}
.people-wrapper .people-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.people-wrapper .people-list .col {
  width: 30%;
  text-align: center;
  color: #0077d9;
}
.people-wrapper .people-list .photo {
  display: block;
  overflow: hidden;
  border-radius: 100%;
  width: 250px;
  margin: 0 auto 30px;
}
.people-wrapper .people-list h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 5px;
  color: #0077d9;
}
.people-wrapper .people-list h2 {
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0077d9;
  margin-bottom: 20px;
}
.people-wrapper .people-list h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #0077d9;
}
.people-wrapper .people-list p {
  font-size: 12px;
  line-height: 1.4;
}

.companies-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #e1e1e1;
}
.companies-grid .col {
  text-align: center;
  color: #0077d9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.companies-grid .col .logo {
  display: block;
  text-align: center;
}
.companies-grid .col .logo a {
  display: block;
  transition: all 0.3s;
}
.companies-grid .col .logo a:hover {
  opacity: 0.75;
}
.companies-grid .col .logo img {
  height: auto;
  max-height: 90px;
}
.companies-grid .col h2 {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0077d9;
  margin-bottom: 20px;
  margin-top: 40px;
}
.companies-grid .col p {
  font-size: 14px;
  line-height: 1.4;
}
.companies-grid.three .col {
  width: calc((100% - 64px - 64px) / 3);
}
.companies-grid.four .col {
  width: calc((100% - 64px - 64px - 64px) / 4);
}
.companies-grid.five .col {
  width: calc((100% - 64px - 64px - 64px - 64px) / 5);
}
@media (max-width: 1024px) {
  .companies-grid {
    gap: 32px;
  }
  .companies-grid.three .col {
    width: calc((100% - 32px - 32px) / 3);
  }
  .companies-grid.four .col {
    width: calc((100% - 32px - 32px) / 3);
  }
  .companies-grid.five .col {
    width: calc((100% - 32px - 32px - 32px) / 4);
  }
}
@media (max-width: 768px) {
  .companies-grid.three .col {
    width: calc((100% - 32px - 32px) / 3);
  }
  .companies-grid.four .col {
    width: calc((100% - 32px - 32px) / 3);
  }
  .companies-grid.five .col {
    width: calc((100% - 32px - 32px) / 3);
  }
}
@media (max-width: 600px) {
  .companies-grid.three .col {
    width: calc((100% - 32px) / 2);
  }
  .companies-grid.four .col {
    width: calc((100% - 32px) / 2);
  }
  .companies-grid.five .col {
    width: calc((100% - 32px) / 2);
  }
}

.footer-wrapper {
  display: block;
  background: #005ba6;
  height: 550px;
}
.footer-wrapper .footer {
  display: flex;
  height: 100%;
  align-items: center;
}
.footer-wrapper .desc {
  width: 50%;
}
.footer-wrapper .desc h2 {
  font-size: 64px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
.footer-wrapper .desc p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}
.footer-wrapper .desc .meta {
  display: flex;
  flex-wrap: wrap;
}
.footer-wrapper .desc .meta * {
  box-sizing: border-box;
}
.footer-wrapper .desc .meta > span {
  width: 60%;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 18px;
  color: #fff;
  padding: 30px;
}
.footer-wrapper .desc .meta a {
  width: 40%;
  padding: 30px 0;
  text-align: center;
  background: #fff;
}
.footer-wrapper .desc .meta a span {
  font-size: 18px;
  color: #000;
  padding-right: 40px;
  background: url(images/bottom-arrow.svg) right center no-repeat;
  background-size: 20px 20px;
  transition: all 0.3s;
  font-weight: 700;
}
.footer-wrapper .desc .meta a:hover span {
  padding-right: 30px;
}
@media (max-width: 1280px) {
  .footer-wrapper .desc {
    width: 70%;
  }
  .footer-wrapper .desc h2 {
    font-size: 54px;
  }
}
@media (max-width: 960px) {
  .footer-wrapper .desc {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }
  .footer-wrapper .desc h2 {
    font-size: 48px;
  }
  .footer-wrapper .desc .meta > span {
    padding: 20px;
  }
  .footer-wrapper .desc .meta a {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .footer-wrapper {
    background: #005ba6;
    height: auto;
    padding: 60px 0;
  }
  .footer-wrapper .desc h2 {
    font-size: 36px;
  }
  .footer-wrapper .desc .meta > span {
    width: 100%;
  }
  .footer-wrapper .desc .meta a {
    width: 100%;
  }
}

.page-title {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 30px;
  font-size: 24px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 30px;
}

.entry-content {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
  font-size: 18px;
}
.entry-content .wp-block-table table,
.entry-content .schedule-table {
  width: 100%;
  margin-bottom: 60px;
}
.entry-content .wp-block-table table th,
.entry-content .schedule-table th {
  background: #0077d9;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 15px;
}
.entry-content .wp-block-table table td,
.entry-content .schedule-table td {
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
}
.entry-content .wp-block-table table tr.brake td,
.entry-content .schedule-table tr.brake td {
  background-color: #f1f1f1;
  color: #777;
  padding: 20px 15px;
}
.entry-content .wp-block-table table .hour,
.entry-content .schedule-table .hour {
  width: 120px;
  text-align: center;
  vertical-align: middle;
}
.entry-content .wp-block-table table td.desc,
.entry-content .schedule-table td.desc {
  color: #555;
}
.entry-content .wp-block-table table td a,
.entry-content .schedule-table td a {
  display: inline-block;
  background: #0077d9;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 8px 14px;
  border-radius: 4px;
}
.entry-content .register-button {
  display: block;
  margin-bottom: 60px;
  text-align: center;
}
.entry-content .register-button a {
  display: inline-block;
  padding: 20px 40px;
  font-size: 16px;
  text-transform: uppercase;
  color: #0077d9;
  border: 2px solid #0077d9;
  font-weight: 700;
  transition: all 0.3s;
}
.entry-content .register-button a:hover {
  color: #fff;
  background: #0077d9;
}
.entry-content a {
  color: #005ba6;
}
.entry-content a:hover {
  color: #000;
  text-decoration: underline;
}
.entry-content .gallery {
  display: flex;
  margin-bottom: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.entry-content .gallery .gallery-item {
  margin-bottom: 15px;
  margin-right: 2%;
}
.entry-content .gallery .gallery-item a {
  display: block;
  transition: all 0.3s;
}
.entry-content .gallery .gallery-item a:hover {
  opacity: 0.5;
}
.entry-content .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.entry-content .gallery.gallery-columns-2 .gallery-item {
  width: 49%;
}
.entry-content .gallery.gallery-columns-2 .gallery-item:nth-child(2n+2) {
  margin-right: 0;
}
.entry-content .gallery.gallery-columns-3 .gallery-item {
  width: 32%;
}
.entry-content .gallery.gallery-columns-3 .gallery-item:nth-child(3n+3) {
  margin-right: 0;
}
.entry-content .gallery.gallery-columns-4 .gallery-item {
  width: 23.5%;
}
.entry-content .gallery.gallery-columns-4 .gallery-item:nth-child(4n+4) {
  margin-right: 0;
}
.entry-content .gallery.gallery-columns-5 .gallery-item {
  width: 18.4%;
}
.entry-content .gallery.gallery-columns-5 .gallery-item:nth-child(5n+5) {
  margin-right: 0;
}

.wpcf7 {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.wpcf7 h3 {
  font-size: 24px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.wpcf7 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wpcf7 .flex > .wpcf7-form-control-wrap {
  width: 48%;
  margin-bottom: 20px;
}
.wpcf7 .flex > .wpcf7-form-control-wrap.wariant {
  width: 100%;
}
@media (max-width: 768px) {
  .wpcf7 .flex > .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.wpcf7 .flex .subclaim {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.wpcf7 .flex input[type=text],
.wpcf7 .flex input[type=email],
.wpcf7 .flex input[type=confirm_email],
.wpcf7 .flex select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 13px;
  border-radius: 3px;
  border: 1px solid #c1c1c1;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  transition: all 0.3s;
}
.wpcf7 .flex input[type=text]:focus,
.wpcf7 .flex input[type=email]:focus,
.wpcf7 .flex input[type=confirm_email]:focus,
.wpcf7 .flex select:focus {
  color: #000;
  border-color: #a1a1a1;
  box-shadow: 0 0 12px rgba(0, 119, 217, 0.2);
}
.wpcf7 .flex input[type=text].wpcf7-not-valid,
.wpcf7 .flex input[type=email].wpcf7-not-valid,
.wpcf7 .flex input[type=confirm_email].wpcf7-not-valid,
.wpcf7 .flex select.wpcf7-not-valid {
  border-color: #ff0000;
  color: #ff0000;
}
.wpcf7 .flex label {
  position: relative;
  padding-left: 20px;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  color: #777;
  cursor: pointer;
}
.wpcf7 .flex label .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  top: 0px;
}
.wpcf7 .flex input[type=submit] {
  padding: 20px 40px;
  background: #005ba6;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
}
.wpcf7 .flex input[type=submit]:disabled {
  opacity: 0.5;
}
.wpcf7 .flex input[type=submit]:hover {
  background: #0077d9;
}

/*======================================
=            Wordpress core            =
======================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*-----  End of Wordpress core  ------*/
#top-cookie-wrapper {
  display: block;
  width: 100%;
  max-width: 360px;
  background: #0077d9;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  padding: 20px;
  color: #fff;
}
#top-cookie-wrapper.displaynone {
  display: none !important;
}
#top-cookie-wrapper .top-cookie {
  display: block;
  font-size: 14px;
}
#top-cookie-wrapper .top-cookie p {
  color: #fff;
}
#top-cookie-wrapper .top-cookie p a {
  color: #fff;
  text-decoration: underline;
}
#top-cookie-wrapper .top-cookie p .close {
  display: inline-block;
  line-height: 1;
  padding: 10px 18px;
  border: 1px solid #fff;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: none;
}
#top-cookie-wrapper .top-cookie p .close:hover {
  color: #0077d9;
  background: #fff;
}
@media (max-width: 768px) {
  #top-cookie-wrapper {
    max-width: 300px;
    box-sizing: border-box;
    right: 0;
    bottom: 0;
  }
}

/*! lightgallery - v1.9.0 - 2020-10-14
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: "lg";
  src: url("fonts/lg.ttf?22t19m") format("truetype"), url("fonts/lg.woff?22t19m") format("woff"), url("fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}


.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  display: block;
  padding: 20px;
  font-size: 16px;
  color: #fff;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #398f14; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  background: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url("../../assets/ajax-loader.gif");
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

div.wpcf7 input[type=file] {
  cursor: pointer;
}

div.wpcf7 input[type=file]:disabled {
  cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: "star";
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WooCommerce";
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
#opc-product-selection {
  display: none;
}

/**
 * Global styles
 */
p.demo_store,
.woocommerce-store-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #0077d9;
  color: #000;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}
p.demo_store a,
.woocommerce-store-notice a {
  color: #000;
  text-decoration: underline;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.admin-bar p.demo_store {
  top: 32px;
}

/**
 * Utility classes
 */
.clear {
  clear: both;
}

/**
 * Main WooCommerce styles
 */
.products-grid {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.products-grid li {
  width: 25%;
}
.products-grid li > a.woocommerce-loop-product__link {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
.products-grid .desc {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.products-grid .desc a {
  color: #005ba6;
}
.products-grid .desc h2 {
  font-size: 24px;
  margin-bottom: 24px;
}
.products-grid .desc .price {
  display: block;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 24px;
}
.products-grid .desc em {
  font-style: normal;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

.woocommerce {
  /**
   * Product Page
   */
  /**
   * Product loops
   */
  /**
   * Buttons
   */
  /**
   * Reviews
   */
  /**
   * Star ratings
   */
  /**
   * Tables
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * Order page
   */
  /**
   * Layered nav widget
   */
  /**
   * Price filter widget
   */
  /**
   * Rating Filter Widget
   */
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: red;
}
.woocommerce small.note {
  display: block;
  color: #767676;
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  *zoom: 1;
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #767676;
}
.woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb::after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #767676;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
}
.woocommerce div.product {
  margin-bottom: 64px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 64px 64px;
  padding-top: 64px;
}
.woocommerce div.product .product_title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
.woocommerce div.product span.onsale {
  left: 0;
  top: 64px;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  font-size: 36px;
  font-weight: 300;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  background: inherit;
  font-weight: 600;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  text-decoration: line-through;
  color: #999;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock {
  color: #d9000a;
}
.woocommerce div.product .out-of-stock {
  color: red;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.woocommerce div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image {
  display: block;
  border: 1px solid #e1e1e1;
  padding: 8px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
  display: block;
  padding: 0;
  border: none;
  grid-column: 1/span 3;
  grid-row: 1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box;
}
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs {
  font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin-right: 16px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 16px 20px;
  font-size: 16px;
  color: #999;
  border: 1px solid #e1e1e1;
  background: #fafafa;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #1a1a1a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
  font-weight: 600;
  color: #333;
  background: #fff;
  border-bottom: 1px solid #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #e1e1e1;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 0;
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product p.cart::before, .woocommerce div.product p.cart::after {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart::after {
  clear: both;
}
.woocommerce div.product form.cart {
  margin-bottom: 40px;
}
.woocommerce div.product form.cart div.quantity {
  display: none;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .button {
  color: #fff;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}
.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  transform: scale(1.5, 1.5);
}
.woocommerce span.onsale {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 8px;
  position: absolute;
  background: #0077d9;
  z-index: 10;
}
.woocommerce .products ul,
.woocommerce ul.products {
  list-style: none;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px 24px;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  padding: 24px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  display: block;
  text-align: center;
  font-size: 21px;
  margin-bottom: 24px;
}
.woocommerce ul.products li.product .sale {
  right: 0;
  top: 0;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
  font-size: 14px;
  padding: 12px 24px;
  margin: 0 auto;
}
.woocommerce ul.products li.product .added_to_cart {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  padding: 8px 16px;
  background: #f1f1f1;
  margin-top: 9px;
  border-radius: 5px;
}
.woocommerce ul.products li.product .price {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #333;
  font-size: 27px;
  font-weight: 300;
  margin-bottom: 16px;
}
.woocommerce ul.products li.product .price del {
  text-decoration: line-through;
  padding: 0 6px;
}
.woocommerce ul.products li.product .price ins {
  padding: 0 6px;
  background: none;
  font-weight: 600;
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering {
  display: none;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination {
  display: flex;
  margin-bottom: 48px;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  margin: 0 4px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 48px;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background: #0077d9;
  color: #fff;
  font-weight: 600;
  border-color: #0077d9;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  font-size: 19px;
  margin: 0;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 20px 40px;
  border-radius: 36px;
  left: auto;
  color: #fff;
  background-color: #005ba6;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: bold;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: 0px 22px 18px 0px rgba(29, 53, 87, 0.07);
  text-shadow: none;
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  background-color: #0077d9;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
  background-color: #0069c0;
  color: #000;
}
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  background-color: #0077d9;
  color: #000;
}
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 1em;
}
.woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover {
  color: inherit;
  background-color: #005ba6;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  display: inline-block;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review::after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #767676;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #005ba6;
  border: 1px solid #005397;
  margin: 0;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #005397;
  border-radius: 4px;
  padding: 1em 1em 0;
  *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #005397;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: "star";
}
.woocommerce .star-rating::before {
  content: "sssss";
  color: #003f73;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  *zoom: 1;
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating::after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond::before, .woocommerce #review_form #respond::after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond::after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "WooCommerce";
  content: "\e021";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
  content: "\e021";
}
.woocommerce p.stars:hover a::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
  text-align: left;
  width: 100%;
  border-collapse: separate;
  font-size: 21px;
  margin-bottom: 40px;
  background: #fff;
}
.woocommerce table.shop_table thead th {
  padding: 16px 24px;
  background: #005ba6;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 19px;
}
.woocommerce table.shop_table thead tr th:first-child {
  border-radius: 5px 0 0 0;
  overflow: hidden;
}
.woocommerce table.shop_table thead tr th:last-child {
  border-radius: 0 5px 0 0;
  overflow: hidden;
}
.woocommerce table.shop_table tbody tr td:first-child {
  border-left: 1px solid #e1e1e1;
}
.woocommerce table.shop_table tbody tr td:last-child {
  border-right: 1px solid #e1e1e1;
}
.woocommerce table.shop_table tfoot tr th:first-child {
  border-left: 1px solid #e1e1e1;
}
.woocommerce table.shop_table tfoot tr th:last-child {
  border-right: 1px solid #e1e1e1;
}
.woocommerce table.shop_table tfoot tr td:first-child {
  border-left: 1px solid #e1e1e1;
}
.woocommerce table.shop_table tfoot tr td:last-child {
  border-right: 1px solid #e1e1e1;
}
.woocommerce table.shop_table tfoot tr:last-child td:first-child,
.woocommerce table.shop_table tfoot tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
  overflow: hidden;
}
.woocommerce table.shop_table tfoot tr:last-child td:last-child,
.woocommerce table.shop_table tfoot tr:last-child th:last-child {
  border-radius: 0 0 5px 0;
  overflow: hidden;
}
.woocommerce table.shop_table .cart-subtotal,
.woocommerce table.shop_table .woocommerce-shipping-totals {
  display: none;
}
.woocommerce table.shop_table tbody td {
  border-bottom: 1px solid #e1e1e1;
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table td {
  border-bottom: 1px solid #e1e1e1;
  padding: 24px 16px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table tfoot th a,
.woocommerce table.shop_table td a {
  color: #000;
  text-decoration: underline;
}
.woocommerce table.shop_table tfoot th small,
.woocommerce table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table tfoot th del,
.woocommerce table.shop_table td del {
  font-weight: normal;
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  padding: 20px 40px;
}
.woocommerce table.shop_table tfoot .right {
  text-align: right;
}
.woocommerce table.shop_table .cart-subtotal {
  font-weight: bold;
}
.woocommerce table.shop_table .foot-title {
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block;
}
.woocommerce td.product-name .product-details {
  display: flex;
  align-items: center;
}
.woocommerce td.product-name .product-details .photo {
  flex: 0 0 100px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.woocommerce td.product-name .product-details .photo img {
  height: 100px;
  width: auto;
}
.woocommerce td.product-name dl.variation,
.woocommerce td.product-name .wc-item-meta {
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name .wc-item-meta dd {
  margin: 0;
}
.woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child,
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  *zoom: 1;
  list-style: none;
}
.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.woocommerce ul.cart_list li dl::before, .woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::before,
.woocommerce ul.product_list_widget li dl::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  border-top: 3px double #005ba6;
  padding: 4px 0 0;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce .widget_shopping_cart .buttons::after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::after {
  clear: both;
}
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 2;
  font-size: 21px;
}
@media (max-width: 1280px) {
  .woocommerce form .form-row label {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .woocommerce form .form-row label {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .woocommerce form .form-row label {
    font-size: 18px;
  }
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  display: none;
  position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0%;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-size: 18px;
  padding: 16px;
}
@media (max-width: 1024px) {
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea,
  .woocommerce form .form-row select {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea,
  .woocommerce form .form-row select {
    font-size: 16px;
  }
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #d90000;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #d90000;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #529224;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  border: 2px solid #e1e1e1;
  padding: 24px;
  margin-bottom: 24px;
  text-align: left;
  border-radius: 5px;
}
.woocommerce .woocommerce-shipping-totals td strong {
  font-size: 21px;
  text-transform: uppercase;
  color: #005ba6;
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  position: relative;
  margin-bottom: 24px;
}
.woocommerce ul#shipping_method li:last-child {
  margin-bottom: 0;
}
.woocommerce ul#shipping_method li input {
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 2;
}
.woocommerce ul#shipping_method li label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 42px;
  font-size: 21px;
  line-height: 26px;
  font-weight: normal;
}
.woocommerce ul#shipping_method li label:before {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #e1e1e1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 20;
  border-radius: 3px;
}
.woocommerce ul#shipping_method li input:checked ~ label:before {
  background: #5DA629 url(images/check-white.svg) center no-repeat;
  background-size: 12px 12px;
  border-color: #5DA629;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce ul.order_details {
  list-style: none;
  margin: 0;
  width: 100%;
  max-width: 600px;
  padding: 32px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin: 0 auto 32px;
  box-sizing: border-box;
}
.woocommerce ul.order_details li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e1e1;
}
.woocommerce ul.order_details li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: bold;
}
.woocommerce .woocommerce-order-downloads,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
  margin-bottom: 2em;
}
.woocommerce .woocommerce-order-downloads *:last-child,
.woocommerce .woocommerce-customer-details *:last-child,
.woocommerce .woocommerce-order-details *:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details {
  display: block;
  width: 100%;
  max-width: 600px;
  border: 1px solid #e0dacf;
  border-radius: 5px;
  margin: 0 auto;
  padding: 32px;
  box-sizing: border-box;
}
.woocommerce .woocommerce-customer-details h2 {
  font-size: 24px;
  margin-bottom: 24px;
}
.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}
.woocommerce .woocommerce-customer-details p {
  margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details .col-2 {
  padding-top: 32px;
}
.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #d90000;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #d90000;
  vertical-align: inherit;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #0077d9;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  /* rtl:ignore */
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #0077d9;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #002340;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_rating_filter ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li::before, .woocommerce .widget_rating_filter ul li::after {
  content: " ";
  display: table;
}
.woocommerce .widget_rating_filter ul li::after {
  clear: both;
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.woocommerce .widget_rating_filter ul li.chosen a::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #d90000;
}
.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important;
}
.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
  display: none !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 24px 32px;
  margin: 0 0 24px;
  position: relative;
  background-color: none;
  color: #005ba6;
  border: 2px solid #e1e1e1;
  border-radius: 4px;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    padding: 16px;
  }
}
.woocommerce-message a.button,
.woocommerce-error a.button,
.woocommerce-info a.button {
  float: right;
  background: none;
  padding: 0;
  font-size: 18px;
  box-shadow: none;
  text-decoration: underline;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/**
 * Right to left styles
 */
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  /* rtl:ignore */
  direction: ltr;
  unicode-bidi: embed;
}

.woocommerce-message {
  border-color: #8fae1b;
  background: #8fae1b;
  color: #fff;
}

.woocommerce-info {
  border-color: #1e85be;
  background: #1e85be;
  color: #fff;
}

.woocommerce-error {
  border-color: #b81c23;
  background: #b81c23;
  color: #fff;
}

/**
 * Account page
 */
.woocommerce-account .woocommerce {
  *zoom: 1;
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  content: " ";
  display: table;
}
.woocommerce-account .woocommerce::after {
  clear: both;
}
.woocommerce-account .addresses .title {
  *zoom: 1;
}
.woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title::after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e00a";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

/**
 * Cart/checkout page
 */
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 32px;
  box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #003f73;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
}
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
}
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 1em 0;
}
.woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
#add_payment_method .wc-proceed-to-checkout::after {
  content: " ";
  display: table;
}
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::after {
  clear: both;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button,
#add_payment_method .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: 0.5em;
  display: inline-block;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after,
#add_payment_method .cart-collaterals .shipping-calculator-button::after {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e019";
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form,
#add_payment_method .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
  color: #767676;
  font-size: 0.83em;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
#add_payment_method .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table th {
  width: 35%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small,
#add_payment_method .cart-collaterals .cart_totals table small {
  color: #767676;
}
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select,
#add_payment_method .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td,
#add_payment_method .cart-collaterals .cart_totals .discount td {
  color: #d9000a;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #005ba6;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce-cart .checkout .col-2,
.woocommerce-checkout .checkout .col-2,
#add_payment_method .checkout .col-2 {
  padding-bottom: 0;
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  margin-bottom: 0;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: normal;
  cursor: pointer;
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address label,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label,
#add_payment_method .checkout .col-2 h3#ship-to-different-address label {
  position: relative;
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address input,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input,
#add_payment_method .checkout .col-2 h3#ship-to-different-address input {
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 2;
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address span,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address span,
#add_payment_method .checkout .col-2 h3#ship-to-different-address span {
  display: block;
  position: relative;
  padding-left: 42px;
  font-size: 21px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .woocommerce-cart .checkout .col-2 h3#ship-to-different-address span,
  .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address span,
  #add_payment_method .checkout .col-2 h3#ship-to-different-address span {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .woocommerce-cart .checkout .col-2 h3#ship-to-different-address span,
  .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address span,
  #add_payment_method .checkout .col-2 h3#ship-to-different-address span {
    font-size: 18px;
  }
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address span:before,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address span:before,
#add_payment_method .checkout .col-2 h3#ship-to-different-address span:before {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #e1e1e1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 20;
  border-radius: 3px;
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address input:checked ~ span:before,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input:checked ~ span:before,
#add_payment_method .checkout .col-2 h3#ship-to-different-address input:checked ~ span:before {
  background: #0077d9 url(images/check-white.svg) center no-repeat;
  background-size: 12px 12px;
  border-color: #0077d9;
}
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left;
}
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: normal;
}
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  background: #fff;
  padding: 32px;
  text-align: left;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 24px;
  list-style: none outside;
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin-bottom: 24px;
  font-weight: normal;
  position: relative;
}
.woocommerce-cart #payment ul.payment_methods li.title,
.woocommerce-checkout #payment ul.payment_methods li.title,
#add_payment_method #payment ul.payment_methods li.title {
  margin-bottom: 16px;
}
.woocommerce-cart #payment ul.payment_methods li.title strong,
.woocommerce-checkout #payment ul.payment_methods li.title strong,
#add_payment_method #payment ul.payment_methods li.title strong {
  line-height: 1;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce-cart #payment ul.payment_methods li:last-child,
.woocommerce-checkout #payment ul.payment_methods li:last-child,
#add_payment_method #payment ul.payment_methods li:last-child {
  margin-bottom: 0;
}
.woocommerce-cart #payment ul.payment_methods li input[type=radio],
.woocommerce-checkout #payment ul.payment_methods li input[type=radio],
#add_payment_method #payment ul.payment_methods li input[type=radio] {
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 2;
}
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-cart #payment ul.payment_methods .wc_payment_method > label,
.woocommerce-checkout #payment ul.payment_methods .wc_payment_method > label,
#add_payment_method #payment ul.payment_methods .wc_payment_method > label {
  display: block;
  position: relative;
  padding-left: 42px;
  font-size: 21px;
  line-height: 26px;
  cursor: pointer;
}
.woocommerce-cart #payment ul.payment_methods .wc_payment_method > label:before,
.woocommerce-checkout #payment ul.payment_methods .wc_payment_method > label:before,
#add_payment_method #payment ul.payment_methods .wc_payment_method > label:before {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #e1e1e1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 20;
  border-radius: 3px;
}
.woocommerce-cart #payment ul.payment_methods .wc_payment_method > input[type=radio]:checked ~ label:before,
.woocommerce-checkout #payment ul.payment_methods .wc_payment_method > input[type=radio]:checked ~ label:before,
#add_payment_method #payment ul.payment_methods .wc_payment_method > input[type=radio]:checked ~ label:before {
  background: #5DA629 url(images/check-white.svg) center no-repeat;
  background-size: 12px 12px;
  border-color: #5DA629;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-left: 42px;
  font-size: 19px;
  padding-top: 8px;
  line-height: 1.4;
}
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
  border-color: #00315a;
  border-top-color: #002340;
}
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
  color: #002340;
}
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder {
  color: #002340;
}
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder {
  color: #002340;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 0.5em;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
#add_payment_method #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #767676;
  font-weight: normal;
}
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}

/**
 * Twenty Eleven specific styles
 */
#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1;
}

/**
 * Twenty Thirteen specific styles
 */
.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
  padding: 0;
}
.single-product .twentythirteen p.stars {
  clear: both;
}

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}

/**
 * Twenty Sixteen specific styles
 */
body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.twentysixteen .price ins {
  background: inherit;
  color: inherit;
}

.related > h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 32px;
}

.wcopc {
  display: block;
  width: 100%;
  max-width: 920px;
  margin: 0 auto 64px;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  border: 2px solid #e1e1e1;
  background: none;
  color: #005ba6;
  padding: 24px;
  margin-bottom: 24px;
}
.woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #005ba6;
  text-decoration: underline;
  font-weight: 600;
}
.woocommerce-form-login-toggle .woocommerce-info a:hover,
.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  color: #5DA629;
}

.woocommerce-form.woocommerce-form-login {
  font-size: 16px;
}
.woocommerce-form.woocommerce-form-login .login-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px 32px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.woocommerce-form.woocommerce-form-login .login-grid p {
  margin-bottom: 0;
}
.woocommerce-form.woocommerce-form-login .login-grid .button-row,
.woocommerce-form.woocommerce-form-login .login-grid .lost_password {
  grid-column: 1/span 2;
}
.woocommerce-form.woocommerce-form-login .login-grid .button-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-form.woocommerce-form-login .login-grid .lost_password {
  border-top: 1px solid #e1e1e1;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  color: #333;
  padding-top: 16px;
}
.woocommerce-form.woocommerce-form-login .login-grid .lost_password a {
  color: #333;
}
.woocommerce-form.woocommerce-form-login .login-grid .lost_password a:hover {
  color: #0077d9;
}

.woocommerce-form-coupon > p {
  font-size: 16px;
}
.woocommerce-form-coupon .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px 32px;
  width: 100%;
  max-width: 650px;
}

#customer_details .col-1 {
  display: block;
  padding: 32px;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #customer_details .col-1 {
    padding: 16px;
    margin-bottom: 16px;
  }
}
#customer_details .woocommerce-additional-fields {
  display: none;
}
#customer_details h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
#customer_details p.form-row {
  margin-bottom: 0;
}

.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px 32px;
}

@media (max-width: 768px) {
  .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 16px 0;
    margin-bottom: 20px;
  }
  #billing_country_field {
    grid-column: 1;
  }
}
.woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px 32px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 16px 0;
  }
  #shipping_country_field {
    grid-column: 1;
  }
}
#order_review_heading {
  display: none;
}

.woocommerce-privacy-policy-text {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 21px;
}
.woocommerce-privacy-policy-text a {
  color: #333;
  text-decoration: underline;
}

#payment .place-order {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.woocommerce-terms-and-conditions-wrapper .validate-required {
  display: flex;
  justify-content: center;
}
.woocommerce-terms-and-conditions-wrapper .validate-required label {
  position: relative;
}
.woocommerce-terms-and-conditions-wrapper .validate-required input {
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 2;
}
.woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-terms-and-conditions-checkbox-text {
  display: block;
  position: relative;
  padding-left: 42px;
  font-size: 21px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 18px;
  }
}
.woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-terms-and-conditions-checkbox-text:before {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #e1e1e1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 20;
  border-radius: 3px;
}
.woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-terms-and-conditions-checkbox-text a {
  color: inherit;
  text-decoration: underline;
}
.woocommerce-terms-and-conditions-wrapper .validate-required input:checked ~ .woocommerce-terms-and-conditions-checkbox-text:before {
  background: #5DA629 url(images/check-white.svg) center no-repeat;
  background-size: 12px 12px;
  border-color: #5DA629;
}
.woocommerce-terms-and-conditions-wrapper .validate-required.woocommerce-invalid-required-field .woocommerce-terms-and-conditions-checkbox-text:before {
  border-color: #d90000;
}

#place_order {
  display: block;
  margin: 0 auto;
  font-size: 23px;
  font-weight: bold;
  color: #e1e1e1;
  background: #005ba6;
  padding: 21px 64px;
  border-radius: 38px;
  box-shadow: 0px 22px 18px 0px rgba(29, 53, 87, 0.07);
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
#place_order:hover {
  transform: translateY(-5px);
}

.woocommerce-thankyou-order-received {
  display: block;
  text-align: center;
  font-size: 21px;
}

.select2-container .select2-selection--single {
  height: 56px;
}

.select2-container--default .select2-selection--single {
  border-color: #e1e1e1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  margin-top: -13px;
}

#billing_country_field,
#shipping_country_field {
  display: none;
}

#billing_company_field,
#billing_address_1_field,
#shipping_address_1_field {
  grid-column: 1/span 2;
}
@media (max-width: 768px) {
  #billing_company_field,
  #billing_address_1_field,
  #shipping_address_1_field {
    grid-column: 1;
  }
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  --mm-ocd-width:80%;
  --mm-ocd-min-width:200px;
  --mm-ocd-max-width:440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 20%;
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height:50px;
  --mm-spn-item-indent:20px;
  --mm-spn-line-height:24px;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}

.mm-spn > ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}

.mm-spn li:after {
  content: "";
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a, .mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}

.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
}

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #fff;
  background: #0077d9;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

.conference-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1280px) {
  .conference-container {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

div.single-conference {
  float: left;
  width: 70%;
}
div.single-conference .subtitle {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1;
  color: #111;
}
@media (min-width: 320px) {
  div.single-conference .subtitle {
    font-size: calc(18.3636363636px + 1.1363636364vw);
  }
}
@media (min-width: 1200px) {
  div.single-conference .subtitle {
    font-size: 32px;
  }
}
div.single-conference .section {
  display: block;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #e1e1e1;
  position: relative;
}
div.single-conference .section:last-child {
  margin-bottom: 60px;
  padding-bottom: 0;
  border-bottom: none;
}
div.single-conference .entry-content {
  font-size: 16px;
  font-weight: 300;
}
div.single-conference .program-link {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 42px;
  transition: all 0.3s;
}
div.single-conference .program-link.image {
  background: url(images/file-type-jpg.svg) left center no-repeat;
  background-size: 32px 32px;
  color: #26b99a;
}
div.single-conference .program-link.application {
  background: url(images/file-type-pdf.svg) left center no-repeat;
  background-size: 32px 32px;
  color: #cc4b4c;
}
div.single-conference .program-link:hover {
  opacity: 0.5;
}
div.single-conference .webinarium-login {
  position: relative;
}
div.single-conference .webinarium-login .photo {
  position: relative;
  z-index: 5;
}
div.single-conference .webinarium-login .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.single-conference .webinarium-login .thumb-desc {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 119, 217, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
div.single-conference .webinarium-login .thumb-desc .icon {
  margin-bottom: 48px;
}
div.single-conference .webinarium-login .thumb-desc .icon img {
  height: 64px;
}
div.single-conference .webinarium-login .thumb-desc span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 24px;
}
div.single-conference .webinarium-login .thumb-desc .button {
  display: block;
  text-align: center;
}
div.single-conference .webinarium-login .thumb-desc .button a {
  display: inline-block;
  line-height: 48px;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 0 32px;
  border-radius: 26px;
}
div.single-conference .webinarium-login .thumb-desc .button a:hover {
  background: #fff;
  color: #2ea2cc;
}
div.single-conference .webinarium-login .title {
  display: block;
  font-size: 27px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}
div.single-conference .webinarium-login .title a {
  color: #000;
}
div.single-conference .webinarium-login .title a:hover {
  text-decoration: underline;
}
@media (max-width: 1280px) {
  div.single-conference .webinarium-login .title {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  div.single-conference .webinarium-login .thumb-desc .icon {
    margin-bottom: 32px;
  }
  div.single-conference .webinarium-login .thumb-desc .icon img {
    height: 56px;
  }
  div.single-conference .webinarium-login .thumb-desc span {
    font-size: 21px;
  }
  div.single-conference .webinarium-login .thumb-desc .button a {
    line-height: 44px;
    font-size: 13px;
    padding: 0 28px;
  }
  div.single-conference .webinarium-login .title {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  div.single-conference .webinarium-login .thumb-desc .icon {
    margin-bottom: 24px;
  }
  div.single-conference .webinarium-login .thumb-desc .icon img {
    height: 48px;
  }
  div.single-conference .webinarium-login .thumb-desc span {
    font-size: 19px;
  }
  div.single-conference .webinarium-login .thumb-desc .button a {
    line-height: 40px;
    font-size: 12px;
    padding: 0 24px;
  }
}
div.single-conference .extra-links {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
div.single-conference .extra-links li {
  margin-right: 8px;
  margin-bottom: 8px;
}
div.single-conference .extra-links a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #0077d9;
  padding: 14px 24px;
  border: 1px solid #0077d9;
  border-radius: 5px;
}
div.single-conference .extra-links a:hover {
  background: #0077d9;
  color: #fff;
}
@media (max-width: 768px) {
  div.single-conference .extra-links a {
    padding: 12px 20px;
    font-size: 13px;
    border-radius: 3px;
  }
}
div.single-conference .register-button {
  display: flex;
}
div.single-conference .register-button a {
  display: block;
  background: #2ea2cc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 1.125rem 2rem;
  border-radius: 4px;
  text-align: center;
}
div.single-conference .register-button a:hover {
  background: #2991b7;
}
div.single-conference .program-info {
  display: block;
  list-style: none;
  margin: 0 0 30px 0;
}
div.single-conference .program-info li {
  margin-bottom: 10px;
  font-size: 18px;
}
div.single-conference .program-info li:last-child {
  margin-bottom: 0;
}
div.single-conference .program-info li strong {
  float: left;
  min-height: 1px;
  width: 200px;
  text-align: right;
  margin-right: 20px;
  font-weight: 600;
}
div.single-conference .program-info li span {
  float: left;
  font-weight: 300;
}
@media (max-width: 560px) {
  div.single-conference .program-info li strong {
    float: none;
    width: 100%;
    text-align: left;
    display: block;
    margin: 0;
  }
  div.single-conference .program-info li span {
    float: none;
  }
}
div.single-conference .conference-program {
  border-top: 1px solid #0077d9;
  width: 100%;
}
div.single-conference .conference-program th, div.single-conference .conference-program td {
  padding: 15px 10px;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: 300;
  vertical-align: middle;
}
div.single-conference .conference-program th {
  background-color: #0077d9;
  font-weight: 600;
  color: #fff;
  border-color: #0077d9;
}
div.single-conference .conference-program tr th:last-child {
  border-right: 1px solid #0077d9;
}
div.single-conference .conference-program tr td:last-child {
  border-right: 1px solid #e1e1e1;
}
div.single-conference .conference-program .time {
  width: 20%;
  text-align: center;
}
div.single-conference .conference-program .desc {
  width: 80%;
}
div.single-conference .conference-program .pause td {
  background-color: #fafafa;
  color: #777;
}
div.single-conference .place-photo {
  display: block;
  margin-bottom: 20px;
}
div.single-conference .map {
  display: block;
  height: 400px;
  margin-bottom: 30px;
}
div.single-conference .map-info {
  display: block;
  list-style: none;
  margin: 0 0 20px 0;
}
div.single-conference .map-info li {
  margin-bottom: 10px;
}
div.single-conference .map-info li:last-child {
  margin-bottom: 0;
}
div.single-conference .map-info li strong {
  float: left;
  min-height: 1px;
  width: 20%;
  text-align: right;
  margin-right: 2%;
  font-weight: 600;
}
div.single-conference .map-info li span {
  float: left;
  font-weight: 300;
  width: 78%;
}
@media (max-width: 560px) {
  div.single-conference .map-info li strong {
    float: none;
    width: 100%;
    text-align: left;
    display: block;
    margin: 0;
  }
  div.single-conference .map-info li span {
    float: none;
  }
}
div.single-conference .gallery {
  display: flex;
  margin-bottom: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
div.single-conference .gallery .gallery-item {
  margin-bottom: 15px;
  margin-right: 2%;
}
div.single-conference .gallery .gallery-item a {
  display: block;
  transition: all 0.3s;
}
div.single-conference .gallery .gallery-item a:hover {
  opacity: 0.5;
}
@media (min-width: 769px) {
  div.single-conference .gallery .gallery-item {
    width: 18.4%;
  }
  div.single-conference .gallery .gallery-item:nth-child(5n+5) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  div.single-conference .gallery .gallery-item {
    width: 32%;
  }
  div.single-conference .gallery .gallery-item:nth-child(3n+3) {
    margin-right: 0;
  }
}
div.single-conference #sponsorzy h4 {
  font-size: 21px;
  text-transform: uppercase;
  color: #005ba6;
  line-height: 1;
  margin-bottom: 40px;
}
div.single-conference .sponsors-list {
  list-style: none;
  margin: 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}
div.single-conference .sponsors-list li {
  float: left;
  margin-right: 2%;
  margin-bottom: 40px;
}
div.single-conference .sponsors-list a {
  display: block;
  text-align: center;
  transition: all 0.3s;
  opacity: 0.5;
}
div.single-conference .sponsors-list img {
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  filter: grayscale(100%);
  transition: all 0.3s;
}
div.single-conference .sponsors-list a:hover {
  opacity: 1;
}
div.single-conference .sponsors-list a:hover img {
  filter: grayscale(0);
}
div.single-conference .sponsors-list.sponsors li {
  width: 32%;
}
div.single-conference .sponsors-list.sponsors li:nth-child(3n+3) {
  margin-right: 0;
}
div.single-conference .sponsors-list.sponsors li a {
  height: 120px;
  line-height: 120px;
}
div.single-conference .sponsors-list.partners li {
  width: 23.5%;
}
div.single-conference .sponsors-list.partners li:nth-child(4n+4) {
  margin-right: 0;
}
div.single-conference .sponsors-list.partners li a {
  height: 100px;
  line-height: 100px;
}
div.single-conference .sponsors-list.patronat li {
  width: 18.4%;
}
div.single-conference .sponsors-list.patronat li:nth-child(5n+5) {
  margin-right: 0;
}
div.single-conference .sponsors-list.patronat li a {
  height: 80px;
  line-height: 80px;
}
div.single-conference .wpcf7-form fieldset {
  margin-bottom: 20px;
}
div.single-conference .wpcf7-form fieldset > div {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
}
div.single-conference .wpcf7-form fieldset > div.long {
  width: 98%;
  margin-right: 0;
}
@media (max-width: 768px) {
  div.single-conference .wpcf7-form fieldset > div {
    width: 100%;
    margin-right: 0;
  }
  div.single-conference .wpcf7-form fieldset > div.long {
    width: 100%;
    margin-right: 0;
  }
}
div.single-conference .wpcf7-form h4 {
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
}
div.single-conference .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
div.single-conference .wpcf7-form .wpcf7-form-control-wrap input[type=text],
div.single-conference .wpcf7-form .wpcf7-form-control-wrap input[type=email],
div.single-conference .wpcf7-form .wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
  font-weight: 300;
  color: #777;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  transition: all 0.3s;
}
div.single-conference .wpcf7-form .wpcf7-form-control-wrap input[type=text]:focus,
div.single-conference .wpcf7-form .wpcf7-form-control-wrap input[type=email]:focus,
div.single-conference .wpcf7-form .wpcf7-form-control-wrap textarea:focus {
  color: #000;
  border-color: #b1b1b1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
div.single-conference .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
}
div.single-conference .wpcf7-form .wpcf7-radio .wpcf7-list-item {
  display: block;
  position: relative;
}
div.single-conference .wpcf7-form .wpcf7-radio .wpcf7-list-item label {
  padding-left: 20px;
  cursor: pointer;
}
div.single-conference .wpcf7-form .wpcf7-radio .wpcf7-list-item label input {
  position: absolute;
  left: 0;
  top: 8px;
}
div.single-conference .wpcf7-form .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 10px;
}
div.single-conference .wpcf7-form label {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
div.single-conference .wpcf7-form label .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
div.single-conference .wpcf7-form input[type=submit] {
  display: inline-block;
  padding: 21px 45px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  background: #0077d9;
  border: none;
  border-radius: 3px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
}
div.single-conference .wpcf7-form input[type=submit]:disabled {
  background: #e1e1e1;
  color: #999;
}
div.single-conference .wpcf7-form input[type=submit]:disabled:hover {
  cursor: default;
  background: #e1e1e1;
  color: #999;
}
div.single-conference .wpcf7-form input[type=submit]:hover {
  background: #005ba6;
}

.sidebar-menu {
  float: right;
  width: 240px;
  position: relative;
}
.sidebar-menu ul {
  display: block;
  width: 240px;
  border: 1px solid #0077d9;
  border-radius: 5px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
}
.sidebar-menu ul li {
  border-bottom: 1px solid #0077d9;
}
.sidebar-menu ul i {
  display: none;
}
.sidebar-menu ul a {
  display: block;
  line-height: 1;
  padding: 20px;
  color: #0077d9;
  font-size: 16px;
  font-weight: 300;
}
.sidebar-menu ul a:hover {
  background-color: #0077d9;
  color: #fff;
}
.sidebar-menu ul li:last-child {
  border-bottom: none;
}
.sidebar-menu ul li.active a {
  background-color: #0077d9;
  color: #fff;
}
.sidebar-menu ul.affix {
  top: 120px;
  position: fixed;
}

@media (max-width: 900px) {
  .sidebar-menu {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .sidebar-menu ul {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 0;
    position: static;
    width: 100%;
    display: flex;
  }
  .sidebar-menu ul li {
    width: 20%;
    border-bottom: none;
    border-right: 1px solid #0077d9;
    box-sizing: border-box;
    padding: 0;
  }
  .sidebar-menu ul li:last-child {
    border-right: none;
  }
  .sidebar-menu ul a {
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .sidebar-menu ul li.active a i {
    color: #fff;
  }
  .sidebar-menu ul.affix {
    position: static;
  }
  div.single-conference {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 630px) {
  .sidebar-menu {
    display: none;
  }
  .sidebar-menu ul i {
    display: block;
    font-size: 22px;
    color: #000;
  }
  .sidebar-menu ul a span {
    display: none;
  }
  .sidebar-menu ul li.active a i {
    color: #fff;
  }
}