/*
Theme Name: Elmers Hardware
Theme URI: http://unity.online
Description: Custom theme for built for Elmers Hardware
Author: Unity Dev Team
Author URI:  mailto:development@unity.online
Version: 1.0
*/
@import url(includes/scss/editor.css);
/* lightbox*/
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease; }

#baguetteBox-overlay.visible {
  opacity: 1; }

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%; }

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif; }

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease; }

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out; }

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out; }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }
@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }
.baguetteBox-button#previous-button, .baguetteBox-button#next-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease; }

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button {
  right: 2%; }

.baguetteBox-button#previous-button {
  left: 2%; }

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px; }

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0; }

/*
	Preloader
	Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  animation-delay: -1s; }

@keyframes bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
body {
  margin: 0; }

.error_404 {
  text-align: center;
  padding: 200px 0; }

.wp_content > :first-child {
  margin-top: 0; }

.wp_content > :last-child {
  margin-bottom: 0; }

/* pagination */
#pagination {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 30px 0 160px; }
  @media (max-width: 768px) {
    #pagination {
      margin-bottom: 80px; } }

#pagination a, #pagination > span {
  display: inline-block;
  padding: 8px 16px;
  font-size: 20px;
  color: #18374B;
  margin: 0 5px 5px 5px;
  text-decoration: none;
  font-weight: 500;
  border: 2px solid #18374B; }

#pagination a {
  transition: opacity .3s; }
  #pagination a:hover {
    opacity: .7; }

#pagination > span {
  background: #313947;
  border: 2px solid #18374B;
  color: #fff; }

/* gallery layout */
.gallery {
  column-count: 4;
  column-gap: 20px; }

.gallery .gallery-item {
  display: inline;
  margin: 0; }

.gallery .gallery-item img {
  display: block;
  margin: 0 0 20px 0; }

.gallery-caption {
  display: none; }

/*gravity forms */
.gfield_description.validation_message {
  position: absolute;
  right: -5px;
  top: -14px;
  background-color: red;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  border-radius: 2px; }

.validation_message::after {
  content: '';
  display: block;
  position: absolute;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: #d80000;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 10px; }

.validation_error {
  margin-bottom: 20px;
  border: 1px solid #d80000;
  padding: 10px 20px;
  font-size: 15px;
  color: #d80000; }

.gform_confirmation_message {
  color: #1ba21b; }

.gform_body ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.gform_body > ul {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.gform_body > ul > li {
  position: relative; }

.gform_body > ul > li {
  width: 100%;
  margin-bottom: 20px; }

.gform_body > ul > li.medium_field {
  width: calc(50% - 10px); }

.gform_body > ul > li.small_field {
  width: calc(33.33% - 13px); }

.gform_body > ul > li.large_field {
  width: 100%; }

.gform_body > ul > li.captcha_field {
  margin: 0; }

.gform_body > ul > li.captcha_field > .gfield_label {
  display: none; }

.gform_body > ul > li.hidden_label > label {
  display: none; }

.gform_wrapper {
  padding: 3vw;
  box-sizing: border-box;
  background-color: #fff; }
  @media (max-width: 768px) {
    .gform_wrapper {
      padding: 30px; } }

.gform_wrapper h3 {
  margin: 0  0 10px; }

.gform_footer {
  text-align: right; }

.gform_body {
  padding-top: 30px; }
  @media (max-width: 768px) {
    .gform_body {
      padding-top: 10px; } }

.gform_body > ul > li > label {
  font-style: normal;
  font-size: 17px;
  text-transform: uppercase;
  color: #1A1A1A;
  font-weight: 600; }

.gfield_checkbox label {
  display: inline; }

.gform_body input[type=text], .gform_body textarea, .gform_body select, .woocommerce form .form-row input.input-text {
  height: 45px;
  color: #404040;
  padding-left: 15px;
  width: 100%;
  border: 1px solid #D4D5D9;
  box-sizing: border-box; }

input[type=search] {
  -webkit-appearance: none; }

.gform_body select {
  appearance: none;
  -webkit-appearance: none;
  background: #fff calc(100% - 20px) center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='15'%3E%3Cpath fill-rule='evenodd' fill='%23ff0000' d='M27 1L14 15 0 1l1-1 13 13L26 0l1 1z'/%3E%3C/svg%3E");
  padding-right: 70px; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.gform_body select::-ms-expand {
  display: none; }

.gform_body textarea, .woocommerce form .form-row textarea {
  height: 140px;
  padding-top: 20px; }

.gfield_visibility_ {
  display: none; }

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #818181; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #818181; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #818181; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #818181; }

.ssl {
  background: no-repeat center url(includes/img/ssl.png);
  min-width: 102px;
  height: 46px; }

.site-width {
  padding-left: calc(50% - (1380px / 2));
  padding-right: calc(50% - (1380px / 2));
  box-sizing: border-box; }
  @media (max-width: 1420px) {
    .site-width {
      padding-right: 20px;
      padding-left: 20px; } }

.image-switch {
  background: no-repeat center / cover; }

.gallery.gallery-size-medium_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .gallery.gallery-size-medium_gallery figure {
    width: calc(50% - 10px); }
    @media (max-width: 640px) {
      .gallery.gallery-size-medium_gallery figure {
        width: calc(50% - 5px); } }
    .gallery.gallery-size-medium_gallery figure * {
      width: 100%; }

@media (max-width: 640px) {
  .gallery {
    column-count: 2; }

  .header-right {
    display: flex;
    justify-content: space-between; }

  .gallery {
    column-count: 3;
    column-gap: 10px; }

  .gallery .gallery-item img {
    margin-bottom: 10px; }

  .gform_body > ul > li:nth-child(1n) {
    width: 100%; } }
#header {
  background: #18374B;
  padding-top: 10px;
  z-index: 12;
  position: relative; }

#header #logo {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  min-width: 297px;
  height: 71px;
  background: no-repeat center url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 297 71'%3E%3Cpath d='M157 47h-4.8V36.6h-7V47h-4.9V23.1h4.8v9.6h7.1v-9.6h4.8V47zm14.9-5h-6.6l-1.2 5H159l7.4-23.9h4.4l7.5 23.8h-5.1l-1.3-4.9zm-5.5-4h4.4l-2.2-8.4-2.2 8.4zm20.7.2h-2.4V47h-4.8V23.1h7.7c2.4 0 4.2.6 5.5 1.9 1.4 1.2 2 3 2 5.3 0 3.2-1.1 5.4-3.4 6.6l4.1 9.8v.2h-5.1l-3.6-8.7zm-2.4-4h2.7c1 0 1.7-.3 2.2-1 .5-.6.7-1.4.7-2.5 0-2.4-1-3.6-2.8-3.6h-2.8v7.1zm13 12.7V23.1h6.3c2.8 0 5 .9 6.7 2.7 1.6 1.7 2.5 4.1 2.5 7.2V37c0 3.1-.8 5.6-2.5 7.4a8.8 8.8 0 01-6.8 2.6h-6.1zm4.9-19.8V43h1.4c1.6 0 2.7-.4 3.4-1.2.6-.9 1-2.3 1-4.4v-4.1c0-2.3-.3-3.8-1-4.7-.5-.9-1.6-1.3-3-1.4h-1.8zm28.9 11l2.2-15h4.8L234.3 47h-4.9l-2.7-14-2.8 14h-4.8l-4.3-23.8h4.8l2.3 15 2.8-15h4l2.8 15zm19.6 4h-6.6l-1.3 4.8h-5l7.4-23.8h4.4l7.5 23.8h-5.1L251 42zm-5.5-4h4.4l-2.2-8.5-2.2 8.4zm20.7.1h-2.4V47H259V23.1h7.6c2.5 0 4.3.6 5.6 1.9 1.3 1.2 2 3 2 5.3 0 3.2-1.1 5.4-3.4 6.6l4.1 9.8v.2H270l-3.6-8.7zm-2.4-4h2.7c1 0 1.7-.3 2.2-1 .5-.6.7-1.4.7-2.5 0-2.4-1-3.6-2.8-3.6h-2.8v7.1zm25.3 2.4h-7.5V43h9v4h-13.8V23.1h13.7v4h-8.9v5.6h7.5v4zM140.7 53.3h150.7v2.2H140.7zM140.7 15.6h150.7v2.2H140.7z' fill='%234599D0'/%3E%3Cpath d='M2.6 17.6h16V23h-8.2v8.8h6.2v5.4h-6.2v10.6h8.2V53h-16V17.6zm18.3 0h7.8v30.1h8.1V53h-16V17.6zm18.5 0h8.4l3.9 20.6 4.2-20.6h8l.7 35.4H59l-.6-23.6L54.2 53h-4.9L45 29.3 44.4 53h-5.6l.6-35.4zm29 0h15.9V23h-8.1v8.8h6.1v5.4h-6.1v10.6h8.2V53h-16V17.6zm18.2 0h9.7c4 0 6.8.7 8.8 2 2 1.4 3 3.9 3 7.4 0 2.3-.3 4.2-1 5.6a6.6 6.6 0 01-3.3 3.3l4.8 17.1h-8l-4-15.9h-2.2V53h-7.8V17.6zm10 15c1.6 0 2.7-.4 3.3-1.2.6-.8 1-2 1-3.7 0-1.6-.4-2.8-1-3.6-.5-.8-1.5-1.2-3-1.2h-2.5v9.7h2.2zm24.1 21c-3.4 0-5.9-1-7.6-2.7-1.6-1.8-2.5-4.7-2.6-8.6l6.7-1c0 2.2.3 3.9.8 4.8.5 1 1.3 1.5 2.3 1.5 1.3 0 2-.9 2-2.6 0-1.4-.3-2.5-1-3.5-.6-1-1.6-2-3-3.2l-3-2.7a16.2 16.2 0 01-3.5-4c-.8-1.5-1.2-3.2-1.2-5.2 0-3 .8-5.3 2.6-6.9 1.8-1.6 4.2-2.4 7.3-2.4 3.3 0 5.6 1 6.8 3a14 14 0 012 7l-6.8 1c0-2-.2-3.2-.5-4-.2-.8-.8-1.2-1.8-1.2-.6 0-1.2.2-1.5.8-.4.6-.6 1.2-.6 2 0 1.1.3 2.1.8 3 .6.7 1.4 1.7 2.6 2.7l3 2.6c1.7 1.5 3 3 4 4.7 1 1.7 1.5 3.6 1.5 6a9 9 0 01-1.2 4.5 8.3 8.3 0 01-3.2 3.1c-1.4.8-3 1.2-4.9 1.2z' fill='%23fff'/%3E%3C/svg%3E"); }

.header-middle {
  display: flex;
  margin: 0 3vw;
  flex-grow: 1;
  align-items: center; }
  .header-middle .header-search {
    flex-grow: 1; }
  .header-middle .ssl {
    margin-left: 35px; }
    @media (max-width: 1024px) {
      .header-middle .ssl {
        display: none; } }
  .header-middle form {
    flex-grow: 1;
    position: relative; }
    .header-middle form input[type=text] {
      background: #F7F7F7;
      border: 1px solid #EBEBEB;
      box-sizing: border-box;
      box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.02);
      border-radius: 55px;
      height: 48px;
      width: 100%;
      padding-left: 20px; }
      @media (max-width: 450px) {
        .header-middle form input[type=text] {
          height: 40px; } }
    .header-middle form input[type=submit] {
      width: 39px;
      height: 39px;
      background: #18374B no-repeat center/20px url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 9.4a9.2 9.2 0 0114.4-7.7 9 9 0 012.2 12.5.4.4 0 00.2.5l3.7 3.7a1.5 1.5 0 01-.4 2.5 1.5 1.5 0 01-1.7-.4l-1.8-1.8-1.9-2a.4.4 0 00-.6 0A9 9 0 010 9.4zm9.1-7.3a7 7 0 00-6.5 4.3 7 7 0 005 9.6A7 7 0 0016.2 9a7 7 0 00-7-7z' fill='%23fff'/%3E%3C/svg%3E");
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
      position: absolute;
      top: 5px;
      right: 5px;
      border-radius: 39px;
      border: none;
      transition: opacity .3s;
      cursor: pointer; }
      @media (max-width: 450px) {
        .header-middle form input[type=submit] {
          height: 34px;
          width: 34px;
          top: 3px; } }
      .header-middle form input[type=submit]:hover {
        opacity: 0.7; }

#header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 768px) {
    #header .header-top {
      flex-wrap: wrap; }
      #header .header-top #logo {
        order: 1; } }
    @media (max-width: 768px) and (max-width: 450px) {
      #header .header-top #logo {
        width: 190px;
        min-width: 190px;
        height: 45px; } }
  @media (max-width: 768px) {
      #header .header-top .cart-link {
        order: 2;
        margin-left: auto; } }
    @media (max-width: 768px) and (max-width: 450px) {
      #header .header-top .cart-link {
        min-width: 20px;
        height: 25px;
        width: 37px; }
        #header .header-top .cart-link > span {
          width: 100%;
          height: 100%; }
          #header .header-top .cart-link > span > span {
            width: 17px;
            height: 17px;
            right: -10px; } }
  @media (max-width: 768px) {
      #header .header-top #mobile_menu_button {
        order: 3; }
      #header .header-top .header-middle {
        order: 4;
        width: 100%;
        margin: 10px 0 20px; } }

.cart-link {
  min-width: 130px;
  display: flex;
  justify-content: space-between;
  transition: opacity .3s; }
  @media (max-width: 900px) {
    .cart-link {
      min-width: 54px; } }
  .cart-link > span {
    min-width: 39px;
    position: relative;
    height: 33px;
    background: no-repeat center url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39 33'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.4 5.2a2.5 2.5 0 00-2-1h-26L9 2.5A3 3 0 006 0H1.2A1.2 1.2 0 000 1.2a1.2 1.2 0 001.2 1.3H6a.6.6 0 01.6.4l4.6 20.6a2.7 2.7 0 002.7 2.2h20a1.2 1.2 0 001.2-1.2 1.2 1.2 0 00-1.2-1.3h-20a.3.3 0 01-.3-.2l-.4-1.5L33.6 19a2.5 2.5 0 002.2-2L38 7.4a2.6 2.6 0 00-.5-2.2zM35.6 7l-2.2 9.6-20.7 2.6L9.9 6.7h25.6V7zm-17 23.5a2.6 2.6 0 01-1.5 2.4 2.5 2.5 0 01-3.5-2 2.6 2.6 0 011-2.6 2.6 2.6 0 013.9 1.2l.2 1zm14.7 0a2.6 2.6 0 01-1.6 2.4 2.5 2.5 0 01-3.5-2 2.6 2.6 0 011-2.6 2.6 2.6 0 014 2.2z' fill='%23fff'/%3E%3C/svg%3E"); }
    .cart-link > span span {
      width: 20px;
      height: 20px;
      background: #FFFFFF;
      color: #18374B;
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 20px;
      right: -15px;
      top: -5px;
      position: absolute;
      font-weight: 600; }
  .cart-link p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF; }
    @media (max-width: 900px) {
      .cart-link p {
        display: none; } }
  .cart-link:hover {
    opacity: 0.7; }

@media (min-width: 1200px) {
  #main_menu, #main_menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }

  #main_menu {
    display: flex;
    justify-content: center;
    padding-top: 25px;
    height: 59px; }

  #main_menu > li > a {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #F6F6F6;
    padding: 0 0.2vw 14px;
    display: block; }

  #main_menu > li {
    padding: 0 0.8vw;
    position: relative;
    display: flex;
    flex-direction: column; }

  #main_menu > li > a {
    border-bottom: 3px solid transparent;
    display: flex;
    height: 100%; }

  #main_menu > li:hover > a, #main_menu > li.current-menu-item > a, #main_menu > li.current-menu-parent > a {
    border-bottom: 3px solid #4599D0; }

  #main_menu ul {
    display: none;
    position: absolute;
    background-color: #18374B;
    top: 59px; }

  #main_menu ul a {
    color: #fff;
    display: block;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 21px; }

  #main_menu ul a:hover, #main_menu ul li.current-menu-item a {
    background-color: #fff;
    color: #18374B; }

  #main_menu > li:hover ul {
    display: block; }

  #main_menu > li.mega_menu {
    position: static; }

  #main_menu > li.mega_menu > ul {
    box-sizing: border-box;
    width: 100%;
    left: 0;
    margin-top: 106px;
    display: none;
    padding-left: calc(50% - (1380px / 2));
    padding-right: calc(50% - (1380px / 2));
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    padding-bottom: 50px; } }
  @media (min-width: 1200px) and (max-width: 1420px) {
    #main_menu > li.mega_menu > ul {
      padding-right: 20px;
      padding-left: 20px; } }

@media (min-width: 1200px) {
  #main_menu > li.mega_menu > ul > li:not(.featured_cat), #main_menu > li.mega_menu > ul > li:not(.as_promo) {
    flex-grow: 1; }

  #main_menu > li.mega_menu > ul > li ul li:hover a,
  #main_menu > li.mega_menu > ul > li ul li.current-menu-item a {
    text-decoration: underline;
    color: #4599D0; }

  #main_menu > li.mega_menu > ul > li.featured_cat, #main_menu > li.mega_menu > ul > li.as_promo {
    min-width: 265px;
    max-width: 265px;
    margin-left: 15px; } }
  @media (min-width: 1200px) and (max-width: 1200px) {
    #main_menu > li.mega_menu > ul > li.featured_cat, #main_menu > li.mega_menu > ul > li.as_promo {
      display: none; } }

@media (min-width: 1200px) {
  #main_menu > li.mega_menu > ul > li.featured_cat a, #main_menu > li.mega_menu > ul > li.as_promo a {
    transition: opacity .3s; }
    #main_menu > li.mega_menu > ul > li.featured_cat a:hover, #main_menu > li.mega_menu > ul > li.as_promo a:hover {
      opacity: 0.7; }

  #main_menu > li.mega_menu > ul > li:not(.featured_cat) ul, #main_menu > li.mega_menu > ul > li:not(.as_promo) ul {
    column-count: 3; }

  #main_menu > li.mega_menu > ul > li.featured_cat {
    display: flex; } }
  @media (min-width: 1200px) and (max-width: 1200px) {
    #main_menu > li.mega_menu > ul > li.featured_cat {
      display: none; } }

@media (min-width: 1200px) {
  #main_menu > li.mega_menu > ul > li.as_promo {
    display: flex; } }
  @media (min-width: 1200px) and (max-width: 1200px) {
    #main_menu > li.mega_menu > ul > li.as_promo {
      display: none; } }

@media (min-width: 1200px) {
  .mega_menu_title {
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    color: #27343F;
    display: block;
    padding-bottom: 20px; }

  #main_menu > li.mega_menu > ul > li.featured_cat a {
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    padding: 0;
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    border: 1px solid rgba(0, 0, 0, 0.04); }
    #main_menu > li.mega_menu > ul > li.featured_cat a > div {
      flex-grow: 1;
      display: block;
      width: 100%;
      flex-basis: calc(100% - 56px);
      height: 50px;
      padding: 10px; }
      #main_menu > li.mega_menu > ul > li.featured_cat a > div div {
        background: no-repeat center / contain;
        height: 100%;
        width: 100%; }
    #main_menu > li.mega_menu > ul > li.featured_cat a .title {
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #27343F;
      min-height: 56px;
      margin: 0;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      padding: 0 20px;
      justify-content: center; }

  #main_menu > li.mega_menu > ul > li.as_promo a {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center; }
    #main_menu > li.mega_menu > ul > li.as_promo a > div {
      background: #D92323;
      padding: 15px 25px; }
      #main_menu > li.mega_menu > ul > li.as_promo a > div * {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 10px; }
      #main_menu > li.mega_menu > ul > li.as_promo a > div *:last-child {
        margin-bottom: 0; }
      #main_menu > li.mega_menu > ul > li.as_promo a > div .title {
        font-size: 30px;
        line-height: 38px; }
    #main_menu > li.mega_menu > ul > li.as_promo a > span {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: #18374B;
      background-color: #fff;
      padding: 5px 15px;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase; }

  #main_menu > li.mega_menu ul ul {
    display: block; }

  #main_menu > li.mega_menu > ul > li > ul {
    position: relative;
    top: 0;
    background-color: #fff; }

  #main_menu > li.mega_menu > ul > li > ul > li > a {
    color: #27343F;
    padding: 10px 0; }

  #main_menu > li.mega_menu:hover > ul {
    display: flex; } }
@media (max-width: 1200px) {
  #main_menu > li:last-child {
    padding-bottom: 70px; }

  .menu_open #header {
    z-index: 30; }

  .menu li.featured_cat .title {
    color: #fff;
    display: block;
    font-size: 17px;
    line-height: 21px;
    margin: 0;
    margin: 0; }

  #close_menu {
    background-color: rgba(0, 0, 0, 0.01);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 31;
    width: 0;
    height: 100vh;
    display: block;
    transition: background-color 0.3s ease, right 0.3s ease;
    -webkit-transition: background-color 0.3s ease, right 0.3s ease; }

  body.menu_open {
    overflow: hidden; }

  body.menu_open #close_menu {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    right: 300px;
    width: 100%; }

  body.menu_open.show_menu_close #close_menu {
    background-color: rgba(0, 0, 0, 0.01);
    width: 100%;
    right: 0; }

  #wrap {
    position: relative;
    width: auto;
    min-width: 320px;
    overflow: hidden; }

  #shifter {
    position: relative;
    width: 100%;
    left: 0px;
    transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    background: #fff; }

  body {
    background: #d8d8d8; }

  body.menu_open #shifter {
    left: -300px; }

  body.menu_open.show_menu_close #shifter {
    left: 0; }

  #mobile_menu_button {
    width: 40px;
    display: block;
    margin-left: 15px; } }
  @media (max-width: 1200px) and (max-width: 450px) {
    #mobile_menu_button {
      width: 28px;
      margin-left: 25px; } }

@media (max-width: 1200px) {
  #mobile_menu_button > div {
    width: 100%;
    height: 7px;
    background-color: #fff;
    margin-bottom: 5px; } }
  @media (max-width: 1200px) and (max-width: 450px) {
    #mobile_menu_button > div {
      height: 5px;
      margin-bottom: 4px; } }
@media (max-width: 1200px) {
    #mobile_menu_button > div:last-child {
      margin-bottom: 0; }

  #main_menu {
    display: block;
    top: 0px;
    left: 100%;
    width: 330px;
    z-index: 11;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 100vh;
    -webkit-transition: left 0.3s ease;
    height: auto;
    padding-top: 0; }

  body.menu_open #main_menu {
    left: calc(100% - 300px); }

  body.menu_open.show_menu_close #main_menu {
    left: 100%; }

  .menu, .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #18374B; }

  .menu ul {
    max-height: 0;
    transition: max-height 0.3s;
    overflow: hidden; }

  .menu li.clicked ul {
    max-height: 1500px; }

  #main_menu > li {
    padding: 0; }

  #main_menu > li > a {
    display: block;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    height: auto;
    line-height: inherit; }

  #main_menu ul a, #main_menu > li.mega_menu > ul > li > ul > li > a {
    font-size: 16px;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.05); }

  .menu li {
    position: relative; }

  .menu li.menu-item-has-children > a:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 55px;
    top: 22px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s;
    transform-origin: 14px 14px; }

  .menu li.menu-item-has-children.clicked > a:after {
    transform: rotate(-45deg); }

  #main_menu ul {
    position: relative;
    top: 0; }

  #main_menu > li > a, #main_menu > li.current-menu-item > a, #main_menu > li.current-menu-parent > a, #main_menu > li:hover > a {
    border-bottom: none; }

  #main_menu > li.clicked ul {
    display: block; }

  #main_menu ul a, #main_menu > li.mega_menu > ul > li > ul > li > a {
    color: #fff;
    display: block;
    padding: 10px 35px;
    font-size: 17px;
    line-height: 21px; }

  #main_menu > li.mega_menu > ul > li:not(.featured_cat) ul, #main_menu > li.mega_menu > ul > li:not(.as_promo) ul {
    column-count: unset; }

  #main_menu > li.mega_menu {
    position: relative; }

  .mega_menu_title {
    display: none; }

  #main_menu > li.mega_menu > ul {
    margin-top: 0;
    padding: 0; }

  #main_menu > li.mega_menu > ul > li > ul, #main_menu > li.mega_menu > ul {
    background-color: unset; }

  #main_menu > li.mega_menu > ul > li ul li:hover a, #main_menu > li.mega_menu > ul > li ul li.current-menu-item a {
    color: #fff;
    text-decoration: none; } }
@media (min-width: 2000px) {
  #main_menu > li {
    padding: 0 10px; } }
.page_banner {
  height: 40vw;
  max-height: 400px;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
  padding: 20px 8vw 3.5vw;
  box-sizing: border-box; }
  .page_banner .banner_title {
    background: #18374B;
    padding: 40px 50px;
    border-left: 5px solid #4599D0;
    width: 100%;
    max-width: 670px;
    box-sizing: border-box; }
    .page_banner .banner_title * {
      color: #fff;
      margin: 0; }
  @media (max-width: 768px) {
    .page_banner {
      padding: 15px 20px 20px; }
      .page_banner .banner_title {
        padding: 15px; } }

.main_container {
  padding-top: 70px;
  display: flex; }
  @media (max-width: 768px) {
    .main_container {
      padding-top: 40px; } }
  .main_container main {
    flex: 1 1;
    flex-basis: calc(100% - 365px - 5vw); }
  .main_container aside {
    margin-left: 5vw;
    flex-basis: 365px; }
    @media (max-width: 1024px) {
      .main_container aside {
        display: none; } }

aside .contact-block {
  padding: 30px;
  background: #18374B;
  margin-bottom: 20px; }
  aside .contact-block iframe {
    width: 100%;
    height: 180px;
    margin: 30px 0 10px; }
  aside .contact-block .button {
    width: 100%; }
  aside .contact-block p {
    color: #fff; }
  aside .contact-block .title {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  aside .contact-block .address {
    display: flex;
    align-items: center; }
    aside .contact-block .address:before {
      content: '';
      margin-right: 10px;
      min-width: 29px;
      height: 39px;
      background: no-repeat center url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 39'%3E%3Cg clip-path='url(%23clip0)' fill='%23E88900'%3E%3Cpath d='M7.2 17.6a8.8 8.8 0 018.2-12 8.8 8.8 0 018.3 12h5.8c0 1-1.5 3.6-3.4 6.6a14.5 14.5 0 10-21.4 0 20 20 0 01-3.3-6.6h5.8z'/%3E%3Cpath d='M26.1 24.2a14.5 14.5 0 01-21.4 0C9 30.6 15.4 39 15.4 39s6.6-8.4 10.7-14.8z'/%3E%3Cpath d='M15.4 28.9c4.3 0 8-1.8 10.7-4.7 2-3 3.4-5.5 3.4-6.6h-5.8a8.8 8.8 0 01-16.5 0H1.4c0 1 1.4 3.6 3.3 6.6 2.7 2.9 6.5 4.7 10.7 4.7z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M.9 0h29v39H.9z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
    aside .contact-block .address p {
      font-weight: bold;
      font-size: 14px;
      line-height: 18px; }
    aside .contact-block .address + a {
      font-size: 18px;
      line-height: 23px;
      font-weight: bold;
      display: flex;
      align-items: center;
      color: #fff; }
      aside .contact-block .address + a:before {
        margin-right: 15px;
        min-width: 24px;
        height: 24px;
        content: '';
        background: no-repeat center url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 25'%3E%3Cpath d='M25.1 19.7c0 .3 0 .7-.2 1.2 0 .5-.2 1-.3 1.2-.3.6-1 1.2-2.2 1.9a6.8 6.8 0 01-6 .4 84.6 84.6 0 01-5-2.2c-1.5-.9-3-2.2-4.6-3.8A26.2 26.2 0 013 13.8a16 16 0 01-1.8-4A86 86 0 01.4 7V6c0-1 .2-2.1.8-3.2C2 1.6 2.5.9 3.1.7A7.1 7.1 0 015.9.2c.2 0 .5.5 1 1.3a51.3 51.3 0 012 3.4l.3.7.1.5c0 .2-.1.5-.5.9l-1 1c-.5.2-.8.5-1.2.9-.3.3-.5.6-.5.8l.1.4a3.9 3.9 0 00.6 1 18.5 18.5 0 008.4 7.9h.3c.3 0 .5 0 .9-.4l.9-1.1 1-1.1c.3-.3.6-.5.8-.5l.5.1.7.4a29 29 0 011.4.8 96.4 96.4 0 003.4 2.1v.4z' fill='%23E88900'/%3E%3C/svg%3E"); }
aside .sidebar-categories .button {
  width: 100%;
  margin-top: 10px; }
aside .sidebar-categories > a:not(.button) {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-bottom: 10px;
  align-items: center; }
  aside .sidebar-categories > a:not(.button) > div:nth-child(1) {
    flex-basis: 115px;
    height: 105px;
    background: #ECECEC;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box; }
    aside .sidebar-categories > a:not(.button) > div:nth-child(1) > div {
      background: no-repeat center / contain;
      width: 100%;
      height: 100%; }
  aside .sidebar-categories > a:not(.button) > div:nth-child(2) {
    flex-grow: 1;
    padding: 0 10px 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    aside .sidebar-categories > a:not(.button) > div:nth-child(2) p {
      font-size: 17px;
      color: #27343F;
      margin: 0; }
    aside .sidebar-categories > a:not(.button) > div:nth-child(2) span {
      transition: .3s;
      margin-left: 15px;
      width: 42px;
      height: 42px;
      border-radius: 42px;
      background: #ECECEC no-repeat center/9px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 12'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 11.8L.7 10.2l4.6-4L.7 2.5 2.5.8l6.2 5.5-6.2 5.5z' fill='%2318374B'/%3E%3C/svg%3E"); }
  aside .sidebar-categories > a:not(.button):hover > div:nth-child(2) span {
    background: #E88900 no-repeat center/9px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 12'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 11.8L.7 10.2l4.6-4L.7 2.5 2.5.8l6.2 5.5-6.2 5.5z' fill='%23fff'/%3E%3C/svg%3E"); }

.news-intro {
  border-bottom: 1px  solid #DCE0E5;
  padding-bottom: 40px;
  margin-bottom: 35px; }
  .news-intro h1 {
    margin-top: 0; }

.single_post_list a {
  display: flex;
  margin-bottom: 20px;
  text-decoration: none;
  transition: opacity .3s; }
  .single_post_list a:hover {
    opacity: .7; }
  .single_post_list a .post_thumb {
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 -5px 0 rgba(255, 255, 255, 0.5);
    flex: 0 0 28%; }
    @media (max-width: 768px) {
      .single_post_list a .post_thumb {
        display: none; } }
  .single_post_list a .post_data {
    flex: 1 0 72%;
    background: #18374B;
    padding: 35px;
    box-sizing: border-box; }
    .single_post_list a .post_data h4 {
      font-weight: 600;
      font-size: 24px;
      color: #fff;
      margin: 0 0 20px; }
    .single_post_list a .post_data .date_link {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .single_post_list a .post_data .date_link p {
        padding: 0;
        margin-top: 0;
        opacity: 0.6; }
        @media (max-width: 450px) {
          .single_post_list a .post_data .date_link p {
            display: none; } }
    .single_post_list a .post_data p {
      color: #fff;
      width: 100%;
      word-break: break-all; }
      .single_post_list a .post_data p.date {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
        padding-left: 30px;
        background: no-repeat center left/20px url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cmask id='a' maskUnits='userSpaceOnUse' x='0' y='.1' width='20' height='20' fill='%23000'%3E%3Cpath fill='%23fff' d='M0 .1h20v20H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.9 17.6c0 .2-.2.4-.4.4h-15a.4.4 0 01-.4-.4V4.3c0-.2.2-.4.4-.4H5v1.2a.6.6 0 101 0V3.9h3.5v1.2a.6.6 0 101 0V3.9H14v1.2a.6.6 0 101 0V3.9h2.5c.2 0 .4.2.4.4v13.3zm-.4-14.8h-2.4V1.7a.6.6 0 10-1.1 0v1.1h-3.4V1.7a.6.6 0 10-1.1 0v1.1H6V1.7a.6.6 0 10-1.1 0v1.1H2.5c-.8 0-1.5.7-1.5 1.5v13.3c0 .8.7 1.5 1.5 1.5h15c.8 0 1.5-.7 1.5-1.5V4.3c0-.8-.7-1.5-1.5-1.5z'/%3E%3C/mask%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.9 17.6c0 .2-.2.4-.4.4h-15a.4.4 0 01-.4-.4V4.3c0-.2.2-.4.4-.4H5v1.2a.6.6 0 101 0V3.9h3.5v1.2a.6.6 0 101 0V3.9H14v1.2a.6.6 0 101 0V3.9h2.5c.2 0 .4.2.4.4v13.3zm-.4-14.8h-2.4V1.7a.6.6 0 10-1.1 0v1.1h-3.4V1.7a.6.6 0 10-1.1 0v1.1H6V1.7a.6.6 0 10-1.1 0v1.1H2.5c-.8 0-1.5.7-1.5 1.5v13.3c0 .8.7 1.5 1.5 1.5h15c.8 0 1.5-.7 1.5-1.5V4.3c0-.8-.7-1.5-1.5-1.5z' fill='%23fff'/%3E%3Cpath d='M5 4h.2v-.3H5V4zm1 0v-.3H6V4H6zm3.5 0h.2v-.3h-.2V4zm1 0v-.3h-.1V4h.2zM14 4h.2v-.3H14V4zm1 0v-.3H15V4h.2zm0-1.2H15V3h.2v-.2zm-1 0V3h.2v-.2H14zm-3.4 0h-.2V3h.2v-.2zm-1.1 0V3h.2v-.2h-.2zM6 2.8h-.2V3H6v-.2zM5 2.8V3h.2v-.2H5zm12.7 14.8c0 .1 0 .2-.2.2v.4c.3 0 .6-.3.6-.6h-.4zm-.2.2h-15v.4h15v-.4zm-15 0s-.2 0-.2-.2H2c0 .3.3.6.6.6v-.4zm-.2-.2V4.3H2v13.3h.4zm0-13.3l.2-.2v-.4c-.3 0-.6.3-.6.6h.4zm.2-.2H5v-.4H2.5v.4zM4.8 4v1.2h.4V3.9h-.4zm0 1.2c0 .4.3.7.7.7v-.4a.4.4 0 01-.3-.3h-.4zm.7.7c.4 0 .8-.3.8-.7h-.4c0 .2-.2.3-.4.3v.4zm.8-.7V3.9h-.4v1.2h.4zM6 4h3.4v-.4H6v.4zM9.3 4v1.2h.4V3.9h-.4zm0 1.2c0 .4.3.7.7.7v-.4a.4.4 0 01-.3-.3h-.4zm.7.7c.4 0 .8-.3.8-.7h-.4c0 .2-.2.3-.4.3v.4zm.8-.7V3.9h-.4v1.2h.4zm-.2-1H14v-.4h-3.4v.4zm3.2-.2v1.2h.4V3.9h-.4zm0 1.2c0 .4.3.7.7.7v-.4a.4.4 0 01-.3-.3h-.4zm.7.7c.4 0 .8-.3.8-.7h-.4c0 .2-.2.3-.4.3v.4zm.8-.7V3.9h-.4v1.2h.4zM15 4h2.4v-.4h-2.4v.4zm2.4 0l.2.2h.4c0-.3-.3-.6-.6-.6v.4zm.2.2v13.3h.4V4.3h-.4zm-.2-1.7h-2.4V3h2.4v-.4zm-2.2.2V1.7h-.4v1.1h.4zm0-1.1c0-.4-.4-.8-.8-.8v.4c.2 0 .4.2.4.4h.4zm-.8-.8c-.4 0-.7.4-.7.8h.4c0-.2.1-.4.3-.4V1zm-.7.8v1.1h.4V1.7h-.4zm.2 1h-3.4V3H14v-.4zm-3.2.1V1.7h-.4v1.1h.4zm0-1.1c0-.4-.4-.8-.8-.8v.4c.2 0 .4.2.4.4h.4zM10 .9c-.4 0-.7.4-.7.8h.4c0-.2.1-.4.3-.4V1zm-.7.8v1.1h.4V1.7h-.4zm.2 1H6V3h3.4v-.4zm-3.2.1V1.7h-.4v1.1h.4zm0-1.1c0-.4-.4-.8-.8-.8v.4c.2 0 .4.2.4.4h.4zM5.5.9c-.4 0-.7.4-.7.8h.4c0-.2.1-.4.3-.4V1zm-.7.8v1.1h.4V1.7h-.4zm.2 1H2.5V3H5v-.4zm-2.5 0c-1 0-1.7.7-1.7 1.6h.4c0-.7.6-1.3 1.3-1.3v-.4zM.8 4.2v13.3h.4V4.3H.8zm0 13.3c0 1 .8 1.7 1.7 1.7V19c-.7 0-1.3-.6-1.3-1.3H.8zm1.7 1.7h15V19h-15v.4zm15 0c1 0 1.7-.7 1.7-1.7h-.4c0 .7-.6 1.3-1.3 1.3v.4zm1.7-1.7V4.3h-.4v13.3h.4zm0-13.3c0-1-.7-1.7-1.7-1.7V3c.7 0 1.3.6 1.3 1.3h.4z' fill='%23333' mask='url(%23a)'/%3E%3Cpath d='M4.9 9.6v0h2.4v0-1.8H4.9v1.8zM4.9 12.4v0h2.4v0-1.8H4.9v1.8zM4.9 15.2v0h2.4v0-1.8H4.9v1.8zM8.8 15.2v0h2.4v0-1.8h0-2.4v1.8zM8.8 12.4v0h2.4v0-1.8h0-2.4v1.8zM8.8 9.6v0h2.4v0-1.8h0-2.4v1.8zM12.7 15.2v0h2.4v0-1.8h0-2.3 0v1.8zM12.7 12.4v0h2.4v0-1.8h0-2.3 0v1.8zM12.7 9.6v0h2.4v0-1.8h0-2.3 0v1.8z' fill='%23fff' stroke='%23333' stroke-width='.2'/%3E%3C/svg%3E"); }
  .single_post_list a:hover .button {
    opacity: 1; }

.contact-middle {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #DCE0E5;
  flex-wrap: wrap; }
  .contact-middle .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px; }
  .contact-middle .contact-right {
    width: calc(42% - 2vw); }
    .contact-middle .contact-right iframe {
      width: 100%;
      height: 100%; }
    @media (max-width: 1024px) {
      .contact-middle .contact-right {
        width: 100%;
        margin-top: 30px;
        height: 60vw;
        max-height: 500px;
        min-height: 280px; } }
  .contact-middle .contact-left {
    width: calc(58% - 2vw);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .contact-middle .contact-left {
        width: 100%; } }
    .contact-middle .contact-left .contact-details {
      width: calc(45% - 2vw);
      padding: 30px 0; }
      .contact-middle .contact-left .contact-details > div:nth-child(2) a:nth-child(2) {
        font-size: 22px;
        display: flex;
        align-items: center;
        letter-spacing: 0.4px;
        text-transform: uppercase;
        color: #27343F;
        font-weight: bold;
        padding-left: 30px;
        background: no-repeat center left/20px url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.9 16.6l-.1.2-.7.7c-.7.5-1.7.7-3 .6-6-.5-14-10.6-12.8-14.9.4-1 .9-1.8 1.7-2.1A3.2 3.2 0 014.2.7c.6 0 1.2 0 1.6.2.3 0 .5.3.6.5l1 3.9c.1.3 0 .6-.4.7l-1 .5h-.2l-.1.1c-.3.2-.4.5-.3.8.2.5.8 1.5 2.3 3.2v.1c1.5 1.7 2.5 2.5 3 2.9.3.1.7.2 1 0l.1-.1h.1l.9-.8a1 1 0 011-.1l4 2c.3.2.4.4.4.7 0 .3 0 .8-.3 1.3z' fill='%23E88900'/%3E%3C/svg%3E"); }
      .contact-middle .contact-left .contact-details > div:nth-child(2) a:nth-child(3) {
        font-size: 17px;
        color: #27343F;
        padding-top: 5px;
        display: block; }
      @media (max-width: 640px) {
        .contact-middle .contact-left .contact-details {
          width: 100%;
          padding-top: 0; } }
    .contact-middle .contact-left .opening-hours {
      width: calc(55% - 2vw);
      padding: 30px 35px;
      background: #F0F6FA;
      box-sizing: border-box; }
      @media (max-width: 640px) {
        .contact-middle .contact-left .opening-hours {
          width: 100%; } }
      .contact-middle .contact-left .opening-hours > div > div p {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 0 3px; }
        .contact-middle .contact-left .opening-hours > div > div p span {
          margin-left: 5px; }
      .contact-middle .contact-left .opening-hours > p:last-child {
        border-top: 1px solid #DCE0E5;
        margin-top: 25px;
        padding-top: 25px;
        font-size: 17px;
        max-width: 230px;
        color: #27343F; }

.footer_bottom {
  background: #F0F6FA;
  margin-top: 4vw;
  padding-top: 4vw;
  padding-bottom: 1vw;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .footer_bottom {
      padding-top: 30px;
      margin-top: 30px; } }
  .footer_bottom > div:nth-child(1) {
    flex: 1 1;
    flex-basis: calc(60% - 15px); }
  .footer_bottom > div:nth-child(2) {
    flex-basis: calc(40% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 30px; }
    @media (max-width: 768px) {
      .footer_bottom > div:nth-child(2) {
        display: none; } }
    .footer_bottom > div:nth-child(2) a {
      width: 100%;
      height: calc(50% - 15px);
      background: no-repeat center / cover; }

.usp_block {
  background: #F0F6FA;
  display: flex;
  flex-wrap: wrap;
  padding-top: 3vw;
  padding-bottom: 3vw;
  justify-content: space-between; }
  .usp_block > a {
    width: calc(33.3% - 15px);
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 40px 40px;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 1px solid #F1F1F1;
    position: relative; }
    .usp_block > a > span {
      display: block;
      position: absolute;
      width: 100%;
      text-align: center;
      padding: 10px 20px 20px 15px;
      background: #F6FCFF;
      line-height: 100%;
      box-sizing: border-box;
      height: 35px;
      bottom: 0;
      left: 0;
      box-sizing: border-box; }
    .usp_block > a * {
      color: #484848;
      margin-bottom: 0; }
    .usp_block > a .title {
      font-size: 28px;
      margin-top: 0; }
    .usp_block > a:nth-child(1) {
      justify-content: space-between; }
      .usp_block > a:nth-child(1) > div:nth-child(1) {
        width: 70%;
        margin-left: -30%;
        height: 40vw;
        max-height: 120px;
        min-height: 70px;
        background: no-repeat center / contain; }
      .usp_block > a:nth-child(1) > div:nth-child(2) {
        width: 53%;
        margin-left: 6%; }
    .usp_block > a:nth-child(2) {
      justify-content: space-between; }
      .usp_block > a:nth-child(2) > div:nth-child(1) {
        width: 65px;
        height: 75px;
        background: no-repeat center / contain; }
      .usp_block > a:nth-child(2) > div:nth-child(2) {
        width: calc(100% - 100px); }
        .usp_block > a:nth-child(2) > div:nth-child(2) .title strong {
          display: block; }
        .usp_block > a:nth-child(2) > div:nth-child(2) p:last-child {
          margin-bottom: 0; }
    .usp_block > a:nth-child(3) {
      display: flex;
      align-items: flex-start; }
      .usp_block > a:nth-child(3) .usp-title {
        width: 30%;
        margin-right: 20px; }
        .usp_block > a:nth-child(3) .usp-title .title {
          line-height: 122.18%;
          font-size: 30px; }
      .usp_block > a:nth-child(3) div:nth-child(2) {
        width: calc(70% - 20px); }
        .usp_block > a:nth-child(3) div:nth-child(2) *:nth-child(1) {
          margin-top: 0; }
  .usp_block + #footer {
    margin-top: 0; }

@media (max-width: 1200px) {
  .usp_block > a {
    padding: 20px 25px 45px;
    flex-direction: column;
    justify-content: center !important; }
    .usp_block > a * {
      text-align: center; }

  .usp_block > a:nth-child(1) > div:nth-child(1), .usp_block > a:nth-child(2) > div:nth-child(1) {
    display: none; }

  .usp_block > a:nth-child(1) > div:nth-child(2), .usp_block > a:nth-child(2) > div:nth-child(2) {
    width: 100%;
    margin-left: 0; }

  .usp_block > a:nth-child(3) {
    display: block; }

  .usp_block > a:nth-child(3) .usp-title {
    width: 100%;
    margin-bottom: 10px; }

  .usp_block > a:nth-child(3) div:nth-child(2) {
    width: 100%; } }
@media (max-width: 768px) {
  .usp_block {
    padding-top: 30px;
    padding-bottom: 30px; } }
  @media (max-width: 768px) and (max-width: 640px) {
    .usp_block {
      padding-top: 10px; } }

@media (max-width: 768px) {
  .usp_block > a:nth-child(1n) {
    width: calc(50% - 15px); } }
  @media (max-width: 768px) and (max-width: 640px) {
    .usp_block > a:nth-child(1n) {
      width: 100%;
      margin-top: 20px; } }
@media (max-width: 768px) {
  .usp_block > a:last-child {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; } }
#cookies-table {
  border-left: 1px solid #c1dad7; }

#cookies-table th {
  color: #454545;
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  border-top: 1px solid #C1DAD7;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 6px 6px 12px; }

#cookies-table td {
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  background: #fff;
  padding: 6px 6px 6px 12px;
  color: #454545; }

#footer {
  background: #18374B;
  margin-top: 6.5vw;
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 1024px) {
    #footer {
      justify-content: space-around; } }
  #footer > div {
    padding-right: 20px;
    padding-bottom: 30px; }
    @media (max-width: 1024px) {
      #footer > div:nth-child(2), #footer > div:nth-child(3) {
        display: none; } }
    #footer > div .title {
      font-weight: bold;
      font-size: 18px;
      line-height: 23px;
      color: rgba(255, 255, 255, 0.8);
      text-transform: uppercase;
      margin-bottom: 25px; }
    #footer > div:last-child {
      padding-right: 0; }
    #footer > div:nth-child(1) {
      max-width: 220px; }
      #footer > div:nth-child(1) * {
        color: #fff; }
      #footer > div:nth-child(1) .address {
        display: flex;
        margin-bottom: 20px; }
        #footer > div:nth-child(1) .address:before {
          content: '';
          margin-right: 10px;
          min-width: 29px;
          height: 39px;
          background: no-repeat center url("data:image/svg+xml,%3Csvg style='enable-background:new 0 0 32 32' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23E88900' d='M16 0C9.4 0 4 5.4 4 12s10 20 12 20 12-13.4 12-20S22.6 0 16 0zm0 20a8 8 0 110-16 8 8 0 010 16z'/%3E%3C/svg%3E"); }
        #footer > div:nth-child(1) .address p {
          font-weight: bold;
          font-size: 14px;
          line-height: 18px;
          margin-top: 0;
          margin-bottom: 0; }
        #footer > div:nth-child(1) .address + a {
          font-size: 18px;
          line-height: 23px;
          font-weight: bold;
          display: flex;
          align-items: center;
          color: #fff; }
          #footer > div:nth-child(1) .address + a:before {
            margin-right: 15px;
            min-width: 24px;
            height: 24px;
            content: '';
            background: no-repeat center url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 25'%3E%3Cpath d='M25.1 19.7c0 .3 0 .7-.2 1.2 0 .5-.2 1-.3 1.2-.3.6-1 1.2-2.2 1.9a6.8 6.8 0 01-6 .4 84.6 84.6 0 01-5-2.2c-1.5-.9-3-2.2-4.6-3.8A26.2 26.2 0 013 13.8a16 16 0 01-1.8-4A86 86 0 01.4 7V6c0-1 .2-2.1.8-3.2C2 1.6 2.5.9 3.1.7A7.1 7.1 0 015.9.2c.2 0 .5.5 1 1.3a51.3 51.3 0 012 3.4l.3.7.1.5c0 .2-.1.5-.5.9l-1 1c-.5.2-.8.5-1.2.9-.3.3-.5.6-.5.8l.1.4a3.9 3.9 0 00.6 1 18.5 18.5 0 008.4 7.9h.3c.3 0 .5 0 .9-.4l.9-1.1 1-1.1c.3-.3.6-.5.8-.5l.5.1.7.4a29 29 0 011.4.8 96.4 96.4 0 003.4 2.1v.4z' fill='%23E88900'/%3E%3C/svg%3E"); }
          #footer > div:nth-child(1) .address + a + .title {
            margin-top: 25px; }
      #footer > div:nth-child(1) .facebook {
        width: 42px;
        height: 42px;
        display: block;
        margin-bottom: 20px;
        background: no-repeat center url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 43'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 42.5a21 21 0 100-42 21 21 0 000 42z' fill='%234E575B' fill-opacity='.6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1 31.7H22V21.2h3l.5-3.3h-3.5v-2.3c0-.8.5-1.6 1.2-1.6h2v-3.3h-2.4c-3.7.2-4.5 2.3-4.6 4.6v2.6h-1.9v3.3h2v10.5z' fill='%23fff'/%3E%3C/svg%3E"); }
      #footer > div:nth-child(1) .ssl {
        display: inline-block; }
  #footer ul {
    padding: 0;
    margin: -7px 0 0; }
    #footer ul li:before {
      display: none; }
    #footer ul a {
      color: #747B82;
      padding: 3px 0;
      display: block; }
  @media (max-width: 768px) {
    #footer {
      padding-top: 30px;
      padding-bottom: 0; } }
  @media (max-width: 640px) {
    #footer > div {
      text-align: center; }
      #footer > div:nth-child(4) li {
        justify-content: center; }
      #footer > div:nth-child(1) {
        order: 4;
        width: 100%;
        max-width: 100%;
        padding-right: 0; }
        #footer > div:nth-child(1) .address {
          justify-content: center; }
          #footer > div:nth-child(1) .address + a {
            justify-content: center; }
        #footer > div:nth-child(1) .facebook {
          margin-left: auto;
          margin-right: auto; } }

.end_of_page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px; }
  .end_of_page > p:nth-child(1n) {
    display: flex;
    align-items: center;
    margin: 0;
    flex-wrap: wrap; }
  .end_of_page p:nth-child(1) {
    margin-right: 10px; }
    .end_of_page p:nth-child(1) a {
      margin-left: 2px; }
  .end_of_page a {
    color: #232F39;
    font-weight: bold;
    margin-left: 5px; }
  .end_of_page p:nth-child(2) {
    margin-top: 0; }
    .end_of_page p:nth-child(2) span {
      margin-right: 3.5vw;
      background: no-repeat center/contain url(includes/img/cards.jpg);
      min-width: 102px;
      height: 46px;
      display: inline-block; }
  @media (max-width: 768px) {
    .end_of_page {
      display: block;
      text-align: center; }
      .end_of_page p:nth-child(1n) {
        text-align: center;
        justify-content: center; } }

.product_cat_listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 6.5vw; }
  @media (max-width: 768px) {
    .product_cat_listing {
      padding-bottom: 40px; } }
  .product_cat_listing a {
    width: calc(50% - 15px);
    height: 40vw;
    max-height: 450px;
    min-height: 270px;
    background: #f1f1f1 no-repeat center /  cover;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 30px; }
    @media (max-width: 640px) {
      .product_cat_listing a {
        width: 100%; } }
    .product_cat_listing a h2 {
      font-weight: bold;
      font-size: 44px;
      line-height: 105%;
      color: #FFFFFF;
      text-shadow: 0px 4px 70px rgba(0, 0, 0, 0.7);
      width: 100%;
      max-width: 400px; }
      @media (max-width: 768px) {
        .product_cat_listing a h2 {
          font-size: 30px; } }
    .product_cat_listing a span {
      font-weight: bold;
      font-size: 16px;
      text-align: center;
      text-transform: uppercase;
      color: #18374B;
      background-color: #fff;
      padding: 15px;
      display: inline-block; }
      @media (max-width: 640px) {
        .product_cat_listing a span {
          padding: 10px; } }

.product_subcat_listing {
  display: flex;
  padding-bottom: 6.5vw;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .product_subcat_listing {
      padding-bottom: 40px; } }
  .product_subcat_listing a {
    width: calc(20% - 12px);
    margin-right: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-sizing: border-box; }
    .product_subcat_listing a:last-child {
      margin-bottom: 20px; }
    .product_subcat_listing a:nth-child(5n+5) {
      margin-right: 0; }
    @media (max-width: 1024px) {
      .product_subcat_listing a:nth-child(1n) {
        width: calc(25% - 12px);
        margin-right: 15px; }
      .product_subcat_listing a:nth-child(4n+4) {
        margin-right: 0; } }
    @media (max-width: 768px) {
      .product_subcat_listing a:nth-child(1n) {
        width: calc(33% - 8px);
        margin-right: 15px; }
      .product_subcat_listing a:nth-child(3n+3) {
        margin-right: 0; } }
    @media (max-width: 640px) {
      .product_subcat_listing a:nth-child(1n) {
        width: calc(50% - 7px);
        margin-right: 14px; }
      .product_subcat_listing a:nth-child(2n+2) {
        margin-right: 0; } }
    .product_subcat_listing a span {
      height: 30vw;
      max-height: 205px;
      min-height: 150px;
      display: block;
      padding: 0 10px; }
      .product_subcat_listing a span span {
        background: no-repeat center / contain;
        width: 100%;
        height: 100%;
        padding: 0; }
    .product_subcat_listing a h3 {
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #27343F; }

@media (max-width: 1024px) and (min-width: 900px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product:nth-child(1n) {
    width: 30.3%;
    margin: 0 3.8% 2.992em 0; }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product:nth-child(3n+3) {
    margin-right: 0; } }
.woo-page {
  padding-top: 5vw;
  padding-bottom: 5vw; }
  .woo-page aside {
    margin-left: 0;
    margin-right: 5vw;
    flex-basis: 360px; }
    @media (max-width: 1024px) and (min-width: 900px) {
      .woo-page aside {
        display: block; } }
    .woo-page aside .contact-block {
      margin-top: 30px; }
    .woo-page aside .mobile_filter {
      font-weight: bold;
      font-size: 18px;
      text-transform: uppercase;
      color: #24383F;
      text-shadow: 0px 4px 100px rgba(0, 0, 0, 0.3); }
    @media (max-width: 900px) {
      .woo-page aside {
        padding-top: 0;
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: #fff;
        z-index: 20;
        height: 100vh;
        max-height: 46px;
        overflow: hidden;
        transition: max-height .2s; }
        .woo-page aside .mobile_filter {
          padding: 10px 25px;
          background: #4599D0;
          color: #fff;
          text-align: center;
          font-size: 20px;
          text-transform: uppercase;
          position: relative;
          display: block; }
          .woo-page aside .mobile_filter div {
            position: absolute;
            right: 10px;
            height: 45px;
            width: 45px;
            top: 0;
            background-color: transparent;
            opacity: 0;
            transition: opacity .2s; }
            .woo-page aside .mobile_filter div span {
              width: 50%;
              height: 2px;
              background-color: #fff;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              transform: rotate(45deg); }
              .woo-page aside .mobile_filter div span:nth-child(2) {
                transform: rotate(-45deg); } }
  @media (max-width: 900px) and (max-width: 900px) {
    .woo-page aside .contact-block {
      display: none; } }
    @media (max-width: 900px) {
        .woo-page aside > div {
          margin-bottom: 0;
          border: none;
          padding: 40px 20px; }
          .woo-page aside > div:nth-child(4) {
            display: none; }
        .woo-page aside.open {
          max-height: 100vh;
          overflow: scroll; }
          .woo-page aside.open .mobile_filter div {
            opacity: 1; } }
  .woo-page .mobile_filter {
    display: none; }
  .woo-page .sidebar_product_cats {
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
    background: #FAFDFF; }
    .woo-page .sidebar_product_cats .title {
      font-weight: bold;
      font-size: 22px;
      line-height: 28px;
      color: #FFFFFF;
      margin: 0;
      background: #18374B;
      padding: 15px 30px; }
    .woo-page .sidebar_product_cats ul {
      margin: 0;
      list-style: none;
      padding: 15px 30px 20px; }
      .woo-page .sidebar_product_cats ul li a {
        display: block;
        padding: 5px 0;
        transition: .3s;
        font-size: 16px;
        color: #383B45; }
      .woo-page .sidebar_product_cats ul li.active a, .woo-page .sidebar_product_cats ul li:hover a {
        font-weight: 600;
        color: #E88900; }
  .woo-page .woo-filters {
    list-style: none;
    padding: 0; }
    .woo-page .woo-filters li > strong {
      font-size: 18px;
      text-transform: uppercase;
      color: #383B45;
      padding-bottom: 10px;
      margin-bottom: 20px;
      border-bottom: 1px solid #E5E5E5;
      display: block; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #FAFDFF;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.24);
  margin: 0; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #4599D0; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #fff;
  border: 1px solid #4599D0; }

.woocommerce .widget_price_filter .price_slider_amount {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .woocommerce .widget_price_filter .price_slider_amount .price_label {
    margin-left: auto; }

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #4599D0; }

.widget_product_search {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #E5E5E5; }
  .widget_product_search form {
    flex-grow: 1;
    position: relative; }
    .widget_product_search form input[type=search] {
      border: 1px solid #EBEBEB;
      box-sizing: border-box;
      box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.02);
      border-radius: 55px;
      height: 48px;
      width: 100%;
      padding-left: 20px; }
      @media (max-width: 450px) {
        .widget_product_search form input[type=search] {
          height: 40px; } }
    .widget_product_search form button {
      width: 39px;
      height: 39px;
      background: #18374B no-repeat center/20px url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 9.4a9.2 9.2 0 0114.4-7.7 9 9 0 012.2 12.5.4.4 0 00.2.5l3.7 3.7a1.5 1.5 0 01-.4 2.5 1.5 1.5 0 01-1.7-.4l-1.8-1.8-1.9-2a.4.4 0 00-.6 0A9 9 0 010 9.4zm9.1-7.3a7 7 0 00-6.5 4.3 7 7 0 005 9.6A7 7 0 0016.2 9a7 7 0 00-7-7z' fill='%23fff'/%3E%3C/svg%3E");
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
      position: absolute;
      top: 5px;
      right: 5px;
      border-radius: 39px;
      border: none;
      transition: opacity .3s;
      cursor: pointer;
      text-indent: -9999px; }
      @media (max-width: 450px) {
        .widget_product_search form button {
          height: 34px;
          width: 34px;
          top: 3px; } }
      .widget_product_search form button:hover {
        opacity: 0.7; }

.term-description {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.woocommerce ul.products li.product a {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E6E6E6;
  width: 100%; }
  .woocommerce ul.products li.product a .product_thumb {
    width: 100%;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    height: 50vw;
    max-height: 280px;
    min-height: 150px; }
    .woocommerce ul.products li.product a .product_thumb img {
      max-width: 100%;
      max-height: 100%;
      height: auto;
      width: auto; }
  .woocommerce ul.products li.product a h2 {
    font-size: 21px;
    line-height: 114%;
    color: #383B45;
    text-transform: uppercase; }
.woocommerce ul.products li.product .button {
  margin-top: 0;
  display: inline-block;
  max-width: 125px;
  margin-bottom: 20px; }
.woocommerce ul.products li.product:hover .button {
  opacity: 1; }

.woocommerce ul.products li.product:before {
  display: none; }

.woocommerce ul.products li.product .price {
  font-weight: bold;
  font-size: 21px;
  line-height: 114%;
  color: #4599D0;
  display: flex;
  align-self: flex-start;
  align-items: flex-end; }
  .woocommerce ul.products li.product .price del {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: line-through;
    color: #A9A9A9;
    margin-left: 10px;
    order: 2; }
  .woocommerce ul.products li.product .price ins {
    text-decoration: none;
    order: 1; }

.woocommerce .woocommerce-result-count {
  margin: 0 0 0em;
  padding-top: 13px; }
  @media (max-width: 640px) {
    .woocommerce .woocommerce-result-count {
      display: none; } }

.woocommerce .woocommerce-ordering select {
  background: #EFF1F2;
  border-radius: 3px;
  border: none;
  padding: 13px 10px; }

.woocommerce .woocommerce-ordering {
  margin: 0 0 3em;
  display: flex;
  align-items: center; }

.woocommerce .woocommerce-ordering::before {
  content: 'Sort By:';
  margin-right: 10px; }

.brand_list {
  padding-top: 30px; }
  .brand_list a {
    display: flex;
    background: #18374B;
    border: 1px solid #18374B;
    box-sizing: border-box;
    margin-bottom: 20px; }
    .brand_list a .brand_thumb {
      background-color: #fff;
      width: 32%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      box-sizing: border-box; }
      .brand_list a .brand_thumb > span {
        width: 100%;
        height: 100%;
        background: no-repeat center / contain; }
    .brand_list a .brand_text {
      width: 68%;
      padding: 25px 35px; }
      @media (max-width: 640px) {
        .brand_list a .brand_text {
          padding: 15px 20px 20px; } }
      .brand_list a .brand_text h2 {
        margin-bottom: 10px; }
      .brand_list a .brand_text * {
        color: #fff; }
      .brand_list a .brand_text .button {
        margin-top: 15px; }
  @media (max-width: 768px) {
    .brand_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .brand_list a {
        width: calc(50% - 10px);
        display: block; } }
    @media (max-width: 768px) and (max-width: 640px) {
      .brand_list a {
        width: 100%; } }
  @media (max-width: 768px) {
        .brand_list a .brand_thumb {
          width: 100%;
          height: 40vw;
          max-height: 250px;
          min-height: 15px; } }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 37%; }
  @media (max-width: 768px) {
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
      width: 100%; } }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 55%; }
  @media (max-width: 768px) {
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
      width: 100%; } }

.flex-viewport {
  border: 1px solid #DCDCDC;
  margin-bottom: 10px; }

ol.flex-control-nav.flex-control-thumbs li {
  margin-right: 15px; }

.woocommerce div.product div.images .flex-control-thumbs li {
  margin-bottom: 10px;
  margin-right: 10px;
  width: calc(25% - 8px);
  border: 1px solid #DCDCDC;
  box-sizing: border-box; }

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n+4) {
  margin-right: 0; }

.woocommerce div.product .product_title {
  margin-bottom: 10px; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-weight: bold;
  font-size: 32px;
  color: #4599D0; }

.woocommerce div.product p.price, .woocommerce div.product .summary span.price {
  margin: 15px 0 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DCDCDC; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  display: flex;
  align-items: flex-start; }

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none;
  order: 1; }

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  font-weight: bold;
  font-size: 18px;
  text-decoration-line: line-through;
  color: #A9A9A9;
  margin-left: 15px;
  line-height: 31px;
  order: 2; }

.woocommerce .quantity .qty {
  border: 1px solid #D4D4D4;
  height: 56px;
  box-sizing: border-box;
  margin-right: 10px; }

.woocommerce div.product form.cart div.quantity::before {
  content: 'QTY';
  height: 56px;
  background: #DCDCDC;
  border: 1px solid #DCDCDC;
  width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box; }

.woocommerce div.product form.cart div.quantity {
  display: flex; }

.woocommerce div.product form.cart .button {
  min-height: 56px;
  box-sizing: border-box; }

.woocommerce-product-details__short-description {
  padding-bottom: 10px; }

.product_meta span {
  margin-right: 5px;
  font-size: 15px; }

.product_meta span a {
  color: #232F39;
  text-decoration: underline; }

a.del-info {
  display: block;
  font-size: 17px;
  text-decoration-line: underline;
  color: #232F39;
  padding: 5px 0 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E6E6E6; }

.product_brand {
  width: 150px;
  height: 70px;
  background: #FFFFFF;
  border: 2px solid #EFEFEF;
  box-sizing: border-box;
  padding: 20px; }
  .product_brand div {
    background: no-repeat center /  contain;
    width: 100%;
    height: 100%; }

.woocommerce div.product form.cart .variations select {
  height: 46px;
  background: #EFF1F2;
  border-radius: 3px; }

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  padding-bottom: 20PX; }

.woocommerce div.product form.cart .variations td.label {
  vertical-align: middle; }

.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 25px; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  display: none; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  border-bottom: 2px solid #4599D0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  padding: 0;
  margin: 0 10px 0 0; }
  @media (max-width: 640px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      margin-right: 0; } }

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  margin-right: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: #4599D0;
  color: #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 15px;
  background: #E6EFF5;
  color: rgba(39, 52, 63, 0.8);
  text-transform: uppercase; }
  @media (max-width: 640px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      padding: 5px;
      font-size: 14px;
      font-weight: 400; } }

table {
  border-collapse: collapse; }

table, th, td {
  border: 1px solid #ccc; }

th, td {
  padding: 5px 10px; }

section.related.products {
  padding-top: 5px; }

.woocommerce .products ul, .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .woocommerce .products ul, .woocommerce ul.products {
      justify-content: space-between; }
      .woocommerce .products ul:before, .woocommerce ul.products:before {
        display: none; } }

section.related.products > h2::after {
  content: '';
  height: 1px;
  background: #DCDCDC;
  flex: 1 1 0;
  margin-left: 30px;
  position: relative;
  top: 5px; }

section.related.products > h2 {
  display: flex;
  align-items: center; }

input#coupon_code {
  min-width: 110px;
  height: 44px; }

.select2-container--default .select2-selection--single {
  height: 45px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 42px;
  display: flex;
  align-items: center; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px; }

address {
  max-width: 100%;
  box-sizing: border-box; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 180px; }

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0; }

.woocommerce-account .woocommerce-MyAccount-navigation ul a {
  display: block;
  background-color: #18374b;
  color: #fff;
  padding: 10px; }

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #e88900; }

.woocommerce-account .woocommerce-MyAccount-navigation ul a:hover {
  opacity: 1; }

.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 230px); }

.woocommerce-account .addresses .title .edit {
  font-size: 16px; }

header.woocommerce-Address-title.title h3 {
  margin-top: 0;
  font-size: 22px; }

.woocommerce-Address {
  padding-top: 20px; }

@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left; }

  .woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: calc(100% - 200px); } }
@media (max-width: 640px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%; }

  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%; }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-top: 0; } }
.woocommerce div.product form.cart div.quantity.hidden::before {
  display: none; }

.no-text a {
  position: relative;
  margin-left: -3px; }

.no-text a:before {
  position: absolute;
  height: 28px;
  width: 30px;
  content: '';
  display: block;
  top: 0;
  left: -30px;
  background-color: #fff; }

.no-text .woocommerce-Price-amount {
  display: none; }

.home-page {
  padding-top: 10px; }

.slider-wrapper {
  background: #F0F6FA;
  width: 100%;
  overflow: hidden; }
  .slider-wrapper + .usp_block {
    padding-top: 20px;
    padding-bottom: 20px; }

.slide-wrap {
  position: relative;
  margin: 0 auto;
  transition: 300ms;
  padding-top: 15px; }

.slideshow {
  position: relative;
  z-index: 10; }

.slide-entry {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  padding: 20px 5%;
  min-height: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  background: no-repeat center / cover; }
  .slide-entry.active {
    opacity: 1;
    visibility: visible; }
  .slide-entry * {
    color: #fff; }

.slide-content {
  width: 90%;
  max-width: 1050px;
  padding: 50px 3vw; }
  .slide-content p {
    margin: 0; }
  .slide-content .button {
    margin-top: 15px;
    font-size: 40px;
    font-weight: 900;
    padding: 30px 20px; }
    @media (max-width: 768px) {
      .slide-content .button {
        font-size: 30px; } }
    @media (max-width: 640px) {
      .slide-content .button {
        font-size: 22px;
        padding: 15px 12px; } }

.slide-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50%;
  height: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  z-index: 11; }
  .slide-nav li {
    cursor: pointer;
    width: 72px;
    height: 72px;
    transition: opacity .3s;
    position: relative;
    z-index: 11; }
    @media (max-width: 640px) {
      .slide-nav li {
        width: 52px;
        height: 52px; } }
    .slide-nav li:hover {
      opacity: 0.7; }

#prev-slide {
  margin-left: -40px;
  background: no-repeat center url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cg filter='url(%23filter0_d)'%3E%3Crect x='57' y='53' width='42' height='42' rx='21' transform='rotate(180 57 53)' fill='%23fff'/%3E%3C/g%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.7 26.5l1.8 1.6-4.7 4 4.7 3.8-1.8 1.6-6.2-5.5 6.2-5.5z' fill='%2318374B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath transform='rotate(180 39.5 37.5)' fill='%23fff' d='M39.5 37.5h8v11h-8z'/%3E%3C/clipPath%3E%3Cfilter id='filter0_d' x='0' y='0' width='72' height='72' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='7.5'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E"); }
  @media (max-width: 1500px) {
    #prev-slide {
      margin-left: -30px; } }
  @media (max-width: 640px) {
    #prev-slide {
      margin-left: -25px; } }

#next-slide {
  margin-right: -40px;
  background: no-repeat center url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cg filter='url(%23filter0_d)'%3E%3Crect x='15' y='11' width='42' height='42' rx='21' fill='%23fff'/%3E%3C/g%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.3 37.5l-1.8-1.6 4.7-4-4.7-3.8 1.8-1.6 6.2 5.5-6.2 5.5z' fill='%2318374B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M32.5 26.5h8v11h-8z'/%3E%3C/clipPath%3E%3Cfilter id='filter0_d' x='0' y='0' width='72' height='72' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='7.5'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E"); }
  @media (max-width: 1500px) {
    #next-slide {
      margin-right: -30px; } }
  @media (max-width: 640px) {
    #next-slide {
      margin-right: -25px; } }

.product-columns {
  padding-top: 50px;
  display: flex;
  justify-content: space-between; }
  .product-columns > * {
    width: calc(33.3% - 15px); }
    @media (max-width: 900px) {
      .product-columns > * {
        width: 100%;
        height: 40vw;
        max-height: 400px;
        min-height: 250px; } }
  .product-columns > a {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    background: no-repeat center / cover;
    position: relative;
    padding: 35px;
    box-sizing: border-box; }
    .product-columns > a .ft {
      font-weight: bold;
      font-size: 24px;
      line-height: 30px;
      text-align: center;
      color: #FFFFFF;
      background: #D92323;
      opacity: 0.9;
      position: absolute;
      top: 0;
      right: 0;
      padding: 31px 22px; }
    .product-columns > a p {
      font-size: 28px;
      line-height: 122.18%;
      color: #FFFFFF;
      max-width: 240px;
      margin-top: 0; }
    .product-columns > a .button {
      font-weight: bold;
      font-size: 14px;
      text-align: center;
      color: #18374B;
      margin-top: auto;
      align-self: flex-start;
      background-color: #fff; }
  .product-columns .button:hover {
    opacity: 1; }
  @media (max-width: 900px) {
    .product-columns > div {
      display: none; } }

.home_block_link {
  display: flex;
  height: 205px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 35px;
  box-sizing: border-box;
  margin-bottom: 20px; }
  .home_block_link * {
    margin-bottom: 5px;
    max-width: 270px; }
  .home_block_link .title {
    font-weight: 600; }
  .home_block_link *:not(.button) {
    color: #fff; }
  .home_block_link .button {
    margin-top: 15px;
    background-color: #fff; }

.home_product_link {
  display: flex;
  height: 205px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 15px;
  box-sizing: border-box;
  background: #18374B;
  margin-bottom: 20px; }
  .home_product_link > div > * {
    margin-bottom: 5px;
    max-width: 270px; }
  .home_product_link > div:nth-child(1) p:nth-child(1) {
    font-weight: bold;
    font-size: 19px;
    line-height: 110%;
    text-transform: uppercase; }
  .home_product_link > div:nth-child(1) > *:not(.button) {
    color: #fff; }
  .home_product_link > div:nth-child(1) p.price {
    font-weight: bold;
    font-size: 21px;
    display: flex;
    align-items: flex-end; }
    .home_product_link > div:nth-child(1) p.price ins {
      order: 1;
      text-decoration: none; }
    .home_product_link > div:nth-child(1) p.price del {
      order: 2;
      font-size: 14px;
      text-decoration-line: line-through;
      color: #A9A9A9;
      margin-left: 10px;
      position: relative;
      top: 2px; }
  .home_product_link > div:nth-child(1) .button {
    margin-top: 20px;
    padding: 10px 25px;
    color: #18374B;
    background-color: #fff; }
  .home_product_link > div:nth-child(2) {
    min-width: 40%;
    height: 100%;
    margin-left: 2vw;
    background: #FFFFFF;
    padding: 20px;
    position: relative;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .home_product_link > div:nth-child(2) {
        display: none; } }
    .home_product_link > div:nth-child(2) > span {
      font-size: 15px;
      line-height: 19px;
      text-align: right;
      text-transform: uppercase;
      color: #FFFFFF;
      background: #D92323;
      opacity: 0.9;
      position: absolute;
      top: 0;
      right: 0;
      padding: 3px 10px; }
      @media (max-width: 1200px) {
        .home_product_link > div:nth-child(2) > span {
          display: none; } }
    .home_product_link > div:nth-child(2) > div {
      background: no-repeat center / contain;
      width: 100%;
      height: 100%; }
    @media (max-width: 1200px) {
      .home_product_link > div:nth-child(2) {
        min-width: 40%; } }

.home-cats {
  padding-top: 20px;
  padding-bottom: 4.5vw; }
  .home-cats a:last-child {
    margin-right: 0; }
    .home-cats a:last-child span span {
      background-image: url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 167 126'%3E%3Cpath d='M8.1 20.9h19v6.3h-9.7v10.5h7.4V44h-7.4v12.6h9.8V63h-19V20.9zm21.7 0h9.3v35.8h9.7V63h-19V20.9zm22 0h10l4.7 24.5 5-24.5H81l.7 42.1h-6.6l-.7-28-5 28h-5.8l-5.2-28.2-.6 28.2h-6.7l.7-42.1zm34.6 0h18.9v6.3h-9.6v10.5h7.3V44h-7.3v12.6h9.7V63h-19V20.9zm21.7 0h11.6c4.6 0 8 .8 10.4 2.4 2.4 1.7 3.5 4.5 3.5 8.7 0 2.8-.3 5-1 6.7-.8 1.7-2.1 3-4.1 4l5.8 20.3h-9.6L120 44.1h-2.6V63H108V20.9zM120 38.8c1.8 0 3.1-.5 3.9-1.5.7-1 1.1-2.5 1.1-4.5 0-1.9-.3-3.3-1-4.2-.7-1-2-1.5-3.6-1.5h-3v11.7h2.6zm28.7 24.8c-4 0-7-1-9-3.1-2-2.2-3-5.6-3.2-10.2l8-1.2c0 2.6.3 4.6 1 5.7.6 1.2 1.5 1.8 2.7 1.8 1.6 0 2.3-1 2.3-3.1 0-1.6-.3-3-1.1-4.2-.7-1.2-1.9-2.5-3.5-3.8l-3.6-3.2a19.3 19.3 0 01-4.2-4.8c-1-1.8-1.5-3.8-1.5-6.2 0-3.5 1-6.2 3.1-8.1 2.1-2 5-2.9 8.7-2.9 4 0 6.7 1.2 8.1 3.5 1.5 2.3 2.2 5.1 2.4 8.5l-8 1c-.1-2.2-.3-3.8-.7-4.7-.3-1-1-1.5-2.1-1.5-.8 0-1.4.4-1.9 1-.4.7-.6 1.5-.6 2.3 0 1.4.3 2.6 1 3.6.6 1 1.6 2 3 3.3l3.5 3c2.1 1.8 3.7 3.7 4.9 5.7 1.1 2 1.7 4.3 1.7 7 0 2-.5 3.8-1.4 5.4a9.9 9.9 0 01-3.9 3.8c-1.6 1-3.6 1.4-5.7 1.4zM24.1 102h-4.8V91.8h-7V102H7.3V78.2h4.8v9.6h7.1v-9.6h4.8V102zM39 97.1h-6.6l-1.2 4.9H26l7.4-23.8H38l7.5 23.8h-5.1L39 97.1zm-5.5-4h4.4l-2.2-8.5-2.2 8.5zm20.7.2h-2.4v8.7H47V78.2h7.7c2.4 0 4.2.6 5.5 1.9 1.4 1.2 2 3 2 5.3 0 3.1-1.1 5.4-3.4 6.6l4.1 9.8v.2h-5.1l-3.6-8.7zm-2.4-4h2.7c1 0 1.7-.3 2.2-1 .5-.6.7-1.5.7-2.5 0-2.4-1-3.6-2.8-3.6h-2.8v7zm13 12.7V78.2h6.4c2.7 0 5 .9 6.6 2.6 1.6 1.8 2.5 4.2 2.5 7.3V92c0 3-.8 5.5-2.5 7.3A8.8 8.8 0 0171 102H65zm4.9-19.8V98H71c1.6 0 2.7-.4 3.4-1.2.6-.9 1-2.4 1-4.4v-4.2c0-2.2-.3-3.7-1-4.6-.5-.9-1.6-1.4-3-1.4h-1.8zm28.9 11l2.2-15h4.8l-4.2 23.8h-4.9l-2.7-14-2.8 14h-4.8l-4.3-23.8h4.8l2.3 15 2.8-15h4l2.8 15zm19.6 4h-6.6l-1.2 4.8h-5.1l7.4-23.8h4.4l7.5 23.8h-5.1l-1.3-4.9zm-5.5-4h4.4l-2.2-8.6-2.2 8.5zm20.7.1H131v8.7h-4.8V78.2h7.7c2.4 0 4.2.6 5.5 1.9 1.3 1.2 2 3 2 5.3 0 3.1-1.1 5.4-3.4 6.6l4.1 9.8v.2H137l-3.6-8.7zm-2.4-4h2.7c1 0 1.7-.3 2.2-1 .5-.6.7-1.5.7-2.5 0-2.4-1-3.6-2.8-3.6H131v7zm25.3 2.4h-7.5V98h9v4H144V78.2h13.7v4h-8.9v5.6h7.5v3.9zM7.8 108.4h150.7v2.2H7.8zM7.8 70.7h150.7v2.2H7.8z' fill='%23CFCFCF'/%3E%3C/svg%3E");
      background-size: 150px; }
    @media (max-width: 640px) {
      .home-cats a:last-child {
        width: 100%; } }
  @media (max-width: 1024px) and (min-width: 640px) {
    .home-cats a:nth-child(1n) {
      width: calc(33% - 8px);
      margin-right: 15px; }
    .home-cats a:last-child, .home-cats a:nth-child(3) {
      margin-right: 0; }
    .home-cats a:nth-child(4), .home-cats a:last-child {
      width: calc(50% - 8px); } }

.brand_wrapper {
  text-align: center;
  margin-bottom: 35px; }
  @media (max-width: 640px) {
    .brand_wrapper {
      display: none; } }
  .brand_wrapper > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
    .brand_wrapper > div > div {
      margin: 0 10px; }
  .brand_wrapper a {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration-line: underline;
    color: #18374B; }

.bottom_blocks {
  display: flex;
  justify-content: space-between; }
  .bottom_blocks .bottom_block {
    width: calc(33.3% - 15px);
    background: #18374B;
    display: flex;
    flex-direction: column; }
    .bottom_blocks .bottom_block:nth-child(2) {
      order: 2; }
    .bottom_blocks .bottom_block .block-image {
      height: 30vw;
      max-height: 175px;
      min-height: 120px;
      background: #f1f1f1 no-repeat center / cover; }
    .bottom_blocks .bottom_block .block_content {
      padding: 20px 3vw 40px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      text-align: center;
      flex-grow: 1; }
      .bottom_blocks .bottom_block .block_content * {
        color: #fff; }
      .bottom_blocks .bottom_block .block_content p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
        margin-top: 0; }
        .bottom_blocks .bottom_block .block_content p:last-child {
          margin-bottom: 0; }
      .bottom_blocks .bottom_block .block_content .title {
        font-size: 24px;
        line-height: 30px; }
      .bottom_blocks .bottom_block .block_content form {
        display: flex;
        background: #FFFFFF;
        border-radius: 5px;
        height: 52px;
        overflow: hidden;
        justify-content: space-between;
        margin-bottom: 15px; }
        .bottom_blocks .bottom_block .block_content form > * {
          flex: 1 1 auto; }
        .bottom_blocks .bottom_block .block_content form input[type=text] {
          border: none;
          padding-left: 10px;
          box-sizing: border-box;
          color: #1A1A1A; }
    @media (max-width: 1024px) {
      .bottom_blocks .bottom_block {
        width: calc(50% - 10px); }
        .bottom_blocks .bottom_block:nth-child(2) {
          display: none; }
        .bottom_blocks .bottom_block .block_content {
          padding: 20px 20px 30px;
          box-sizing: border-box; } }
    @media (max-width: 640px) {
      .bottom_blocks .bottom_block {
        width: 100%; }
        .bottom_blocks .bottom_block:nth-child(1) {
          display: none; } }

.home_banner {
  width: 100%;
  display: flex;
  height: 50vw;
  max-height: 830px;
  min-height: 600px;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .home_banner {
      display: block;
      height: auto;
      max-height: unset;
      min-height: unset; } }
  .home_banner div {
    background-position: center;
    background-size: cover;
    position: relative; }
  .home_banner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .home_banner span {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: background-color .3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='23px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M3.622,23.000 C2.462,21.919 1.261,20.799 -0.004,19.621 C3.068,16.947 6.182,14.234 9.363,11.464 C6.208,8.728 3.090,6.021 -0.000,3.342 C1.258,2.200 2.495,1.079 3.686,-0.001 C7.723,3.760 11.891,7.643 15.999,11.471 C11.904,15.286 7.737,19.168 3.622,23.000 Z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .home_banner span {
        display: none; } }
  .home_banner > div {
    width: calc(33.3% - 5px); }
    @media (min-width: 1024px) {
      .home_banner > div:nth-child(2) {
        height: 100%;
        margin: 0; } }
    @media (max-width: 1024px) {
      .home_banner > div:nth-child(1n) {
        width: 100%;
        height: 50vw;
        max-height: 400px;
        min-height: 200px; }
      .home_banner > div:nth-child(2) {
        margin: 10px 0; } }
    .home_banner > div:nth-child(1), .home_banner > div:nth-child(3) {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .home_banner > div:nth-child(1) > div, .home_banner > div:nth-child(3) > div {
        height: calc(50% - 5px); }
      @media (max-width: 1024px) {
        .home_banner > div:nth-child(1), .home_banner > div:nth-child(3) {
          flex-direction: row; }
          .home_banner > div:nth-child(1) > div, .home_banner > div:nth-child(3) > div {
            height: 100%;
            width: calc(50% - 5px); } }
    .home_banner > div:nth-child(3) > div:nth-child(1) .link_text {
      bottom: auto;
      top: 40px; }
      @media (max-width: 600px) {
        .home_banner > div:nth-child(3) > div:nth-child(1) .link_text {
          top: 20px; } }
    .home_banner > div:nth-child(3) > div:nth-child(1) .large_text h2 {
      margin-bottom: -50px; }
      @media (max-width: 768px) {
        .home_banner > div:nth-child(3) > div:nth-child(1) .large_text h2 {
          margin-bottom: 0; } }
    .home_banner > div:nth-child(3) > div:nth-child(2) {
      display: flex;
      justify-content: space-between; }
      .home_banner > div:nth-child(3) > div:nth-child(2) div {
        width: calc(50% - 5px); }
        @media (max-width: 1024px) {
          .home_banner > div:nth-child(3) > div:nth-child(2) div:nth-child(1) {
            width: 100%; }
          .home_banner > div:nth-child(3) > div:nth-child(2) div:nth-child(2) {
            display: none; } }
    .home_banner > div:nth-child(2) {
      display: flex;
      align-items: center; }
      .home_banner > div:nth-child(2) div {
        height: 100%;
        width: 100%; }
        .home_banner > div:nth-child(2) div .link_text {
          bottom: auto;
          top: 40px; }
          @media (max-width: 600px) {
            .home_banner > div:nth-child(2) div .link_text {
              top: 20px; } }
        .home_banner > div:nth-child(2) div .large_text h2 {
          margin-bottom: -100px; }
          @media (max-width: 768px) {
            .home_banner > div:nth-child(2) div .large_text h2 {
              margin-bottom: 0; } }
    .home_banner > div .link_text {
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='168px' height='73px'%3E%3Cpath fill-rule='evenodd' opacity='0.902' fill='rgb(23, 23, 23)' d='M-0.001,-0.000 L150.321,-0.000 L167.999,73.000 L-0.001,73.000 L-0.001,-0.000 Z'/%3E%3C/svg%3E");
      background-position: right;
      padding-right: 40px;
      padding-left: 25px;
      background-size: cover;
      height: 73px;
      color: #fff;
      display: flex;
      align-items: center;
      font-size: 20px;
      font-weight: bold;
      bottom: 40px;
      margin-bottom: 0; }
      @media (max-width: 600px) {
        .home_banner > div .link_text {
          font-size: 16px;
          height: 50px;
          bottom: 20px; } }
    .home_banner > div .large_text {
      color: #fff;
      padding-left: 30px;
      justify-content: flex-start;
      max-width: 90%; }
      .home_banner > div .large_text:before {
        display: none; }
      @media (max-width: 768px) {
        .home_banner > div .large_text {
          margin-top: 20px;
          padding-left: 20px; } }
  .home_banner .block:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    opacity: 0;
    transition: opacity .3s;
    background-color: #18374b; }
  .home_banner .block:hover:before {
    opacity: 0.54; }
  .home_banner .block:hover span {
    background-color: #18374b; }
    @media (max-width: 768px) {
      .home_banner .block:hover span {
        display: none; } }

.large_text {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .large_text {
      margin-top: 40px;
      justify-content: center; } }
  .large_text:before {
    content: '';
    display: block;
    flex-grow: 1; }
    @media (max-width: 1200px) {
      .large_text:before {
        width: 50%; } }
    @media (max-width: 768px) {
      .large_text:before {
        display: none; } }
  .large_text * {
    font-size: 60px;
    line-height: 110%;
    display: inline;
    flex-shrink: 1;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.46); }
    @media (max-width: 1200px) {
      .large_text * {
        font-size: 40px; } }
    @media (max-width: 640px) {
      .large_text * {
        font-size: 28px;
        line-height: 105%; } }

/*# sourceMappingURL=style.css.map */
