/*!
Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

All client changes should be added to client.css
Any changes made in style.css will be overwritten and removed
*/
/* 
 * In this file you should centralize your imports
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> 
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* 
 * In this file Are opinionated base styles that come in after the normalize Reset.
 * We may want to merge some of these into the normalize stylesheet if they become common enough.
 * 
 * imported by style.scss
 */
:root {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 1em;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dd,
p, figure,
pre, table, fieldset, hr {
  margin-top: 0 !important;
  margin-bottom: 1.5rem;
}

.x-bar-footer {
  position: static !important;
}

/* 
 * In this file you should declare any global variables
 * For example: brand colours, typefaces, etc.
 * imported by style.scss
 */
/* Usage Example
.selector {
  color: red;

  @include breakpoint('small') {
    color: blue;
  }
}
*/
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700 !important;
  color: #0071BB !important;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-style: normal !important;
  color: #19C9C0 !important;
}

.h-lang .wpml-ls-legacy-dropdown {
  width: 100% !important;
}

/* 
 * In this file you should style any buttons
 * imported by style.scss
 */
.x-btn, .button, [type=submit] {
  border-radius: 100em !important;
  text-shadow: none !important;
  font-size: 1em !important;
  padding: 0.65em 1.2em !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

/* 
 * In this file you should style any forms
 * imported by style.scss
 */
.gform_wrapper .gform_footer {
  padding-bottom: 0px !important;
}
.gform_wrapper form legend {
  border-bottom: none !important;
}
.gform_wrapper form .gfield_label {
  font-size: 1em !important;
}
.gform_wrapper form select, .gform_wrapper form textarea, .gform_wrapper form input[type=text], .gform_wrapper form input[type=password], .gform_wrapper form input[type=datetime], .gform_wrapper form input[type=datetime-local], .gform_wrapper form input[type=date], .gform_wrapper form input[type=month], .gform_wrapper form input[type=time], .gform_wrapper form input[type=week], .gform_wrapper form input[type=number], .gform_wrapper form input[type=email], .gform_wrapper form input[type=url], .gform_wrapper form input[type=search], .gform_wrapper form input[type=tel], .gform_wrapper form input[type=color], .gform_wrapper form .uneditable-input {
  font-size: 1em !important;
  padding: 0.6em !important;
  border-radius: 0.4em !important;
  border: 2px solid #EDEFF4 !important;
}
.gform_wrapper form select:hover, .gform_wrapper form select:active, .gform_wrapper form select:focus, .gform_wrapper form textarea:hover, .gform_wrapper form textarea:active, .gform_wrapper form textarea:focus, .gform_wrapper form input[type=text]:hover, .gform_wrapper form input[type=text]:active, .gform_wrapper form input[type=text]:focus, .gform_wrapper form input[type=password]:hover, .gform_wrapper form input[type=password]:active, .gform_wrapper form input[type=password]:focus, .gform_wrapper form input[type=datetime]:hover, .gform_wrapper form input[type=datetime]:active, .gform_wrapper form input[type=datetime]:focus, .gform_wrapper form input[type=datetime-local]:hover, .gform_wrapper form input[type=datetime-local]:active, .gform_wrapper form input[type=datetime-local]:focus, .gform_wrapper form input[type=date]:hover, .gform_wrapper form input[type=date]:active, .gform_wrapper form input[type=date]:focus, .gform_wrapper form input[type=month]:hover, .gform_wrapper form input[type=month]:active, .gform_wrapper form input[type=month]:focus, .gform_wrapper form input[type=time]:hover, .gform_wrapper form input[type=time]:active, .gform_wrapper form input[type=time]:focus, .gform_wrapper form input[type=week]:hover, .gform_wrapper form input[type=week]:active, .gform_wrapper form input[type=week]:focus, .gform_wrapper form input[type=number]:hover, .gform_wrapper form input[type=number]:active, .gform_wrapper form input[type=number]:focus, .gform_wrapper form input[type=email]:hover, .gform_wrapper form input[type=email]:active, .gform_wrapper form input[type=email]:focus, .gform_wrapper form input[type=url]:hover, .gform_wrapper form input[type=url]:active, .gform_wrapper form input[type=url]:focus, .gform_wrapper form input[type=search]:hover, .gform_wrapper form input[type=search]:active, .gform_wrapper form input[type=search]:focus, .gform_wrapper form input[type=tel]:hover, .gform_wrapper form input[type=tel]:active, .gform_wrapper form input[type=tel]:focus, .gform_wrapper form input[type=color]:hover, .gform_wrapper form input[type=color]:active, .gform_wrapper form input[type=color]:focus, .gform_wrapper form .uneditable-input:hover, .gform_wrapper form .uneditable-input:active, .gform_wrapper form .uneditable-input:focus {
  border-color: #0071BB !important;
}

@media (max-width: 480px) {
  body .google-visualization-tooltip {
    display: none !important;
  }
}

/* 
 * In this file you should declare any utility styles
 * For example: visually-hidden, center-text etc.
 * All classes here should be prefixed with "u-" Ex: u-visually-hidden
 * imported by style.scss
 */
.u-visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0);
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.u-clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.u-center-text {
  text-align: center !important;
}

.single-product_post {
  overflow: visible !important;
}
.single-product_post .x-root {
  overflow: visible !important;
}
.single-product_post .x-root .x-site {
  overflow: visible !important;
}
.single-product_post .x-root .x-site .x-layout {
  overflow: visible !important;
}
.single-product_post .x-root .x-site .x-layout .type-product_post {
  overflow: visible !important;
}
.single-product_post .x-root .x-site .x-layout .type-product_post .h-overflow {
  overflow: visible !important;
}
.single-product_post .x-root .x-site .x-layout .type-product_post .h-overflow .x-row {
  overflow: visible !important;
}
.single-product_post .x-root .x-site .x-layout .type-product_post .h-overflow .x-row .h-sticky {
  position: sticky;
  top: 3em;
}

.pagination-wrap {
  margin-top: 2em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-wrap .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
}
.pagination-wrap .pagination .pag-circ.active {
  background-color: #1D1D1D !important;
  color: white !important;
}
.pagination-wrap .pagination .pag-circ {
  width: 2em;
  height: 2em;
  border-radius: 100em;
  margin: 0.2em;
  background-color: #EDEFF4;
  color: #1D1D1D;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1em;
}
.pagination-wrap .pagination .pag-circ:hover {
  background-color: #0071BB !important;
  color: white !important;
}

#filters {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
}
#filters #filt_search {
  font-size: 1em !important;
  padding: 0.5em !important;
  border-radius: 0.4em !important;
  border: 2px solid #EDEFF4 !important;
  margin: 0 0.4em 0 0 !important;
}
@media (max-width: 768px) {
  #filters #filt_search {
    width: 49% !important;
    margin-bottom: 1% !important;
    margin-right: 1% !important;
  }
}
@media (max-width: 480px) {
  #filters #filt_search {
    width: 100% !important;
    margin-bottom: 1% !important;
    margin-right: 0 !important;
  }
}
#filters #filt_cat, #filters #filt_tech {
  font-size: 1em !important;
  padding: 0.5em 0.8em !important;
  border-radius: 0.4em !important;
  border: 2px solid #EDEFF4 !important;
  margin: 0 0.4em 0 0 !important;
}
@media (max-width: 768px) {
  #filters #filt_cat, #filters #filt_tech {
    width: 49% !important;
    margin-bottom: 1% !important;
    margin-right: 1% !important;
  }
}
@media (max-width: 480px) {
  #filters #filt_cat, #filters #filt_tech {
    width: 100% !important;
    margin-bottom: 1% !important;
    margin-right: 0 !important;
  }
}
#filters #reset-button {
  margin-left: auto !important;
  padding: 0.4em 0.6em 0.4em 1.2em !important;
  background: #0071BB !important;
  color: white !important;
  border-radius: 100em !important;
  line-height: 1em !important;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}
#filters #reset-button:hover, #filters #reset-button:active, #filters #reset-button:focus {
  background-color: #1D1D1D !important;
}
#filters #reset-button .h-icon {
  margin-left: 0.8em !important;
}
@media (max-width: 768px) {
  #filters #reset-button {
    width: 100% !important;
  }
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.product-grid .product-card {
  width: 24%;
  margin: 0.5%;
  border-radius: 0.4em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
  overflow: hidden;
  transition: ease-in 0.3s;
}
.product-grid .product-card:hover {
  transform: scale(1.03);
}
.product-grid .product-card:hover .product-card__title {
  color: #19C9C0 !important;
}
@media (max-width: 1080px) {
  .product-grid .product-card {
    width: 32% !important;
  }
}
@media (max-width: 768px) {
  .product-grid .product-card {
    width: 49% !important;
  }
}
@media (max-width: 480px) {
  .product-grid .product-card {
    width: 99% !important;
  }
}
.product-grid .product-card__image {
  width: 100%;
  border-bottom: 2px solid #EDEFF4;
  padding: 1em;
  min-height: 13em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.product-grid .product-card__image img {
  width: 100%;
}
.product-grid .product-card__content {
  padding: 1em;
}
.product-grid .product-card__content h3 {
  font-size: 1.3em;
  line-height: 1em;
  margin-bottom: 0.6em;
  transition: ease-in 0.3s;
}
.product-grid .product-card__content p {
  line-height: 1.4em !important;
  font-size: 0.95em !important;
  margin-bottom: 0 !important;
  color: #1D1D1D !important;
}

.partsSearch form {
  width: 100%;
  max-width: 36em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2.5em !important;
}
@media (max-width: 480px) {
  .partsSearch form {
    flex-direction: column !important;
  }
}
.partsSearch form input {
  width: calc(100% - 10em) !important;
  margin-right: 0px !important;
  font-size: 1em !important;
  margin-bottom: 0px !important;
  border-radius: 100em 0 0 100em !important;
  padding: 0.4em 1em !important;
  border: 2px solid #eee !important;
  border-right: 0 !important;
}
@media (max-width: 480px) {
  .partsSearch form input {
    border-radius: 100em !important;
    margin-bottom: 0.5em !important;
    width: 100% !important;
  }
}
.partsSearch form button {
  border-radius: 0 100em 100em 0 !important;
}
@media (max-width: 480px) {
  .partsSearch form button {
    border-radius: 100em !important;
    width: 100% !important;
  }
}
.partsSearch__tableHeading {
  display: grid;
  grid-template-columns: 1fr 1fr 0.5fr 0.5fr 0.25fr;
  grid-gap: 0.5em;
  padding: 1em;
  background-color: #002748;
  color: white;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .partsSearch__tableHeading {
    grid-template-columns: 1fr 1fr 0.5fr 1fr;
    grid-gap: 0.75em;
    padding: 0.5em;
    font-size: 0.85em;
  }
}
.partsSearch #partsSearch__searchResults {
  display: grid;
  grid-template-columns: 1fr;
}
.partsSearch #partsSearch__searchResults .part-wrap {
  padding: 0.5em 1em;
  display: grid;
  grid-template-columns: 1fr 1fr 0.5fr 0.5fr 0.25fr;
  grid-gap: 0.5em;
  align-items: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .partsSearch #partsSearch__searchResults .part-wrap {
    grid-template-columns: 1fr 1fr 0.5fr 1fr;
    grid-gap: 0.75em;
    padding: 0.5em;
    align-items: flex-start;
  }
}
.partsSearch #partsSearch__searchResults .part-wrap:nth-child(even) {
  background-color: #eee;
}
.partsSearch #partsSearch__searchResults .part-wrap .part-num {
  color: #002748;
}
.partsSearch #partsSearch__searchResults .part-wrap a {
  display: block;
  margin-top: auto;
  padding: 0.35em 0.75em !important;
  font-size: 0.85em !important;
}

.parts-design-iframe {
  width: 100% !important;
  height: 100vh !important;
  min-height: 50em !important;
}

.search-container {
  display: flex;
  padding: 1em;
  background: #0071BB !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  float: none !important;
}
.search-container input[type=text] {
  font-size: 1em !important;
  border-radius: 0.4em !important;
  border: none !important;
  width: 88% !important;
  max-width: 32em !important;
  margin-bottom: 0px !important;
  font-weight: 300 !important;
}
.search-container button {
  display: none !important;
}

.cds-product-container-controls tr {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
@media (max-width: 480px) {
  .cds-product-container-controls tr {
    flex-direction: column !important;
  }
}
.cds-product-container-controls #cds-product-controls-sort {
  margin-bottom: 0px !important;
  font-size: 0.85em !important;
  border-radius: 0.4em !important;
  padding: 0.4em !important;
}
.cds-product-container-controls #cds-product-controls-compare button {
  border-radius: 100em !important;
  border: none !important;
  background: #0071BB !important;
  color: white !important;
  padding: 0.5em 1.2em !important;
  text-transform: uppercase !important;
  line-height: 1.4em !important;
  transition: 0.3s ease-in !important;
}
.cds-product-container-controls #cds-product-controls-compare button:hover, .cds-product-container-controls #cds-product-controls-compare button:active, .cds-product-container-controls #cds-product-controls-compare button:focus {
  background-color: #1D1D1D !important;
}

.cds-more-button {
  width: fit-content !important;
  margin: auto !important;
  border-radius: 100em !important;
  line-height: 1.4em !important;
  padding: 0.5em 1em !important;
  text-transform: uppercase !important;
  background: #0071BB !important;
  border: none !important;
  color: white !important;
  transition: 0.3s ease-in !important;
  font-weight: 400 !important;
  height: auto !important;
  font-size: 1em !important;
}
.cds-more-button:hover, .cds-more-button:active, .cds-more-button:focus {
  background: #1D1D1D !important;
}

#cds-product-list {
  width: 100% !important;
}
#cds-product-list li {
  border: 2px solid #EDEFF4 !important;
  width: 100% !important;
  border-radius: 0.4em !important;
}
#cds-product-list li h3 div {
  display: flex !important;
}
#cds-product-list li table tbody {
  display: flex !important;
  flex-wrap: wrap !important;
}
#cds-product-list li table tr {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-template-rows: auto !important;
  grid-gap: 1rem !important;
  margin-bottom: 0.5rem !important;
}
@media (max-width: 768px) {
  #cds-product-list li table tr {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 480px) {
  #cds-product-list li table tr {
    grid-template-columns: 1fr !important;
  }
}
#cds-product-list li table td {
  padding: 0px !important;
  line-height: 1.1em !important;
}

#cds-content #cds-product-compare-container #cds-product-compare-table {
  min-width: 500px !important;
  overflow-y: auto !important;
  border: 2px solid #eee !important;
  border-radius: 0.4em !important;
}
#cds-content #cds-product-compare-container #cds-product-compare-table h3 {
  font-size: 1.5em !important;
  line-height: 1em !important;
  margin: 0px !important;
}

#cds-content.cds-product-page {
  width: 95% !important;
  max-width: 1440px !important;
  margin: auto !important;
  flex-wrap: wrap !important;
}
#cds-content.cds-product-page .cds-product-icons {
  float: none !important;
  margin-right: 0.5em !important;
}
#cds-content.cds-product-page .cds-product-details {
  width: 100% !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
@media (max-width: 768px) {
  #cds-content.cds-product-page .cds-product-details {
    flex-direction: column !important;
  }
}
#cds-content.cds-product-page .cds-product-details .cds-product-details-left {
  width: 50% !important;
  float: none !important;
}
@media (max-width: 768px) {
  #cds-content.cds-product-page .cds-product-details .cds-product-details-left {
    width: 100% !important;
    margin-bottom: 1em !important;
    margin-right: 0px !important;
  }
}
#cds-content.cds-product-page .cds-product-details .cds-product-details-left table tr {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
@media (max-width: 480px) {
  #cds-content.cds-product-page .cds-product-details .cds-product-details-left table tr {
    flex-direction: column !important;
  }
}
#cds-content.cds-product-page .cds-product-details .cds-product-details-right {
  float: none !important;
  width: 50% !important;
}
@media (max-width: 768px) {
  #cds-content.cds-product-page .cds-product-details .cds-product-details-right {
    width: 100% !important;
  }
}
#cds-content.cds-product-page .cds-product-details .cds-product-details-right table tr {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
@media (max-width: 480px) {
  #cds-content.cds-product-page .cds-product-details .cds-product-details-right table tr {
    flex-direction: column !important;
  }
}
#cds-content.cds-product-page .cds-product-header {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  width: 100% !important;
  margin-bottom: 1.5em !important;
}
@media (max-width: 768px) {
  #cds-content.cds-product-page .cds-product-header {
    flex-direction: column !important;
  }
}
#cds-content.cds-product-page .cds-product-header .cds-product-image-container {
  width: 35% !important;
  min-width: 300px !important;
  border-radius: 0.4em !important;
  border: 2px solid #eee !important;
  float: none !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  min-height: 300px !important;
}
@media (max-width: 768px) {
  #cds-content.cds-product-page .cds-product-header .cds-product-image-container {
    width: 100% !important;
    min-width: none !important;
    margin-right: 0px !important;
  }
}
#cds-content.cds-product-page .cds-product-header .cds-product-image-container .cds-product-image {
  width: 100% !important;
  height: auto !important;
  min-width: 300px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#cds-content.cds-product-page .cds-product-header .cds-product-image-container .cds-product-image img {
  width: 100% !important;
}
#cds-content.cds-product-page .cds-product-header .cds-product-controls {
  width: 65% !important;
  max-width: none !important;
  float: none !important;
}
@media (max-width: 768px) {
  #cds-content.cds-product-page .cds-product-header .cds-product-controls {
    width: 100% !important;
  }
}
#cds-content.cds-product-page .cds-product-header .cds-product-controls h1 {
  font-size: 2.8em !important;
}
#cds-content.cds-product-page .cds-product-header .cds-product-controls h2 {
  font-size: 1.6em !important;
  font-weight: 300 !important;
}
#cds-content.cds-product-page .cds-product-header .cds-product-controls h2 span {
  font-weight: 400 !important;
}
#cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cad-container {
  width: 100% !important;
}
#cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cad-container button {
  height: auto !important;
  border: none !important;
  border-radius: 0.4em !important;
  padding: 0.5em 1em !important;
  border-radius: 100em !important;
  background: #002748 !important;
  color: white !important;
  transition: ease-in 0.3s !important;
}
#cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cad-container button:hover, #cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cad-container button:active, #cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cad-container button:focus {
  background: #1D1D1D !important;
}
@media (max-width: 768px) {
  #cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cad-container button {
    width: 100% !important;
    max-width: none !important;
  }
}
#cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cad-container select {
  width: calc(100% - 14em) !important;
  font-size: 1em !important;
  border-radius: 0.4em !important;
  border: 2px solid #EDEFF4 !important;
}
@media (max-width: 768px) {
  #cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cad-container select {
    width: 100% !important;
  }
}
#cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cart {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  border: 2px solid #EDEFF4 !important;
  border-radius: 0.4em !important;
  background: transparent !important;
}
#cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cart table {
  margin-bottom: 0px !important;
}
#cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cart table tr {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}
@media (max-width: 480px) {
  #cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cart table tr {
    flex-direction: column !important;
  }
}
#cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cart table td {
  padding: 1em !important;
  border-top: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
@media (max-width: 480px) {
  #cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cart table td {
    width: 100% !important;
    padding: 0.5em 1em !important;
  }
}
#cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cart table td input {
  margin-bottom: 0px !important;
  font-size: 1em !important;
  border-radius: 0.4em !important;
  border: 2px solid #eee !important;
  margin-left: 0.4em !important;
}
#cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cart table td button {
  border-radius: 100em !important;
  background: #0071BB !important;
  color: white !important;
  padding: 0.5em 1em !important;
  height: auto !important;
  line-height: 1.4em !important;
  width: 100% !important;
  transition: 0.3s ease-in !important;
  box-shadow: none !important;
}
#cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cart table td button:hover, #cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cart table td button:active, #cds-content.cds-product-page .cds-product-header .cds-product-controls .cds-product-cart table td button:focus {
  background: #1D1D1D !important;
  box-shadow: none !important;
}

#cds-content {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  padding: 2em 1em !important;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  border-bottom: 5px solid #0071BB !important;
}
@media (max-width: 768px) {
  #cds-content {
    flex-direction: column !important;
  }
}
#cds-content #cds-search-left-container {
  width: 26% !important;
  float: none !important;
}
@media (max-width: 768px) {
  #cds-content #cds-search-left-container {
    width: 100% !important;
    margin-right: 0px !important;
  }
}
#cds-content #cds-search-right-container {
  float: none !important;
  width: 75% !important;
  margin-left: 0px !important;
}
@media (max-width: 768px) {
  #cds-content #cds-search-right-container {
    width: 100% !important;
  }
}
#cds-content .cds-browse-container h2 {
  padding: 0 0 1rem !important;
  font-size: 1.6em !important;
}
#cds-content .cds-browse-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-template-rows: auto !important;
  grid-gap: 1em !important;
}
#cds-content .cds-browse-list li {
  width: 100% !important;
  height: auto !important;
  border-radius: 0.4em !important;
  border: none !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  margin: 0px !important;
  padding: 0px !important;
  transition: 0.3s ease-in;
}
#cds-content .cds-browse-list li:hover {
  transform: scale(1.05) !important;
}
#cds-content .cds-browse-list li:hover h3 {
  text-decoration: none !important;
  color: #0071BB !important;
}
#cds-content .cds-browse-list li a {
  text-align: left !important;
}
#cds-content .cds-browse-list li a h3 {
  font-size: 1.4em !important;
  font-weight: 600 !important;
  line-height: 1.1em !important;
  padding: 0.813em 1rem 0.4065em !important;
  border-top: 2px solid #EDEFF4 !important;
  transition: 0.3s ease-in;
}
#cds-content .cds-browse-list li a h3:hover {
  color: #0071BB !important;
}
#cds-content .cds-browse-list li a p {
  line-height: 1.5em !important;
  font-weight: 300 !important;
  font-size: 0.9em !important;
  margin: 0 1rem 1rem !important;
}
@media (max-width: 768px) {
  #cds-content .cds-browse-list {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 480px) {
  #cds-content .cds-browse-list {
    grid-template-columns: 1fr !important;
  }
}

#cds-attribute-list-container .cds-attribute-list li ul:nth-of-type(2) {
  display: none !important;
}

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