/*
TEMPLATE FOR MEDIA QUERIES
@media screen and (min-width:1125px) {}                         --------> full layout
@media screen and (min-width:870px) and (max-width:1124px) {}	--------> content_narrow's width is fixed
@media screen and (max-width:869px) {}							--------> content_narros's width is flexiblem main menu collapses to a button

INDEX
- FONTS
- PAGE RESET
- STRUCTURE
- HEADER 
- FOOTER
- HMENU01
- VMENU01
- TYPOGRAPHY
- ENDPAGE/SEPARATOR
- SCROLL TO TOP
- MY ACCOUNT
- FORM DEFAULT
- REQUEST LITERATURE
- PAGINATION
- PANEL DISPLAY
- PARTS DISPLAY
- CONFIGURATOR
- BUTTONS AND LINKS
- SECTION NAVIGATION
- NAV BUTTONS
- TABLE DEFAULT
- SHOWCASE BOX
- CHECKOUT
- VIEW INVOICE
- GOOGLE RECAPTCHA HIDE
- ADVANCED SEARCH - MENU HORIZONTAL
- HOME SWIPER
- SATISFACTION SURVEY
- COLAPSE ITENS
- TRANSACTION DETAIL
- ORDER MESSAGE
- SELECT
- ICON
- MODAL CUSTOMIZE 
- UPS INVOICE
- INVOICE SHIPPING WEIGHT
- BLOG NEWSLETTER

/*-----------------------------------------------------------  FONTS  --------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");

/*-----------------------------------------------------------  PAGE RESET ----------------------*/
:root {
  --color1000: #313131;
  --color2000: #ac100f;
  --color3000: #3c6794;
  --color3000: #3c6794;
  --color4000: #d43534;
  --color5000: #000;
}

html {
  height: 100%;
  /*background: url('../../images/body_bg.png') repeat-x #CCCBCB;*/
  background-color: var(--gray2);
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

header,
footer {
  background-color: black;
}

/*-----------------------------------------------------------  STRUCTURE -----------------------*/
@media screen and (min-width: 1180px) {
  aside,
  .content {
    flex-basis: auto;
  }

  section.has_aside aside {
    min-height: 750px;
    order: 1;
    padding: 2.5em 0 0.8em 0;
  }

  section.has_aside .content {
    /*padding: 1.8em 0 1.8em 3.125em;*/
    margin: 30px auto 0;
    padding: 10px 40px;
  }

  .content {
    order: 2;
  }
}

@media screen and (min-width: 880px) and (max-width: 1179px) {
  section.has_aside aside {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 879px) {
  section.has_aside aside {
    display: flex;
    flex-wrap: wrap;
  }

  section {
    margin: 0;
    padding: 0 15px;
  }
}

.bg_gray {
  background-color: var(--gray2);
  position: relative;
}

.bg_white {
  background-color: white;
}

a.btn-back {
  float: right;
  background: var(--gray3);
  color: white;
  padding: 3px 10px;
  font-size: 12px;
  text-transform: uppercase;
}

a.btn-back:hover {
  background: var(--color3000);
  border-color: transparent;
  color: white;
}

.fx_3.contact_information strong {
  display: inline-block;
  width: 65px;
}

.form_customize .feature select {
  width: 100% !important;
}

/*-----------------------------------------------------------  HEADER --------------------------*/
@media screen and (min-width: 1125px) {
  header section {
    height: 120px;
  }

  header a.logo {
    position: absolute;
    width: 284px;
    height: 44px;
    top: 17px;
  }

  #cart a {
    right: 230px;
    top: 8px;
  }

  #main-nav {
    top: 73px;
    z-index: 200 !important;
  }
}

@media screen and (min-width: 870px) and (max-width: 1124px) {
  header section {
    height: 100px;
  }

  header a.logo {
    width: 220px;
    height: 34px;
    top: 10px;
  }

  #cart a {
    right: 230px;
    top: 8px;
  }

  #main-nav {
    top: 53px;
    z-index: 5 !important;
  }
}

@media screen and (min-width: 645px) and (max-width: 869px) {
  header section {
    height: 100px;
  }

  header a.logo {
    width: 220px;
    height: 34px;
    top: 10px;
  }

  #cart a {
    right: 230px;
    top: 8px;
  }

  .made-in-USA {
    right: 6px !important;
  }

  #main-nav {
    top: 53px;
    z-index: 5 !important;
  }
}

@media screen and (max-width: 644px) {
  header section {
    height: 100px;
  }

  header a.logo {
    width: 220px;
    height: 34px;
    top: 10px;
  }

  #cart a {
    right: 0;
    top: 15px;
  }

  #main-nav {
    top: 76px;
    z-index: 5 !important;
  }

  header {
    padding-bottom: 23px !important;
  }

  .made-in-USA {
    right: 6px !important;
    top: 47px !important;
  }
}

header a.logo {
  background-image: url("../../images/logo-paneltronics.png");
  position: absolute;
  display: block;
  background-size: cover;
}

.made-in-USA {
  position: absolute;
  right: 0;
  top: 10px;
}

#main-nav {
  background-color: var(--color1000);
  width: 100%;
  height: 47px;
  position: relative;
}

.main-menu-btn {
  bottom: -8px;
  float: left;
  left: 6px;
}

.adv-search-link {
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 12px;
  background-color: var(--color2000);
  font-style: italic;
  right: 0;
  color: white;
  width: 224px;
  padding-left: 12px;
  padding-bottom: 1px;
}

.adv-search-link:hover {
  color: var(--color3000);
}

header form {
  background-color: var(--color2000);
  height: 47px;
  width: 224px;
  position: absolute;
  right: 0;
  top: 0;
}

header form input#keyword {
  color: var(--color2000);
  height: 25px;
  position: absolute;
  padding: 0 5px;
  width: 180px;
  top: 11px;
  left: 7px;
}

header form input#submit {
  cursor: pointer;
  height: 25px;
  width: 30px;
  position: absolute;
  top: 11px;
  right: 7px;
  background: var(--gray3);
}

#cart a {
  color: white;
  display: block;
  width: 48px;
  position: absolute;
  font-size: 15px;
}

/*------------------------------------------------------------  FOOTER  -------------------------*/
/*@media screen and (max-width: 879px) {
    footer section {
        padding: 0 1em;
    }
}
*/

@media screen and (max-width: 599px) {
  footer .flex .fx_3 .flex .fx_2 {
    width: 120px;
    margin-right: 10px;
  }

  footer .flex .fx_3 .flex .fx_2:last-child {
    margin-right: 0;
  }
}

footer {
  border-top: 2px solid var(--color2000);
  padding: 40px 0 40px;
  color: var(--gray4);
}

footer h1 {
  font-size: 1.4em;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: normal;
}

footer p {
  font-size: 0.9em;
  line-height: 20px;
  /*margin-bottom: 5px;*/
}

footer a {
  color: var(--gray4);
}

footer a:hover {
  color: var(--gray1);
}

.social_media a {
  width: 26px;
  height: 25px;
  font-size: 25px;
  display: inline-block;
  margin-top: 15px;
}

.js-required {
  width: 100%;
  padding: 7px 5px;
  margin-bottom: 10px;
  color: var(--gray5);
}

footer input[type="submit"],
.request-literature-link {
  /*width: 100px;*/
  padding: 10px 20px;
  float: right;
  background: var(--color2000);
  color: white;
  font-size: 0.8em;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}

footer input[type="submit"]:hover,
.request-literature-link:hover {
  background: var(--color4000);
}

.wrap_admin {
  text-align: center;
}

.wrap_admin p {
  padding: 0.3em 0;
  font-size: 12px;
}

.wrap_admin p a {
  font-size: 12px;
}

/*-----------------------------------------------------------  HMENU01   ------------------------*/
@media (min-width: 1180px) {
  /* FIRST LEVEL    -----------------*/
  .hmenu01 ul#main-menu {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .hmenu01 ul#main-menu > li {
    border-right: 1px solid #111;
  }

  /*.hmenu01 ul#main-menu > li:nth-child(8) { border-right: none; }*/
  .hmenu01 ul#main-menu > li:last-child {
    border-right: none;
  }

  .hmenu01 ul#main-menu > li > a {
    padding: 15px 35px 15px 25px;
    color: var(--gray1);
    font-size: 0.8em;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
  }

  .hmenu01 ul#main-menu > li > a:hover,
  .hmenu01 ul#main-menu > li > a.current {
    background-color: var(--color2000);
  }

  .hmenu01 ul#main-menu > li > a.has-submenu span.sub-arrow {
    right: 13px;
    display: inline-block;
    top: 17px;
  }

  .hmenu01 ul#main-menu > li > a.has-submenu span.sub-arrow:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 10px;
  }

  /* SECOND+ LEVEL    ---------------*/
  .hmenu01 ul#main-menu > li ul {
    border-left: 1px solid transparent;
    box-shadow: 3px 3px rgba(80, 80, 80, 0.2);
  }

  .hmenu01 ul#main-menu > li > ul li {
    background-color: var(--color1000);
    width: 100%;
  }

  .hmenu01 ul#main-menu > li > ul li a {
    color: white;
    padding: 13px 20px 10px 12px;
    border-bottom: 1px solid var(--gray1);
    font-size: 14px;
  }

  .hmenu01 ul#main-menu > li > ul li:last-child a {
    border-bottom: none;
  }

  .hmenu01 ul#main-menu > li ul li a.current,
  .hmenu01 ul#main-menu > li ul li a:hover {
    background-color: var(--color2000);
  }

  .hmenu01 ul#main-menu > li > ul li a.has-submenu span.sub-arrow {
    right: 0.9375em;
  }

  .hmenu01 ul#main-menu > li > ul li a.has-submenu span.sub-arrow:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1179px) {
  /* FIRST LEVEL    -----------------*/
  .hmenu01 ul#main-menu {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 625px;
  }

  .hmenu01 ul#main-menu > li {
    border-right: 1px solid #111;
  }

  /*.hmenu01 ul#main-menu > li:nth-child(8) { border-right: none; }*/
  .hmenu01 ul#main-menu > li:last-child {
    border-right: none;
  }

  .hmenu01 ul#main-menu > li > a {
    padding: 17px 17px 14px 15px;
    color: var(--gray1);
    font-size: 0.7em;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
  }

  .hmenu01 ul#main-menu > li > a:hover,
  .hmenu01 ul#main-menu > li > a.current {
    background-color: var(--color2000);
  }

  .hmenu01 ul#main-menu > li > a.has-submenu span.sub-arrow {
    right: 13px;
    display: inline-block;
    top: 17px;
  }

  .hmenu01 ul#main-menu > li > a.has-submenu span.sub-arrow:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 10px;
  }

  /* SECOND+ LEVEL    ---------------*/
  .hmenu01 ul#main-menu > li ul {
    border-left: 1px solid transparent;
    box-shadow: 3px 3px rgba(80, 80, 80, 0.2);
  }

  .hmenu01 ul#main-menu > li > ul li {
    background-color: var(--color1000);
    width: 100%;
  }

  .hmenu01 ul#main-menu > li > ul li a {
    color: white;
    padding: 13px 20px 10px 12px;
    border-bottom: 1px solid var(--gray1);
    font-size: 14px;
  }

  .hmenu01 ul#main-menu > li > ul li:last-child a {
    border-bottom: none;
  }

  .hmenu01 ul#main-menu > li ul li a.current,
  .hmenu01 ul#main-menu > li ul li a:hover {
    background-color: var(--color2000);
  }

  .hmenu01 ul#main-menu > li > ul li a.has-submenu span.sub-arrow {
    right: 0.9375em;
  }

  .hmenu01 ul#main-menu > li > ul li a.has-submenu span.sub-arrow:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
  }
}

@media (max-width: 999px) {
  .hmenu01 > ul#main-menu {
    background-color: var(--color1000);
    width: 240px;
    padding: 0 5px;
    top: 47px;
    left: 0;
  }

  /* FIRST LEVEL    -----------------*/
  .hmenu01 ul#main-menu > li > a {
    padding: 12px 5px;
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
  }

  .hmenu01 ul#main-menu > li > a.highlighted {
    border-bottom: none;
  }

  .hmenu01 ul#main-menu > li > ul li a:hover {
    color: var(--color4000);
    border-bottom-color: var(--gray1);
  }

  .hmenu01 ul#main-menu > li > ul li a.selected.current {
    color: var(--color4000);
    border-bottom-color: var(--gray1);
  }

  .hmenu01 ul#main-menu > li:last-child > a {
    border-bottom: none;
  }

  .hmenu01 ul#main-menu > li > a.has-submenu span.sub-arrow {
    right: 0.9375em;
  }

  .hmenu01 ul#main-menu > li > a.has-submenu span:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
  }

  /* SECOND+ LEVEL    ---------------*/
  .hmenu01 ul#main-menu > li ul {
    margin: -5px 10px 15px;
  }

  .hmenu01 ul#main-menu > li > ul li a {
    color: white;
    padding: 10px 8px;
    border-bottom: 1px dotted white;
  }

  .hmenu01 ul#main-menu > li > a.has-submenu span.sub-arrow {
    right: 0.9375em;
  }

  .hmenu01 ul#main-menu > li > a.has-submenu span:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
  }
  .hmenu01 ul#main-menu > li > ul li span:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
  }

  span.sub-arrow {
    right: 6px;
    top: 33%;
  }
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  background: #fff;
}

/*-----------------------------------------------------------  HMENU01   ------------------------*/
@media (min-width: 1000px) {
  .hmenu01 ul#main-menu {
    float: none;
    display: table-cell;
    text-align: center;
  }

  .hmenu01 ul#main-menu > li {
    float: left;
  }

  .hmenu01.sm-rtl li {
    float: right;
  }

  .hmenu01 a {
    white-space: nowrap;
  }

  .hmenu01 ul a {
    white-space: normal;
  }

  .hmenu01 .sm-nowrap > li > a,
  .hmenu01 .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  .hmenu01 ul#main-menu.sm li ul {
    position: absolute;
  } /*Prevents the other main menu items to move*/

  .hmenu01 ul#main-menu > li > a span.sub-arrow {
    display: none;
  }
}

#main-menu a {
  cursor: pointer;
}

.sm {
  z-index: 9000 !important;
}

/*-----------------------------------------------------------  VMENU01   -----------------------*/

/* Section heading (direct <a> child: "MY ACCOUNT", "TECHNICAL", etc.) */
.vmenu01.fx_3 > a {
  display: none;
}

@media screen and (max-width: 1179px) {
  .vmenu01 {
    padding: 0.4em 0;
  }
}

.vmenu01 > ul {
  padding: 4px 0;
}

.vmenu01 > ul > li {
  border: none;
  font-size: 14px;
  margin: 0;
}

.vmenu01 ul li::before {
  content: none !important;
}

/* Top-level links: left-border accent track */
.vmenu01 > ul > li > a {
  display: block;
  padding: 9px 20px 9px 17px;
  border-left: 3px solid transparent;
  border-bottom: none;
  transition: background 0.15s, color 0.15s, border-left-color 0.15s;
}

.vmenu01 a,
.page_index a {
  color: var(--gray5);
}

/* Hover: light tint + brand accent left border */
.vmenu01 > ul > li > a:hover {
  background: var(--gray0);
  color: var(--color3000);
  border-left-color: var(--gray3);
}

.page_index a:hover {
  background: var(--gray1);
}

/* Active / selected */
.vmenu01 a.selected {
  color: var(--color3000);
  font-weight: 600;
  background: #eef3f9;
  border-left-color: var(--color3000);
}

.index_back a {
  color: var(--color3000);
  font-weight: 600;
}

/* Nested sub-lists */
.vmenu01 > ul > li ul {
  margin: 0 0 6px 0;
  padding-bottom: 2px;
}

.vmenu01 > ul > li ul li {
  border-bottom: none;
}

.vmenu01 > ul > li ul li a {
  font-size: 13px;
  padding-left: 30px;
}

ul#vm_products > li > a {
  color: var(--color2000);
}

/*-----------------------------------------------------------  SMART MENU   ---------------------*/
@media (min-width: 1000px) {
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }

  #main-menu-state:not(:checked) ~ #main-menu {
    display: table-cell !important;
  }
}

@media (max-width: 999px) {
  /* hide the menu in mobile view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: none !important;
  }

  #main-menu-state:checked ~ #main-menu {
    display: block !important;
  }

  .sm {
    position: absolute !important;
  }

  ul#main-menu {
    padding: 0.3125em;
    right: 0;
    top: 50px;
  }
}

/*-----------------------------------------------------------  TYPOGRAPHY   --------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 879px) {
  .content h1 {
    font-size: 1.7em !important;
  }

  .content h2 {
    font-size: 1.3em !important;
  }
}

.content h1 {
  color: var(--color1000);
  font-size: 28px;
  line-height: 31px;
  text-transform: uppercase;
}

.content h2 {
  color: var(--color2000);
  font-size: 22px;
  font-weight: normal;
}

.content h3 {
  color: var(--color3000);
}

.content h4 {
  color: #000000;
}

.content h5 {
  color: var(--color4000);
}

.content h6 {
  color: var(--gray4);
}

.content p {
  margin-bottom: 13px;
}

.content blockquote {
  padding: 0 20px;
  color: var(--color4000);
  border-left: 5px solid var(--color4000);
  clear: both;
}

.content ul li::before {
  content: "\f061";
  font-size: 0.5em;
  bottom: 0.1875em;
  color: var(--color4000);
}

.content ul li {
  line-height: 1.5em;
  font-size: 0.91em;
}

a {
  color: var(--color1000);
}

a:hover {
  color: var(--color4000);
  border-color: var(--color3000);
}

aside h3 {
  font-size: 1.9em;
  margin-bottom: 0.3em;
  color: var(--color1000);
  text-transform: uppercase;
  text-align: center;
}

a.back {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  padding: 4px 9px;
  border: 1px dotted var(--gray4);
  color: var(--gray4);
}

a.back:hover {
  background-color: var(--gray4);
  border-color: var(--gray4);
  color: white;
}

a.pdf::before {
  margin-top: -5px;
}

.wiring_diagrams a.pdf::before {
  margin-top: 0;
}

/*-----------------------------------------------------------  ENDPAGE/SEPARATOR ---------------*/
.separator {
  background: url("../../images/endpg02.png");
  height: 14px;
  width: 166px;
  margin: 30px auto;
  clear: both;
}

.end_page {
  background: url("../../images/endpg01.png");
  width: 191px;
  height: 16px;
  margin: 30px auto;
  clear: both;
}

/*-----------------------------------------------------------  SCROLL TO TOP   ------------------*/
#scrollToTop {
  color: var(--gray1);
}

/*-----------------------------------------------------------  MY ACCOUNT   ----------------------*/
@media screen and (min-width: 400px) {
  #my_cart a {
    padding-left: 68px;
    background: url("../../images/ico-checkout.png") no-repeat;
  }
}

#my_cart {
  background-color: var(--gray1);
  text-align: center;
  border: 1px solid var(--gray2);
  padding: 16px;
  margin: 20px 0 35px;
}

#warning {
  background-color: #ffefef;
  text-align: center;
  border: 1px solid #9e0000;
  padding: 16px;
  margin: 20px 0 35px;
  color: #9e0000;
}

div#warning.holiday {
  text-align: left;
}

div#warning.holiday h1 {
  color: var(--color2000);
  font-size: 23px;
  margin-bottom: 30px;
  text-align: center;
}

#my_cart p {
  margin: 0;
}

#my_cart a {
  color: var(--color2000);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  height: 42px;
  display: inline-block;
  line-height: 42px;
}

.qt_items_sc {
  color: var(--color2000);
  font-weight: bold;
}

form.default fieldset input[type="radio"],
form.default fieldset input[type="checkbox"] {
  top: 1px !important;
  margin-right: 5px !important;
}

/*form.default fieldset span {
   padding: 13px 0;
    display: inline-block;
}*/

/*-----------------------------------------------------------  FORM DEFAULT   ----------------------*/
form.default legend {
  color: var(--color3000);
}

.input_login {
  width: 100% !important;
  height: 40px !important;
  font-size: 16px;
}

div[class^="fx_"] form.default label {
  text-align: left;
  width: 125px;
}

div[class^="fx_"] form.default fieldset input,
div[class^="fx_"] form.default fieldset select {
  width: calc(100% - 135px);
}

div[class^="fx_"] form.default input[type="submit"] {
  width: 100px;
  padding: 4px 8px;
  line-height: inherit;
}
.sign_in > input {
  width: 100% !important;
}
.sign_in {
  display: flex;
  justify-content: center;
  padding: 0 3px;
}

form.edit fieldset input,
form.edit fieldset select,
form.edit fieldset textarea {
  color: var(--color2000);
}

form.view fieldset input,
form.view fieldset select,
form.view fieldset textarea {
  color: var(--gray4);
}

form.default input,
form.default select,
form.default textarea {
  border: 1px solid var(--gray5);

}

form.ask_question input,
form.ask_question select,
form.ask_question textarea{
  font-family: "Open Sans", sans-serif !important;
}

/*-------------------------------------------------------  REQUEST LITERATURE   ----------------*/
.request-literature-form {
  margin-top: 50px;
}

.request-literature-form fieldset:nth-child(2) {
  margin-top: 50px;
}

/*-----------------------------------------------------------  PAGINATION   --------------------*/
.pagination {
  text-align: right;
  border-bottom: 1px solid gray;
  padding-bottom: 3px;
  margin-bottom: 5px;
}

.pagination .total {
  float: left;
  margin: 10px 0 -3px;
  padding: 2px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--gray4);
}

.pagination .pagination_buttons {
  display: inline-block;
  font-size: 12px;
}

.pagination_buttons a,
.pagination_buttons p {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid gray;
}

.pagination_buttons span {
  margin: 0 5px;
  color: var(--gray4) !important;
}

.pagination_buttons p {
  color: #e5e5e5;
  border: 1px solid #e5e5e5;
  line-height: 18px;
  margin: 0;
}

.pagination_buttons a:hover {
  border: 1px solid gray;
  background-color: gray;
  color: #fff;
}

/*-----------------------------------------------------------  PANEL DISPLAY   -----------------*/
@media screen and (min-width: 980px) {
}

@media screen and (min-width: 760px) and (max-width: 979px) {
}

@media screen and (max-width: 759px) {
  .display_panels div.flex {
    margin-bottom: 50px;
  }
}

.display_panels .fx_2 {
  position: relative;
}

.display_panels h1 {
  background: var(--gray1);
  border-bottom: 1px solid var(--gray3);
  font-size: 11px !important;
  font-weight: bold;
  line-height: 17px;
  margin: 0;
  padding: 6px 5px;
  text-align: center;
}

.p_img {
  display: block;
  margin: 10px auto;
  box-shadow: 2px 2px 8px -4px #000;
  max-width: 100%;
}

.p_description {
  color: var(--color3000);
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0;
}

.p_description p {
  margin: 0 0 5px 0;
}

a.magnify {
  display: block;
  text-align: center;
  clear: both;
  color: gray;
}

a.magnify:hover {
  color: var(--color3000);
}

table.specs {
  border-collapse: inherit;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  width: 100%;
  margin: 8px 0;
}

table.specs th {
  background: none repeat scroll 0 0 #848484;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  text-align: center;
}

table.specs tr td {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  text-align: center;
  background-color: #ffffff;
}

table.specs tr td {
  font-weight: bold;
}

ul.tech_pdfs {
  margin-left: 0;
}

ul.tech_pdfs li {
  padding-left: 0;
  list-style: none;
  padding: 0.1875em 0 0.1875em 0.95em;
}

ul.tech_pdfs li::before {
  content: none;
}

.p_note {
  text-align: center;
  font-style: italic;
  font-size: 14px;
}

.rsDefault .rsBullets {
  line-height: 19px !important;
}

/*-----------------------------------------------------------  PARTS DISPLAY   -----------------*/

@media screen and (min-width: 615px) {
  #parts_list dl {
    display: grid;
    grid-template-columns: 16% 79%;
    grid-column-gap: 5%;
    grid-row-gap: 9px;
    justify-items: stretch;
    align-items: stretch;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 614px) {
  #parts_list dl {
  }

  #parts_list dl dt {
    text-align: center;
  }
}

/*#parts_list dl dt,
#parts_list dl dd { float: left; }*/

#parts_list dl dt img {
  width: 115px;
}

#parts_list table th,
#parts_list table td {
  vertical-align: top;
  padding: 5px 15px;
  font-size: 13px;
  text-align: left;
  max-width: 520px;
}

#parts_list table th {
  /*background-color: var(--color3000);
	color: white;*/
}

.parts_separator {
  clear: both;
  padding: 0 0 15px 0;
  border-bottom: 1px solid var(--gray2);
  margin: 0 0 15px 0;
}

/*-----------------------------------------------------------  CONFIGURATOR   ------------------*/
section.configurator {
  background-color: white;
}

section.configurator aside h1 {
  background: #f1f1f1;
  border-bottom: 1px solid #c8c8c8;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 7px 0 20px 0;
  padding: 6px 5px;
  text-align: center;
}

section.configurator aside .fx_3 {
  padding: 0 15px;
}


main section{background-color: #FFF;}
/*-----------------------------------------------------------  BUTTONS AND LINKS   -------------*/
@media screen and (min-width: 980px) {
  .buttonR,
  .buttonY {
    padding: 2px 5px;
  }
}

@media screen and (max-width: 979px) {
  .buttonR,
  .buttonY {
    padding: 6px 10px;
    min-width: 185px;
  }
}

@media screen and (min-width: 460px) {
  .buttonR {
    display: inline-block;
    float: right;
    font-size: 13px;
    margin-left: 5px;
  }

  .buttonY {
    display: inline-block;
    float: left;
    font-size: 13px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 459px) {
  .buttonToCart {
    margin: 0 auto;
    width: 220px;
  }

  .buttonR,
  .buttonY {
    display: block;
    font-size: 12px;
    margin: 5px auto;
    width: 170px;
  }

  .plusToCart,
  .minusToCart {
    display: block;
    float: left;
    width: 50px;
  }

  .buttonR.shoppingCart {
    display: block;
    float: left;
    margin: 5px 4px;
    width: 109px;
  }
}

.buttonR.addToCart {
  width: inherit;
}

.buttonC {
  display: table !important;
  float: none !important;
  margin: 5px auto !important;
}

.buttonR,
a.buttonR,
.buttonR:focus,
a.buttonR:focus {
  background: var(--gray1);
  color: var(--color3000);
  cursor: pointer;
  font-weight: normal;
  padding: 0 8px;
  transition:
    color,
    background-color 0.7s;
  min-width: 75px;
  border: 1px solid var(--color3000);
  font-size: 0.9375em;
  text-transform: uppercase;
  line-height: 29px;
  text-align: center;
}

input.buttonR.customize {
  border: 0;
  color: #ffffff;
  background: var(--color2000);
}

input.buttonR.customize:hover {
  border: 0;
  color: #ffffff;
  background: var(--color1000);
}

.ButtonOption {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  margin: 10px 0;
  display: block;
  cursor: pointer;
}

.ButtonOption:hover {
  background: var(--color2000);
  color: #ffffff;
}

/*.buttonR, a.buttonR, .buttonR:focus, a.buttonR:focus {
	background: var(--color2000);
    line-height: inherit;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    padding: 6px 8px;
    transition: color, background-color 0.7s;
    min-width: 75px;
    border: none;
}*/

.buttonY,
a.buttonY {
  background: #d8740f;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  padding: 4px 8px;
  transition:
    color,
    background-color 0.7s;
  border: none;
}

.buttonR:hover,
.buttonY:hover,
.b_math:hover {
  background: var(--color3000);
  color: #ffffff;
}

.fa-file-pdf:before {
  margin-right: 6px;
}

.buttonY.techInfo.pdfInfo {
  padding-left: 25px;
  background: url("../../images/pdf_icon.png") no-repeat scroll 3px 3px #d8740f;
  font-weight: normal;
}

.buttonY.techInfo.pdfInfo:hover {
  background: url("../../images/pdf_icon.png") no-repeat scroll 3px 3px
    var(--color3000) !important;
  border: var(--color3000) 1px solid;
}

a.shoppingCart {
  background: var(--gray1);
  color: var(--color3000);
  cursor: pointer;
  font-weight: normal;
  padding: 0 8px;
  transition:
    color,
    background-color 0.7s;
  min-width: 75px;
  border: 1px solid var(--color3000);
  font-size: 0.9375em;
  text-transform: uppercase;
  line-height: 29px;
  float: right;
  margin-left: 5px;
}

.b_math {
  padding: 0 6px;
  text-align: center;
  background: var(--gray1);
  line-height: 29px;
  color: var(--color3000);
  cursor: pointer;
  font-weight: normal;
  transition:
    color,
    background-color 0.7s;
  border: 1px solid var(--color3000);
  /* display: inline-block; */
  float: right;
  font-size: 12px;
  margin-left: 5px;
  height: 31px;
}

#boxoption {
  padding: 16px;
  background: #f2f2f2;
  border: solid 1px #cecece;
}

/*-----------------------------------------------------------  SECTION NAVIGATION   ------------*/
.section_navigation a {
  color: var(--gray2);
  background: var(--color1000);
  border-color: var(--color1000);
}

.section_navigation a:hover,
.section_navigation a.selected {
  background: var(--color2000);
  border-color: var(--color2000);
}

/*-----------------------------------------------------------  NAV BUTTONS   -------------------*/
/*div[class~="nav_buttons"] a {
	color: var(--gray2);
	background-color: var(--color1000);
	border-color: var(--color1000);
    padding: 0.25em;
    border: 1px solid;
    text-align: center;
}

div[class~="nav_buttons"] a:hover,
div[class~="nav_buttons"] a:selected {
	background-color: var(--color2000) !important;
	border-color: var(--color2000) !important;
}*/

.nav_buttons a {
  color: var(--gray2);
  background: var(--color1000);
  border-color: var(--color1000);
  padding: 0.25em;
  border: 1px solid;
  text-align: center;
}

.nav_buttons a:hover {
  background: var(--color2000);
  border-color: var(--color2000);
}

.nav_buttons a:selected {
  background: var(--color2000);
  border-color: var(--color2000);
}

/*-----------------------------------------------------------  TABLE DEFAULT   ------------*/
.default tr:nth-child(2n) {
  background: var(--gray1);
}
.default tr:nth-child(odd) {
  background: #fff;
}

.default th {
  background: var(--color2000);
  color: #ffffff;
  font-size: 14px;
  border: 1px solid var(--color4000);
}

table.default td {
  border: 1px solid #ccc;
  font-size: 14px;
}

.default a {
  color: var(--color2000);
}

.default a:hover {
  color: var(--color3000);
}

/*-----------------------------------------------------------  SHOWCASE BOX ---------------*/

.flex.bm_options .fx_3 {
  padding: 10px;
  border: solid 1px var(--gray2);
}

.flex.bm_options .fx_3:hover {
  border: solid 1px var(--color2000);
}

.flex.bm_options .fx_3 th {
  font-weight: bold;
  margin-bottom: 8px;
}

#bm_samples {
  margin: 0 auto;
}

form.scart input[type="radio"] {
  width: 10px;
  height: 10px;
}

.popup-gallery.flex a img {
  border: solid 1px var(--gray2);
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 400px;
}

.popup-gallery.flex a:hover img {
  border: solid 1px var(--color2000);
}

/*-----------------------------------------------------------  CHECKOUT  -----------------------*/
input.js-checkout-item-quantity {
  width: 51px;
  text-align: center;
  border: 1px solid var(--gray2);
  padding: 5px 0;
}

.mw_100 {
  min-width: 100px;
}

table.checkout tfoot {
  border-top: 3px black double;
}

table.checkout tr.subtotal td {
  font-weight: bold;
  font-style: italic;
}

#address_selection .flex {
  margin-top: 30px;
}

#address_selection .fx_2 {
  margin-bottom: 45px;
}

#address_selection dl {
  max-width: 300px;
  margin: 0 auto;
}

#address_selection dl dt {
  font-weight: bold;
  border-bottom: 1px dashed var(--gray4);
}

#address_selection dl dd p {
  margin-bottom: 0;
}

#address_selection form::before {
  content: "\f25a";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: var(--color2000);
}

#address_selection form input[type="submit"] {
  color: var(--color2000);
  background-color: white;
  content: "sdfasdfas";
  font-size: 15px;
  padding-left: 2px;
  cursor: pointer;
}

#address_selection form:hover:before,
#address_selection form input[type="submit"]:hover {
  color: var(--color3000);
}

form.default input[type="radio"] {
  width: inherit;
  float: none;
  padding: 5px;
  margin: 0 auto;
  border: 1px solid var(--gray4);
}

.form_buttons {
  /* 	border-top: 1px solid var(--color3000); */
  padding-top: 10px;
  margin-bottom: 20px;
}

div#cart_progress {
  text-align: center;
}

#cart_progress a {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 8px 0;
  border-width: 1px 1px 3px 1px;
  border-style: solid;
  border-color: black;
  color: black;
  display: inline-block;
  width: 150px;
}

#cart_progress a.selected {
  border-color: var(--color2000);
  color: var(--color2000);
}

#cart_progress a.selected ~ a {
  border-color: var(--gray2);
  color: var(--gray2);
}

/*-----------------------------------------------------------  VIEW INVOICE  -------------------*/
tr.invoice_subtotal td {
  border-top: 4px double black;
}

tr.invoice_total td {
  border-top: 6px double black;
}

/*-----------------------------------------------------------  Google recaptcha Hide --------------------------*/
.grecaptcha-badge {
  display: none;
}

/*-----------------------------  ADVANCED SEARCH - MENU HORIZONTAL  -------------------------------------------------*/
.advanced_search {
  color: white;
  margin-top: 30px;
  z-index: 5;
  position: absolute;
  right: 110px;
  font-size: 11px;
  font-style: italic;
}
.advanced_search a {
  text-decoration: none;
  color: white;
}
.advanced_search a:hover {
  text-decoration: none;
  color: lightslategray;
}
.advanced_search a:visited {
  color: white;
}

/*-----------------------------------------------------------  PHONE BUTTON  ----------------------------------*/

@media only screen and (min-width: 459px) {
  a.call_availability {
    float: right;
    font-size: 15px;
  }
}

@media only screen and (max-width: 460px) {
  a.call_availability {
    margin: 10px auto;
    display: table;
    font-size: 18px;
  }
}
a.call_availability {
  color: #1268a6;
}

a.call_availability:hover {
  color: #ac100f;
}

a.call_availability:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #1268a6;
}

a.call_availability:before {
  content: "\f2a0";
}

dl.electricalComponent dd:last-child {
  width: 100%;
}

/*-----------------------------------------------------------  SWIPER ------------------------------------*/
.swiper-slide {
  cursor: grab;
}

.swiper-button-prev {
  background-image: none;
}
.swiper-button-next {
  background-image: none;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 34px;
  color: var(--color2000);
}

.swiper-button-prev::before {
  content: "\f053";
}
.swiper-button-next::before {
  content: "\f054";
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: var(--color2000) !important;
}

.swiper-pagination-bullet {
  background: white;
  opacity: 0.4;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}

@media screen and (min-width: 880px) {
  .white-popup-block {
    width: 100%;
    max-width: 900px;
    max-height: 90%;
    margin: auto auto !important;
  }
}

/*----------------------------------------------------------- SATISFACTION SURVEY ---------------------*/
.opinion {
  width: 100%;
  display: table;
  border: solid 1px var(--gray2);
  margin-bottom: 30px;
}

.block {
  float: left;
  padding: 10px;
}

@media only screen and (max-width: 650px) {
  .block {
    width: 100%;
    float: none;
  }
  .block:nth-child(even) {
    background: var(--gray2);
  }
  .block:nth-child(odd) {
    background: #ffffff;
  }
}

.Floating input.submit {
  background: var(--color1000);
}

.Floating input.submit:hover {
  background: var(--color2000);
}

form#survey input.js-required {
  width: 16px;
}

dd.percentage {
  font-size: 14px;
  font-style: italic;
  margin-left: 15px;
}

.info_survey {
  width: 100%;
  min-height: 30px;
}

#f_response p {
  clear: both;
}

.percent_bar {
  background: #d9d9d9;
  height: 28px;
  float: left;
}

dd.qty {
  float: left;
  width: 37px;
  text-align: center;
}

.perc_content {
  height: 28px;
  float: left;
}

@media only screen and (min-width: 500px) {
  .perc_content {
    width: calc(100% - 271px);
  }
}
@media only screen and (max-width: 499px) {
  .perc_content {
    width: calc(100% - 37px);
  }
}

/*----------------------------------------------------------- COLAPSE ITENS ---------------------------*/

.wrapper {
  /*  margin: 10% auto;
  width: 400px;*/
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrapper ul li::before {
  content: "" !important;
  font-size: 0.5em;
  bottom: 0.1875em;
  color: var(--color4000);
}

.wrapper label {
  display: block;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #fff;
  border-bottom: none;
  background: var(--color2000);
}
.wrapper label:hover {
  background: #111;
}
.wrapper label.last {
  border-bottom: 1px solid #fff;
}

.wrapper ul {
  margin: 0;
}

.wrapper ul li {
  padding: 0;
  margin: 0;
}

.wrapper ul ul li {
  padding: 10px;
}
.wrapper input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.wrapper input[type="checkbox"] ~ ul {
  height: 0;
  transform: scaleY(0);
}
.wrapper input[type="checkbox"]:checked ~ ul {
  transform-origin: top;
  transition: transform 0.2s ease-out;
  transform: scaleY(1);
  display: table;
  width: 100%;
}
.wrapper input[type="checkbox"]:checked + label {
  background: var(--color2000);
  border-bottom: 1px solid #fff;
}

.wrapper h2 {
  color: #ffffff;
  margin: 0;
}

.wrapper p {
  font-size: 16px;
}

/*-----------------------------------------------------------  TRANSACTION DETAIL  -------------*/
#transdetail a {
  border: none;
}

#transdetail td.t_status {
  width: 55px;
}

#transdetail a.status_0 {
  color: var(--gray3);
}

form#change_status {
  margin-bottom: 0;
}

form#change_status {
  margin-top: 0;
}

#mail_message form fieldset


/*-----------------------------------------------------------  ORDER MESSAGE  ------------------*/
dl.order_message {
  display: block;
}

dl.order_message dt {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  border-bottom: 1px solid var(--gray2);
  padding-bottom: 5px;
  margin-bottom: 5px;
}

dl.order_message dd span {
  font-weight: bold;
  display: inline-block;
  width: 57px;
}

dl.order_message dd.message {
  margin-top: 7px;
  margin-bottom: 53px;
}

/*-----------------------------------------------------------  ACTION BUTTONS   ----------------*/
.ab_edit,
.ab_delete,
.ab_review,
.ab_publish,
.ab_requested,
.ab_published,
.ab_declined,
.ab_bool_0,
.ab_bool_1,
.ab_home,
.ab_not_home {
  background: url(../../images/icons-articles.png) no-repeat center;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.ab_waiting {
  background: url(http://tools.atimo.us/atimotools/images/ajax-loader.gif)
    no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.ab_edit,
.ab_delete,
.ab_review {
  margin-right: 3px;
}
.ab_edit {
  background-position: 0 -114px;
}
.ab_delete {
  background-position: 0 -153px;
}
.ab_review {
  background-position: 0 -379px;
}
.ab_publish {
  background-position: 0 -341px;
}
.ab_requested {
  background-position: 0 -76px;
}
.ab_published {
  background-position: 0 2px;
}
.ab_declined {
  background-position: 0 -37px;
}
.ab_bool_0 {
  background-position: 0 -228px;
}
.ab_bool_1 {
  background-position: 0 -192px;
}
.ab_home {
  background-position: 0 -267px;
}
.ab_not_home {
  background-position: 0 -305px;
}

.cursor_move:hover {
  cursor: move;
}

/*---------------------------------- SELECT   ----------------*/

#select_conv_year {
  color: #333;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 4px 10px;
  cursor: pointer;
  margin-right: 10px;
}

/*---------------------------------- ICON   ----------------*/

.phone::before,
.email::before,
.fax::before,
.web::before,
.address::before,
.pdf::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  font-size: 0.85em;
  top: 0px;
}

/*-------------------------------- MODAL CUSTOMIZE ---------------------------*/

@media screen and (min-width: 880px) and (max-width: 1179px) {
  #labelModal > div {
    width: 70%;
  }
}

@media screen and (max-width: 879px) {
  #labelModal > div {
    width: 95%;
    padding: 15px;
  }
}

#labelModal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
  justify-content: center;
  align-items: center;
}
.boxer-modal {
  background: #f4f4f4;
  padding: 20px;
  width: 400px;
  height: 64vh;
  position: relative;
}

.boxer-modal > span {
  position: absolute;
  top: 2px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  color: var(--blue2);
}

/*-----------------------------------------------------------  UPS INVOICE  --------------------------*/

.upsinvoicesForm {
  margin-top: 20px;
}

.upsinvoicesForm form.default fieldset {
  margin-top: 0;
}

.update-actual-weight button {
  display: inline-block;
  margin: 0.3125em 0 0.3125em 0.3125em;
  text-align: center;
  padding: 0 1.5em;
  font-size: 0.9375em;
  line-height: 1.875em;
  height: 2em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid;
}

/*-------------------------------------------------- INVOICE SHIPPING WEIGHT  --------------------------*/

#invoice_shipping_weight .imput_weight {
  border: 1px solid black;
}

/*-------------------------------------------------- DEFAULT INTERN BLOG  --------------------------*/

section.article-detail-section {
  background: #fff;
}

section.wrap_recentBlogs {
  background: #f4f4f4;
  padding: 20px 50px;
  border-top: 1px solid var(--color2000);
}

section.wrap_recentBlogs h2 {
  color: var(--color1000);
  font-size: 28px;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.article-detail-section .content {
  max-width: 945px;
  margin: 0 auto;
}
.article-detail-section .article-body {
  font-size: 18px;
  margin-top: 43px;
}

.article-detail-section .article-body p {
  margin-bottom: 20px;
}

.article-detail-section .imgC {
  margin: 22px 0;
}
.article-detail-section .content h3 {
  font-size: 19px;
}
.article-detail-section .content h1 {
  line-height: 44px;
  text-transform: inherit;
  font-size: 35px;
}

div#blogNews {
  max-width: 800px;
  margin: 0 auto;
}

.article-detail-section .content ul li::before {
	content: "•";
    font-size: 1.5em;
    color: #000;
    top: 0;
    bottom: auto;
}

section.blog-content .content{
	margin: 0 auto;
    max-width: 830px;
}


.blog-content p.author {
    color: var(--gray4);
    font-size: 13px;
    font-style: italic;
    text-align: left;
    display: block;
    font-weight: bold;
}


.blog-content .back-btn {
    display: inline-block;
    border-top: solid 1px var(--color2000);
    border-bottom: solid 1px var(--color2000);
    padding: 5px 15px;
    background: var(--gray1);
    color: var(--black);
    text-decoration: none;
    transition: 0.2s;
}

.blog-content .back-btn:hover {
    background: #cccccc;
    color: #000;
}

section.blog-content h2 {
    color: #3F6F95;
    font-weight: bold;
	margin-top: 20px;
}



.blog-content blockquote {
	position: relative;
    border: 1px solid var(--color4000);
    padding: 20px;
	margin: 40px auto;
	color: #000;
	font-size: 14px;
}

.blog-content blockquote::before {
    content: attr(data-title);
    font-size: 14px;
    color: var(--color4000);
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 25px;
	font-weight: bold;
}

.blog-content h1 {
    font-size: clamp(24px, 2vw, 28px);
    line-height: clamp(30px, 3vw, 34px);
    margin-bottom: 10px;
}

.blog-content .publish-date {
    color: #7b7b7b;
    font-size: 10px;
    font-weight: normal;
    display: block;
    width: 100%;
}

.flex.border-bottom {
    border-bottom: solid 1px #CECECE;
    margin-bottom: 24px;
}

/*-------------------------------------------------- BLOG NEWSLETTER  --------------------------*/

div#newsletter-news {
    background: var(--color2000);
    color: #FFFFFF;
    padding: 5px 15px;
    /* margin: 5px auto 20px auto; */
    width: 100%;
}

div#newsletter-news .fx_2{
	margin-bottom: 0;
	text-align: center;
}

div#newsletter-news form{margin: 0;}


div#newsletter-news .flex{
    max-width: 1150px;
    margin: 0 auto;
    width: 100%;
	align-items: center;
}

div#newsletter-news .fx_4 {
    margin-bottom: 0;
}

div#newsletter-news h1{
    font-size: 22px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    margin-left: 10px;
    display: block;
    font-weight: normal;
}

div#newsletter-news  .default input {
	height: 23px;
    width: 100%;
    float: left;
    margin: 3px 0;
    padding: 5px;
}
    
div#newsletter-news form input[type="submit"] {
	font-size: 12px;
    width: 100%;
    float: none;
    height: 23px;
    padding: 0;
    line-height: 20px;
    background-color: #FFF !important;
    color: var(--color2000); !important;
    font-weight: bold;
    border: none;
}


div#newsletter-news form input[type="submit"]:hover{
	background-color: #ffffffc9 !important;
    color: var(--color_a) !important;
}

