@charset "UTF-8";
/*
Theme Name: Rubber Box
Author: 21Digital
Author URI: https://21digital.agency
Description: rubberbox theme
*/
/* ==========================================================================
   GENERIC / #RESET
   ========================================================================== */
/**
 * As well as using Normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Let’s get `<table>`s behaving how we expect.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Our Site Breakpoints (same as twitter bootstrap) */
/* Breakpoints (These are the same values that bootstrap use) */
/* Just a bit bigger than a mobile */
/* iPads etc */
/* Laptop Screens */
/* Large Desktop Screens */
/* Extra large desktop screens */
/* Extra Extra Large Desktop Screens */
@font-face {
  font-family: 'BigShoulders';
  src: url("fonts/FontsFreeNetBigShouldersInlineTextSemiBold.eot");
  src: url("fonts/FontsFreeNetBigShouldersInlineTextSemiBold.eot") format("embedded-opentype"), url("fonts/FontsFreeNetBigShouldersInlineTextSemiBold.woff2") format("woff2"), url("fonts/FontsFreeNetBigShouldersInlineTextSemiBold.woff") format("woff"), url("fonts/FontsFreeNetBigShouldersInlineTextSemiBold.ttf") format("truetype"), url("fonts/FontsFreeNetBigShouldersInlineTextSemiBold.svg#FontsFreeNetBigShouldersInlineTextSemiBold") format("svg"); }
@font-face {
  font-family: 'SarabunExtraBold';
  src: url("fonts/SarabunExtraBold.eot");
  src: url("fonts/SarabunExtraBold.eot") format("embedded-opentype"), url("fonts/SarabunExtraBold.woff2") format("woff2"), url("fonts/SarabunExtraBold.woff") format("woff"), url("fonts/SarabunExtraBold.ttf") format("truetype"), url("fonts/SarabunExtraBold.svg#SarabunExtraBold") format("svg"); }
@font-face {
  font-family: 'SarabunThin';
  src: url("fonts/SarabunThin.eot");
  src: url("fonts/SarabunThin.eot") format("embedded-opentype"), url("fonts/SarabunThin.woff2") format("woff2"), url("fonts/SarabunThin.woff") format("woff"), url("fonts/SarabunThin.ttf") format("truetype"), url("fonts/SarabunThin.svg#SarabunThin") format("svg"); }
h1, h2, h3, h4, h5, h6 {
  position: relative; }

p {
  font-size: 14px;
  line-height: 20px; }
  @media (min-width: 1152px) {
    p {
      font-size: 16px;
      line-height: 24px; } }

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"] {
  width: 100% !important;
  height: 50px !important;
  border: 1px solid #ccc !important;
  padding: 10px !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

textarea {
  border: 1px solid #ccc !important;
  padding: 10px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  resize: none;
  width: 100%;
  min-height: 170px; }

select {
  border: 1px solid #ccc !important;
  height: 50px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/icons/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: top 50% right 15px; }

/* Hide the default number input style */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }

/* Quote Form Styles */
.quote-form {
  text-align: center;
  padding-bottom: 60px; }
  .quote-form .c-container {
    max-width: 700px; }

.frm_rootline_group {
  margin: 20px 0 60px; }

.frm_style_formidable-style.with_frm_style .frm_rootline input {
  width: 70px !important;
  height: 70px !important;
  border-radius: 70px !important;
  margin-top: -20px; }

.frm_style_formidable-style.with_frm_style .frm_rootline .frm_current_page input[type="button"] {
  background-color: #35AAE1 !important;
  border-color: #35AAE1 !important;
  font-family: "SarabunExtraBold" !important;
  font-size: 24px !important;
  line-height: 24px !important; }

.frm_current_page .frm_rootline_title {
  color: #35AAE1 !important; }

.frm_forms .frm_page_bar .frm_page_skip {
  background-color: #132431 !important;
  border-color: #132431 !important;
  color: #ffffff !important;
  font-family: "SarabunExtraBold" !important;
  font-size: 24px !important;
  line-height: 24px !important; }
  .frm_forms .frm_page_bar .frm_page_skip span {
    color: #132431; }

.frm_page_back {
  background-color: #35AAE1 !important;
  border-color: #35AAE1 !important;
  color: #ffffff !important;
  font-family: "SarabunExtraBold" !important;
  font-size: 24px !important;
  line-height: 24px !important; }

.frm_rootline.frm_show_lines span {
  margin-top: 20px;
  font-family: "SarabunThin";
  font-size: 20px; }

.frm_rootline_single .frm_current_page span {
  color: #35AAE1; }

.frm_style_formidable-style.with_frm_style .frm_rootline.frm_show_lines:before {
  border-color: #132431 !important;
  border-top-width: 7px !important; }

.frm_html_container {
  margin-bottom: 60px !important; }
  .frm_html_container h2 {
    width: 100%;
    text-align: center;
    font-family: "BigShoulders";
    font-size: 32px;
    line-height: 40px; }

.with_frm_style .frm_primary_label {
  padding-bottom: 10px !important; }

.frm_form_field {
  position: relative; }

.frm_error {
  margin-top: 8px; }

.frm_field_23_container .frm_error {
  position: absolute;
  bottom: -5px; }

.quote-form h2 {
  color: #35AAE1;
  font-family: "BigShoulders";
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 25px; }
.quote-form h3 {
  margin-bottom: 15px;
  font-weight: normal;
  font-family: "SarabunExtraBold";
  color: #666; }
.quote-form .frm_submit {
  text-align: center; }
.quote-form .frm_button_submit {
  background-color: #F26721 !important;
  border: 1px solid #F26721 !important;
  border-radius: 30px !important;
  min-width: 200px !important;
  padding: 15px 20px !important;
  text-transform: uppercase;
  font-family: "SarabunExtraBold" !important; }
  .quote-form .frm_button_submit:hover {
    color: #ffffff !important; }
.quote-form .frm_prev_page {
  border-color: #35AAE1 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  text-transform: uppercase;
  font-family: "SarabunExtraBold" !important;
  padding: 15px 20px !important;
  border-radius: 30px !important;
  min-width: 200px !important;
  margin-right: 20px !important; }
.quote-form .frm_start_over {
  display: none; }
.quote-form .frm_opt_container {
  display: flex !important;
  position: relative;
  top: 15px; }
  .quote-form .frm_opt_container .frm_radio {
    margin-right: 15px; }

.frm_repeat_buttons {
  text-align: center; }
  .frm_repeat_buttons .frm_button {
    background-color: transparent !important;
    border: 0 !important;
    text-transform: uppercase;
    font-family: "SarabunExtraBold" !important; }
  .frm_repeat_buttons .frm_add_form_row {
    color: #35AAE1 !important; }
    .frm_repeat_buttons .frm_add_form_row .frm_plus_icon {
      width: 20px;
      height: 20px;
      background-color: #35AAE1;
      background-image: url("images/icons/plus-white.png");
      background-size: 15px;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 100%;
      top: 5px;
      margin-right: 5px;
      position: relative; }
      .frm_repeat_buttons .frm_add_form_row .frm_plus_icon:before {
        display: none; }
  .frm_repeat_buttons .frm_remove_form_row {
    color: red !important; }
    .frm_repeat_buttons .frm_remove_form_row .frm_minus_icon {
      width: 20px;
      height: 20px;
      background-color: red;
      background-image: url("images/icons/minus-white.png");
      background-size: 15px;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 100%;
      top: 5px;
      margin-right: 5px;
      position: relative; }
      .frm_repeat_buttons .frm_remove_form_row .frm_minus_icon:before {
        display: none; }

.trade-form {
  padding: 30px;
  background-color: #F2F2F2;
  text-align: center; }
  @media (min-width: 768px) {
    .trade-form {
      padding: 60px; } }
  .trade-form h2 {
    width: 100%;
    text-align: center;
    font-family: "BigShoulders";
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .trade-form h2 {
        margin-bottom: 60px;
        font-size: 32px;
        line-height: 40px; } }
  .trade-form .woocommerce-error {
    padding: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    color: #ffffff; }
    .trade-form .woocommerce-error li {
      list-style: none; }

.wwp_wholesaler_registration {
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .wwp_wholesaler_registration h2 {
    text-align: left;
    display: none;
    visibility: hidden; }
  .wwp_wholesaler_registration p {
    margin-bottom: 20px; }
    .wwp_wholesaler_registration p:last-of-type {
      text-align: center;
      margin-top: 40px; }
  .wwp_wholesaler_registration label {
    display: block;
    margin-bottom: 5px;
    font-family: "SarabunThin"; }
  .wwp_wholesaler_registration input {
    background-color: #F2F2F2;
    border: 1px solid #F26721 !important; }
  .wwp_wholesaler_registration input[type="submit"] {
    background-color: #F26721;
    color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
    transition: all .3s ease; }
    .wwp_wholesaler_registration input[type="submit"]:hover {
      background-color: #35AAE1;
      border: 1px solid #35AAE1 !important; }

.button, .blue-outline, .blue-solid, .white-outline, .promo-offer a, .cart-actions .phone-btn, .our-industries .overlay-content a {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  padding: 15px 20px;
  min-width: 150px;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  font-family: "SarabunExtraBold";
  text-decoration: none;
  overflow: hidden; }
  @media (min-width: 1152px) {
    .button, .blue-outline, .blue-solid, .white-outline, .promo-offer a, .cart-actions .phone-btn, .our-industries .overlay-content a {
      font-size: 14px;
      line-height: 14px;
      padding: 15px 30px; } }
  .button span, .blue-outline span, .blue-solid span, .white-outline span, .promo-offer a span, .cart-actions .phone-btn span, .our-industries .overlay-content a span {
    position: relative;
    z-index: 2; }

.blue-outline {
  background-color: transparent;
  border-color: #35AAE1;
  border-radius: 20px;
  color: #ffffff; }
  .blue-outline:visited {
    color: #ffffff; }
  .blue-outline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    opacity: 0;
    background: #21a2b9;
    background: linear-gradient(97deg, #21a2b9 0%, #35aae1 100%); }
  .blue-outline:hover:after {
    opacity: 1; }

.blue-solid {
  background: #21a2b9;
  background: linear-gradient(97deg, #21a2b9 0%, #35aae1 100%);
  border-color: #35AAE1;
  border-radius: 20px;
  color: #ffffff; }
  .blue-solid:visited {
    color: #ffffff; }
  .blue-solid:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    opacity: 0;
    background: #21a2b9;
    background: linear-gradient(97deg, #21a2b9 0%, #35aae1 100%); }
  .blue-solid:hover:after {
    opacity: 1; }

.white-outline {
  background-color: transparent;
  border-color: #ffffff;
  border-radius: 20px;
  color: #ffffff;
  transition: all .3s ease; }
  .white-outline:visited {
    color: #ffffff; }
  .white-outline:hover {
    background-color: #ffffff;
    color: #35AAE1; }

.center-btn {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 30px; }
  .center-btn #readmore-btn {
    border: 0;
    background-color: transparent;
    color: #35AAE1;
    text-transform: uppercase;
    font-family: "SarabunExtraBold";
    text-decoration: underline;
    text-underline-offset: 7px;
    cursor: pointer; }
    .center-btn #readmore-btn:hover {
      text-decoration: none; }
    .center-btn #readmore-btn:focus {
      outline: 0; }

#mega-menu-wrap-menu-1 {
  display: none; }
  @media (min-width: 992px) {
    #mega-menu-wrap-menu-1 {
      display: flex !important;
      align-items: center !important;
      padding: 0 !important;
      width: auto !important;
      background-color: #132431; } }

@media (min-width: 992px) {
  #mega-menu-menu-1 {
    display: flex !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 90% !important;
    margin: 0 auto !important;
    height: 100% !important; }
    #mega-menu-menu-1 .mega-menu-flyout:not(.mobile-only) {
      display: inline-flex !important;
      align-items: center;
      flex: 1 0 auto;
      height: 100%;
      text-align: center; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:not(.sale-link a) {
    font-size: 12px !important;
    line-height: 12px !important;
    color: #ffffff;
    height: 50px !important; } }
  @media (min-width: 992px) and (min-width: 1366px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:not(.sale-link a) {
      height: 70px !important;
      font-size: 14px !important;
      line-height: 14px !important; } }
@media (min-width: 992px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:not(.sale-link a):visited {
      color: #ffffff; }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:not(.sale-link a):hover {
      color: #35AAE1; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:not(.sale-link) {
    flex: 1 1 auto; } }
  @media (min-width: 992px) and (min-width: 1366px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:not(.sale-link) {
      flex: 1 0 auto; } }
@media (min-width: 992px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:not(.sale-link) a {
      display: flex !important;
      position: relative;
      align-items: center;
      justify-content: center;
      height: 100%;
      font-size: 12px !important;
      line-height: 12px !important;
      font-family: "SarabunExtraBold" !important;
      text-transform: uppercase !important;
      text-decoration: none;
      color: #000000; } }
    @media (min-width: 992px) and (min-width: 1366px) {
      #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:not(.sale-link) a {
        font-size: 14px !important;
        line-height: 14px !important; } }
@media (min-width: 992px) {
      #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:not(.sale-link) a:hover {
        color: #35AAE1 !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item a {
    display: flex !important;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 12px !important;
    line-height: 12px !important;
    font-family: "SarabunExtraBold" !important;
    text-transform: uppercase !important;
    text-decoration: none;
    color: #ffffff; } }
  @media (min-width: 992px) and (min-width: 1366px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item a {
      font-size: 14px !important;
      line-height: 14px !important; } }
@media (min-width: 992px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item a:visited {
      color: #ffffff; }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item a:hover {
      color: #35AAE1; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 15px !important;
    border-top: 1px solid #35AAE1 !important; }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu a:visited {
      color: #F26721 !important; }

  .mega-menu-column:not(:last-of-type) {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 30px !important;
    padding-right: 30px !important; }
    .mega-menu-column:not(:last-of-type) li.mega-menu-item {
      padding: 10px 0 !important; }
    .mega-menu-column:not(:last-of-type) .mega-menu-link:hover {
      color: #35AAE1 !important;
      text-decoration: underline !important;
      text-underline-offset: 4px; }
  .mega-menu-column:last-of-type li.mega-menu-item {
    padding: 0 !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    display: block !important;
    font-weight: normal !important;
    font-family: sans-serif !important; } }
@media (min-width: 2000px) {
  #mega-menu-menu-1 {
    max-width: 1366px !important; } }
.sale-link {
  margin-right: 10px !important; }
  .sale-link a {
    display: flex !important;
    align-items: center;
    text-transform: uppercase !important;
    font-family: "SarabunExtraBold" !important;
    font-size: 12px !important;
    line-height: 12px !important;
    color: #ffffff !important;
    height: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    background-color: #35AAE1 !important; }
    @media (min-width: 1366px) {
      .sale-link a {
        font-size: 14px !important;
        line-height: 14px !important; } }
    @media (min-width: 1366px) {
      .sale-link a {
        padding-left: 60px;
        padding-right: 60px; } }
    .sale-link a:hover {
      color: #ffffff !important; }
  .sale-link:hover a {
    color: #ffffff !important; }

.quote-link {
  flex: none !important; }
  .quote-link a {
    background-image: url("images/icons/quote-icon.png") !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-position: top 50% left 0 !important;
    padding-left: 35px !important; }

body.menu-opened {
  overflow: hidden; }

.mob-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  z-index: 1000;
  transition: all .3s ease;
  transform: translateX(-340px); }
  .mob-menu.opened {
    transform: translateX(0); }
  .mob-menu #mega-menu-wrap-menu-1 {
    display: block; }

.menu-container {
  background-color: #ffffff;
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow: scroll; }

.menu-close {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: -40px;
  transition: all .9s ease;
  width: 40px;
  height: 40px;
  background-color: #35AAE1; }
  .menu-close img {
    max-width: 20px; }

.mob-search {
  display: block;
  position: relative;
  width: 100%; }
  .mob-search form {
    display: flex;
    width: 100%; }
  .mob-search input[type="text"] {
    width: 85%;
    border: 0;
    padding-left: 10px;
    border: 0 !important;
    height: 50px;
    background-color: #eee; }
  .mob-search button[type="submit"] {
    width: 15%;
    height: 50px;
    background-color: #eee;
    border: 0; }
    .mob-search button[type="submit"] img {
      max-width: 20px; }

@media (max-width: 768px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    background: transparent !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-family: "SarabunExtraBold";
    height: auto;
    padding: 20px 0;
    font-size: 16px;
    line-height: 20px; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:not(:first-of-type) {
    border-top: 1px solid #eee !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #000000 !important;
    background: transparent; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0 !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px 0 !important; }

  .widget_media_image {
    display: none !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
    line-height: 18px !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    font-weight: normal !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    padding-bottom: 10px !important; } }
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth; }

*, *::before, *::after {
  /*! autoprefixer: off */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

*:focus {
  outline: 1px dotted green;
  box-shadow: none; }

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif; }
  body.home {
    background-color: #000000; }

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
  height: auto; }

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
ul {
  padding: 0;
  margin: 0; }

.c-container,
.wc-empty-cart-message {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 991px) {
    .c-container,
    .wc-empty-cart-message {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 2000px) {
    .c-container,
    .wc-empty-cart-message {
      max-width: 1366px; } }

.mob-only {
  display: none; }
  @media (max-width: 991px) {
    .mob-only {
      display: inline-block; } }

.dark-container {
  background-image: url("images/home/about-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.slick-prev {
  background-image: url("images/icons/previous.png") !important;
  background-repeat: no-repeat !important;
  background-size: 50px !important;
  background-position: center !important;
  width: 50px !important;
  height: 50px !important;
  left: 0 !important;
  border-radius: 100%; }
  @media (min-width: 1152px) {
    .slick-prev {
      width: 60px !important;
      height: 60px !important;
      left: -100px !important; } }
  .slick-prev:before {
    content: "" !important; }

.slick-next {
  background-image: url("images/icons/next.png") !important;
  background-repeat: no-repeat !important;
  background-size: 50px !important;
  background-position: center !important;
  width: 50px !important;
  height: 50px !important;
  right: 0 !important;
  border-radius: 100%; }
  @media (min-width: 1152px) {
    .slick-next {
      width: 60px !important;
      height: 60px !important;
      right: -100px !important; } }
  .slick-next:before {
    content: "" !important; }

.seperator {
  width: 100%;
  width: 100%;
  height: 1px;
  background-color: #ffffff; }
  .page-template-page-about .seperator {
    background-color: #000000; }
  .seperator span {
    display: block;
    position: relative;
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #35AAE1;
    height: 1px; }
    @media (max-width: 991px) {
      .seperator span {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 2000px) {
      .seperator span {
        max-width: 1366px; } }

.bottom-container {
  display: block;
  position: relative;
  padding: 60px 0 0 0;
  background-color: #000000; }
  @media (min-width: 1152px) {
    .bottom-container {
      padding: 100px 0 0 0; } }
  .bottom-container .equal-col {
    padding-top: 0; }

#offer-promo {
  opacity: 0;
  z-index: 500;
  transition: all .9s ease;
  position: fixed;
  bottom: 20px;
  left: 5%;
  background-color: #ffffff;
  padding: 30px;
  width: 90%;
  height: auto;
  -webkit-box-shadow: 0px 0px 21px -1px #000000;
  box-shadow: 0px 0px 21px -1px #000000; }
  @media (min-width: 768px) {
    #offer-promo {
      bottom: 50px;
      left: 50px;
      width: 500px; } }
  #offer-promo .top {
    display: flex;
    font-family: "BigShoulders";
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #35AAE1; }
    #offer-promo .top a {
      margin-left: auto; }

.promo-content {
  display: flex;
  width: 100%; }
  .promo-content img {
    width: 30%;
    object-fit: contain; }

.promo-offer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 70%;
  padding: 30px 30px; }
  .promo-offer p {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: "SarabunExtraBold";
    font-size: 13px;
    line-height: 16px; }
    @media (min-width: 1152px) {
      .promo-offer p {
        font-size: 16px;
        line-height: 20px; } }
  .promo-offer a {
    background-color: #F26721;
    color: #ffffff;
    min-width: unset;
    padding: 15px 20px; }

.close-promo img {
  max-width: 15px; }

.promo-closed {
  display: none !important;
  opacity: 0 !important; }

body.page-template-page-about {
  padding-top: 145px;
  background-color: #000000;
  background-image: url("images/home/electrical-power-distribution-boxes.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 100% -10%; }
  @media (min-width: 768px) {
    body.page-template-page-about {
      padding-top: 165px; } }
  @media (min-width: 1152px) {
    body.page-template-page-about {
      padding-top: 190px; } }

body.archive .woocommerce-info, body.archive .woocommerce-noreviews, body.archive p.no-comments {
  margin-bottom: 60px;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 991px) {
    body.archive .woocommerce-info, body.archive .woocommerce-noreviews, body.archive p.no-comments {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 2000px) {
    body.archive .woocommerce-info, body.archive .woocommerce-noreviews, body.archive p.no-comments {
      max-width: 1366px; } }

.wc-block-components-notice-banner.is-success a {
  color: #4ab866; }

.page-template-default .page-content {
  padding: 40px 0; }
  .page-template-default .page-content p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px; }

.christmas-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  background-color: #c1121f; }
  body.woocommerce-cart .christmas-banner {
    max-width: 1366px;
    margin: 20px auto 0 auto; }
  .christmas-banner p {
    color: #ffffff !important;
    margin: 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-family: "SarabunThin"; }

.site-header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  z-index: 200; }

.header-top {
  width: 100%;
  padding: 5px 0;
  font-family: "SarabunThin";
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #F26721; }
  @media (min-width: 992px) {
    .header-top {
      padding: 10px 0 10px 0; } }
  .header-top .c-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px; }
  .header-top a {
    text-decoration: none;
    color: #ffffff;
    margin-left: 0; }
    .header-top a:hover {
      text-decoration: underline; }
    .header-top a:visited {
      color: #ffffff; }
  .header-top .txt2 {
    margin-left: 3px; }
  @media (max-width: 767px) {
    .header-top .txt1 {
      display: none; } }

.header-phone {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 12px; }
  @media (min-width: 1366px) {
    .header-phone {
      font-size: 14px;
      line-height: 14px; } }
  .header-phone strong {
    font-family: "SarabunExtraBold"; }
  .header-phone:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 15px;
    height: 30px;
    background-image: url("images/icons/phone-icon.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    margin-right: 5px; }
  .header-phone a {
    margin-left: 5px; }

.xmas-msg {
  margin-left: auto; }
  @media (max-width: 767px) {
    .xmas-msg {
      display: none;
      visibility: hidden; } }
  @media (min-width: 992px) {
    .xmas-msg {
      margin-left: 0; } }

.reviews {
  text-transform: none;
  font-size: 14px;
  line-height: 14px; }

.header-top--links {
  margin-left: auto; }
  @media (min-width: 992px) {
    .header-top--links {
      display: flex;
      align-items: center;
      width: auto;
      margin-left: unset; } }
  .header-top--links li {
    display: none; }
    @media (min-width: 992px) {
      .header-top--links li {
        display: inline-block; } }
    .header-top--links li:not(:last-of-type) {
      margin-right: 15px; }
    .header-top--links li:last-of-type {
      display: inline-block; }
  .header-top--links a {
    color: #ffffff; }
    .header-top--links a:visited {
      color: #ffffff; }
    .header-top--links a:hover {
      text-decoration: underline;
      text-underline-offset: 5px; }

.header-content {
  position: relative;
  width: 100%;
  background-color: #ffffff; }
  .header-content .c-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px; }

.site-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
  width: 50%; }
  @media (min-width: 992px) {
    .site-logo {
      width: 25%;
      margin: 3px 0;
      padding: 30px 0; } }
  .site-logo img {
    max-width: 100%; }
    @media (min-width: 576px) {
      .site-logo img {
        max-width: 200px; } }
    @media (min-width: 1366px) {
      .site-logo img {
        max-width: 250px; } }
    @media (min-width: 1600px) {
      .site-logo img {
        max-width: 290px; } }

.mob-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0; }
  @media (min-width: 992px) {
    .mob-links {
      display: none; } }
  .mob-links li {
    position: relative;
    margin-left: 15px;
    list-style-type: none; }
    .mob-links li img {
      max-width: 40px;
      margin-bottom: 5px; }
  .mob-links .mob-basket {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .mob-links .mob-basket a:hover {
      text-decoration: none !important; }
  .mob-links .count-inner {
    position: relative; }
  .mob-links a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px;
    color: #132431;
    font-family: "SarabunThin";
    text-decoration: none;
    text-transform: uppercase; }

.search-form {
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  background-color: #ffffff;
  border-top: 1px solid #132431;
  height: auto; }
  @media (min-width: 992px) {
    .search-form {
      width: 40%;
      padding: 0;
      border-top: 0;
      margin-left: auto; } }
  .search-form form {
    display: flex;
    width: 100%;
    height: 100%; }
  .search-form input[type="text"] {
    width: calc(100% - 100px);
    padding: 0 0 0 20px !important;
    font-size: 14px;
    line-height: 14px;
    color: #132431;
    background-color: #ffffff;
    border: 1px solid #132431 !important;
    border-right: 0 !important;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    font-family: sans-serif; }
    .search-form input[type="text"]:focus {
      outline: 0; }
      .search-form input[type="text"]:focus::placeholder {
        text-indent: -9999px; }
    .search-form input[type="text"]:selected {
      background-color: #ffffff; }
    .search-form input[type="text"]::placeholder {
      color: #132431; }
  .search-form button[type="submit"] {
    cursor: pointer;
    width: 100px;
    height: 50px;
    border: 1px solid #132431;
    border-left: 0 !important;
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #F26721;
    transition: all .3s ease;
    color: #ffffff;
    font-family: "SarabunThin" !important; }
    .search-form button[type="submit"]:hover {
      background-color: #132431; }
    .search-form button[type="submit"] img {
      max-width: 25px; }

.secondary-links {
  display: none; }
  @media (min-width: 992px) {
    .secondary-links {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 25%;
      margin-left: auto; } }
  .secondary-links li {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    margin-left: auto; }
    .secondary-links li img {
      width: 100%;
      max-width: 45px;
      margin-bottom: 5px; }
  .secondary-links p a {
    color: #132431;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "SarabunThin";
    font-size: 12px;
    line-height: 12px; }
    @media (min-width: 1366px) {
      .secondary-links p a {
        font-size: 14px;
        line-height: 14px; } }
    .secondary-links p a:hover {
      text-decoration: underline; }
  .secondary-links .basket-link {
    position: relative; }
    .secondary-links .basket-link a {
      text-decoration: none; }
      .secondary-links .basket-link a:hover {
        text-decoration: none; }
  .secondary-links .basket-txt {
    color: #132431;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "SarabunThin";
    font-size: 12px;
    line-height: 12px; }
    @media (min-width: 1366px) {
      .secondary-links .basket-txt {
        font-size: 14px;
        line-height: 14px; } }

.basket-items {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background-color: #35AAE1;
  color: #ffffff;
  border-radius: 100%;
  font-size: 11px;
  line-height: 11px; }
  .basket-items a {
    color: #ffffff;
    font-size: 11px;
    line-height: 11px;
    font-family: sans-serif; }

.widget_ywraq_mini_list_quote {
  margin: 0 !important; }

li.menu-quote-amount {
  display: inline-flex !important;
  align-items: center !important; }

.widget_ywraq_mini_list_quote .raq-info {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 11px !important;
  line-height: 11px !important;
  padding: 0 !important;
  border-radius: 100%;
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px !important; }

.ywraq-quote-icon-icon_quote {
  display: none !important;
  visibility: hidden; }

.yith-ywraq-list-content {
  display: none !important;
  visibility: hidden; }

.widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
  display: none; }

.quote-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 100%;
  font-size: 11px;
  line-height: 11px; }

.site-footer {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  color: #ffffff;
  background-color: #000000;
  background-image: url("images/footer-mob-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .site-footer {
      background-image: url("images/footer-bg.png"); } }
  .site-footer .footer-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    border-top: 1px solid #35AAE1; }
    @media (max-width: 991px) {
      .site-footer .footer-wrapper {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 2000px) {
      .site-footer .footer-wrapper {
        max-width: 1366px; } }
    @media (min-width: 768px) {
      .site-footer .footer-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 60px 0; } }
    .page-sectors .site-footer .footer-wrapper, .single-sector .site-footer .footer-wrapper, .blog .site-footer .footer-wrapper, .single-article .site-footer .footer-wrapper, .page-contact .site-footer .footer-wrapper, .page-privacy .site-footer .footer-wrapper, .page-results .site-footer .footer-wrapper {
      border-top: 0; }
  .site-footer li {
    list-style: none; }
    .site-footer li:not(:last-of-type):not(.follow-us li) {
      margin-bottom: 5px; }
      @media (min-width: 1152px) {
        .site-footer li:not(:last-of-type):not(.follow-us li) {
          margin-bottom: 15px; } }
    .site-footer li a {
      position: relative;
      color: #ffffff;
      text-decoration: none;
      font-size: 13px;
      line-height: 16px;
      transition: all .3s ease; }
      @media (min-width: 1152px) {
        .site-footer li a {
          font-size: 14px; } }
      .site-footer li a:visited {
        color: #ffffff; }
      .site-footer li a:hover {
        color: #35AAE1; }
        .site-footer li a:hover:after {
          width: 100%;
          opacity: 1; }
      .site-footer li a:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -7px;
        left: 0;
        width: 0%;
        height: 1px;
        background-color: #35AAE1;
        transition: all .3s ease;
        opacity: 0; }

.copyright {
  color: #ffffff;
  margin-top: 40px;
  font-size: 12px;
  line-height: 16px;
  text-align: left; }
  @media (min-width: 768px) {
    .copyright {
      text-align: center; } }
  @media (min-width: 1152px) {
    .copyright {
      font-size: 14px;
      line-height: 20px;
      text-align: left; } }
  .copyright a {
    color: #ffffff; }
    .copyright a:visited {
      color: #ffffff; }
    .copyright a:hover {
      text-decoration: none; }

.footer-col--1 {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .footer-col--1 {
      margin-bottom: 0;
      width: 25%;
      padding: 0 20px 0 20px;
      margin-right: 5%; } }
  @media (min-width: 1152px) {
    .footer-col--1 {
      padding: 0 1% 0 0; } }
  .footer-col--1 img {
    max-width: 200px; }
    @media (min-width: 768px) {
      .footer-col--1 img {
        max-width: 100%; } }

.footer-col--2 {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .footer-col--2 {
      margin-bottom: 0;
      width: 18%; } }
  .footer-col--2 .menu {
    width: 100%;
    align-items: flex-start; }
    .footer-col--2 .menu:before {
      display: none; }

.footer-col--3 {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .footer-col--3 {
      margin-bottom: 0;
      width: 18%; } }
  .footer-col--3 .menu {
    width: 100%;
    align-items: flex-start; }
    .footer-col--3 .menu:before {
      display: none; }

.footer-col--4 {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .footer-col--4 {
      margin-bottom: 0;
      width: 18%; } }
  .footer-col--4 .menu {
    width: 100%;
    align-items: flex-start; }
    .footer-col--4 .menu:before {
      display: none; }

.footer-col--5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }
  @media (min-width: 768px) {
    .footer-col--5 {
      width: 15%;
      justify-content: center; } }
  .footer-col--5 img {
    max-width: 100px; }
    @media (min-width: 1152px) {
      .footer-col--5 img {
        max-width: 150px; } }

.footer-heading {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: "SarabunExtraBold";
  font-size: 14px; }
  @media (min-width: 768px) {
    .footer-heading {
      font-size: 12px; } }
  @media (min-width: 1152px) {
    .footer-heading {
      font-size: 16px; } }

.footer-bottom {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #35AAE1;
  width: 100%;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .footer-bottom {
      flex-direction: row;
      align-items: center; } }

.footer-social {
  display: inline-block;
  background-color: #35AAE1;
  padding: 30px;
  width: 100%;
  margin-top: -1px; }
  @media (min-width: 768px) {
    .footer-social {
      width: 25%;
      padding: 60px 30px; } }
  @media (min-width: 1152px) {
    .footer-social {
      padding: 60px 45px; } }

.follow-us {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .follow-us {
      flex-direction: column; } }
  @media (min-width: 1152px) {
    .follow-us {
      flex-direction: row; } }
  .follow-us img {
    width: 40px; }
  .follow-us ul {
    display: flex; }
    @media (min-width: 1152px) {
      .follow-us ul {
        margin-left: 20px; } }
  .follow-us li {
    list-style: none; }
    .follow-us li:not(:last-of-type) {
      margin-right: 20px; }
    .follow-us li a {
      text-decoration: none;
      color: #ffffff; }
      .follow-us li a:hover {
        color: #ffffff; }
  .follow-us p {
    text-transform: uppercase;
    color: #ffffff;
    font-family: "SarabunExtraBold";
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    margin-bottom: 0; }
    @media (min-width: 1152px) {
      .follow-us p {
        width: 260px; } }

.contact-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #ffffff;
  padding: 30px; }
  @media (min-width: 768px) {
    .contact-details {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 75%;
      padding: 0 30px; } }
  @media (min-width: 1152px) {
    .contact-details {
      width: 65%; } }
  .contact-details .heading {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: "SarabunExtraBold"; }
  @media (min-width: 768px) {
    .contact-details .getin-touch {
      margin-right: 5%; } }
  @media (min-width: 1152px) {
    .contact-details .getin-touch {
      margin-right: 0; } }
  .contact-details address {
    font-style: normal;
    font-size: 14px;
    line-height: 22px; }
  .contact-details .contact-methods {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .contact-details .contact-methods {
        margin-bottom: 0;
        margin-right: 5%; } }
    @media (min-width: 1152px) {
      .contact-details .contact-methods {
        margin-right: 0; } }
    .contact-details .contact-methods li {
      list-style: none; }
      .contact-details .contact-methods li:not(:last-of-type) {
        margin-bottom: 5px !important; }
    .contact-details .contact-methods a {
      color: #ffffff;
      text-decoration: none;
      font-size: 14px;
      line-height: 14px; }
      .contact-details .contact-methods a:visited {
        color: #ffffff; }
      .contact-details .contact-methods a:visited {
        text-decoration: underline; }

@media (min-width: 768px) {
  .contact-btn {
    margin-top: 30px; } }
.contact-btn .blue-solid {
  min-width: 140px; }
  .contact-btn .blue-solid:hover {
    background-color: #fff; }
  @media (min-width: 1152px) {
    .contact-btn .blue-solid {
      min-width: 200px; } }

.bottom-container {
  display: none; }

.home-top {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 75vh;
  color: #ffffff;
  overflow: hidden; }
  @media (min-width: 768px) {
    .home-top {
      height: 80vh; } }
  .home-top picture,
  .home-top img {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (min-width: 576px) {
      .home-top picture,
      .home-top img {
        max-width: 90%; } }
    @media (min-width: 992px) {
      .home-top picture,
      .home-top img {
        max-width: 1366px; } }
  .home-top .c-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 30; }
  .home-top:hover .zoom-img {
    transform: scale(2); }
  .home-top *:not(:last-child) {
    margin-bottom: 40px; }
  .home-top .zoom-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 90s ease;
    transform: scale(1);
    object-fit: cover;
    object-position: center; }
  .home-top h2 {
    position: relative;
    text-align: center;
    text-transform: capitalize;
    font-family: "BigShoulders";
    font-size: 40px;
    line-height: 50px; }
    @media (min-width: 1152px) {
      .home-top h2 {
        font-size: 50px;
        line-height: 60px; } }
  .home-top p {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: "SarabunThin";
    font-size: 18px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .home-top p {
        max-width: 80%; } }
    @media (min-width: 1152px) {
      .home-top p {
        max-width: 50%;
        font-size: 22px;
        line-height: 32px; } }

.product-showcase {
  display: none; }

@media (min-width: 768px) {
  .product-showcase {
    display: block;
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .product-showcase {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 768px) and (min-width: 2000px) {
    .product-showcase {
      max-width: 1366px; } }
@media (min-width: 768px) {
    .page-template-page-sector .product-showcase {
      padding-top: 60px;
      padding-bottom: 60px; }
    .product-showcase h1, .product-showcase h2, .product-showcase h3, .product-showcase h4, .product-showcase h5, .product-showcase h6 {
      width: 100%;
      text-align: center;
      margin-bottom: 60px;
      font-family: "BigShoulders";
      font-size: 45px;
      line-height: 55px; }
    .product-showcase ul {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .product-showcase ul {
        flex-direction: row; } }
@media (min-width: 768px) {
    .product-showcase li {
      list-style: none;
      position: relative;
      width: 100%;
      padding: 0;
      text-align: center;
      overflow: hidden; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .product-showcase li {
        width: auto;
        flex: 1; } }
@media (min-width: 768px) {
      .product-showcase li:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        transition: all .3s ease;
        opacity: .9;
        z-index: 2; }
      .product-showcase li:hover:before {
        background-color: #35AAE1;
        opacity: .7; }
      .product-showcase li:hover .showcase-bg {
        transform: scale(1.03); }
      .product-showcase li:hover h3 {
        color: #ffffff; }
      .product-showcase li:hover p {
        color: #ffffff; }
      .product-showcase li:hover .white-outline {
        opacity: 1;
        background-color: transparent;
        color: #ffffff !important; }
    .product-showcase .showcase-bg {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transform: scale(1);
      transition: all .3s ease;
      z-index: 1; }
    .product-showcase .product-details {
      display: flex;
      position: relative;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
    .product-showcase h3 {
      font-size: 34px;
      line-height: 44px;
      font-family: "BigShoulders";
      color: #35AAE1;
      text-transform: uppercase;
      margin-bottom: 20px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .product-showcase h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 5px; } }
    @media (min-width: 768px) and (min-width: 1152px) {
      .product-showcase h3 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 20px; } }
@media (min-width: 768px) {
    .product-showcase p {
      margin-bottom: 20px;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
      font-family: "SarabunThin"; }
    .product-showcase .white-outline {
      opacity: 0;
      padding: 10px 0;
      min-width: 140px; }
      .product-showcase .white-outline:hover {
        color: #35AAE1 !important; }
    .product-showcase .product-thumb {
      width: 100%;
      max-width: 220px;
      margin-top: 60px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .product-showcase .product-thumb {
        max-width: 130px;
        margin-top: 20px; } }
    @media (min-width: 768px) and (min-width: 1152px) {
      .product-showcase .product-thumb {
        max-width: 220px;
        margin-top: 60px; } }

.product-showcase--mob {
  display: none; }
  @media (max-width: 767px) {
    .product-showcase--mob {
      display: block;
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  .product-showcase--mob ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      .product-showcase--mob ul {
        flex-direction: row; } }
  .product-showcase--mob li {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0;
    text-align: left;
    overflow: hidden; }
    .product-showcase--mob li:not(:last-of-type) {
      margin-bottom: 10px; }
    @media (min-width: 768px) {
      .product-showcase--mob li {
        width: auto;
        flex: 1; } }
    .product-showcase--mob li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      transition: all .3s ease;
      opacity: .9;
      z-index: 2; }
    .product-showcase--mob li:hover:before {
      background-color: #35AAE1;
      opacity: .7; }
    .product-showcase--mob li:hover .showcase-bg {
      transform: scale(1.03); }
    .product-showcase--mob li:hover h3 {
      color: #ffffff; }
    .product-showcase--mob li:hover p {
      color: #ffffff; }
    .product-showcase--mob li:hover .white-outline {
      opacity: 1;
      color: #ffffff;
      border-color: #ffffff; }
    .product-showcase--mob li .showcase-inner {
      display: flex;
      position: absolute;
      align-items: center;
      top: 0;
      left: 20px;
      right: 20px;
      height: 100%;
      width: 90%;
      z-index: 5; }
    .product-showcase--mob li .showcase-bg {
      width: 100%;
      height: 200px;
      object-fit: cover;
      object-position: center;
      transform: scale(1);
      transition: all .3s ease;
      z-index: 1; }
    .product-showcase--mob li .product-details {
      z-index: 5;
      width: 60%;
      padding-right: 60px; }
    .product-showcase--mob li h3 {
      font-size: 24px;
      line-height: 34px;
      font-family: "BigShoulders";
      color: #35AAE1;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .product-showcase--mob li p {
      margin-bottom: 15px;
      max-width: 100%;
      font-family: "SarabunThin"; }
    .product-showcase--mob li .white-outline {
      opacity: 1;
      padding: 10px 0;
      min-width: 140px;
      border-color: #35AAE1;
      color: #000000;
      font-size: 12px;
      line-height: 12px; }
      .product-showcase--mob li .white-outline:hover {
        color: #35AAE1; }
    .product-showcase--mob li .product-thumb {
      width: 40%; }

.quote-callout {
  display: block;
  position: relative;
  width: 100%;
  background-color: #000000;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0; }
  @media (max-width: 991px) {
    .quote-callout {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 2000px) {
    .quote-callout {
      max-width: 1366px; } }

.quote-inner {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  background-color: #F26721;
  padding: 60px 30px; }
  @media (min-width: 768px) {
    .quote-inner {
      flex-direction: row;
      padding: 60px 5%; } }
  .quote-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/home/bespoke-power-distro-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 30%; }
  .quote-inner .col-l {
    width: 100%;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .quote-inner .col-l {
        width: 60%;
        margin-bottom: 0; } }
  .quote-inner .white-outline:hover {
    color: #F26721; }
  .quote-inner .col-r {
    width: 100%;
    z-index: 200; }
    @media (min-width: 768px) {
      .quote-inner .col-r {
        width: 40%; } }
  .quote-inner h3 {
    color: #ffffff;
    margin-bottom: 30px;
    font-family: "BigShoulders";
    font-size: 40px;
    line-height: 50px; }
    @media (min-width: 768px) {
      .quote-inner h3 {
        font-size: 36px;
        line-height: 46px; } }
    @media (min-width: 1152px) {
      .quote-inner h3 {
        font-size: 60px;
        line-height: 64px;
        padding-right: 45%; } }
  .quote-inner .col-r p {
    color: #ffffff;
    font-family: "SarabunThin"; }
    .quote-inner .col-r p:first-of-type {
      text-transform: uppercase;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .quote-inner .col-r p:first-of-type {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 10px; } }
      @media (min-width: 1152px) {
        .quote-inner .col-r p:first-of-type {
          font-size: 34px;
          line-height: 40px;
          margin-bottom: 30px; } }
    .quote-inner .col-r p:last-of-type {
      font-size: 14px;
      line-height: 20px; }
      @media (min-width: 1152px) {
        .quote-inner .col-r p:last-of-type {
          font-size: 18px;
          line-height: 26px;
          padding-right: 200px; } }

.getquote-callout {
  width: 100%;
  background-color: #000000;
  padding: 30px 30px;
  width: 100%;
  position: relative; }
  @media (min-width: 768px) {
    .getquote-callout {
      padding: 30px 3%; } }
  .getquote-callout:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/home/bespoke-power-distro-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 30%; }
  .getquote-callout h3 {
    color: #ffffff;
    margin-bottom: 30px;
    font-family: "BigShoulders";
    font-size: 36px;
    line-height: 46px; }
  .getquote-callout p {
    color: #ffffff;
    font-family: "SarabunThin";
    position: relative; }
    .getquote-callout p:first-of-type {
      text-transform: uppercase;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .getquote-callout p:first-of-type {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 10px; } }
      @media (min-width: 1152px) {
        .getquote-callout p:first-of-type {
          font-size: 22px;
          line-height: 32px; } }
    .getquote-callout p:last-of-type {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 30px; }
      @media (min-width: 1152px) {
        .getquote-callout p:last-of-type {
          font-size: 18px;
          line-height: 26px; } }

.info-blocks {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0; }
  @media (min-width: 1152px) {
    .info-blocks {
      padding: 100px 0 60px 0; } }
  .info-blocks ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    @media (max-width: 991px) {
      .info-blocks ul {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 2000px) {
      .info-blocks ul {
        max-width: 1366px; } }
    @media (min-width: 768px) {
      .info-blocks ul {
        flex-direction: row;
        padding: 0 50px !important; } }
  .info-blocks li {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #35AAE1;
    padding: 60px 30px 30px 30px;
    width: 100%;
    margin: 0 10px; }
    @media (min-width: 768px) {
      .info-blocks li {
        padding: 30px 20px 30px 20px; } }
    @media (min-width: 1152px) {
      .info-blocks li {
        padding: 60px 30px 30px 30px;
        margin: 0; } }
    @media (min-width: 768px) {
      .info-blocks li:not(:last-of-type) {
        margin-bottom: 0;
        margin-right: 2%; } }
    @media (min-width: 768px) {
      .info-blocks li {
        width: 24%; } }
    .info-blocks li:hover img {
      transform: translateY(-3px); }
  .info-blocks img {
    width: 100%;
    max-width: 170px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s ease;
    transform: translateY(0); }
    @media (min-width: 768px) {
      .info-blocks img {
        max-width: 85px;
        margin-bottom: 30px; } }
    @media (min-width: 1152px) {
      .info-blocks img {
        max-width: 170px;
        margin-bottom: 60px; } }
  .info-blocks p {
    color: #ffffff; }
    @media (min-width: 768px) {
      .info-blocks p {
        font-size: 12px;
        line-height: 16px;
        min-height: 80px; } }
    @media (min-width: 1152px) {
      .info-blocks p {
        font-size: 14px;
        line-height: 18px; } }
    @media (min-width: 1600px) {
      .info-blocks p {
        font-size: 16px;
        line-height: 20px; } }

.info-heading {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "SarabunExtraBold"; }
  @media (min-width: 768px) {
    .info-heading {
      font-size: 14px;
      line-height: 18px; } }
  @media (min-width: 1152px) {
    .info-heading {
      font-size: 16px;
      line-height: 20px; } }
  @media (min-width: 1600px) {
    .info-heading {
      font-size: 18px;
      line-height: 24px; } }

.count-block {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 991px) {
    .count-block {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 2000px) {
    .count-block {
      max-width: 1366px; } }
  @media (min-width: 768px) {
    .count-block {
      flex-direction: row;
      padding: 60px 50px; } }
  .count-block .col-l {
    width: 100%;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .count-block .col-l {
        margin-bottom: 0;
        width: 50%; } }
    @media (min-width: 1152px) {
      .count-block .col-l {
        padding-right: 15%; } }
  .count-block .col-r {
    width: 100%; }
    @media (min-width: 768px) {
      .count-block .col-r {
        width: 50%; } }
  .count-block ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .count-block li {
    display: inline-block;
    text-align: center;
    padding: 0;
    width: 49%;
    margin-right: 2%; }
    .count-block li:nth-of-type(2n) {
      margin-right: 0; }
    .count-block li:not(:last-of-type) {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .count-block li:not(:last-of-type) {
          margin-bottom: 40px; } }
  .count-block h3 {
    color: #ffffff;
    margin-bottom: 30px;
    font-family: "BigShoulders";
    font-size: 26px;
    line-height: 32px; }
    @media (min-width: 1152px) {
      .count-block h3 {
        font-size: 40px;
        line-height: 46px; } }
  .count-block p {
    color: #ffffff;
    margin-bottom: 30px; }

.count span {
  display: inline-block;
  color: #35AAE1;
  margin-bottom: 20px;
  font-family: "BigShoulders";
  font-size: 60px;
  line-height: 60px; }
  @media (min-width: 1152px) {
    .count span {
      font-size: 100px;
      line-height: 100px; } }
.count p {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: "SarabunThin";
  font-size: 13px;
  line-height: 18px; }
  @media (min-width: 1152px) {
    .count p {
      padding: 0 15px;
      font-size: 18px;
      line-height: 24px; } }

.counter-number {
  display: inline-block;
  color: #35AAE1;
  margin-bottom: 20px;
  font-family: "BigShoulders";
  font-size: 60px;
  line-height: 6s0px; }
  @media (min-width: 1152px) {
    .counter-number {
      font-size: 100px;
      line-height: 100px; } }

.product-carousel {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 60px 20px; }
  @media (min-width: 1152px) {
    .product-carousel {
      padding: 60px 50px; } }
  body.home .product-carousel .woocommerce-Price-amount {
    margin-bottom: 0; }
    body.home .product-carousel .woocommerce-Price-amount bdi:after {
      content: "Ex.VAT";
      text-transform: uppercase;
      margin-left: 5px;
      font-size: 12px; }
    body.home .product-carousel .woocommerce-Price-amount + .woocommerce-Price-amount {
      margin-bottom: 20px; }
      body.home .product-carousel .woocommerce-Price-amount + .woocommerce-Price-amount bdi {
        color: #35AAE1;
        font-size: 14px; }
        body.home .product-carousel .woocommerce-Price-amount + .woocommerce-Price-amount bdi:after {
          content: "Inc.VAT";
          text-transform: uppercase;
          margin-left: 5px;
          font-size: 12px; }
  .product-carousel h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    font-family: "BigShoulders";
    font-size: 34px;
    line-height: 44px; }
    @media (min-width: 1152px) {
      .product-carousel h3 {
        font-size: 50px;
        line-height: 60px; } }
  .product-carousel .slick-track {
    display: flex !important; }
  .product-carousel ul {
    display: none;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 60px; }
    @media (min-width: 1152px) {
      .product-carousel ul {
        padding: 0; } }
    .product-carousel ul.slick-initialized {
      display: block; }
  .product-carousel li {
    display: flex !important;
    flex-direction: column;
    list-style: none;
    text-align: center;
    height: 100%;
    border: 1px solid #ffffff !important;
    transition: all .3s ease;
    margin: 0 0.1% !important;
    padding: 30px !important; }
    .product-carousel li:hover {
      border: 1px solid #35AAE1 !important; }
  .product-carousel .product-name {
    margin-bottom: 0 !important;
    margin-top: 20px;
    font-size: 16px;
    color: #132431;
    min-height: 60px;
    line-height: 20px;
    font-weight: 600; }
    @media (min-width: 1152px) {
      .product-carousel .product-name {
        font-size: 18px;
        line-height: 20px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; } }
  .product-carousel .woocommerce-Price-amount {
    display: block;
    width: 100%;
    margin-bottom: 0;
    color: #F26721;
    font-size: 20px;
    line-height: 20px;
    font-family: "SarabunExtraBold"; }
  .product-carousel .wwp-wholesale-pricing-details .amount {
    margin-bottom: 0; }
  .product-carousel .price-text {
    font-size: 16px;
    line-height: 16px; }
  .product-carousel .blue-outline {
    color: #35AAE1;
    min-width: 150px;
    padding: 15px 0; }
    .product-carousel .blue-outline:hover {
      color: #ffffff; }
  .product-carousel .price {
    display: flex;
    flex-direction: column;
    margin-top: 15px !important; }
  .product-carousel .price-excl {
    display: inline-flex;
    align-items: baseline;
    justify-content: center; }
    .product-carousel .price-excl span {
      width: auto; }
    .product-carousel .price-excl .vat {
      font-size: 13px;
      margin-left: 5px;
      text-transform: uppercase; }
  .product-carousel .price-incl {
    display: inline-flex;
    align-items: baseline;
    margin-top: 10px;
    color: #35AAE1;
    justify-content: center; }
    .product-carousel .price-incl span {
      width: auto;
      color: #35AAE1; }
    .product-carousel .price-incl .vat {
      font-size: 13px;
      margin-left: 5px;
      text-transform: uppercase; }

.sectors {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  background-color: #132431;
  background-image: url("images/home/sectors-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .sectors {
      flex-direction: row;
      padding: 100px 0; } }
  .sectors .col-l {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 0 30px 60px 30px; }
    @media (min-width: 768px) {
      .sectors .col-l {
        width: 40%;
        padding: 0 5%; } }
    @media (min-width: 1152px) {
      .sectors .col-l {
        width: 50%; } }
  .sectors .col-r {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    background-color: #35AAE1;
    padding: 30px; }
    @media (min-width: 768px) {
      .sectors .col-r {
        flex-direction: row;
        width: 60%;
        padding: 60px 3%; } }
    @media (min-width: 1152px) {
      .sectors .col-r {
        width: 50%; } }
    .sectors .col-r h4 {
      margin-bottom: 30px; }
  .sectors h4 {
    color: #ffffff;
    font-family: "BigShoulders";
    font-size: 40px;
    line-height: 50px; }
    @media (min-width: 768px) {
      .sectors h4 {
        font-size: 30px;
        line-height: 40px; } }
    @media (min-width: 1152px) {
      .sectors h4 {
        font-size: 45px;
        line-height: 55px;
        padding-right: 200px; } }

.sectors-nav {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .sectors-nav {
      width: 50%;
      margin-bottom: 0; } }
  @media (min-width: 1152px) {
    .sectors-nav h4 {
      font-size: 50px;
      line-height: 60px; } }
  .sectors-nav li {
    display: block;
    list-style: none; }
    .sectors-nav li:not(:last-of-type) {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .sectors-nav li:not(:last-of-type) {
          margin-bottom: 5px; } }
      @media (min-width: 1152px) {
        .sectors-nav li:not(:last-of-type) {
          margin-bottom: 20px; } }
    .sectors-nav li a {
      color: #ffffff;
      text-transform: uppercase;
      font-family: "SarabunExtraBold";
      text-decoration: none;
      font-size: 14px;
      line-height: 14px; }
      @media (min-width: 1152px) {
        .sectors-nav li a {
          font-size: 16px;
          line-height: 16px; } }
      .sectors-nav li a:hover {
        text-decoration: underline; }

.tabgroup {
  position: relative;
  width: 100%;
  padding: 0; }
  @media (min-width: 768px) {
    .tabgroup {
      width: 50%; } }
  .tabgroup:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
  .tabgroup .sector-heading {
    display: block;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    font-family: "SarabunExtraBold";
    text-transform: uppercase; }
  .tabgroup p {
    color: #ffffff;
    margin-bottom: 20px; }
  .tabgroup a {
    color: #ffffff;
    font-family: "SarabunThin";
    text-transform: uppercase;
    text-decoration: underline; }
    .tabgroup a:hover {
      text-decoration: none; }
  .tabgroup .sectors-overlay {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    width: calc(100% - 60px);
    height: 100%;
    bottom: 30px;
    left: 30px; }
  .tabgroup img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.sectors-intro {
  display: block;
  position: relative;
  width: 100%;
  background: #21a2b9;
  background: linear-gradient(97deg, #21a2b9 0%, #35aae1 100%); }
  .sectors-intro .c-container {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .sectors-intro .c-container {
        flex-direction: row; } }
    @media (min-width: 1152px) {
      .sectors-intro .c-container {
        padding: 100px 0; } }
  .sectors-intro .col-l {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .sectors-intro .col-l {
        width: 50%;
        padding: 0 40px;
        margin-bottom: 0; } }
    @media (min-width: 1152px) {
      .sectors-intro .col-l {
        padding: 0 100px; } }
  .sectors-intro .col-r {
    display: inline-block;
    width: 100%; }
    @media (min-width: 768px) {
      .sectors-intro .col-r {
        width: 50%;
        padding: 0 100px 0 0; } }
  .sectors-intro h2 {
    color: #ffffff;
    font-family: "BigShoulders";
    font-size: 34px;
    line-height: 44px; }
    @media (min-width: 1152px) {
      .sectors-intro h2 {
        font-size: 45px;
        line-height: 55px; } }
  .sectors-intro p {
    color: #ffffff;
    margin-bottom: 20px; }

.article-carousel {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 60px 0; }
  @media (min-width: 1152px) {
    .article-carousel {
      padding: 60px 50px; } }
  .article-carousel h5 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    font-family: "BigShoulders";
    font-size: 34px;
    line-height: 44px; }
    @media (min-width: 1152px) {
      .article-carousel h5 {
        font-size: 50px;
        line-height: 60px; } }
  .article-carousel ul {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 60px; }
    @media (min-width: 1152px) {
      .article-carousel ul {
        padding: 0; } }
  .article-carousel li {
    list-style: none;
    text-align: center;
    transition: all .3s ease;
    margin: 0 0.1%;
    padding: 0 5px; }
  .article-carousel img {
    margin-bottom: 20px; }
  .article-carousel .article-heading {
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 1152px) {
      .article-carousel .article-heading {
        font-size: 18px;
        line-height: 22px; } }
    .article-carousel .article-heading a {
      color: #000000;
      text-decoration: none; }
      .article-carousel .article-heading a:hover {
        text-decoration: underline; }
      .article-carousel .article-heading a:visited {
        color: #000000; }

.review-widget {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 60px 20px; }
  @media (min-width: 1152px) {
    .review-widget {
      padding: 60px 50px; } }
  .review-widget h5 {
    width: 100%;
    text-align: center;
    font-family: "BigShoulders";
    margin-bottom: 60px;
    font-size: 34px;
    line-height: 44px; }
    @media (min-width: 1152px) {
      .review-widget h5 {
        font-size: 45px;
        line-height: 50px; } }
  .review-widget .widget {
    width: 100%;
    text-align: center; }

.instagram {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 0 0 30px 0; }
  @media (min-width: 768px) {
    .instagram {
      flex-direction: row; } }
  @media (min-width: 1152px) {
    .instagram {
      padding: 0 0 100px 0; } }

.insta-feed {
  width: 100%;
  color: #ffffff;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .insta-feed {
      width: 50%;
      margin-bottom: 0; } }

.insta-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  padding: 0; }
  @media (min-width: 768px) {
    .insta-intro {
      width: 50%;
      padding: 0 0 0 80px; } }
  .insta-intro p {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .insta-intro p {
        max-width: 400px; } }
    @media (min-width: 1152px) {
      .insta-intro p {
        max-width: 250px; } }

.hash {
  font-family: "SarabunExtraBold";
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .hash {
      max-width: 400px; } }
  @media (min-width: 1152px) {
    .hash {
      font-size: 34px;
      line-height: 44px; } }

.page-top {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #132431;
  background-image: url("images/header-sub-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden; }
  @media (min-width: 1152px) {
    .single-post .page-top {
      height: 430px; } }
  body.woocommerce-cart .page-top, body.woocommerce-checkout .page-top {
    background-image: none;
    color: #000000;
    background-color: transparent; }
  .page-top .c-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 20px;
    z-index: 5; }
    .single-post .page-top .c-container {
      padding-top: 25px; }
    body.woocommerce-cart .page-top .c-container, body.woocommerce-checkout .page-top .c-container {
      padding-top: 0; }
  body.woocommerce-account .page-top {
    padding-bottom: 60px; }
  .page-top h1 {
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    font-family: "BigShoulders"; }
    @media (min-width: 1152px) {
      .page-top h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 40px; } }
    body.woocommerce-cart .page-top h1 {
      color: #000000;
      margin-top: 60px;
      margin-bottom: 0;
      text-transform: uppercase; }
    body.woocommerce-checkout .page-top h1 {
      color: #000000;
      margin-top: 60px;
      margin-bottom: 60px;
      text-transform: uppercase; }

.breadcrumb {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  color: #35AAE1;
  font-family: "SarabunThin"; }
  body.woocommerce-cart .breadcrumb, body.woocommerce-checkout .breadcrumb {
    display: none;
    visibility: hidden; }
  .breadcrumb ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .breadcrumb li {
    display: inline-block;
    position: relative;
    color: #35AAE1;
    text-transform: uppercase;
    font-family: "SarabunThin";
    font-size: 10px;
    line-height: 10px; }
    @media (min-width: 1152px) {
      .breadcrumb li {
        font-size: 14px;
        line-height: 14px; } }
    .breadcrumb li a {
      text-decoration: none;
      color: #35AAE1; }
      .breadcrumb li a:hover {
        text-decoration: underline;
        text-underline-offset: 5px; }

.category-description {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
  text-align: center; }
  .category-description img {
    padding: 0 0 40px 0;
    width: 90%; }
    @media (min-width: 1152px) {
      .category-description img {
        width: 80%; } }
  @media (min-width: 1152px) {
    .category-description {
      padding: 40px 0 60px 0; } }
  .category-description p {
    text-align: center; }
    @media (min-width: 768px) {
      .category-description p {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto; } }

.term-description p:not(:last-of-type) {
  margin-bottom: 20px; }

#more {
  display: none;
  margin-top: 20px; }

.sale-banner {
  text-align: center; }
  .sale-banner img {
    padding: 0;
    width: 90%; }

.prod-listing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding-bottom: 60px; }
  .prod-listing li {
    display: flex;
    flex-direction: column;
    height: auto;
    list-style: none;
    text-align: center;
    border: 1px solid #ddd;
    transition: all .3s ease;
    margin: 0 2% 7px 0;
    padding: 30px 10px;
    width: 49%; }
    .prod-listing li:nth-of-type(2n) {
      margin-right: 0; }
    .prod-listing li:hover {
      border: 1px solid #35AAE1; }
    @media (min-width: 768px) {
      .prod-listing li {
        width: 24.2222%;
        margin-bottom: 15px;
        padding: 30px;
        margin-right: 1%; }
        .prod-listing li:nth-of-type(2n) {
          margin-right: 1%; }
        .prod-listing li:nth-of-type(4n) {
          margin-right: 0; } }
  .prod-listing .cat-product--info {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .prod-listing .product-name {
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 14px;
    color: #132431;
    line-height: 20px;
    font-weight: 600;
    font-family: "SarabunExtraBold"; }
    @media (min-width: 1152px) {
      .prod-listing .product-name {
        font-size: 18px;
        line-height: 20px;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto; } }
  .prod-listing .price {
    display: flex;
    flex-direction: column;
    color: #F26721;
    font-family: "SarabunExtraBold";
    font-size: 18px;
    line-height: 18px;
    margin-top: auto; }
  .prod-listing .price-excl {
    display: inline-flex;
    align-items: baseline;
    justify-content: center; }
    .prod-listing .price-excl span {
      width: auto; }
    .prod-listing .price-excl .vat {
      font-size: 13px;
      margin-left: 5px;
      text-transform: uppercase; }
  .prod-listing .price-incl {
    display: inline-flex;
    align-items: baseline;
    margin-top: 10px;
    color: #35AAE1;
    justify-content: center; }
    .prod-listing .price-incl span {
      width: auto;
      color: #35AAE1; }
    .prod-listing .price-incl .vat {
      font-size: 13px;
      margin-left: 5px;
      text-transform: uppercase; }
  .prod-listing .wwp-wholesale-pricing-details p {
    padding: 2px 0; }
    .prod-listing .wwp-wholesale-pricing-details p:first-of-type {
      display: none; }
    .prod-listing .wwp-wholesale-pricing-details p b {
      font-size: 13px;
      line-height: 13px; }
  .prod-listing .wwp-wholesale-pricing-details bdi:not(s bdi):not(b bdi) {
    color: #F26721;
    font-family: "SarabunExtraBold";
    font-size: 20px; }
  .prod-listing .blue-outline {
    color: #35AAE1;
    min-width: 100%;
    margin-top: 20px;
    padding: 15px 0; }
    @media (min-width: 1152px) {
      .prod-listing .blue-outline {
        min-width: 180px; } }
    .prod-listing .blue-outline:hover {
      color: #ffffff; }

.product-main {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 991px) {
    .product-main {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 2000px) {
    .product-main {
      max-width: 1366px; } }
  @media (min-width: 768px) {
    .product-main {
      flex-direction: row;
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .product-main {
      padding-top: 90px;
      padding-bottom: 90px; } }

.product-gallery {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .product-gallery {
      width: 45%;
      padding: 0;
      margin-bottom: 0; } }
  @media (min-width: 1152px) {
    .product-gallery {
      width: 50%; } }
  .product-gallery .main-img {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #ccc; }
  .product-gallery .woocommerce-product-gallery__trigger {
    top: 20px !important;
    right: 20px !important;
    width: 40px;
    height: 40px;
    background-image: url("images/icons/search.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center; }
    .product-gallery .woocommerce-product-gallery__trigger img {
      width: 0 !important;
      height: 0 !important; }
  .product-gallery img {
    width: 100%;
    max-width: 80%;
    background-color: #fff; }

.warranty-sticker {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 500; }
  .warranty-sticker img {
    max-width: 60px; }

.desktop-additional {
  display: none;
  visibility: hidden; }
  @media (min-width: 768px) {
    .desktop-additional {
      display: block;
      visibility: visible; } }

.mobile-additional {
  display: block;
  visibility: visible;
  border-top: 1px solid #000000;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px; }
  .mobile-additional .additional-info {
    margin-top: 0; }
    .mobile-additional .additional-info p {
      text-align: left;
      font-size: 14px;
      line-height: 20px; }
  @media (min-width: 768px) {
    .mobile-additional {
      display: none;
      visibility: hidden; } }

.delivery-callout {
  position: relative;
  margin-top: 30px; }
  .delivery-callout picture,
  .delivery-callout img {
    width: 100%;
    max-width: 100%; }
  .delivery-callout:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(53, 170, 225, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .delivery-callout .callout-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center; }
  .delivery-callout p {
    position: relative;
    color: #ffffff;
    font-family: "BigShoulders";
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px; }
    @media (min-width: 1152px) {
      .delivery-callout p {
        font-size: 60px;
        line-height: 65px; } }
    .delivery-callout p + p {
      text-transform: none;
      font-size: 18px;
      line-height: 24px;
      font-family: "SarabunExtraBold"; }
      @media (min-width: 1152px) {
        .delivery-callout p + p {
          font-size: 30px;
          line-height: 40px; } }

.product-info {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .product-info {
      width: 55%;
      padding: 40px 5% 0 5%; } }
  @media (min-width: 1152px) {
    .product-info {
      width: 50%; } }
  .product-info .wwp-wholesale-pricing-details {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 20px; }
    .product-info .wwp-wholesale-pricing-details p {
      padding: 2px 0; }
      .product-info .wwp-wholesale-pricing-details p b {
        font-size: 13px;
        line-height: 13px; }
    .product-info .wwp-wholesale-pricing-details bdi:not(s bdi):not(b bdi) {
      color: #F26721;
      font-family: "SarabunExtraBold";
      font-size: 20px; }
  .product-info .product-title {
    font-family: "BigShoulders";
    color: #666;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 0; }
    @media (min-width: 1152px) {
      .product-info .product-title {
        font-size: 32px;
        line-height: 40px; } }
  .product-info .price-excl {
    font-family: "SarabunExtraBold";
    font-size: 26px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #F26721; }
    .product-info .price-excl .vat {
      text-transform: uppercase;
      font-size: 16px; }
  .product-info .price-incl {
    font-family: "SarabunExtraBold";
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #35AAE1; }
    .product-info .price-incl .vat {
      text-transform: uppercase;
      font-size: 13px; }
  .product-info .sku {
    display: block;
    position: relative;
    width: 100%;
    color: #4D4D4D;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    font-family: "SarabunThin"; }
  .product-info .stock-dispatch {
    display: flex; }
  .product-info p.delivery {
    font-family: "SarabunThin";
    text-transform: uppercase;
    color: #4D4D4D; }
  .product-info .stock-notice {
    font-family: "SarabunThin";
    text-transform: uppercase; }
    .product-info .stock-notice.in-stock {
      color: #38b000; }
    .product-info .stock-notice.out-of-stock {
      color: #d62828; }
  .product-info .short-description {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .product-info .short-description {
        border-top: 1px solid #000;
        padding-top: 30px;
        border-bottom: 1px solid black;
        padding-bottom: 30px;
        margin-bottom: 30px; } }
    .product-info .short-description p {
      margin-bottom: 20px; }
    .product-info .short-description ul {
      padding: 0 15px;
      margin-bottom: 20px; }
    .product-info .short-description li {
      font-size: 14px;
      line-height: 20px; }
      @media (min-width: 1152px) {
        .product-info .short-description li {
          font-size: 16px;
          line-height: 24px; } }
      .product-info .short-description li:not(:last-of-type) {
        margin-bottom: 5px; }
    .product-info .short-description .description-links {
      display: flex;
      flex-direction: column;
      width: 100%; }
      @media (min-width: 992px) {
        .product-info .short-description .description-links {
          flex-direction: row;
          justify-content: space-between; } }
    .product-info .short-description a {
      margin-top: 20px;
      color: #35AAE1;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 13px;
      text-decoration: underline;
      text-underline-offset: 7px; }
      .product-info .short-description a:hover {
        text-decoration: none; }
    .product-info .short-description a.spec-link {
      display: flex;
      align-items: center; }
      .product-info .short-description a.spec-link:before {
        content: "";
        display: block;
        position: relative;
        width: 0;
        height: 25px; }
    .product-info .short-description a.trade-link {
      display: flex;
      align-items: center;
      color: #000000; }
      .product-info .short-description a.trade-link:before {
        content: "";
        display: block;
        position: relative;
        width: 25px;
        height: 25px;
        background-image: url("images/icons/trade-link.png");
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center;
        margin-right: 10px; }

form.cart {
  display: block;
  position: relative; }
  form.cart label {
    display: inline-block;
    position: relative;
    width: auto;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      form.cart label {
        float: left;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 12px; } }
    @media (min-width: 992px) {
      form.cart label {
        font-size: 14px;
        line-height: 14px; } }

.cart-actions {
  display: flex;
  width: 100%; }
  .product-offer .cart-actions {
    background-color: #EFF7FB;
    flex-wrap: wrap;
    padding: 30px 30px 50px 30px; }
  .cart-actions .actions-heading {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-family: "BigShoulders";
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px; }
  .cart-actions .phone-btn {
    width: 100%;
    border-color: #F26721;
    border-radius: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #F26721;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .cart-actions .phone-btn {
        width: 48%;
        margin-right: 1%;
        margin-bottom: 0; } }
  .cart-actions .added_to_cart.wc-forward {
    display: none; }
  .cart-actions .quantity {
    display: flex;
    position: relative;
    width: auto;
    margin-right: 10px; }
  .cart-actions input[type="number"] {
    width: 40px;
    height: 60px;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #ccc;
    font-size: 18px;
    line-height: 18px; }
  .cart-actions .minus {
    display: inline-block;
    position: relative;
    min-width: 50px;
    width: 50px;
    height: 60px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-indent: -9999px;
    background-image: url("images/minus.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center; }
  .cart-actions .plus {
    display: inline-block;
    position: relative;
    min-width: 50px;
    width: 50px;
    height: 60px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-indent: -9999px;
    background-image: url("images/plus.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center; }
  .cart-actions .single_add_to_cart_button {
    background-color: #F26721 !important;
    border: 1px solid #F26721 !important;
    border-radius: 20px !important;
    color: #ffffff !important;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    transition: all .3s ease; }
    @media (min-width: 1152px) {
      .cart-actions .single_add_to_cart_button {
        font-size: 18px;
        line-height: 18px; } }
    .product-offer .cart-actions .single_add_to_cart_button {
      width: 48%;
      margin-left: 1%;
      font-size: 16px;
      line-height: 16px; }
    .cart-actions .single_add_to_cart_button:hover {
      background-color: #f37739 !important; }

.variations_form table.variations {
  margin-bottom: 20px; }
  .variations_form table.variations td:last-of-type {
    padding-left: 20px; }
  .variations_form table.variations select {
    min-width: 200px;
    padding-left: 10px;
    margin-right: 10px; }
  .variations_form table.variations a.reset_variations {
    color: #666;
    font-size: 12px; }
.variations_form .quantity {
  display: flex;
  position: relative;
  float: left;
  width: auto;
  margin-right: 10px; }
.variations_form .woocommerce-variation-add-to-cart {
  display: flex; }
.variations_form .woocommerce-variation-price {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
.variations_form input[type="number"] {
  width: 40px;
  height: 60px;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  color: #ccc;
  font-size: 18px;
  line-height: 18px; }
.variations_form .minus {
  display: inline-block;
  position: relative;
  min-width: 50px;
  width: 50px;
  height: 60px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-indent: -9999px;
  background-image: url("images/minus.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center; }
.variations_form .plus {
  display: inline-block;
  position: relative;
  min-width: 50px;
  width: 50px;
  height: 60px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-indent: -9999px;
  background-image: url("images/plus.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center; }
.variations_form .single_add_to_cart_button {
  background-color: #F26721 !important;
  border: 1px solid #F26721 !important;
  border-radius: 20px !important;
  color: #ffffff !important;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  transition: all .3s ease; }
  @media (min-width: 1152px) {
    .variations_form .single_add_to_cart_button {
      font-size: 18px;
      line-height: 18px; } }

.ppcp-messages {
  width: 100%;
  text-align: center;
  margin-top: 30px; }

.yith-ywraq-add-to-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px; }

.woocommerce .add-request-quote-button.button, .woocommerce .add-request-quote-button.blue-outline, .woocommerce .add-request-quote-button.blue-solid, .woocommerce .add-request-quote-button.white-outline, .woocommerce .promo-offer a.add-request-quote-button, .promo-offer .woocommerce a.add-request-quote-button, .woocommerce .cart-actions .add-request-quote-button.phone-btn, .cart-actions .woocommerce .add-request-quote-button.phone-btn, .woocommerce .our-industries .overlay-content a.add-request-quote-button, .our-industries .overlay-content .woocommerce a.add-request-quote-button {
  display: flex;
  align-items: center;
  margin-top: 0;
  background-color: transparent !important;
  color: #35AAE1 !important;
  font-family: "SarabunExtraBold"; }
  .woocommerce .add-request-quote-button.button:before, .woocommerce .add-request-quote-button.blue-outline:before, .woocommerce .add-request-quote-button.blue-solid:before, .woocommerce .add-request-quote-button.white-outline:before, .woocommerce .promo-offer a.add-request-quote-button:before, .promo-offer .woocommerce a.add-request-quote-button:before, .woocommerce .cart-actions .add-request-quote-button.phone-btn:before, .cart-actions .woocommerce .add-request-quote-button.phone-btn:before, .woocommerce .our-industries .overlay-content a.add-request-quote-button:before, .our-industries .overlay-content .woocommerce a.add-request-quote-button:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("images/icons/quote-icon.png") !important;
    background-repeat: no-repeat !important;
    background-size: 40px !important;
    background-position: top 50% left 0 !important;
    margin-right: 10px; }
  .woocommerce .add-request-quote-button.button:hover, .woocommerce .add-request-quote-button.blue-outline:hover, .woocommerce .add-request-quote-button.blue-solid:hover, .woocommerce .add-request-quote-button.white-outline:hover, .woocommerce .promo-offer a.add-request-quote-button:hover, .promo-offer .woocommerce a.add-request-quote-button:hover, .woocommerce .cart-actions .add-request-quote-button.phone-btn:hover, .cart-actions .woocommerce .add-request-quote-button.phone-btn:hover, .woocommerce .our-industries .overlay-content a.add-request-quote-button:hover, .our-industries .overlay-content .woocommerce a.add-request-quote-button:hover {
    text-decoration: underline; }

.yith_ywraq_add_item_product_message {
  font-size: 14px;
  line-height: 14px;
  margin-right: 10px; }

.yith_ywraq_add_item_response_message {
  font-size: 14px;
  line-height: 14px;
  margin-right: 10px; }
  .yith_ywraq_add_item_response_message a {
    color: #35AAE1; }
    .yith_ywraq_add_item_response_message a:hover {
      text-decoration: none; }

.yith_ywraq_add_item_browse_message {
  font-size: 14px;
  line-height: 14px; }
  .yith_ywraq_add_item_browse_message a {
    color: #35AAE1; }
    .yith_ywraq_add_item_browse_message a:hover {
      text-decoration: none; }

.additional-info {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 30px;
  text-align: center;
  clear: both; }
  @media (min-width: 992px) {
    .additional-info {
      width: 500px;
      margin-left: auto;
      margin-right: auto; } }
  .additional-info p {
    font-family: "SarabunExtraBold";
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px; }
    @media (min-width: 1152px) {
      .additional-info p {
        font-size: 18px;
        line-height: 26px; } }
    .additional-info p a {
      color: #000000; }
      .additional-info p a:hover {
        text-decoration: none; }
      .additional-info p a:visited {
        color: #000000; }
    .additional-info p a[href^="tel:"] {
      color: #35AAE1;
      font-family: "SarabunExtraBold";
      text-decoration: none; }
      .additional-info p a[href^="tel:"]:hover {
        text-decoration: underline; }
      .additional-info p a[href^="tel:"]:visited {
        text-decoration: none; }

.detail-nav {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 80%; }
  @media (min-width: 768px) {
    .detail-nav {
      flex-direction: row; } }
  .detail-nav li {
    flex: 1;
    text-align: center;
    list-style: none; }
    .detail-nav li:not(:last-of-type) {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .detail-nav li:not(:last-of-type) {
          margin-bottom: 0; } }
  .detail-nav a {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-family: "SarabunExtraBold";
    color: #132431;
    text-decoration: none; }
    @media (min-width: 768px) {
      .detail-nav a {
        font-size: 16px;
        line-height: 16px; } }
    @media (min-width: 1152px) {
      .detail-nav a {
        font-size: 18px;
        line-height: 18px; } }
    .detail-nav a:hover {
      color: #35AAE1;
      text-decoration: underline;
      text-underline-offset: 8px; }

.specification {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #132431;
  scroll-margin: 80px; }
  .specification h3 {
    color: #ffffff;
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 60px;
    font-family: "BigShoulders";
    font-size: 45px;
    line-height: 55px; }
  .specification .c-container {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .specification .c-container {
        flex-direction: row; } }
  .specification .col-l {
    width: 100%;
    color: #ffffff; }
    @media (min-width: 768px) {
      .specification .col-l {
        width: 50%;
        padding: 0 5%; } }
  .specification .col-r {
    width: 100%;
    color: #ffffff;
    text-align: center; }
    @media (min-width: 768px) {
      .specification .col-r {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%; } }
  .specification p {
    margin-bottom: 30px; }
  .specification table {
    border: 1px solid #35AAE1;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px; }
  .specification tr {
    border-bottom: 1px solid #35AAE1; }
  .specification td {
    padding: 20px;
    color: #35AAE1;
    font-family: "SarabunExtraBold";
    text-transform: uppercase;
    width: 20%; }
    .specification td:last-of-type {
      color: #ffffff;
      font-family: sans-serif;
      text-transform: none;
      width: 80%; }

.spec-downloads {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 0 30px 0;
  color: #ffffff; }
  .spec-downloads h4 {
    width: 100%;
    text-align: center;
    color: #35AAE1;
    font-family: "BigShoulders";
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px; }
  .spec-downloads a {
    display: inline-block;
    width: 300px;
    margin-bottom: 20px; }
    .spec-downloads a + a {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .spec-downloads a {
        margin-bottom: 0; }
        .spec-downloads a + a {
          margin-left: 40px; } }

.key-features {
  padding: 60px 0;
  scroll-margin: 80px; }
  @media (min-width: 1152px) {
    .key-features {
      padding: 100px 0; } }
  @media (min-width: 1152px) {
    .key-features .c-container {
      max-width: 1100px; } }
  .key-features h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    font-family: "BigShoulders";
    font-size: 45px;
    line-height: 55px; }

.key-row {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .key-row {
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      .key-row:nth-of-type(even) {
        flex-direction: row-reverse; }
        .key-row:nth-of-type(even) .img-block {
          justify-content: flex-end; } }
  .key-row .img-block {
    width: 100%; }
    @media (min-width: 768px) {
      .key-row .img-block {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 50%; } }
    .key-row .img-block img {
      border-radius: 100%;
      border: 2px solid #35AAE1;
      width: 100%; }
      @media (min-width: 768px) {
        .key-row .img-block img {
          max-width: 80%; } }
  .key-row .text-block {
    width: 100%;
    text-align: center;
    padding: 40px 0; }
    @media (min-width: 768px) {
      .key-row .text-block {
        text-align: left;
        width: 50%;
        padding: 0; } }
  .key-row .key-heading {
    font-family: "BigShoulders";
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px; }

.gallery-grid {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0;
  scroll-margin: 80px; }
  .gallery-grid h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    font-family: "BigShoulders";
    font-size: 45px;
    line-height: 55px; }

.gallery-grid--container {
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  @media (min-width: 768px) {
    .gallery-grid--container {
      max-width: 1100px;
      flex-direction: row; } }

.grid-1 {
  width: 100%;
  margin-bottom: 11px; }
  @media (min-width: 768px) {
    .grid-1 {
      width: 32%;
      margin-bottom: 0;
      margin-right: 1%; } }
  .grid-1 img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 11px; }
    .grid-1 img + img {
      margin-bottom: 0; }

.grid-2 {
  width: 100%;
  margin-bottom: 11px; }
  @media (min-width: 768px) {
    .grid-2 {
      width: 32%;
      margin-bottom: 0;
      margin-right: 1%; } }
  .grid-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.grid-3 {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .grid-3 {
      width: 34%; } }
  .grid-3 img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 11px; }
    .grid-3 img + img {
      margin-bottom: 0; }

.product-quote {
  display: block;
  position: relative;
  width: 100%;
  background-color: #000000;
  padding: 60px 20px; }
  .product-quote .quote-callout {
    padding: 0; }

#related {
  scroll-margin: 80px; }

/* Ask Question Popup */
#ask-modal, #modal-datasheet, #modal-certificate {
  padding: 40px;
  overflow: auto; }
  #ask-modal .modal-heading, #modal-datasheet .modal-heading, #modal-certificate .modal-heading {
    width: 100%;
    text-align: center;
    font-family: "BigShoulders";
    color: #132431;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 40px; }
  #ask-modal .field, #modal-datasheet .field, #modal-certificate .field {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    color: #777; }
    #ask-modal .field a, #modal-datasheet .field a, #modal-certificate .field a {
      color: #777;
      text-decoration: none; }
      #ask-modal .field a:hover, #modal-datasheet .field a:hover, #modal-certificate .field a:hover {
        text-decoration: underline; }
      #ask-modal .field a:visited, #modal-datasheet .field a:visited, #modal-certificate .field a:visited {
        color: #777; }
  #ask-modal input[type="checkbox"], #modal-datasheet input[type="checkbox"], #modal-certificate input[type="checkbox"] {
    margin: 0 5px 0 0; }
  #ask-modal label, #modal-datasheet label, #modal-certificate label {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    color: #777;
    font-size: 16px;
    line-height: 16px; }
    #ask-modal label span, #modal-datasheet label span, #modal-certificate label span {
      font-size: 14px;
      line-height: 16px;
      margin-left: 0; }
    #ask-modal label a, #modal-datasheet label a, #modal-certificate label a {
      color: #777; }
      #ask-modal label a:visited, #modal-datasheet label a:visited, #modal-certificate label a:visited {
        color: #777; }
      #ask-modal label a:hover, #modal-datasheet label a:hover, #modal-certificate label a:hover {
        text-decoration: none; }
  #ask-modal button[type="submit"], #modal-datasheet button[type="submit"], #modal-certificate button[type="submit"] {
    display: block;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    cursor: pointer;
    background: #21a2b9;
    background: linear-gradient(97deg, #21a2b9 0%, #35aae1 100%);
    border-color: #35AAE1;
    border-radius: 20px;
    color: #ffffff;
    min-height: 50px;
    text-transform: uppercase;
    font-family: "SarabunExtraBold"; }

.single-product div.product .woocommerce-product-gallery {
  float: unset !important;
  display: block;
  width: 100%;
  border: 1px solid #ccc; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  padding: 40px 0 !important;
  display: block;
  float: left;
  width: 100%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25% !important; }

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin: 20px 0 !important; }

.frm_start_over {
  display: none; }

.lity-close {
  position: absolute !important;
  color: #132431 !important;
  text-shadow: none !important;
  width: 50px !important;
  height: 50px !important; }

/* Why Choose */
.why-choose {
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .why-choose {
      padding-bottom: 60px; } }
  .why-choose .c-container {
    border-top: 1px solid #35AAE1;
    padding-top: 30px; }
    @media (min-width: 1152px) {
      .why-choose .c-container {
        padding-top: 60px; } }
  .why-choose h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-family: "BigShoulders";
    color: #4D4D4D;
    font-size: 32px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .why-choose h4 {
        font-size: 30px;
        line-height: 40px; } }
    @media (min-width: 1152px) {
      .why-choose h4 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 60px; } }
  .why-choose ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0; }
  .why-choose li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px; }
    .why-choose li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .why-choose li {
        width: 23%;
        justify-content: flex-end; }
        .why-choose li:nth-of-type(2n) {
          margin-right: 2%; }
        .why-choose li:nth-of-type(4n) {
          margin-right: 0; } }
    .why-choose li img {
      max-width: 50%;
      margin-bottom: 20px; }
    .why-choose li p {
      text-align: center;
      font-family: "SarabunExtraBold"; }

.xoo-cp-container {
  border: 1px solid #fff !important;
  border-radius: 0 !important; }

.xoo-cp-atcn {
  text-align: center !important; }

.xoo-cp-success {
  background-color: transparent !important;
  border: 0 !important;
  color: #132431 !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  border-bottom: 1px solid #132431 !important;
  padding-bottom: 20px !important;
  font-family: "BigShoulders" !important;
  font-size: 24px;
  line-height: 34px; }

.xoo-cp-atcn .xoo-cp-icon-check {
  display: none !important; }

td.xoo-cp-ptitle a {
  font-family: sans-serif !important;
  text-transform: uppercase;
  text-decoration: none;
  color: #132431 !important;
  font-size: 18px;
  line-height: 24px; }
  td.xoo-cp-ptitle a:hover {
    text-decoration: underline; }

.xoo-cp-variations {
  line-height: 16px; }

.xoo-cp-pprice span {
  font-family: "SarabunExtraBold" !important;
  color: #35AAE1 !important; }

.xoo-cp-pqty span {
  font-family: "SarabunExtraBold" !important;
  color: #35AAE1 !important; }

.xoo-cp-ptotal {
  width: 100% !important;
  margin-right: 0 !important;
  border-top: 1px solid #35AAE1 !important;
  border-bottom: 1px solid #35AAE1 !important;
  text-align: center;
  padding: 30px 0 !important;
  margin-bottom: 30px; }
  .xoo-cp-ptotal .tax_label {
    font-size: 16px !important; }

.xcp-totxt {
  font-family: "SarabunExtraBold" !important;
  color: #35AAE1 !important;
  font-size: 16px !important; }

.xcp-ptotal {
  font-family: "SarabunExtraBold" !important;
  color: #35AAE1 !important;
  font-size: 22px !important; }

.xoo-cp-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px; }

.xoo-cp-btn-vc {
  width: 40% !important;
  padding: 15px 0 !important;
  border-radius: 0 !important;
  font-family: "SarabunExtraBold" !important;
  color: #ffffff !important;
  font-size: 16px !important;
  background-color: #F26721 !important;
  border: 1px solid #F26721 !important;
  text-decoration: none;
  border-radius: 20px !important;
  transition: all .3s ease;
  text-decoration: none;
  order: 1;
  margin-left: 20px; }
  .xoo-cp-btn-vc:hover {
    background-color: #35AAE1 !important;
    border: 1px solid #35AAE1 !important;
    color: #ffffff !important; }

.xoo-cp-btn-ch {
  order: 3;
  width: 100% !important;
  margin-top: 20px;
  background-color: transparent !important;
  color: #132431 !important;
  font-family: "SarabunExtraBold" !important;
  font-size: 16px !important;
  border: 0 !important;
  transition: all .3s ease; }
  .xoo-cp-btn-ch:hover {
    color: #F26721 !important; }

.xoo-cp-close.xcp-btn {
  width: 40% !important;
  padding: 15px 0 !important;
  border-radius: 20px !important;
  font-family: "SarabunExtraBold" !important;
  color: #F26721 !important;
  font-size: 16px !important;
  background-color: #ffffff !important;
  border: 1px solid #F26721 !important;
  transition: all .3s ease;
  margin-right: 0; }
  .xoo-cp-close.xcp-btn:hover {
    background-color: #F26721 !important;
    border: 1px solid #F26721 !important;
    color: #ffffff !important; }

.xoo-cp-btn-ch {
  border-top: 0 !important;
  border-radius: 0 !important;
  margin-right: 0 !important;
  margin-top: 30px !important;
  padding-top: 0 !important; }

span.xoo-cp-close {
  right: 15px !important;
  top: 27px !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 0 !important;
  background-image: url("images/icons/close-icon.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center; }

.xoo-cp-icon-cross:before {
  color: #132431;
  content: "" !important; }

.xoo-cp-pqty {
  display: none; }

td.xoo-cp-pimg {
  padding: 20px; }

.page-intro {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px 0; }
  @media (min-width: 1152px) {
    .page-intro {
      padding: 80px 0; } }
  .page-intro h1, .page-intro h2 {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: "BigShoulders";
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 60px; }
    .page-results .page-intro h1, .page-results .page-intro h2 {
      margin-bottom: 0; }
  body.page-template-page-trade .page-intro h1 {
    text-transform: uppercase; }
  .page-intro p {
    text-align: center;
    margin-bottom: 30px;
    color: #666; }
    @media (min-width: 768px) {
      .page-intro p {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto; } }
    .page-intro p:last-of-type {
      margin-bottom: 0; }
    .page-intro p span {
      color: #35AAE1; }

.counter-slim {
  display: block;
  position: relative;
  width: 100%;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px; }
  @media (max-width: 991px) {
    .counter-slim {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 2000px) {
    .counter-slim {
      max-width: 1366px; } }
  @media (min-width: 1152px) {
    .counter-slim {
      padding-bottom: 60px; } }
  .page-template-page-about .counter-slim {
    padding-top: 60px;
    padding-bottom: 60px; }
  .page-template-page-sector .counter-slim {
    padding-bottom: 60px; }
    @media (min-width: 1152px) {
      .page-template-page-sector .counter-slim {
        padding-bottom: 100px; } }
  .counter-slim .center-btn {
    margin-top: 60px; }
    .counter-slim .center-btn .blue-outline {
      color: #35AAE1; }
      .counter-slim .center-btn .blue-outline:hover {
        color: #ffffff; }
  .counter-slim ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .counter-slim li {
    display: inline-block;
    text-align: center;
    padding: 0;
    width: 49%;
    margin-right: 2%; }
    .counter-slim li:nth-of-type(2n) {
      margin-right: 0; }
    .counter-slim li:not(:last-of-type) {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .counter-slim li:not(:last-of-type) {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .counter-slim li {
        width: 23.5%; }
        .counter-slim li:nth-of-type(2n) {
          margin-right: 2%; }
        .counter-slim li:nth-of-type(4n) {
          margin-right: 0; } }
  .counter-slim h3 {
    color: #ffffff;
    margin-bottom: 60px;
    font-family: "BigShoulders";
    font-size: 26px;
    line-height: 32px;
    text-align: center; }
    @media (min-width: 1152px) {
      .counter-slim h3 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 80px; } }
  .counter-slim p {
    color: #ffffff;
    margin-bottom: 0; }

.equal-col {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .equal-col {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 2000px) {
    .equal-col {
      max-width: 1366px; } }
  @media (min-width: 768px) {
    .equal-col {
      flex-direction: row; } }
  @media (min-width: 768px) {
    .equal-col.is-reversed {
      flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .equal-col.is-reversed .col-l {
      padding: 0 0 0 30px; } }
  @media (min-width: 1152px) {
    .equal-col.is-reversed .col-l {
      padding: 0 0 0 60px; } }
  .equal-col .col-l {
    width: 100%;
    padding: 0;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .equal-col .col-l {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0 30px 0 0;
        margin-bottom: 0; } }
    @media (min-width: 1152px) {
      .equal-col .col-l {
        padding: 0 60px; } }
  .equal-col .col-r {
    width: 100%; }
    @media (min-width: 768px) {
      .equal-col .col-r {
        width: 50%; } }
    .equal-col .col-r img {
      height: 100%;
      object-fit: cover; }
  .equal-col h1, .equal-col h2, .equal-col h3, .equal-col h4, .equal-col h5, .equal-col h6 {
    color: #ffffff;
    font-family: "BigShoulders";
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .equal-col h1, .equal-col h2, .equal-col h3, .equal-col h4, .equal-col h5, .equal-col h6 {
        font-size: 36px;
        line-height: 46px; } }
    @media (min-width: 1152px) {
      .equal-col h1, .equal-col h2, .equal-col h3, .equal-col h4, .equal-col h5, .equal-col h6 {
        font-size: 45px;
        line-height: 55px; } }
    .page-template-page-sector .equal-col h1, .page-template-page-sector .equal-col h2, .page-template-page-sector .equal-col h3, .page-template-page-sector .equal-col h4, .page-template-page-sector .equal-col h5, .page-template-page-sector .equal-col h6 {
      color: #000000; }
  .equal-col p {
    color: #ffffff;
    margin-bottom: 20px; }
    .page-template-page-sector .equal-col p {
      color: #000000; }
    .equal-col p.large {
      font-family: "SarabunThin";
      font-size: 24px;
      line-height: 34px; }
    @media (min-width: 768px) {
      .equal-col p {
        padding-right: 30px; } }
    @media (min-width: 1152px) {
      .equal-col p {
        padding-right: 100px; } }
  .equal-col .btn-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .equal-col .btn-container {
        flex-direction: row; } }
    .equal-col .btn-container a {
      margin-bottom: 20px; }
      .equal-col .btn-container a + a {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .equal-col .btn-container a {
          margin-bottom: 0;
          margin-right: 30px;
          min-width: 130px; }
          .equal-col .btn-container a + a {
            margin-right: 0; } }

#ourmission {
  scroll-margin: 100px; }

.timeline {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0;
  scroll-margin: 90px; }

.top-panel {
  position: relative;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .top-panel {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 2000px) {
    .top-panel {
      max-width: 1366px; } }
  @media (min-width: 768px) {
    .top-panel {
      padding: 0 50px; } }
  .top-panel h3 {
    color: #ffffff;
    margin-bottom: 30px;
    font-family: "BigShoulders";
    font-size: 45px;
    line-height: 55px; }
  .top-panel p {
    color: #ffffff;
    margin-bottom: 20px; }
    .top-panel p:last-of-type {
      margin-bottom: 30px; }
    @media (min-width: 768px) {
      .top-panel p {
        max-width: 500px; } }
    @media (min-width: 1152px) {
      .top-panel p {
        max-width: 600px; } }

.timeline-slider {
  padding: 0;
  margin: 0; }
  .timeline-slider li {
    padding: 0;
    margin: 0; }
    .timeline-slider li:nth-of-type(even) p {
      padding-top: 90px; }
      .timeline-slider li:nth-of-type(even) p:before {
        height: 50px; }
  .timeline-slider p {
    position: relative;
    color: #ffffff;
    font-family: "SarabunExtraBold";
    text-align: center;
    padding-top: 140px;
    font-size: 18px;
    line-height: 26px;
    padding-left: 50px;
    padding-right: 50px; }
    .timeline-slider p:before {
      content: "";
      display: block;
      position: absolute;
      top: 20px;
      left: 50%;
      height: 100px;
      width: 1px;
      background-color: #ffffff; }

.timeline-controls {
  display: flex;
  width: auto;
  position: relative;
  margin-top: 40px;
  color: #ffffff; }
  @media (min-width: 768px) {
    .timeline-controls {
      position: absolute;
      bottom: 30px;
      right: 30px;
      margin-top: 0; } }
  .timeline-controls > div {
    cursor: pointer; }
    .timeline-controls > div + div {
      margin-left: 15px; }
  .timeline-controls img {
    max-width: 60px; }

.timeline-heading {
  color: #35AAE1;
  font-family: "BigShoulders";
  text-align: center;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .timeline-heading {
      font-size: 100px;
      line-height: 100px; } }

.sepline {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #ffffff; }
  .sepline:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 15px);
    top: -15px;
    width: 30px;
    height: 30px;
    background-color: #35AAE1;
    border: 5px solid #000000;
    border-radius: 100%; }

.our-industries {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0; }
  .our-industries h3 {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: "BigShoulders";
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 60px; }
  .our-industries ul {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .our-industries ul {
        flex-direction: row;
        flex-wrap: wrap; } }
  .our-industries li {
    display: inline-block;
    position: relative;
    width: 100%;
    transition: all .3s ease;
    overflow: hidden; }
    .our-industries li:not(:last-of-type) {
      margin-bottom: 20px; }
    @media (min-width: 768px) {
      .our-industries li {
        width: 32.5%;
        margin-right: 1.222%; }
        .our-industries li:nth-of-type(3n) {
          margin-right: 0; }
        .our-industries li:last-of-type {
          margin-bottom: 20px; } }
    .our-industries li:hover:before {
      background-color: #35AAE1;
      opacity: .7; }
    .our-industries li:hover .industry-title {
      color: #ffffff; }
    .our-industries li:hover img {
      transform: scale(1.03); }
    .our-industries li:hover p {
      color: #ffffff; }
    .our-industries li:hover a {
      border-color: #ffffff;
      color: #ffffff; }
    .our-industries li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      transition: all .3s ease;
      opacity: .9;
      z-index: 2; }
  .our-industries img {
    width: 100%;
    filter: grayscale(1);
    transform: scale(1);
    transition: all .3s ease; }
  .our-industries .overlay-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    z-index: 5; }
    @media (min-width: 1152px) {
      .our-industries .overlay-content {
        padding: 0 60px; } }
    .our-industries .overlay-content p {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .our-industries .overlay-content p {
          margin-bottom: 15px; } }
      @media (min-width: 1152px) {
        .our-industries .overlay-content p {
          margin-bottom: 30px; } }
    .our-industries .overlay-content a {
      border-color: #35AAE1;
      border-radius: 20px;
      color: #35AAE1;
      min-width: 150px; }
  .our-industries .industry-title {
    font-family: "BigShoulders";
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #35AAE1; }
    @media (min-width: 768px) {
      .our-industries .industry-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px; } }
    @media (min-width: 1152px) {
      .our-industries .industry-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px; } }

.accordion-section {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .accordion-section {
      padding: 60px 50px; } }
  .page-template-page-privacy .accordion-section {
    padding-top: 0; }
  .accordion-section h4 {
    font-family: "BigShoulders";
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 60px; }
  .accordion-section p:not(.accordion-content p) {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .accordion-section p:not(.accordion-content p) {
        max-width: 80%; } }
    .accordion-section p:not(.accordion-content p):not(:last-of-type) {
      margin-bottom: 20px; }

.accordion-container {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .accordion-container {
      margin-left: auto;
      margin-right: auto; } }

.accordion-item {
  display: block;
  position: relative;
  width: 100%; }

.accordion-title {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 25px 20px 10px;
  border-top: 1px solid #999;
  font-family: "SarabunExtraBold";
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px; }
  @media (min-width: 1152px) {
    .accordion-title {
      font-size: 18px;
      line-height: 28px; } }
  .accordion-title.active-tab {
    border-bottom: 1px solid #999; }

.accordion-content {
  padding: 40px 10px; }
  .accordion-content p {
    color: #666;
    margin-bottom: 20px; }

.accordion-title span[class^='icon-'] {
  position: absolute;
  right: 5px;
  top: 19px; }

.icon-minus:before {
  content: "\2013";
  font-size: 18px;
  line-height: 18px; }

.icon-plus:before {
  content: "+";
  font-size: 18px;
  line-height: 18px; }

.accordion-title span.icon-plus,
.accordion-title span.icon-minus {
  transform-origin: 50% 50%;
  transition: all .5s ease; }

.news-listing {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0; }
  .news-listing ul {
    display: flex;
    flex-wrap: wrap; }
  .news-listing .blue-outline span {
    color: #35AAE1; }
  .news-listing .blue-outline:hover span {
    color: #ffffff; }

.filter-by {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  background-color: #EFF7FB;
  color: #333; }
  .search-results .filter-by {
    width: 100%;
    padding: 30px; }
    .search-results .filter-by .widget_search {
      margin-left: auto;
      margin-right: auto;
      max-width: 1000px; }
    .search-results .filter-by input[type="search"] {
      height: 70px;
      border: 1px solid #ffffff;
      padding-left: 30px;
      font-family: "SarabunThin";
      color: #999 !important;
      font-size: 20px !important; }
    .search-results .filter-by button[type="submit"] {
      margin-left: 0;
      background-color: #ffffff;
      text-indent: -9999px;
      border: 1px solid #ffffff;
      width: 70px;
      background-image: url("images/search.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center;
      cursor: pointer; }

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px; }
  .nav-links a {
    color: #35AAE1;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "SarabunExtraBold"; }
    .nav-links a:hover {
      text-decoration: underline; }
    .nav-links a:visited {
      color: #35AAE1; }
  .nav-links .nav-next {
    margin-left: 20px; }

.searchandfilter ul {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .searchandfilter ul {
      flex-direction: row;
      align-items: flex-start; } }
  .searchandfilter ul .sf-field-category {
    min-width: 300px; }
    @media (min-width: 768px) {
      .searchandfilter ul .sf-field-category {
        margin-right: 20px;
        margin-bottom: 0; } }
    .searchandfilter ul .sf-field-category label {
      width: 100%; }
  .searchandfilter ul .sf-input-select {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    height: 50px !important;
    padding: 10px 10px;
    width: 100%; }
  .searchandfilter ul .sf-field-search {
    min-width: 300px; }
    .searchandfilter ul .sf-field-search label {
      width: 100%; }

li.article:not(.slick-slider li) {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  vertical-align: top;
  border: 1px solid #ccc;
  padding: 15px; }
  @media (min-width: 768px) {
    li.article:not(.slick-slider li) {
      width: 32.333%;
      margin-bottom: 25px;
      margin-right: 1.5%; }
      li.article:not(.slick-slider li):nth-of-type(3n) {
        margin-right: 0; } }
li.article:hover {
  border-color: #35AAE1; }
li.article img {
  margin-bottom: 20px; }
li.article h4 {
  font-weight: normal;
  text-transform: none;
  height: auto;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
  padding-right: 60px; }
  @media (min-width: 1152px) {
    li.article h4 {
      font-size: 22px;
      line-height: 28px; } }
  li.article h4 a {
    text-decoration: none;
    color: #000000; }
    li.article h4 a:visited {
      text-decoration: none; }
    li.article h4 a:hover {
      text-decoration: underline;
      color: #35AAE1; }
li.article p {
  color: #666;
  margin-bottom: 40px; }
li.article .readmore {
  display: inline-block;
  margin-top: auto;
  margin-bottom: 20px;
  color: #35AAE1;
  font-family: "SarabunThin";
  text-transform: uppercase;
  text-decoration: underline; }
  li.article .readmore:visited {
    text-decoration: underline;
    color: #35AAE1; }
  li.article .readmore:hover {
    text-decoration: none; }

.article-wrapper {
  transform: translateY(-130px); }
  @media (min-width: 1152px) {
    .article-wrapper {
      transform: translateY(-180px); } }

article .post-full {
  width: 100%; }

.article-inner {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .article-inner {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  .article-inner h1 {
    font-family: "BigShoulders";
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 50px; }
  .article-inner p {
    margin-bottom: 30px;
    color: #999; }
    .article-inner p span {
      color: #35AAE1; }
    .article-inner p a {
      color: #35AAE1; }
      .article-inner p a:visited {
        color: #35AAE1; }
    .article-inner p:empty {
      display: none;
      visibility: hidden; }
  .article-inner ul {
    padding-left: 15px; }
  .article-inner li:not(:last-of-type) {
    margin-bottom: 5px; }
  .article-inner h2, .article-inner h3, .article-inner h4, .article-inner h5, .article-inner h6 {
    font-family: "BigShoulders";
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 30px; }

.share-article {
  background-color: #EFF7FB;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 30px 0; }
  @media (min-width: 1152px) {
    .share-article {
      width: 50%; } }
  .share-article .share-heading {
    color: #132431;
    font-family: "SarabunExtraBold";
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px; }
  .share-article ul {
    margin: 0;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .share-article ul {
        padding: 0; } }
  .share-article li {
    display: inline-flex;
    align-items: center;
    width: 49%; }
    .share-article li:not(:last-of-type) {
      margin-bottom: 10px; }
    @media (min-width: 768px) {
      .share-article li {
        width: auto; }
        .share-article li:not(:last-of-type) {
          margin-right: 30px;
          margin-bottom: 0; } }
    .share-article li:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 25px;
      height: 25px;
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center;
      margin-right: 10px; }
    .share-article li a {
      position: relative;
      text-decoration: none;
      font-family: "SarabunExtraBold";
      text-transform: uppercase;
      color: #132431; }
      .share-article li a:visited {
        text-decoration: none; }
      .share-article li a:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -5px;
        left: 0;
        opacity: 0;
        width: 0%;
        height: 1px;
        background-color: #132431;
        transition: all .3s ease; }
    .share-article li:hover a:after {
      width: 100%;
      opacity: 1; }
    .share-article li:nth-of-type(1):before {
      background-image: url("images/icons/linkedin-blue.png"); }
    .share-article li:nth-of-type(2):before {
      background-image: url("images/icons/facebook-blue.png"); }
    .share-article li:nth-of-type(3):before {
      background-image: url("images/icons/instagram-blue.png"); }
    .share-article li:nth-of-type(4):before {
      background-image: url("images/icons/twitter-blue.png"); }

.view-all {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  border-top: 1px solid #35AAE1;
  border-bottom: 1px solid #35AAE1;
  padding: 40px 0;
  margin-top: 60px; }
  .view-all .c-container {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      .view-all .c-container {
        flex-direction: row; } }
  .view-all a {
    font-family: "SarabunExtraBold"; }
    .view-all a:not(.blue-outline) {
      color: #35AAE1;
      text-transform: uppercase;
      font-family: "SarabunThin"; }
      .view-all a:not(.blue-outline):hover {
        text-decoration: none; }
  .view-all .blue-outline {
    margin-top: 20px;
    font-weight: 700;
    color: #35AAE1; }
    @media (min-width: 768px) {
      .view-all .blue-outline {
        margin-left: auto;
        margin-top: 0; } }
    .view-all .blue-outline:hover {
      color: #ffffff; }

.related-articles {
  padding-bottom: 0 !important; }
  @media (min-width: 1152px) {
    .related-articles ul {
      max-width: 80% !important; } }

.contact-us {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 60px 0 0 0; }
  @media (min-width: 768px) {
    .contact-us {
      flex-direction: row;
      padding-bottom: 80px; } }

.contact-form {
  width: 100%;
  padding: 20px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .contact-form {
      width: 50%;
      margin-bottom: 0; } }
  @media (min-width: 1152px) {
    .contact-form {
      padding: 20px 5%; } }
  .contact-form .frm_primary_label {
    color: #666 !important; }
  .contact-form input {
    border-radius: 15px !important; }
  .contact-form textarea {
    border-radius: 15px !important; }
  .contact-form .frm_submit {
    margin-bottom: 20px; }
    .contact-form .frm_submit button {
      background-color: #35AAE1 !important;
      padding: 15px 30px !important;
      border-radius: 10px !important;
      text-transform: uppercase;
      font-family: "SarabunExtraBold";
      width: 200px !important; }
      .contact-form .frm_submit button:hover {
        border: 1px solid #35AAE1 !important;
        background-color: #35AAE1 !important;
        color: #ffffff !important; }
  .contact-form p {
    color: #666; }
    .contact-form p a {
      color: #666;
      text-transform: none;
      text-decoration: underline; }
      .contact-form p a:hover {
        color: #35AAE1;
        text-decoration: none; }

.enquiry-methods {
  width: 100%;
  padding: 60px 20px;
  background-color: #EFF7FB; }
  @media (min-width: 768px) {
    .enquiry-methods {
      width: 50%; } }
  @media (min-width: 1152px) {
    .enquiry-methods {
      padding: 60px 80px; } }
  .enquiry-methods ul:not(.secondary-contacts) {
    margin: 0 0 50px 0;
    padding: 0; }
  .enquiry-methods li {
    display: flex;
    align-items: center; }
    .enquiry-methods li:not(:last-of-type) {
      margin-bottom: 20px; }
    .enquiry-methods li a {
      font-family: "BigShoulders";
      text-decoration: none;
      font-size: 24px;
      line-height: 34px;
      color: #132431; }
      @media (min-width: 1152px) {
        .enquiry-methods li a {
          font-size: 34px;
          line-height: 44px; } }
      .enquiry-methods li a:hover {
        text-decoration: underline; }
    .enquiry-methods li:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 60px;
      height: 60px;
      margin-right: 15px;
      background-repeat: no-repeat;
      background-size: 60px;
      background-position: center; }
    .enquiry-methods li:nth-of-type(1):before {
      background-image: url("images/contact/phone-icon.png"); }
    .enquiry-methods li:nth-of-type(2):before {
      background-image: url("images/contact/email-icon.png"); }
  .enquiry-methods p {
    font-family: "SarabunExtraBold";
    text-transform: uppercase;
    margin-bottom: 0;
    color: #35AAE1;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 1152px) {
      .enquiry-methods p {
        font-size: 18px;
        line-height: 28px; } }
  .enquiry-methods address {
    font-style: normal;
    color: #666;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px; }
    .enquiry-methods address span {
      display: block;
      position: relative;
      font-family: "SarabunExtraBold";
      text-transform: uppercase;
      color: #35AAE1;
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 15px; }
    .enquiry-methods address a {
      text-decoration: none; }
      .enquiry-methods address a:hover {
        text-decoration: underline; }
      .enquiry-methods address a:first-of-type {
        margin-top: 20px;
        margin-bottom: 5px;
        display: block;
        position: relative; }
  .enquiry-methods .map {
    display: block;
    position: relative;
    width: 100%; }
    .enquiry-methods .map span:not(.blue-outline span) {
      display: block;
      position: relative;
      font-family: "SarabunExtraBold";
      text-transform: uppercase;
      color: #35AAE1;
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 15px; }
    .enquiry-methods .map iframe {
      width: 100%;
      margin-bottom: 20px; }
    .enquiry-methods .map .blue-outline {
      color: #35AAE1 !important; }
      .enquiry-methods .map .blue-outline:hover {
        color: #ffffff !important; }

.secondary-contacts {
  display: block;
  position: relative;
  margin-top: 50px;
  margin-bottom: 0;
  padding-left: 0; }
  .secondary-contacts li:not(:last-of-type) {
    margin-bottom: 30px; }
  .secondary-contacts li p {
    font-family: "SarabunExtraBold";
    font-size: 24px;
    line-height: 34px;
    font-weight: 700; }
  .secondary-contacts li a {
    font-size: 18px;
    line-height: 28px;
    color: #35AAE1;
    text-decoration: underline; }
    .secondary-contacts li a:hover {
      text-decoration: none; }
  .secondary-contacts li:before {
    width: 50px;
    height: 50px;
    background-size: 50px; }
  .secondary-contacts li:nth-of-type(1):before {
    background-color: #ccc; }
  .secondary-contacts li:nth-of-type(2):before {
    background-color: #666; }

.results-list {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 20px; }
  @media (min-width: 1152px) {
    .results-list {
      max-width: 1366px;
      margin-left: auto;
      margin-right: auto; } }
  .results-list li {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    list-style: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #132431; }
    .results-list li:not(:last-of-type) {
      margin-bottom: 30px; }
  .results-list p {
    color: #666; }

.results-heading a {
  display: inline-block;
  font-family: "SarabunExtraBold";
  color: #000000;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px; }
  .results-heading a:hover {
    text-decoration: underline; }
  .results-heading a:visited {
    color: #000000; }

.no-results {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 20px 120px 20px;
  text-align: center; }
  .no-results h1 {
    font-family: "BigShoulders";
    color: #000000;
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 20px; }
  .no-results a {
    color: #35AAE1;
    text-decoration: none; }
    .no-results a:visited {
      color: #35AAE1; }
    .no-results a:hover {
      text-decoration: underline;
      text-underline-offset: 5px; }

.woocommerce-cart .woocommerce-notices-wrapper {
  margin-top: 0; }

.fs-free-shipping-notice-and-button-wrapper {
  padding: 15px;
  color: #ffffff;
  justify-content: center !important;
  font-family: "SarabunExtraBold"; }
  .fs-free-shipping-notice-and-button-wrapper .flexible-shipping-free-shipping-button {
    border: 0;
    color: #ffffff;
    padding: 0;
    text-decoration: underline;
    overflow: visible; }

.fs-free-shipping-notice-text {
  text-align: center;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .fs-free-shipping-notice-text {
      margin-bottom: 0; } }

.woocommerce-cart-form {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0 0 0; }
  @media (min-width: 768px) {
    .woocommerce-cart-form {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1366px) {
    .woocommerce-cart-form {
      max-width: 1366px; } }

.woocommerce-notices-wrapper {
  max-width: 90%;
  margin: 0 auto; }
  @media (min-width: 1366px) {
    .woocommerce-notices-wrapper {
      max-width: 1366px; } }
  .woocommerce-notices-wrapper li {
    list-style: none;
    padding: 20px; }
  .woocommerce-notices-wrapper .woocommerce-error li {
    color: #ffffff;
    text-align: center; }
  .woocommerce-notices-wrapper .woocommerce-message {
    padding: 20px;
    color: #ffffff;
    text-align: center; }

.cart-empty {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  color: #35AAE1;
  text-align: center;
  background-color: #ffffff !important;
  border: 1px solid #35AAE1; }

.return-to-shop {
  display: block;
  position: relative;
  width: 100%;
  margin: 30px 0;
  text-align: center; }

.button.wc-backward, .wc-backward.blue-outline, .wc-backward.blue-solid, .wc-backward.white-outline, .promo-offer a.wc-backward, .cart-actions .wc-backward.phone-btn, .our-industries .overlay-content a.wc-backward {
  border: 0;
  color: #35AAE1; }

.quote-msg {
  margin: 90px 0 0 0;
  width: 100%;
  text-align: center;
  padding: 0 20px; }

.woocommerce-cart-form {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 0 !important; }
  @media (min-width: 1366px) {
    .woocommerce-cart-form {
      max-width: 1366px; } }
  .woocommerce-cart-form table {
    border-radius: 0 !important;
    width: 100%; }
  .woocommerce-cart-form thead {
    background-color: #132431;
    border-left: 1px solid #132431;
    border-right: 1px solid #132431;
    color: #ffffff;
    font-family: "SarabunThin";
    text-transform: uppercase; }
    .woocommerce-cart-form thead th {
      padding: 15px 12px !important; }
  .woocommerce-cart-form tbody td {
    padding: 15px 12px !important; }
  .woocommerce-cart-form .product-thumbnail {
    padding: 15px 0 !important; }
  .woocommerce-cart-form .product-name {
    padding: 15px 25px !important; }
  .woocommerce-cart-form .woocommerce-cart-form__cart-item {
    background-color: #ffffff !important; }
    .woocommerce-cart-form .woocommerce-cart-form__cart-item:nth-of-type(even) {
      background-color: #f9f9f9 !important; }
  .woocommerce-cart-form .product-thumbnail a {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }
  .woocommerce-cart-form .product-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 100px !important; }
  .woocommerce-cart-form .qty {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    color: #999;
    font-size: 16px;
    font-family: sans-serif; }
  .woocommerce-cart-form .minus {
    min-width: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    padding: 0 !important;
    border: 1px solid #ccc;
    border-right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #ffffff;
    background-image: url("images/minus.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    text-indent: -9999px; }
  .woocommerce-cart-form .plus {
    min-width: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 0 !important;
    border-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ffffff;
    background-image: url("images/plus.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    text-indent: -9999px; }
  .woocommerce-cart-form .product-name a {
    display: inline-block;
    color: #000000;
    font-family: "SarabunExtraBold";
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 992px) {
      .woocommerce-cart-form .product-name a {
        max-width: 60%; } }
    .woocommerce-cart-form .product-name a:hover {
      text-decoration: underline; }
  .woocommerce-cart-form .product-price {
    text-align: center; }
  .woocommerce-cart-form .variation {
    font-size: 14px;
    line-height: 14px; }
  .woocommerce-cart-form .variation-CuttingOption {
    margin-bottom: 5px; }
    .woocommerce-cart-form .variation-CuttingOption p {
      font-size: 14px;
      line-height: 14px; }
  .woocommerce-cart-form .quantity {
    display: flex;
    justify-content: center; }
  .woocommerce-cart-form .product-quantity {
    text-align: center; }
  .woocommerce-cart-form .woocommerce-Price-amount {
    color: #132431;
    font-family: "SarabunExtraBold";
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px; }
  .woocommerce-cart-form .product-subtotal {
    text-align: center; }
    .woocommerce-cart-form .product-subtotal .woocommerce-Price-amount {
      color: #F26721; }
  .woocommerce-cart-form .actions {
    background-color: transparent !important;
    padding: 60px 12px 60px 12px !important;
    text-align: left;
    border-top: 1px solid #ccc; }
    .woocommerce-cart-form .actions button[type="submit"] {
      overflow: visible;
      border: 1px solid #000000 !important;
      border-radius: 15px !important;
      margin-right: 0;
      float: none;
      height: 47px;
      cursor: pointer;
      background-color: #ffffff !important;
      padding: 15px 20px !important;
      color: #000000 !important;
      font-family: "SarabunExtraBold";
      text-transform: uppercase;
      font-weight: normal !important;
      width: 100% !important; }
      @media (min-width: 768px) {
        .woocommerce-cart-form .actions button[type="submit"] {
          width: auto !important;
          margin-left: 15px;
          float: right;
          top: 0; } }
      .woocommerce-cart-form .actions button[type="submit"]:hover {
        background-color: #000000 !important;
        color: #ffffff !important; }
    .woocommerce-cart-form .actions a.button, .woocommerce-cart-form .actions a.blue-outline, .woocommerce-cart-form .actions a.blue-solid, .woocommerce-cart-form .actions a.white-outline, .woocommerce-cart-form .actions .promo-offer a, .promo-offer .woocommerce-cart-form .actions a, .woocommerce-cart-form .actions .cart-actions a.phone-btn, .cart-actions .woocommerce-cart-form .actions a.phone-btn, .woocommerce-cart-form .actions .our-industries .overlay-content a, .our-industries .overlay-content .woocommerce-cart-form .actions a {
      border: 1px solid #000000 !important;
      border-radius: 15px !important;
      background-color: #ffffff !important;
      color: #000000 !important;
      transition: all .3s ease; }
      .woocommerce-cart-form .actions a.button:hover, .woocommerce-cart-form .actions a.blue-outline:hover, .woocommerce-cart-form .actions a.blue-solid:hover, .woocommerce-cart-form .actions a.white-outline:hover, .woocommerce-cart-form .actions .promo-offer a:hover, .promo-offer .woocommerce-cart-form .actions a:hover, .woocommerce-cart-form .actions .cart-actions a.phone-btn:hover, .cart-actions .woocommerce-cart-form .actions a.phone-btn:hover, .woocommerce-cart-form .actions .our-industries .overlay-content a:hover, .our-industries .overlay-content .woocommerce-cart-form .actions a:hover {
        background-color: #000000 !important;
        color: #ffffff !important; }
      @media (min-width: 768px) {
        .woocommerce-cart-form .actions a.button, .woocommerce-cart-form .actions a.blue-outline, .woocommerce-cart-form .actions a.blue-solid, .woocommerce-cart-form .actions a.white-outline, .woocommerce-cart-form .actions .promo-offer a, .promo-offer .woocommerce-cart-form .actions a, .woocommerce-cart-form .actions .cart-actions a.phone-btn, .cart-actions .woocommerce-cart-form .actions a.phone-btn, .woocommerce-cart-form .actions .our-industries .overlay-content a, .our-industries .overlay-content .woocommerce-cart-form .actions a {
          float: right; } }
    @media (min-width: 768px) {
      .woocommerce-cart-form .actions a.continue {
        float: left; } }

.woocommerce-cart-form__cart-item {
  border: 0; }

.woocommerce a.remove {
  margin: 0 auto;
  font-size: 18px !important;
  height: 30px !important;
  width: 30px !important;
  line-height: 27px !important; }

.woocommerce table.shop_table td small {
  font-size: 13px;
  line-height: 13px; }

.bottom-basket {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 90%;
  margin: 60px auto; }

.coupon-form {
  display: inline-block;
  width: 48%; }

.coupon {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .coupon {
      width: 500px;
      margin-left: auto; } }

.coupon-heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: "SarabunThin";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px; }
  .coupon-heading:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url("images/icons/coupon.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center; }

.coupon-action {
  display: flex;
  width: 100%; }
  .coupon-action input[type="text"] {
    width: calc(100% - 100px) !important;
    border-right: 0 !important; }
  .coupon-action button[type="submit"] {
    width: 100px;
    min-width: 100px;
    border-left: 0;
    background-color: #F26721;
    border: 1px solid #F26721;
    color: #ffffff;
    font-family: "SarabunThin";
    cursor: pointer;
    transition: all .3s ease; }
    .coupon-action button[type="submit"]:hover {
      background-color: #35AAE1;
      border: 1px solid #35AAE1; }

.button.continue, .continue.blue-outline, .continue.blue-solid, .continue.white-outline, .promo-offer a.continue, .cart-actions .continue.phone-btn, .our-industries .overlay-content a.continue {
  float: none;
  position: relative;
  width: auto;
  padding: 15px !important;
  font-size: 14px !important;
  line-height: 14px !important;
  border-radius: 30px;
  border: 1px solid #35AAE1;
  background-color: #ffffff;
  color: #000000;
  height: 47px;
  font-family: "SarabunExtraBold";
  text-transform: uppercase; }

.cart-collaterals {
  width: 100%;
  margin: 30px 0 60px 0; }
  @media (min-width: 768px) {
    .cart-collaterals {
      max-width: 1366px;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto; } }
  .cart-collaterals .cart_totals {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px; }
    @media (min-width: 768px) {
      .cart-collaterals .cart_totals {
        width: 500px;
        margin-left: auto; } }
    .cart-collaterals .cart_totals tr.shipping th {
      vertical-align: top; }
  .cart-collaterals h2 {
    display: none;
    visibility: hidden; }
  .cart-collaterals table {
    border-radius: 0 !important;
    border-color: #ffffff !important;
    width: 100%; }
  .cart-collaterals th,
  .cart-collaterals td {
    padding: 15px 20px !important;
    text-transform: uppercase;
    color: #000000; }
  .cart-collaterals .cart-discount th,
  .cart-collaterals .cart-discount td {
    color: #80b918 !important; }
  .cart-collaterals .cart-discount span {
    color: #80b918 !important; }
  .cart-collaterals .woocommerce-remove-coupon {
    font-size: 11px;
    line-height: 11px;
    color: #000000 !important; }
  .cart-collaterals th {
    font-family: "SarabunThin" !important; }
  .cart-collaterals td {
    font-family: "SarabunThin" !important;
    color: #000000 !important; }
  .cart-collaterals .shipping-calculator-button {
    font-size: 14px !important;
    color: #666 !important; }
  .cart-collaterals .form-row {
    padding: 5px 0 !important; }

.wc-proceed-to-checkout {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 0; }
  .wc-proceed-to-checkout a.button, .wc-proceed-to-checkout a.blue-outline, .wc-proceed-to-checkout a.blue-solid, .wc-proceed-to-checkout a.white-outline, .wc-proceed-to-checkout .promo-offer a, .promo-offer .wc-proceed-to-checkout a, .wc-proceed-to-checkout .cart-actions a.phone-btn, .cart-actions .wc-proceed-to-checkout a.phone-btn, .wc-proceed-to-checkout .our-industries .overlay-content a, .our-industries .overlay-content .wc-proceed-to-checkout a {
    display: block;
    background-color: #F26721 !important;
    border: 1px solid #F26721 !important;
    border-radius: 20px;
    color: #ffffff !important;
    padding: 20px !important;
    font-family: "SarabunExtraBold" !important;
    font-weight: normal !important;
    text-transform: uppercase;
    transition: all .3s ease;
    width: 100%; }
    .wc-proceed-to-checkout a.button:hover, .wc-proceed-to-checkout a.blue-outline:hover, .wc-proceed-to-checkout a.blue-solid:hover, .wc-proceed-to-checkout a.white-outline:hover, .wc-proceed-to-checkout .promo-offer a:hover, .promo-offer .wc-proceed-to-checkout a:hover, .wc-proceed-to-checkout .cart-actions a.phone-btn:hover, .cart-actions .wc-proceed-to-checkout a.phone-btn:hover, .wc-proceed-to-checkout .our-industries .overlay-content a:hover, .our-industries .overlay-content .wc-proceed-to-checkout a:hover {
      border: 1px solid #35AAE1 !important;
      background-color: #4bb3e4 !important;
      color: #ffffff !important; }

table.shop_table_responsive tr td.product-remove {
  text-align: center; }

table.shop_table_responsive tr td.product-remove a {
  color: #000000;
  text-decoration: none; }

.select2-container .select2-selection--single {
  height: 50px !important;
  border-radius: 0 !important;
  border: 1px solid #ccc !important;
  margin-bottom: 0 !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px !important;
  text-transform: capitalize;
  padding-left: 10px;
  border-color: #ccc;
  font-size: 14px;
  text-align: left; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px !important;
  right: 5px !important; }

.woocommerce-cart .cart-collaterals .cart_totals tr:not(:first-of-type) th,
.woocommerce-cart .cart-collaterals .cart_totals tr:not(:first-of-type) td {
  border-top: 1px solid #ccc !important; }
.woocommerce-cart .cart-collaterals .cart_totals tr td:last-of-type {
  text-align: right; }
.woocommerce-cart .cart-collaterals .cart_totals tr .woocommerce-Price-amount {
  color: #F26721; }

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  font-family: sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 14px; }
  .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination strong {
    color: #999;
    font-weight: 400; }

.cards {
  padding: 20px 0 0 0;
  text-align: center; }
  .cards img {
    width: 100%;
    max-width: 200px; }
  .cards p {
    margin: 20px 0; }
    .cards p a {
      text-transform: uppercase;
      color: #000000; }
      .cards p a:visited {
        color: #000000; }

.coupon-test-discount {
  color: #80b918 !important; }
  .coupon-test-discount th, .coupon-test-discount td {
    color: #80b918 !important; }
    .coupon-test-discount th *, .coupon-test-discount td * {
      color: #80b918 !important; }

@media (max-width: 768px) {
  .woocommerce-cart-form .coupon {
    width: 100%; }
    .woocommerce-cart-form .coupon input[type="text"] {
      width: 50% !important; }
    .woocommerce-cart-form .coupon button[type="submit"] {
      width: 50% !important; }
    .woocommerce-cart-form .coupon .btns-right {
      float: none; }
    .woocommerce-cart-form .coupon .btns-right .button, .woocommerce-cart-form .coupon .btns-right .blue-outline, .woocommerce-cart-form .coupon .btns-right .blue-solid, .woocommerce-cart-form .coupon .btns-right .white-outline, .woocommerce-cart-form .coupon .btns-right .promo-offer a, .promo-offer .woocommerce-cart-form .coupon .btns-right a, .woocommerce-cart-form .coupon .btns-right .cart-actions .phone-btn, .cart-actions .woocommerce-cart-form .coupon .btns-right .phone-btn, .woocommerce-cart-form .coupon .btns-right .our-industries .overlay-content a, .our-industries .overlay-content .woocommerce-cart-form .coupon .btns-right a {
      display: block; }

  .woocommerce-cart-form .quantity {
    justify-content: center; }

  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    width: 100%;
    display: none; }

  .woocommerce-cart .wc-proceed-to-checkout {
    padding: 20px 0; }

  .woocommerce-cart .cart-collaterals .cart_totals tr:not(:first-of-type) th,
  .woocommerce-cart .cart-collaterals .cart_totals tr:not(:first-of-type) td {
    border-top: 0 !important; } }
.woocommerce-shipping-calculator input {
  font-family: "SarabunThin"; }
.woocommerce-shipping-calculator p:last-of-type {
  margin-top: 20px; }
.woocommerce-shipping-calculator p button {
  width: 100px;
  min-width: 100px;
  font-family: "SarabunThin";
  background-color: #35AAE1;
  border: 1px solid #35AAE1;
  color: #ffffff;
  padding: 0;
  height: 50px;
  cursor: pointer;
  transition: all .3s ease; }
  .woocommerce-shipping-calculator p button:hover {
    background-color: #F26721;
    border-color: #F26721; }

ul.woocommerce-shipping-methods li {
  list-style-type: none; }
  ul.woocommerce-shipping-methods li:not(:last-of-type) {
    margin-bottom: 5px; }

p.woocommerce-shipping-destination {
  padding: 5px 0; }

.shipping-calculator-form {
  margin: 20px 0 10px 0; }

@media (max-width: 767px) {
  .bottom-basket {
    flex-direction: column; }

  .coupon {
    margin-bottom: 20px;
    margin-top: 30px; }

  .coupon-form {
    width: 100%; }

  .coupon input[type="text"] {
    width: calc(100% - 100px); }

  .coupon button[type="submit"] {
    width: 100px;
    max-width: 100px; }

  .woocommerce table.shop_table {
    border: 0;
    margin: 0 -1px 0 0;
    text-align: left;
    width: 100%;
    border-collapse: separate; }

  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none; }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block; }

  .woocommerce-cart-form__contents tr td {
    display: block;
    text-align: center !important;
    border-bottom: 0; }

  .woocommerce table.shop_table tfoot tr,
  .woocommerce table.shop_table tfoot td {
    border-bottom: 0; }

  .woocommerce-cart-form .actions {
    border-top: 0;
    padding: 30px 10px 0 10px !important; }
    .woocommerce-cart-form .actions .button, .woocommerce-cart-form .actions .blue-outline, .woocommerce-cart-form .actions .blue-solid, .woocommerce-cart-form .actions .white-outline, .woocommerce-cart-form .actions .promo-offer a, .promo-offer .woocommerce-cart-form .actions a, .woocommerce-cart-form .actions .cart-actions .phone-btn, .cart-actions .woocommerce-cart-form .actions .phone-btn, .woocommerce-cart-form .actions .our-industries .overlay-content a, .our-industries .overlay-content .woocommerce-cart-form .actions a {
      width: 60%;
      margin-bottom: 10px; }

  .cart-collaterals {
    width: 90%;
    padding: 0;
    margin-left: auto;
    margin-right: auto; } }
  @media (max-width: 767px) and (min-width: 768px) {
    .cart-collaterals {
      padding: 0; } }
@media (max-width: 767px) {
    .cart-collaterals td {
      padding: 15px 0 !important; }
    .cart-collaterals th {
      padding: 15px 0 !important; }

  .cart-collaterals .coupon {
    width: 100%; }

  .cart-collaterals .coupon input[type="text"] {
    width: 60%; }

  .cart-collaterals .coupon button[type="submit"] {
    width: 40%; }

  .cart-collaterals .collateral-left {
    width: 100%;
    margin-bottom: 30px; }

  .cart-collaterals .collateral-right {
    width: 100%;
    padding: 20px; }

  .cart_totals {
    padding: 20px; }
    .cart_totals table th,
    .cart_totals table td {
      display: inline-block !important;
      width: 49%; }
    .cart_totals .cart-subtotal td {
      border-bottom: 0 !important;
      text-align: right !important; }
    .cart_totals .order-total td {
      border-bottom: 0 !important;
      text-align: right !important; }

  td.actions {
    border-bottom: 0 !important; }

  .woocommerce-cart-form .product-name a {
    margin-bottom: 0; }

  .btns-right {
    float: none;
    width: 100%; }

  .btns-right .button, .btns-right .blue-outline, .btns-right .blue-solid, .btns-right .white-outline, .btns-right .promo-offer a, .promo-offer .btns-right a, .btns-right .cart-actions .phone-btn, .cart-actions .btns-right .phone-btn, .btns-right .our-industries .overlay-content a, .our-industries .overlay-content .btns-right a {
    display: block; }

  .woocommerce-cart-form .actions button[type="submit"] {
    margin-bottom: 15px;
    width: 60% !important;
    margin-right: 0; } }
.payment-cards {
  display: block;
  position: relative;
  width: 100%;
  margin: 20px 0;
  text-align: center; }
  .payment-cards img {
    max-width: 250px;
    margin: 0 auto; }

.terms-link {
  display: block;
  margin-bottom: 20px;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px; }
  .terms-link:hover {
    text-decoration: none; }

.checkout.woocommerce-checkout {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
  border-radius: 0 !important; }
  @media (max-width: 991px) {
    .checkout.woocommerce-checkout #customer_details {
      width: 100%;
      padding: 30px 0;
      margin: 0 auto; } }
  .checkout.woocommerce-checkout input[type="text"],
  .checkout.woocommerce-checkout input[type="email"],
  .checkout.woocommerce-checkout input[type="tel"],
  .checkout.woocommerce-checkout input[type="password"] {
    border-color: #999; }
  .checkout.woocommerce-checkout .form-row {
    margin-bottom: 20px; }

.woocommerce form .form-row textarea {
  height: 10rem !important;
  width: 100%;
  padding: 20px;
  font-family: sans-serif; }

.form-row.notes label {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  color: #666; }

.woocommerce-checkout .col2-set {
  margin-bottom: 60px; }
  .woocommerce-checkout .col2-set label {
    display: inline-block;
    position: relative;
    color: #666;
    font-family: "SarabunThin";
    margin-bottom: 5px; }

.woocommerce-form-login-toggle {
  width: 90%;
  max-width: 1366px;
  margin: 30px auto 15px auto !important;
  border-radius: 0 !important;
  border: 0 !important; }
  .woocommerce-form-login-toggle .woocommerce-info {
    background-color: #ffffff;
    display: flex;
    align-items: center; }
    .woocommerce-form-login-toggle .woocommerce-info a {
      color: #000000;
      margin-left: 10px; }
      .woocommerce-form-login-toggle .woocommerce-info a:hover {
        text-decoration: none; }
    .woocommerce-form-login-toggle .woocommerce-info:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 30px;
      height: 30px;
      margin-right: 10px;
      background-image: url("images/icons/customer.png");
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center; }
  .woocommerce-form-login-toggle .wc-block-components-notice-banner {
    border: 0 !important;
    background-color: transparent !important;
    color: #132431 !important;
    text-transform: uppercase;
    font-family: "SarabunThin";
    justify-content: flex-start;
    padding: 0 !important;
    line-height: 20px !important;
    margin-bottom: 10px !important; }
    .woocommerce-form-login-toggle .wc-block-components-notice-banner a {
      color: #132431; }
      @media (min-width: 768px) {
        .woocommerce-form-login-toggle .wc-block-components-notice-banner a {
          margin-left: 10px; } }
      .woocommerce-form-login-toggle .wc-block-components-notice-banner a:visited {
        color: #132431; }
      .woocommerce-form-login-toggle .wc-block-components-notice-banner a:hover {
        text-decoration: underline; }

body.woocommerce-checkout .login {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  border: 1px solid #F26721;
  padding: 30px; }
  body.woocommerce-checkout .login p {
    color: #666;
    margin-bottom: 20px; }
  body.woocommerce-checkout .login button[type="submit"] {
    float: right;
    background-color: #F26721 !important;
    border: 1px solid #F26721;
    border-radius: 20px !important;
    color: #ffffff !important;
    cursor: pointer;
    transition: all .3s ease; }
    body.woocommerce-checkout .login button[type="submit"]:hover {
      background-color: #35AAE1 !important;
      border: 1px solid #35AAE1 !important; }
body.woocommerce-checkout .lost_password a {
  font-size: 14px;
  line-height: 14px;
  color: #132431; }

.woocommerce-form-coupon-toggle {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 30px; }
  .woocommerce-form-coupon-toggle .woocommerce-info {
    background-color: #ffffff;
    display: flex;
    align-items: center; }
    .woocommerce-form-coupon-toggle .woocommerce-info a {
      color: #000000;
      margin-left: 10px; }
      .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
        text-decoration: none; }
    .woocommerce-form-coupon-toggle .woocommerce-info:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 30px;
      height: 30px;
      margin-right: 10px;
      background-image: url("images/icons/coupon.png");
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center; }
  .woocommerce-form-coupon-toggle .wc-block-components-notice-banner {
    margin: 0;
    border: 0;
    padding: 0 !important;
    background-color: transparent !important;
    text-transform: uppercase;
    font-family: "SarabunThin"; }
    .woocommerce-form-coupon-toggle .wc-block-components-notice-banner a {
      color: #000000;
      text-decoration: none; }
      .woocommerce-form-coupon-toggle .wc-block-components-notice-banner a:visited {
        color: #000000; }
      .woocommerce-form-coupon-toggle .wc-block-components-notice-banner a:hover {
        text-decoration: underline; }

.checkout_coupon {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  .checkout_coupon .form-row {
    display: flex;
    width: 100%;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .checkout_coupon .form-row {
        width: 500px; } }
  .checkout_coupon p {
    font-family: "SarabunThin"; }
  .checkout_coupon input[type="text"] {
    width: calc(100% - 100px);
    border: 1px solid #ccc !important;
    padding-left: 20px !important;
    border-right: 0 !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important; }
    .checkout_coupon input[type="text"]:focus {
      outline: none; }
  .checkout_coupon button[type="submit"] {
    min-width: unset;
    width: 100px;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #F26721;
    border-left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #ffffff;
    padding: 0;
    font-family: sans-serif;
    background-color: #F26721;
    cursor: pointer;
    transition: all .3s ease; }
    .checkout_coupon button[type="submit"]:hover {
      background-color: #35AAE1;
      border-color: #35AAE1; }

.woocommerce-NoticeGroup-checkout {
  width: 100%; }

form.checkout {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    form.checkout {
      flex-direction: row;
      align-items: flex-start;
      flex-wrap: wrap; } }
  form.checkout .col2-set {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      form.checkout .col2-set {
        width: 50%; } }
    @media (min-width: 992px) {
      form.checkout .col2-set {
        width: 55%;
        margin-right: 5%; } }
  form.checkout .col-1,
  form.checkout .col-2 {
    width: 100%; }
    form.checkout .col-1 h3,
    form.checkout .col-2 h3 {
      width: 100%;
      margin-bottom: 30px;
      font-family: "SarabunExtraBold";
      text-transform: uppercase;
      font-size: 18px;
      line-height: 18px; }
  form.checkout label {
    color: #000000;
    font-family: "SarabunExtraBold";
    text-transform: capitalize; }

.woocommerce-checkout-review-order {
  width: 100%; }
  @media (min-width: 768px) {
    .woocommerce-checkout-review-order {
      width: 45%;
      margin-left: 5%; } }
  @media (min-width: 992px) {
    .woocommerce-checkout-review-order {
      width: 40%;
      margin-left: 0; } }

.woocommerce-checkout-review-order {
  border: 1px solid #F26721;
  padding: 30px; }
  @media (max-width: 767px) {
    .woocommerce-checkout-review-order {
      width: 100%;
      padding: 30px 20px;
      margin: 0 auto 30px auto; } }
  .woocommerce-checkout-review-order h3 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "BigShoulders";
    color: #132431;
    font-size: 26px;
    line-height: 32px;
    border-bottom: 1px solid #ccc; }
    @media (min-width: 1152px) {
      .woocommerce-checkout-review-order h3 {
        font-size: 34px;
        line-height: 34px; } }

.woocommerce-checkout-review-order-table td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "SarabunExtraBold"; }
  @media (min-width: 768px) {
    .woocommerce-checkout-review-order-table td {
      font-size: 14px;
      line-height: 18px; } }
  @media (min-width: 1152px) {
    .woocommerce-checkout-review-order-table td {
      font-size: 18px;
      line-height: 24px; } }
.woocommerce-checkout-review-order-table td.product-thumbnail {
  width: 120px; }
  @media (min-width: 768px) {
    .woocommerce-checkout-review-order-table td.product-thumbnail {
      width: 75px; } }
  @media (min-width: 992px) {
    .woocommerce-checkout-review-order-table td.product-thumbnail {
      width: 120px; } }
.woocommerce-checkout-review-order-table td.product-name {
  padding-left: 20px; }
  .woocommerce-checkout-review-order-table td.product-name strong {
    display: block;
    color: #666; }
.woocommerce-checkout-review-order-table img {
  width: 100%; }
.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals,
.woocommerce-checkout-review-order-table .cart-discount,
.woocommerce-checkout-review-order-table .order-total {
  border-top: 1px solid #eee; }
  .woocommerce-checkout-review-order-table .cart-subtotal th,
  .woocommerce-checkout-review-order-table .cart-subtotal td,
  .woocommerce-checkout-review-order-table .cart-subtotal label,
  .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
  .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td,
  .woocommerce-checkout-review-order-table .woocommerce-shipping-totals label,
  .woocommerce-checkout-review-order-table .cart-discount th,
  .woocommerce-checkout-review-order-table .cart-discount td,
  .woocommerce-checkout-review-order-table .cart-discount label,
  .woocommerce-checkout-review-order-table .order-total th,
  .woocommerce-checkout-review-order-table .order-total td,
  .woocommerce-checkout-review-order-table .order-total label {
    text-align: left;
    font-family: "SarabunThin";
    text-transform: uppercase; }
.woocommerce-checkout-review-order-table .cart-discount {
  color: #80b918 !important; }
  .woocommerce-checkout-review-order-table .cart-discount .woocommerce-remove-coupon {
    font-size: 12px;
    line-height: 12px;
    color: #666; }

.place-order {
  margin-bottom: 0 !important; }
  .place-order button {
    width: 100%;
    cursor: pointer;
    display: block;
    background-color: #F26721 !important;
    border: 1px solid #F26721 !important;
    border-radius: 20px;
    color: #ffffff !important;
    padding: 20px !important;
    font-family: "SarabunExtraBold" !important;
    font-weight: normal !important;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    transition: all .3s ease;
    width: 100%; }
    .place-order button:hover {
      border: 1px solid #35AAE1 !important;
      background-color: #4bb3e4 !important;
      color: #ffffff !important; }

.woocommerce-checkout-payment {
  border-top: 1px solid #F26721;
  padding-top: 30px; }
  @media (min-width: 768px) {
    .woocommerce-checkout-payment {
      margin-top: 30px; } }

ul.payment_methods {
  margin-bottom: 30px; }
  ul.payment_methods li {
    list-style: none; }
  ul.payment_methods label {
    width: auto;
    text-transform: uppercase;
    color: #35AAE1; }
  ul.payment_methods .payment_method_sagepayform #sagepayform-card-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px; }
  ul.payment_methods .payment_method_sagepayform {
    padding: 0 !important; }
  ul.payment_methods .payment_box {
    padding: 10px 0; }
    ul.payment_methods .payment_box p {
      font-size: 13px;
      line-height: 18px; }
  ul.payment_methods input[type="radio"] {
    margin: 0 5px 0 0;
    top: 1px;
    position: relative; }

body.woocommerce-order-received .page-top {
  display: none;
  visibility: hidden; }

.woocommerce-order {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
  padding-bottom: 60px;
  border-radius: 0 !important; }
  .woocommerce-order p:not(.woocommerce-notice):not(.order_details .wc-item-meta li p):not(.woocommerce-customer-details--phone):not(.woocommerce-customer-details--email) {
    display: none; }

.woocommerce-notice--success {
  font-size: 42px;
  line-height: 52px;
  font-family: "BigShoulders";
  color: #a7c957;
  width: 100%;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px; }

.woocommerce-order-details__title {
  font-size: 20px;
  line-height: 20px; }

.woocommerce-order-details {
  margin-top: 20px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

.woocommerce-thankyou-order-details {
  background-color: #f9f9f9;
  padding: 30px !important;
  border: 1px solid #eee;
  margin-bottom: 30px; }

.woocommerce ul.order_details {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

table.order_details {
  width: 100%;
  margin-bottom: 40px; }
  table.order_details thead th {
    padding: 15px;
    color: #ffffff;
    text-align: left; }
  table.order_details thead .product-total {
    color: #ffffff;
    font-family: "SarabunExtraBold";
    font-weight: normal; }
  table.order_details tbody tr:nth-of-type(even) {
    background-color: #f2f2f2; }
  table.order_details tbody td {
    padding: 15px;
    font-family: "SarabunExtraBold";
    text-transform: uppercase; }
    table.order_details tbody td a {
      text-decoration: none; }
      table.order_details tbody td a:hover {
        text-decoration: underline; }
    table.order_details tbody td strong {
      display: block;
      color: #666; }

.woocommerce ul.order_details li {
  display: block;
  width: 100%;
  border-right: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 10px;
  padding-top: 10px; }
  @media (min-width: 768px) {
    .woocommerce ul.order_details li {
      width: auto;
      border-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 2em !important; } }
  .woocommerce ul.order_details li:not(:last-of-type) {
    border-bottom: 1px dashed #d3ced2; }
    @media (min-width: 768px) {
      .woocommerce ul.order_details li:not(:last-of-type) {
        border-bottom: 0;
        margin-bottom: 5px; } }

.woocommerce ul.order_details li strong {
  font-weight: 600; }

.woocommerce-order-details .woocommerce-order-details__title {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  font-family: "SarabunExtraBold";
  text-transform: uppercase;
  color: #35AAE1;
  font-size: 24px;
  line-height: 24px; }

.order_details {
  border-radius: 0 !important; }
  .order_details thead {
    background-color: #35AAE1;
    color: #ffffff;
    font-family: "SarabunExtraBold";
    text-transform: uppercase; }
  .order_details tbody,
  .order_details tfoot {
    background-color: #ffffff; }
    .order_details tbody .woocommerce-Price-amount,
    .order_details tfoot .woocommerce-Price-amount {
      font-size: 16px;
      line-height: 16px; }
  .order_details tfoot {
    border-top: 1px solid #ccc; }
    .order_details tfoot tr:nth-of-type(even) {
      background-color: #f2f2f2; }
    .order_details tfoot th {
      text-align: left;
      padding: 15px;
      font-family: "SarabunExtraBold";
      text-transform: uppercase; }
    .order_details tfoot td {
      padding: 15px;
      font-family: "SarabunExtraBold";
      text-transform: uppercase; }
  .order_details .wc-item-meta {
    padding: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
    .order_details .wc-item-meta li {
      list-style: none !important;
      font-size: 14px !important;
      line-height: 14px !important; }
      .order_details .wc-item-meta li p {
        display: inline-block;
        width: auto;
        font-size: 14px !important;
        line-height: 14px !important;
        margin-bottom: 0; }
  .order_details .woocommerce-table__product-name a {
    color: #000000; }
    .order_details .woocommerce-table__product-name a:visited {
      color: #000000; }
  .order_details .product-total {
    font-family: "SarabunExtraBold";
    color: #000000;
    font-size: 18px;
    line-height: 18px; }

.woocommerce-column__title {
  font-size: 20px;
  line-height: 20px;
  border-bottom: 1px solid #35AAE1;
  padding-bottom: 10px; }

.woocommerce-customer-details {
  margin-bottom: 100px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  .woocommerce-customer-details h2 {
    font-family: "SarabunExtraBold";
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #35AAE1;
    padding: 0 15px 15px 15px;
    border-bottom: 1px solid #ccc; }

.woocommerce .woocommerce-customer-details address {
  border-radius: 0 !important;
  border: 0 !important;
  line-height: 22px;
  padding: 0 15px 15px 15px !important;
  font-style: normal; }

.woocommerce-customer-details--phone {
  margin-top: 5px;
  margin-bottom: 0; }

.woocommerce-MyAccount-orders {
  border-radius: 0 !important; }
  .woocommerce-MyAccount-orders thead {
    background-color: #35AAE1;
    color: #ffffff; }
    .woocommerce-MyAccount-orders thead th {
      padding: 15px !important; }
  .woocommerce-MyAccount-orders tbody td {
    padding: 15px !important; }
  .woocommerce-MyAccount-orders tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  .woocommerce-MyAccount-orders .view {
    width: 100%;
    text-align: center; }

.woocommerce table.my_account_orders th {
  text-align: center; }

/* Success Page Template */
.compare-container {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0; }
  .compare-container h1 {
    color: #35AAE1;
    font-family: "BigShoulders";
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px; }
    @media (min-width: 1152px) {
      .compare-container h1 {
        font-size: 35px;
        line-height: 45px; } }

.form-container.success h2 {
  color: #000000;
  font-family: "BigShoulders";
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 34px; }
  @media (min-width: 1152px) {
    .form-container.success h2 {
      font-size: 28px;
      line-height: 38px; } }
.form-container.success h3 {
  color: #000000;
  font-family: "BigShoulders";
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 34px; }
  @media (min-width: 1152px) {
    .form-container.success h3 {
      font-size: 28px;
      line-height: 38px; } }
.form-container.success p {
  font-weight: 400;
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1152px) {
    .form-container.success p {
      font-size: 18px;
      line-height: 28px; } }

.whathappensnext {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 60px; }
  @media (min-width: 768px) {
    .whathappensnext {
      flex-direction: row;
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1152px) {
    .whathappensnext {
      max-width: 65%; } }
  .whathappensnext li {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px; }
    .whathappensnext li + li {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .whathappensnext li {
        width: 50%;
        margin-bottom: 0; } }
    .whathappensnext li img {
      width: 100%;
      max-width: 250px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-bottom: 15px; }

body.woocommerce-account .woocommerce-error {
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
body.woocommerce-account .woocommerce-message {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px; }

.woocommerce-notices-wrapper {
  width: 100%; }

.lost_reset_password {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }
  .lost_reset_password .woocommerce-form-row {
    margin-top: 30px; }
  .lost_reset_password label {
    display: block;
    position: relative;
    margin-bottom: 10px; }
  .lost_reset_password button[type="submit"] {
    background-color: transparent !important;
    border: 1px solid #35AAE1 !important;
    border-radius: 15px;
    color: #35AAE1 !important;
    cursor: pointer; }
    .lost_reset_password button[type="submit"]:hover {
      background-color: #35AAE1 !important;
      color: #ffffff !important; }

body.woocommerce-lost-password .woocommerce {
  display: flex;
  flex-direction: column;
  margin: 100px 0; }
body.woocommerce-lost-password p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

/* Account dashboard */
.dashboard-wrapper {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .dashboard-wrapper {
      flex-direction: row; } }

body.logged-in.woocommerce-account h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 0;
  font-family: "BigShoulders";
  text-transform: uppercase; }
body.logged-in.woocommerce-account .page-intro {
  margin-bottom: 60px; }
body.logged-in.woocommerce-account .woocommerce {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  border-radius: 0 !important;
  padding: 60px 0; }
  @media (min-width: 1152px) {
    body.logged-in.woocommerce-account .woocommerce {
      padding: 100px 0; } }

.woocommerce-Addresses {
  margin-top: 30px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .woocommerce-Addresses {
      flex-direction: row; } }

.woocommerce-Address {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .woocommerce-Address {
      width: 50%;
      margin-bottom: 0; } }
  .woocommerce-Address h3 {
    font-family: "SarabunExtraBold";
    margin-bottom: 15px; }

.woocommerce-address-fields {
  margin-top: 30px;
  margin-bottom: 60px; }
  .woocommerce-address-fields .form-row label {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 5px; }
  .woocommerce-address-fields .form-row input {
    width: 100%; }

.woocommerce-EditAccountForm {
  margin-bottom: 60px; }
  .woocommerce-EditAccountForm .form-row label {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px; }
  .woocommerce-EditAccountForm .form-row input {
    width: 100%;
    border-color: #ccc; }
  .woocommerce-EditAccountForm fieldset {
    padding: 30px;
    border: 1px solid #ccc; }
    .woocommerce-EditAccountForm fieldset legend {
      padding: 0 30px; }

.woocommerce form .form-row .required {
  color: red;
  text-decoration: none; }

.woocommerce-MyAccount-navigation {
  margin-bottom: 60px;
  width: 100%; }
  @media (min-width: 768px) {
    .woocommerce-MyAccount-navigation {
      width: 30%; } }
  .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding-left: 0; }
  .woocommerce-MyAccount-navigation li {
    list-style-type: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-top: 5px;
    padding-bottom: 10px; }
    .woocommerce-MyAccount-navigation li a {
      font-family: "SarabunExtraBold";
      color: #35AAE1;
      font-size: 16px;
      text-decoration: none; }
      .woocommerce-MyAccount-navigation li a:visited {
        color: #35AAE1; }

.woocommerce-MyAccount-content {
  width: 100%; }
  @media (min-width: 768px) {
    .woocommerce-MyAccount-content {
      width: 70%;
      margin-left: 3%; } }
  .woocommerce-MyAccount-content h3 {
    font-size: 18px;
    line-height: 18px;
    font-family: "SarabunExtraBold";
    text-transform: uppercase;
    color: #35AAE1; }
  .woocommerce-MyAccount-content p:not(.woocommerce-customer-details--phone):not(.woocommerce-customer-details--email) {
    margin-bottom: 20px; }
  .woocommerce-MyAccount-content .woocommerce-info {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    color: #35AAE1 !important; }
    .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
      margin-bottom: 20px; }
  .woocommerce-MyAccount-content .woocommerce-column--shipping-address {
    width: 100%; }
  .woocommerce-MyAccount-content a {
    color: #35AAE1; }
    .woocommerce-MyAccount-content a:visited {
      color: #35AAE1; }
  .woocommerce-MyAccount-content em {
    font-size: 12px;
    line-height: 12px; }
  .woocommerce-MyAccount-content address {
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    margin-top: 10px; }
  .woocommerce-MyAccount-content fieldset {
    margin-top: 30px;
    margin-bottom: 30px; }
  .woocommerce-MyAccount-content legend {
    color: #35AAE1;
    font-family: "SarabunExtraBold";
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px; }
  .woocommerce-MyAccount-content .woocommerce-form-row {
    padding: 0 !important; }
  .woocommerce-MyAccount-content button[type="submit"] {
    background-color: #35AAE1 !important;
    border: 1px solid #35AAE1 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    transition: all .3s ease;
    cursor: pointer;
    padding: 15px 20px !important;
    font-family: "SarabunExtraBold" !important;
    font-weight: normal !important;
    text-transform: uppercase;
    width: 100%;
    max-width: 200px; }
    .woocommerce-MyAccount-content button[type="submit"]:hover {
      background-color: #4bb3e4 !important;
      border: 1px solid #4bb3e4 !important;
      color: #ffffff !important; }
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    margin-bottom: 30px; }

.woocommerce-account .addresses .title .edit {
  color: #666;
  font-size: 13px;
  line-height: 13px; }

.woocommerce-orders-table__cell-order-actions {
  text-align: center !important; }

.my_account_orders {
  width: 100%; }
  .my_account_orders thead {
    background-color: #35AAE1; }
  .my_account_orders th {
    padding: 15px;
    color: #ffffff; }
  .my_account_orders tbody td {
    padding: 15px; }
    .my_account_orders tbody td:not(:first-of-type) {
      text-align: center; }

.raq_status {
  width: 100% !important;
  padding: 10px !important; }

.woocommerce-account .woocommerce-MyAccount-content .ywraq-view-quote-wrapper .order_details th.product-total {
  width: 25% !important;
  padding-right: 20px !important;
  font-size: 16px !important; }

.ywraq-view-quote-wrapper table.shop_table.order_details tbody tr td.product-total {
  padding-right: 20px; }

.woocommerce-account .woocommerce-MyAccount-content .ywraq-view-quote-wrapper .order_details tfoot th {
  padding-left: 15px !important; }

.woocommerce-account .woocommerce-MyAccount-content .ywraq-view-quote-wrapper .order_details tfoot td {
  padding-right: 15px !important; }

.ywraq-buttons a.ywraq-button.ywraq-accept {
  background-color: #F26721 !important;
  border: 2px solid #F26721 !important; }

.ywraq-admin-message {
  box-shadow: none !important;
  border-top: 2px solid #ddd !important; }
  .ywraq-admin-message p {
    margin-left: 0 !important; }

.ywraq-status-ywraq-new .ywraq-admin-message {
  border: 0 !important; }

/* Account Login Page */
.woocommerce-account h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 0 0 30px 0;
  font-family: "BigShoulders";
  text-transform: uppercase; }
.woocommerce-account h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #35AAE1;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  color: #000000;
  font-family: "BigShoulders";
  text-transform: uppercase; }

body.woocommerce-account h2 {
  width: 100%;
  text-align: left;
  display: none;
  visibility: hidden;
  font-family: "BigShoulders"; }
body.woocommerce-account .woocommerce-form-login.login {
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 100px !important;
  margin-bottom: 100px !important;
  border: 1px solid #F26721;
  padding: 30px !important; }
  @media (min-width: 1152px) {
    body.woocommerce-account .woocommerce-form-login.login {
      padding: 60px !important; } }
  body.woocommerce-account .woocommerce-form-login.login .woocommerce-form-row {
    margin-bottom: 20px; }
  body.woocommerce-account .woocommerce-form-login.login label {
    display: block;
    margin-bottom: 10px; }
  body.woocommerce-account .woocommerce-form-login.login .woocommerce-form-login__submit {
    background-color: #F26721 !important;
    border: 1px solid #F26721 !important;
    border-radius: 20px !important;
    color: #ffffff !important;
    display: block !important;
    margin: 20px 0;
    cursor: pointer; }
  body.woocommerce-account .woocommerce-form-login.login .woocommerce-form-login {
    padding-bottom: 0; }

.woocommerce-LostPassword a {
  color: #132431; }

#customer_login {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1366px;
  margin: 60px auto;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 !important; }
  @media (min-width: 992px) {
    #customer_login {
      flex-direction: row;
      align-items: unset; } }
  @media (min-width: 1366px) {
    #customer_login {
      padding-right: 0;
      padding-left: 0; } }
  #customer_login .woocommerce-LostPassword {
    margin-bottom: 0; }
  #customer_login .col-1 {
    margin-bottom: 60px;
    width: 100%; }
    @media (min-width: 992px) {
      #customer_login .col-1 {
        margin-right: 5%;
        margin-bottom: 0;
        width: 48%; } }
    #customer_login .col-1 h2 {
      display: block !important;
      visibility: visible !important;
      color: #000000;
      text-align: left;
      margin-bottom: 30px;
      font-family: "BigShoulders";
      font-weight: normal; }
    #customer_login .col-1 label {
      display: block;
      position: relative;
      width: 100%;
      color: #4D4D4D;
      margin-bottom: 10px; }
    #customer_login .col-1 form {
      margin: 0 !important; }
    #customer_login .col-1 input[type="text"],
    #customer_login .col-1 input[type="password"] {
      width: 100%; }

.woocommerce-LostPassword a {
  font-size: 13px; }
  .woocommerce-LostPassword a:hover {
    color: #35AAE1; }

.col-2 {
  width: 100%; }
  @media (min-width: 992px) {
    .col-2 {
      width: 48%; } }
  .col-2 h2 {
    display: block !important;
    visibility: visible !important;
    color: #000000;
    text-align: left;
    margin-bottom: 30px;
    font-family: "SarabunExtraBold";
    font-weight: normal; }
  .col-2 p.form-row:last-of-type {
    margin-top: 20px; }

form.register {
  border: 1px solid #4D4D4D !important;
  border-radius: 0 !important;
  padding: 60px; }
  form.register label {
    display: block;
    position: relative;
    width: 100%;
    color: #4D4D4D;
    margin-bottom: 10px; }
  form.register .woocommerce-form-row {
    margin-bottom: 0; }
  form.register input[type="text"],
  form.register input[type="password"],
  form.register input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
    border-color: #ccc; }
  form.register .woocommerce-form-register__submit {
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
    border-radius: 20px !important;
    color: #ffffff !important;
    padding: 15px 30px !important;
    transition: all .3s ease;
    cursor: pointer;
    font-family: "SarabunExtraBold" !important;
    text-transform: uppercase !important; }
    form.register .woocommerce-form-register__submit:hover {
      background-color: #4bb3e4 !important;
      border: 1px solid #4bb3e4 !important;
      color: #ffffff !important; }
  form.register .woocommerce-privacy-policy-text {
    text-align: left; }

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 17px !important; }

.quote-trade {
  width: 100%;
  background-color: #000000;
  padding: 60px 0; }
  .quote-trade .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .quote-trade .c-container {
        flex-direction: row; } }
  @media (min-width: 768px) {
    .quote-trade:has(.getquote-callout):has(.trade-callout) .getquote-callout {
      width: 50%;
      margin-right: 1%; }
    .quote-trade:has(.getquote-callout):has(.trade-callout) .trade-callout {
      width: 50%;
      margin-left: 1%; } }

.trade-callout {
  width: 100%;
  background-color: #000000;
  padding: 30px 30px;
  width: 100%;
  margin-top: 20px;
  position: relative; }
  @media (min-width: 768px) {
    .trade-callout {
      padding: 30px 3%;
      margin-top: 0; } }
  .trade-callout:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/home/trade-bg-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 30%;
    z-index: 2;
    opacity: .2; }
  .trade-callout:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #35AAE1;
    z-index: 0; }
  .trade-callout h3 {
    color: #ffffff;
    margin-bottom: 30px;
    font-family: "BigShoulders";
    font-size: 36px;
    line-height: 46px;
    z-index: 5; }
  .trade-callout p {
    color: #ffffff;
    font-family: "SarabunThin";
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    z-index: 5; }
    @media (min-width: 768px) {
      .trade-callout p {
        font-size: 20px;
        line-height: 30px; } }
    @media (min-width: 1152px) {
      .trade-callout p {
        font-size: 22px;
        line-height: 32px; } }
  .trade-callout .white-outline {
    z-index: 5; }

.ywraq-with-form {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 20px 0 20px; }
  @media (min-width: 768px) {
    .ywraq-with-form {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1366px) {
    .ywraq-with-form {
      max-width: 1366px; } }
  .ywraq-with-form .wc-backward {
    padding: 20px 0;
    text-align: left; }
  .ywraq-with-form .woocommerce-error {
    background-color: transparent;
    color: #a00;
    padding: 0 15px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px; }
  .ywraq-with-form table {
    border-radius: 0 !important;
    width: 100%; }
  .ywraq-with-form thead {
    background-color: #132431;
    border-left: 1px solid #132431;
    border-right: 1px solid #132431;
    color: #ffffff;
    font-family: "SarabunThin";
    text-transform: uppercase; }
    .ywraq-with-form thead th {
      padding: 15px 12px !important; }
  .ywraq-with-form tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important; }
  .ywraq-with-form tbody td {
    padding: 15px 12px !important; }
  .ywraq-with-form .remove {
    text-align: center;
    color: #000000;
    text-decoration: none; }
  .ywraq-with-form .product-thumbnail {
    padding: 15px 0 !important; }
  .ywraq-with-form .product-name {
    padding: 15px 25px !important; }
  .ywraq-with-form .woocommerce-cart-form__cart-item {
    background-color: #ffffff !important; }
    .ywraq-with-form .woocommerce-cart-form__cart-item:nth-of-type(even) {
      background-color: #f9f9f9 !important; }
  .ywraq-with-form .product-thumbnail a {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }
  .ywraq-with-form .product-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 100px !important; }
  .ywraq-with-form .quantity {
    display: flex;
    justify-content: flex-end; }
  .ywraq-with-form .qty {
    width: 25px;
    height: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    color: #999;
    font-size: 16px;
    font-family: sans-serif; }
  .ywraq-with-form .minus {
    min-width: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    border-right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #ffffff;
    background-image: url("images/minus.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    text-indent: -9999px; }
  .ywraq-with-form .plus {
    min-width: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
    border-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ffffff;
    background-image: url("images/plus.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    text-indent: -9999px; }
  .ywraq-with-form .product-name a {
    display: inline-block;
    color: #000000;
    font-family: "SarabunExtraBold";
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 992px) {
      .ywraq-with-form .product-name a {
        max-width: 60%; } }
    .ywraq-with-form .product-name a:hover {
      text-decoration: underline; }
  .ywraq-with-form .update-list-wrapper {
    border-top: 1px solid #eee; }
  .ywraq-with-form input[type="submit"] {
    overflow: visible;
    border: 1px solid #000000 !important;
    border-radius: 15px !important;
    margin-right: 0;
    float: none;
    height: 47px;
    cursor: pointer;
    background-color: #ffffff !important;
    padding: 15px 20px !important;
    color: #000000 !important;
    font-family: "SarabunExtraBold";
    text-transform: uppercase;
    font-weight: normal !important;
    width: 100% !important; }
    @media (min-width: 768px) {
      .ywraq-with-form input[type="submit"] {
        width: auto !important;
        margin-left: 15px;
        float: right;
        top: 0; } }
    .ywraq-with-form input[type="submit"]:hover {
      background-color: #000000 !important;
      color: #ffffff !important; }

.yith-ywraq-mail-form-wrapper {
  background-color: #f2f2f2;
  padding: 30px 20px !important;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .yith-ywraq-mail-form-wrapper {
      padding: 60px !important;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; } }
  .yith-ywraq-mail-form-wrapper h3 {
    width: 100%;
    text-transform: uppercase;
    font-family: "BigShoulders";
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px !important; }
    @media (min-width: 768px) {
      .yith-ywraq-mail-form-wrapper h3 {
        margin-bottom: 60px !important; } }
  .yith-ywraq-mail-form-wrapper label {
    display: block;
    margin-bottom: 5px; }
  .yith-ywraq-mail-form-wrapper p.raq-send-request-row {
    text-align: center;
    margin-bottom: 0; }
  .yith-ywraq-mail-form-wrapper .raq-send-request {
    float: none !important; }

.ywraq-empty {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 20px 0 20px; }
  @media (min-width: 768px) {
    .ywraq-empty {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1366px) {
    .ywraq-empty {
      max-width: 1366px; } }

.yith-request-a-quote-page .ywraq-view-quote-wrapper {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 991px) {
    .yith-request-a-quote-page .ywraq-view-quote-wrapper {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 2000px) {
    .yith-request-a-quote-page .ywraq-view-quote-wrapper {
      max-width: 1366px; } }
  @media (min-width: 992px) {
    .yith-request-a-quote-page .ywraq-view-quote-wrapper {
      max-width: 800px; } }
.yith-request-a-quote-page h2 {
  font-family: "BigShoulders";
  text-transform: uppercase; }

.ywraq-form-table-wrapper p {
  margin: 20px 0 !important; }

.ywraq-view-quote-wrapper table.shop_table.order_details {
  margin-bottom: 30px !important;
  background-color: #35AAE1 !important; }
  .ywraq-view-quote-wrapper table.shop_table.order_details thead {
    background-color: #35AAE1 !important; }
    .ywraq-view-quote-wrapper table.shop_table.order_details thead tr {
      background-color: #35AAE1 !important; }

.ywraq-additional-information {
  flex-direction: column; }
  .ywraq-additional-information .ywraq-customer-information,
  .ywraq-additional-information .ywraq-admin-message {
    width: 100%; }
    @media (min-width: 992px) {
      .ywraq-additional-information .ywraq-customer-information,
      .ywraq-additional-information .ywraq-admin-message {
        max-width: 800px; } }
  .ywraq-additional-information .ywraq-customer-information {
    margin: 0;
    border: 0; }
    .ywraq-additional-information .ywraq-customer-information header {
      margin-bottom: 20px; }
    .ywraq-additional-information .ywraq-customer-information p {
      margin: 5px 0 !important; }
  .ywraq-additional-information .ywraq-view-quote__customer-info {
    margin-bottom: 0 !important; }
  .ywraq-additional-information .ywraq-admin-message {
    margin-top: 20px; }

.ywraq-admin-message {
  border-radius: 0 !important; }
  .ywraq-admin-message .message-content {
    padding: 0 !important; }

.ywraq-wrapper.ywraq-empty .ywraq-before-form {
  border: 0 !important; }

.ywraq-before-form:before {
  margin-top: 0 !important; }

.ywraq-form-table-wrapper.vertical .ywraq-before-form {
  margin-bottom: 0 !important; }

.trade-icons {
  padding-bottom: 60px; }
  .trade-icons ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0; }
    @media (min-width: 992px) {
      .trade-icons ul {
        width: 800px;
        margin: 0 auto; } }
  .trade-icons li {
    width: 49%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    text-align: center;
    font-family: "SarabunExtraBold";
    color: #132431; }
    .trade-icons li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .trade-icons li {
        width: 23.5%; }
        .trade-icons li:nth-of-type(2n) {
          margin-right: 2%; }
        .trade-icons li:nth-of-type(4n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .trade-icons li p {
        font-size: 18px;
        line-height: 26px; } }
    .trade-icons li img {
      max-width: 100px;
      margin-bottom: 10px; }

.trade-benefits {
  padding: 60px 20px; }
  .trade-benefits h3 {
    width: 100%;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    font-family: "BigShoulders";
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 60px; }
  .trade-benefits ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0; }
    @media (min-width: 992px) {
      .trade-benefits ul {
        width: 800px;
        margin: 0 auto; } }
  .trade-benefits li {
    width: 49%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    text-align: center;
    font-family: "SarabunExtraBold";
    color: #132431; }
    .trade-benefits li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .trade-benefits li {
        width: 23.5%; }
        .trade-benefits li:nth-of-type(2n) {
          margin-right: 2%; }
        .trade-benefits li:nth-of-type(4n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .trade-benefits li p {
        font-size: 18px;
        line-height: 26px; } }
    .trade-benefits li img {
      max-width: 100px; }

.need-help {
  background-color: #35AAE1;
  padding: 60px 20px; }
  .need-help h4 {
    width: 100%;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "BigShoulders";
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 30px; }
  .need-help p:not(li p) {
    color: #ffffff;
    font-family: "SarabunExtraBold";
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 26px; }
  .need-help ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 50px auto 0 auto; }
    @media (min-width: 992px) {
      .need-help ul {
        width: 800px;
        justify-content: space-evenly; } }
  .need-help li {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    list-style: none;
    text-align: center; }
    .need-help li p {
      font-family: "SarabunExtraBold";
      font-size: 18px;
      line-height: 24px; }
      .need-help li p + p {
        font-family: "SarabunThin";
        margin-top: 15px; }
      .need-help li p a {
        color: #ffffff; }
  .need-help img {
    max-width: 100px;
    margin-bottom: 10px; }

.trade-faq h4 {
  text-transform: uppercase; }
.trade-faq .accordion-container {
  margin-top: 60px; }

.key-messages {
  background-color: #eee; }
  .key-messages ul {
    display: none; }
    .key-messages ul.slick-initialized {
      display: block; }
  .key-messages li {
    display: flex !important;
    padding: 5px 0;
    align-items: center;
    justify-content: center;
    list-style-type: none; }
    .key-messages li a {
      color: #132431;
      text-decoration: none; }
      .key-messages li a:visited {
        color: #132431; }
      .key-messages li a:hover {
        text-decoration: underline; }
  .key-messages .img-col {
    margin-right: 5px; }
    .key-messages .img-col img {
      width: 100%;
      max-width: 40px; }
  .key-messages .txt-col {
    text-transform: uppercase;
    font-family: "SarabunThin";
    font-size: 14px; }

/*# sourceMappingURL=style.css.map */
