/* 
Theme Name:  CQT Main
Author:      darrinb c/o Medline, Inc.
Author URI:  http://darrinb.com
Description: Primary Theme for CQT Network
Version:     1.0.0
Text Domain: Avada
Template:    Avada
*/
/**
 * // Extra small devices (portrait phones, less than 576px)
 * // No media query since this is the default in Bootstrap
 * 
 * // Small devices (landscape phones, 576px and up)
 * @media (min-width: 576px) { ... }
 * 
 * // Medium devices (tablets, 768px and up)
 * @media (min-width: 768px) { ... }
 * 
 * // Large devices (desktops, 992px and up)
 * @media (min-width: 992px) { ... }
 * 
 * // Extra large devices (large desktops, 1200px and up)
 * @media (min-width: 1200px) { ... }
 */
/**
 * Load styles
 *
 * @since 1.0.0
 * @version 1.0.0
 */
/**
 * Global Styles
 * 
 * Handles all global, generic, style declarations.
 * 
 * @since 1.0.0
 * @version 1.0.0
 * 
 *
 * // Extra small devices (portrait phones, less than 576px)
 * // No media query since this is the default in Bootstrap
 * 
 * // Small devices (landscape phones, 576px and up)
 * @media (min-width: 576px) { ... }
 * 
 * // Medium devices (tablets, 768px and up)
 * @media (min-width: 768px) { ... }
 * 
 * // Large devices (desktops, 992px and up)
 * @media (min-width: 992px) { ... }
 * 
 * // Extra large devices (large desktops, 1200px and up)
 * @media (min-width: 1200px) { ... }
 *  
 *  
 */
.full-width {
  width: 100%; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.hidden,
.display-no,
.no-js .hide-if-no-js {
  display: none; }

.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.wp-core-ui .attachment .thumbnail {
  margin: 0; }

.col-xs-8th,
.col-sm-8th,
.col-md-8th,
.col-lg-8th {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-8th {
  width: 12.5%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-8th {
    width: 12.5%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-8th {
    width: 12.5%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-8th {
    width: 12.5%;
    float: left; } }
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }
/**
 * Global Styles
 * 
 * Handles all global, generic, style declarations.
 * 
 * @since 1.0.0
 * @version 1.0.0
 * 
 *
 * // Extra small devices (portrait phones, less than 576px)
 * // No media query since this is the default in Bootstrap
 * 
 * // Small devices (landscape phones, 576px and up)
 * @media (min-width: 576px) { ... }
 * 
 * // Medium devices (tablets, 768px and up)
 * @media (min-width: 768px) { ... }
 * 
 * // Large devices (desktops, 992px and up)
 * @media (min-width: 992px) { ... }
 * 
 * // Extra large devices (large desktops, 1200px and up)
 * @media (min-width: 1200px) { ... }
 *  
 *  
 */
.accordion-gallery {
  overflow: hidden;
  position: relative; }
  .accordion-gallery img {
    max-width: auto;
    max-width: initial; }
  .accordion-gallery ul {
    height: 450px;
    margin: 0;
    padding: 0; }
    .accordion-gallery ul li {
      float: left;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      z-index: 9;
      padding: 0px;
      margin: 0px;
      list-style: none; }
      .accordion-gallery ul li a {
        display: block;
        padding: 0px;
        margin: 0; }
      .accordion-gallery ul li img {
        max-width: auto;
        max-width: initial; }

/**
 * Site-wide elements
 *
 * @since 1.0.0
 * @version 1.0.0
 */
/**
 * General Layout
 *
 * @since 1.0.0
 * @version 1.0.0
 */
#main {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.listings-wrap {
  padding: 20px 6.2%; }

.fusion-header {
  padding-left: 0px;
  padding-right: 0px; }

/**
 * Headings
 *
 * @since 1.0.0
 * @version 1.0.0
 */
h1 {
  font-family: 'Glober-X-Bold';
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0px;
  font-style: normal; }

.taxonomy-header {
  background-color: #0e5fac;
  padding: 20px 6.2%;
  color: #fff;
  margin-bottom: 0px !important; }

.modal-header h3 {
  font-size: 25px !important;
  padding: 20px;
  color: #fff;
  color: #003CA5 !important; }

/**
* Button Styles Lists
*
* @since 1.0.0
* @version 1.0.0
*/
.btn-load-more {
  clear: both;
  display: block;
  margin: 15px auto;
  max-width: 320px; }
  .btn-load-more.display-no {
    display: none; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .btn .loader {
    display: none; }

/**
 * Form elements styles
 *
 * @since 1.0.0
 * @version 1.0.0
 */
textarea {
  resize: vertical; }

.has-error input[type="text"],
.has-error input[type="email"],
.has-error select {
  border: 1px solid #a94442; }

.bs-form .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.bs-form .form-control:focus {
  border-color: #66afe9;
  /* outline:0; */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.bs-form .form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }
.bs-form .form-control:-ms-input-placeholder {
  color: #999; }
.bs-form .form-control::-webkit-input-placeholder {
  color: #999; }
.bs-form .form-control::-ms-expand {
  background-color: transparent;
  border: 0; }
.bs-form .form-control[disabled], .bs-form .form-control[readonly], .bs-form fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }
.bs-form .form-control[disabled], .bs-form fieldset[disabled] .form-control {
  cursor: not-allowed; }
.bs-form textarea.form-control {
  height: auto; }
.bs-form input[type=search] {
  -webkit-appearance: none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bs-form input[type=date].form-control, .bs-form input[type=time].form-control, .bs-form input[type=datetime-local].form-control, .bs-form input[type=month].form-control {
    line-height: 34px; }
  .bs-form .input-group-sm input[type=date], .bs-form .input-group-sm input[type=time], .bs-form .input-group-sm input[type=datetime-local], .bs-form .input-group-sm input[type=month], .bs-form input[type=date].input-sm, .bs-form input[type=time].input-sm, .bs-form input[type=datetime-local].input-sm, .bs-form input[type=month].input-sm {
    line-height: 30px; }
  .bs-form .input-group-lg input[type=date], .bs-form .input-group-lg input[type=time], .bs-form .input-group-lg input[type=datetime-local], .bs-form .input-group-lg input[type=month], .bs-form input[type=date].input-lg, .bs-form input[type=time].input-lg, .bs-form input[type=datetime-local].input-lg, .bs-form input[type=month].input-lg {
    line-height: 46px; } }
.bs-form .form-group {
  margin-bottom: 15px; }
.bs-form .checkbox, .bs-form .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
.bs-form .checkbox label, .bs-form .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }
.bs-form .checkbox input[type=checkbox], .bs-form .checkbox-inline input[type=checkbox], .bs-form .radio input[type=radio], .bs-form .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px; }
.bs-form .checkbox + .checkbox, .bs-form .radio + .radio {
  margin-top: -5px; }
.bs-form .checkbox-inline, .bs-form .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
.bs-form .checkbox-inline + .checkbox-inline, .bs-form .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }
.bs-form fieldset[disabled] input[type=checkbox], .bs-form fieldset[disabled] input[type=radio], .bs-form input[type=checkbox].disabled, .bs-form input[type=checkbox][disabled], .bs-form input[type=radio].disabled, .bs-form input[type=radio][disabled] {
  cursor: not-allowed; }
.bs-form .checkbox-inline.disabled, .bs-form .radio-inline.disabled, .bs-form fieldset[disabled] .checkbox-inline, .bs-form fieldset[disabled] .radio-inline {
  cursor: not-allowed; }
.bs-form .checkbox.disabled label, .bs-form .radio.disabled label, .bs-form fieldset[disabled] .checkbox label, .bs-form fieldset[disabled] .radio label {
  cursor: not-allowed; }
.bs-form .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
.bs-form .form-control-static.input-lg, .bs-form .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }
.bs-form .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.bs-form select.input-sm {
  height: 30px;
  line-height: 30px; }
.bs-form select[multiple].input-sm, .bs-form textarea.input-sm {
  height: auto; }
.bs-form .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.bs-form .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.bs-form .form-group-sm select[multiple].form-control, .bs-form .form-group-sm textarea.form-control {
  height: auto; }
.bs-form .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }
.bs-form .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.bs-form select.input-lg {
  height: 46px;
  line-height: 46px; }
.bs-form select[multiple].input-lg, .bs-form textarea.input-lg {
  height: auto; }
.bs-form .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.bs-form .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.bs-form .form-group-lg select[multiple].form-control, .bs-form .form-group-lg textarea.form-control {
  height: auto; }
.bs-form .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }
.bs-form .has-feedback {
  position: relative; }
.bs-form .has-feedback .form-control {
  padding-right: 42.5px; }
.bs-form .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }
.bs-form .form-group-lg .form-control + .form-control-feedback, .bs-form .input-group-lg + .form-control-feedback, .bs-form .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }
.bs-form .form-group-sm .form-control + .form-control-feedback, .bs-form .input-group-sm + .form-control-feedback, .bs-form .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }
.bs-form .has-success .checkbox, .bs-form .has-success .checkbox-inline, .bs-form .has-success .control-label, .bs-form .has-success .help-block, .bs-form .has-success .radio, .bs-form .has-success .radio-inline, .bs-form .has-success.checkbox label, .bs-form .has-success.checkbox-inline label, .bs-form .has-success.radio label, .bs-form .has-success.radio-inline label {
  color: #3c763d; }
.bs-form .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.bs-form .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.bs-form .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }
.bs-form .has-success .form-control-feedback {
  color: #3c763d; }
.bs-form .has-warning .checkbox, .bs-form .has-warning .checkbox-inline, .bs-form .has-warning .control-label, .bs-form .has-warning .help-block, .bs-form .has-warning .radio, .bs-form .has-warning .radio-inline, .bs-form .has-warning.checkbox label, .bs-form .has-warning.checkbox-inline label, .bs-form .has-warning.radio label, .bs-form .has-warning.radio-inline label {
  color: #8a6d3b; }
.bs-form .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.bs-form .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.bs-form .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }
.bs-form .has-warning .form-control-feedback {
  color: #8a6d3b; }
.bs-form .has-error .checkbox, .bs-form .has-error .checkbox-inline, .bs-form .has-error .control-label, .bs-form .has-error .help-block, .bs-form .has-error .radio, .bs-form .has-error .radio-inline, .bs-form .has-error.checkbox label, .bs-form .has-error.checkbox-inline label, .bs-form .has-error.radio label, .bs-form .has-error.radio-inline label {
  color: #a94442; }
.bs-form .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.bs-form .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.bs-form .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }
.bs-form .has-error .form-control-feedback {
  color: #a94442; }
.bs-form .has-feedback label ~ .form-control-feedback {
  top: 25px; }
.bs-form .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }
.bs-form .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }
@media (min-width: 768px) {
  .bs-form .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .bs-form .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .bs-form .form-inline .form-control-static {
    display: inline-block; }
  .bs-form .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .bs-form .form-inline .input-group .form-control, .bs-form .form-inline .input-group .input-group-addon, .bs-form .form-inline .input-group .input-group-btn {
    width: auto; }
  .bs-form .form-inline .input-group > .form-control {
    width: 100%; }
  .bs-form .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .bs-form .form-inline .checkbox, .bs-form .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .bs-form .form-inline .checkbox label, .bs-form .form-inline .radio label {
    padding-left: 0; }
  .bs-form .form-inline .checkbox input[type=checkbox], .bs-form .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .bs-form .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.bs-form .form-horizontal .checkbox, .bs-form .form-horizontal .checkbox-inline, .bs-form .form-horizontal .radio, .bs-form .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }
.bs-form .form-horizontal .checkbox, .bs-form .form-horizontal .radio {
  min-height: 27px; }
.bs-form .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
@media (min-width: 768px) {
  .bs-form .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }
.bs-form .form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .bs-form .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .bs-form .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

/**
* Modal Styles
*
* @since 1.0.0
* @version 1.0.0
*/
.modal {
  z-index: 99999; }

#featured-products-modal .modal-content {
  border-radius: 0; }
#featured-products-modal .modal-footer {
  display: none; }

@media (min-width: 768px) {
  .modal-dialog {
    margin-top: 5%; } }
/**
* Tooltip Styles
*
* @since 1.0.0
* @version 1.0.0
*/
.modal-open .imp-tooltips-container,
.modal-open .imp-fullscreen-tooltips-container {
  z-index: 100; }

.cqt-tooltip-wrap .btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid white;
  border-radius: 0; }
.cqt-tooltip-wrap .btn-success {
  color: #fff;
  background-color: transparent;
  border-color: #ffffff; }
.cqt-tooltip-wrap .btn-success:hover {
  color: #fff;
  background-color: #0094df;
  border-color: #0094df; }
.cqt-tooltip-wrap .cqt-tooltip-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 3px 0;
  color: #fff;
  font-family: 'Glober-Regular'; }
.cqt-tooltip-wrap .meta-count {
  font-family: 'Glober-Book';
  font-size: 14px;
  color: #efefef; }
.cqt-tooltip-wrap .btn-modal {
  margin-bottom: 5px; }

.cqt-tooltip-wrap .cqt-tooltip-header {
  margin-bottom: 5px;
  text-align: center; }
.cqt-tooltip-wrap .cqt-tooltip-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 3px 0; }

@media (min-width: 768px) {
  .cqt-tooltip-wrap {
    max-width: 250px; } }
/**
* Menus
*
* @since 1.0.0
* @version 1.0.0
*/
.cqt-cart {
  display: none;
  float: right;
  margin: 0; }

#ajaxsearchliteres1 {
  z-index: 99999; }

#quadmenu .quadmenu-navbar-nav li.quadmenu-item #ajaxsearchlite1 .probox .proinput input,
#quadmenu .quadmenu-navbar-nav li.quadmenu-item div.asl_w .probox .proinput input {
  height: 34px; }

.fusion-main-menu-search .fusion-custom-menu-item-contents {
  background-color: #f2efef;
  border-color: #dcdadb;
  display: none;
  width: 100%;
  padding: 25px;
  text-align: right;
  border: 1px solid transparent;
  position: absolute;
  left: auto;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease-in; }
.fusion-main-menu-search a {
  box-sizing: border-box;
  border-color: transparent;
  font-family: icomoon;
  cursor: pointer;
  color: #333333;
  border-top: 3px solid transparent;
  height: 90px;
  line-height: 89px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal; }
.fusion-main-menu-search a:after {
  border-radius: 50% 50% 50% 50%;
  content: '\f002'; }
.fusion-main-menu-search.fusion-main-menu-search-open .fusion-custom-menu-item-contents {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 11; }

.fusion-main-menu-search-open .fusion-custom-menu-item-contents {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 11; }

@media (min-width: 768px) {
  .cqt-cart {
    display: inline-block;
    margin: -1px 0 0 30px; }
    .cqt-cart .btn-quote-list {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px; } }
/**
* Loadmore Lists
*
* @since 1.0.0
* @version 1.0.0
*/
.loadmore-wrap {
  margin: 15px 0; }

@media (min-width: 768px) {
  .loadmore-wrap {
    margin: 30px 0; } }
/**
 * Single CPT Styles
 *
 * @since 1.0.0
 * @version 1.0.0
 */
/**
 * Single CPT Styles: Product
 *
 * @since 1.0.0
 * @version 1.0.0
 */
/**
 * Single CPT Styles: Product
 *
 * @since 1.0.0
 * @version 1.0.0
 */
.product-header,
.section-header {
  border-bottom: 1px #e1e4e8 solid;
  margin: 0 0 15px 0;
  padding-bottom: 10px; }
  .product-header .product-title,
  .product-header .section-title,
  .section-header .product-title,
  .section-header .section-title {
    font-size: 24px;
    margin: 0;
    padding: 0; }
  .product-header .utils,
  .section-header .utils {
    margin-top: 5px; }

.product-gallery {
  margin-bottom: 15px; }
  .product-gallery .product-previews {
    display: none; }
  .product-gallery .main-image {
    margin-bottom: 15px; }
    .product-gallery .main-image img {
      max-height: 100%; }
  .product-gallery img {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    height: auto;
    background: #fff; }
  .product-gallery .thumbnails {
    list-style: none;
    margin-bottom: 30px;
    padding: 0; }
    .product-gallery .thumbnails li {
      display: inline-block;
      margin: 2px;
      max-width: 75px; }

.product-overview {
  margin-top: 15px; }
  .product-overview > .tab-content {
    border-color: #ddd;
    border-width: 0 1px 1px;
    border-style: solid;
    margin-bottom: 15px;
    padding: 15px; }
  .product-overview .product-description > ul,
  .product-overview .product-guides > ul {
    list-style: disc;
    margin: 10px 15px;
    padding: 0; }
    .product-overview .product-description > ul > li,
    .product-overview .product-guides > ul > li {
      padding: 5px; }
    .product-overview .product-description > ul > li:first-child,
    .product-overview .product-guides > ul > li:first-child {
      padding-top: 0; }
  .product-overview .download-message {
    border-top: 1px solid #eee;
    margin: 0;
    padding: 15px 5px 0; }

.product-meta-detail {
  border-top: 1px dashed #ddd;
  margin: 15px 0;
  padding: 15px 0; }

.product-details-list {
  color: #333;
  font-size: 12px;
  margin-bottom: 5px; }
  .product-details-list dt {
    padding: 0 0 5px 0;
    text-align: left; }
  .product-details-list dd {
    line-height: 1.6;
    padding: 0 0 5px 0;
    word-wrap: break-word; }
  .product-details-list ul {
    margin: 0;
    padding-left: 20px; }

@media (min-width: 768px) {
  .product-gallery .main-image {
    height: 400px;
    margin-bottom: 30px; }

  .product-header {
    margin-bottom: 30px; }

  .product-overview > .tab-content {
    margin-bottom: 30px; } }
@media (min-width: 992px) {
  .product-details-list dt {
    width: 100px; }
  .product-details-list dd {
    margin-left: 110px; } }
/**
 * Single CPT Styles: Product
 *
 * @since 1.0.0
 * @version 1.0.0
 */
.add-to-quote-form input::-webkit-outer-spin-button,
.add-to-quote-form input::-webkit-inner-spin-button,
.cqt-cart-items input::-webkit-outer-spin-button,
.cqt-cart-items input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }
.add-to-quote-form .form-control,
.cqt-cart-items .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.add-to-quote-form .input-group-btn:first-child > .btn,
.add-to-quote-form .input-group-btn:first-child > .btn-group,
.cqt-cart-items .input-group-btn:first-child > .btn,
.cqt-cart-items .input-group-btn:first-child > .btn-group {
  margin-right: -2px; }
.add-to-quote-form .form-footer,
.cqt-cart-items .form-footer {
  padding: 15px 0; }
.add-to-quote-form .product-quantity-field,
.cqt-cart-items .product-quantity-field {
  max-width: 140px; }
  .add-to-quote-form .product-quantity-field .form-control,
  .cqt-cart-items .product-quantity-field .form-control {
    min-width: 50px; }
.add-to-quote-form .product-quantity-value,
.cqt-cart-items .product-quantity-value {
  text-align: center; }
.add-to-quote-form .btn-plus,
.cqt-cart-items .btn-plus {
  background-color: #eee; }
  .add-to-quote-form .btn-plus:hover,
  .cqt-cart-items .btn-plus:hover {
    background-color: #e6e6e6; }
.add-to-quote-form .btn-minus,
.cqt-cart-items .btn-minus {
  background-color: #eee; }
  .add-to-quote-form .btn-minus:hover,
  .cqt-cart-items .btn-minus:hover {
    background-color: #e6e6e6; }

.add-to-quote-form .ajax-response {
  margin-top: 15px; }
  .add-to-quote-form .ajax-response .alert {
    margin-bottom: 0; }

/**
 * Single CPT Styles: Product
 *
 * @since 1.0.0
 * @version 1.0.0
 */
.related-products {
  margin-top: 30px; }

.related-products-list .product-card {
  border: 1px solid #eee;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative; }
  .related-products-list .product-card .product-card-header {
    height: 100%;
    padding: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .related-products-list .product-card .product-card-header .product-card-link {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .related-products-list .product-card .product-image {
    max-width: 90%;
    margin: 10px auto;
    vertical-align: middle; }
    .related-products-list .product-card .product-image img {
      margin: 0 auto; }
  .related-products-list .product-card .product-card-caption {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px;
    position: absolute;
    bottom: 0;
    transition: transform 250ms;
    text-align: center;
    vertical-align: bottom;
    width: 100%; }
  .related-products-list .product-card:hover .product-card-caption {
    transform: translateY(-100%); }
  .related-products-list .product-card .product-card-title {
    color: inherit;
    font-size: 14px;
    margin: 0; }
  .related-products-list .product-card .product-card-title a {
    color: inherit; }

@media (min-width: 768px) {
  .related-products-list .product-card .product-card-caption {
    bottom: unset;
    top: 100%; } }
/**
 * Taxonomy styles
 *
 * @since 1.0.0
 * @version 1.0.0
 */
/**
 * General Taxonomy styles
 *
 * @since 1.0.0
 * @version 1.0.0
 */
.tax-product_cat #content,
.tax-product_room #content {
  float: none;
  width: 100%; }

.tax-directory-nav-menu {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #eee;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .tax-directory-nav-menu li:hover,
  .tax-directory-nav-menu .current-cat {
    background-color: #f7f7f7;
    font-weight: bold; }
    .tax-directory-nav-menu li:hover .children,
    .tax-directory-nav-menu .current-cat .children {
      background-color: #fff; }
  .tax-directory-nav-menu > li + li {
    margin: 0; }
  .tax-directory-nav-menu > li {
    position: relative;
    color: inherit;
    font-size: 12px;
    position: relative;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #e1e4e8;
    font-style: normal; }
  .tax-directory-nav-menu .has-children {
    padding-bottom: 0; }
    .tax-directory-nav-menu .has-children > .toggle {
      display: inline-block;
      float: right;
      cursor: pointer; }
    .tax-directory-nav-menu .has-children > a {
      display: inline-block;
      margin-bottom: 10px; }
  .tax-directory-nav-menu .children {
    list-style: none;
    margin: 0 -15px;
    padding: 0; }
    .tax-directory-nav-menu .children > li {
      border-top: 1px solid #eee;
      padding: 10px 15px 10px 30px; }
      .tax-directory-nav-menu .children > li:first-child {
        /*margin-top: 10px;*/ }
      .tax-directory-nav-menu .children > li:last-child {
        /*padding-bottom: 0px;*/ }

/**
 * Filter styles
 *
 * @since 1.0.0
 * @version 1.0.0
 */
.cqt-filters-panel {
  margin-bottom: 15px;
  min-height: auto;
  position: relative;
  z-index: 2; }
  .cqt-filters-panel .filters-panel-heading {
    display: block;
    font-weight: 700;
    margin-bottom: 10px; }
  .cqt-filters-panel .caret {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms; }
  .cqt-filters-panel .toggled .caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .cqt-filters-panel .directory-page-header {
    border: 0;
    margin: 0;
    padding: 0 15px 15px; }
    .cqt-filters-panel .directory-page-header .page-title {
      font-size: 18px; }
  .cqt-filters-panel .filters-panel-header {
    background-color: transparent;
    border: 1px solid #e1e4e8;
    float: none;
    font-size: 14px;
    padding: 0;
    position: relative; }
  .cqt-filters-panel .results-total {
    display: inline-block; }
  .cqt-filters-panel .filters-panel-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    outline: none;
    padding: 10px 15px;
    vertical-align: middle; }
    .cqt-filters-panel .filters-panel-toggle .results-total {
      float: left; }
    .cqt-filters-panel .filters-panel-toggle .toggle-indicator {
      display: inline-block;
      float: right; }
    .cqt-filters-panel .filters-panel-toggle .fa-chevron-down,
    .cqt-filters-panel .filters-panel-toggle .fa-angle-down {
      display: none; }
    .cqt-filters-panel .filters-panel-toggle.collapsed .fa-chevron-down, .cqt-filters-panel .filters-panel-toggle.collapsed .fa-angle-down {
      display: inline-block; }
    .cqt-filters-panel .filters-panel-toggle.collapsed .fa-angle-down,
    .cqt-filters-panel .filters-panel-toggle.collapsed .fa-chevron-down {
      display: inline-block; }
    .cqt-filters-panel .filters-panel-toggle.collapsed .fa-chevron-up,
    .cqt-filters-panel .filters-panel-toggle.collapsed .fa-angle-up {
      display: none; }
  .cqt-filters-panel .filters-panel-body {
    border-width: 0px;
    border-style: solid; }
    .cqt-filters-panel .filters-panel-body label {
      font-weight: 500;
      font-size: 12px; }
    .cqt-filters-panel .filters-panel-body .form-control {
      border-radius: 0; }
    .cqt-filters-panel .filters-panel-body .refine {
      font-size: 16px;
      margin: 15px 0;
      padding: 0; }

@media (min-width: 768px) {
  .collapse-sm {
    display: block !important; }

  .cqt-filters-panel {
    margin: 0; }
    .cqt-filters-panel .filters-panel-header {
      color: #fff;
      font-size: 20px;
      min-height: 50px;
      line-height: 20px;
      padding: 15px; }
    .cqt-filters-panel .collapse-toggle {
      display: none; } }
/**
 *  Taxonomy styles: Product Room
 *
 *  @since 1.0.0
 *  @version 1.0.0
 */
.modal-open .fusion-header-wrapper {
  z-index: 99; }

.cqt-tooltip-wrap .featured-products {
  display: none; }

.listings-wrap-heading {
  margin-bottom: 15px; }

.tax-product_room #content {
  float: none;
  width: 100%; }
.tax-product_room .taxonomy-header {
  margin-bottom: 15px;
  text-align: left; }
.tax-product_room .imp-wrap {
  max-width: 100% !important; }
.tax-product_room .imp-spot-fontawesome-icon {
  font-size: 24px !important; }

@media (min-width: 768px) {
  .tax-product_room .taxonomy-header {
    margin-bottom: 30px; }
  .tax-product_room .taxonomy-hero {
    margin-bottom: 30px; }
  .tax-product_room .imp-spot-fontawesome-icon {
    font-size: 40px !important; } }
/**
 *  Taxonomy styles: Product Category 
 *
 *  @since 1.0.0
 *  @version 1.0.0
 */
.product-cat-terms-list .btn-product-cat {
  white-space: inherit;
  width: 100%; }
.product-cat-terms-list > li {
  display: inline-block;
  float: left;
  margin: 0 5px 5px 0; }

.listings-wrap-heading {
  margin-bottom: 15px; }

.tax-product_cat #content {
  float: none;
  width: 100%; }
.tax-product_cat .taxonomy-header {
  background-color: #eee;
  margin-bottom: 15px;
  padding: 30px 15px;
  text-align: center; }

@media (min-width: 768px) {
  .tax-product_cat .taxonomy-header {
    background-color: #eee;
    margin-bottom: 30px;
    padding: 48px 15px;
    text-align: center; }
  .tax-product_cat .taxonomy-hero {
    margin-bottom: 30px; }
  .tax-product_cat .imp-spot-fontawesome-icon {
    font-size: 40px !important; } }
/**
 * Load styles for plugin elements
 *
 * @since 1.0.0
 * @version 1.0.0
 */
/**
 * Load styles
 *
 * @since 1.0.0
 * @version 1.0.0
 */
/**
 * Load styles: CQT Quote Cart/List
 *
 * @since 1.0.0
 * @version 1.0.0
 */
/**
 * Load styles: CQT Quote Cart/List
 *
 * @since 1.0.0
 * @version 1.0.0
 */
.tmpl-cqt-cart #cqt-cart-footer {
  text-align: right; }

.tmpl-cqt-cart-list #cqt-cart-footer {
  text-align: left; }

#cqt-cart,
#cqt-cart-list {
  font-size: 18px;
  padding: 30px 0;
  text-align: center; }

#cqt-cart-items {
  border: 1px solid #ddd;
  font-size: 12px;
  text-align: left; }
  #cqt-cart-items > thead > tr > td, #cqt-cart-items > thead > tr > th {
    padding: 15px; }
  #cqt-cart-items > tbody > tr > td, #cqt-cart-items > tbody > tr > th, #cqt-cart-items > tfoot > tr > td, #cqt-cart-items > tfoot > tr > th {
    padding: 10px 15px; }
  #cqt-cart-items th {
    font-size: 16px; }
  #cqt-cart-items > tbody > tr > td {
    vertical-align: middle; }
  #cqt-cart-items th.item-admin {
    text-align: center; }
  #cqt-cart-items td.item-admin {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    width: 80px; }
    #cqt-cart-items td.item-admin a {
      background-color: #008fba;
      border-radius: 100%;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      opacity: 1;
      position: relative;
      -webkit-transition: all .1s linear;
      -o-transition: all .1s linear;
      transition: all .1s linear;
      width: 40px; }
    #cqt-cart-items td.item-admin .delete-item {
      background-color: transparent;
      font-size: 16px;
      color: inherit;
      opacity: 0.6; }
      #cqt-cart-items td.item-admin .delete-item:hover {
        background-color: #a94442;
        color: #fff;
        opacity: 1; }
  #cqt-cart-items td.item-image {
    width: 100px; }
    #cqt-cart-items td.item-image .item-thumb {
      background: #fff;
      border: 1px solid #eee;
      height: 60px;
      overflow: hidden;
      padding: 5px;
      width: 60px; }
      #cqt-cart-items td.item-image .item-thumb img {
        max-height: 100%;
        width: auto;
        margin: 0 auto; }
  #cqt-cart-items td.item-details {
    padding: 15px;
    word-wrap: break-word; }
    #cqt-cart-items td.item-details .item-title {
      font-weight: bold;
      font-size: 16px;
      display: block;
      margin-bottom: 5px; }
    #cqt-cart-items td.item-details .product-sku {
      display: none;
      font-family: monospace;
      margin-bottom: 5px; }
    #cqt-cart-items td.item-details .item-variants {
      list-style: none;
      margin: 0;
      padding: 0; }
      #cqt-cart-items td.item-details .item-variants li {
        float: left; }
      #cqt-cart-items td.item-details .item-variants li + li:before {
        content: ', '; }
  #cqt-cart-items td.item-qty {
    width: 140px; }
    #cqt-cart-items td.item-qty .product-quantity {
      margin: 0 auto; }

@media (min-width: 992px) {
  #cqt-cart,
  #cqt-cart-list {
    font-size: 36px;
    margin-bottom: 30px;
    padding: 60px 0 0 0;
    text-align: center; } }
/**
 * Load styles: CQT Submit Quote Form
 *
 * @since 1.0.0
 * @version 1.0.0
 */
#cqt-submit-quote-wrap {
  font-size: 18px;
  margin-top: 15px;
  text-align: left; }
  #cqt-submit-quote-wrap .section-heading {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px; }

#cqt-submit-quote-form hr {
  border-top: 1px solid #ddd; }
#cqt-submit-quote-form legend {
  border-bottom: 1px solid #ddd;
  border-bottom: 0;
  font-family: "Antic Slab";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 0px; }
#cqt-submit-quote-form .form-row {
  clear: both; }
#cqt-submit-quote-form .form-footer {
  margin-top: 15px; }
#cqt-submit-quote-form label,
#cqt-submit-quote-form .question {
  font-size: 14px;
  font-weight: 400; }
#cqt-submit-quote-form .question {
  line-height: 27px; }
#cqt-submit-quote-form .form-control {
  border-radius: 2px; }
#cqt-submit-quote-form #forward-emails-wrap {
  background-color: #f7f7f7;
  margin: 10px 0;
  padding: 15px; }
#cqt-submit-quote-form .ajax-response {
  font-size: 14px;
  margin-top: 15px; }

.ajaxadd-list {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .ajaxadd-list > li {
    cursor: default;
    float: left;
    font-size: 13px;
    line-height: 1.8em;
    margin-right: 15px;
    max-width: 100%;
    padding: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .ajaxadd-list .aaDel {
    border-radius: 50%;
    color: #0073aa;
    display: inline-block;
    float: left;
    height: 24px;
    line-height: 14px;
    margin: 0 2px;
    outline: none !important;
    padding: 0;
    text-align: center;
    width: 24px; }
    .ajaxadd-list .aaDel:hover {
      color: #ff0000; }
    .ajaxadd-list .aaDel:focus {
      box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8); }

@media (min-width: 992px) {
  #cqt-submit-quote-wrap {
    margin-top: 60px;
    padding-top: 30px; }
    #cqt-submit-quote-wrap .section-heading {
      margin-bottom: 30px; }

  #cqt-submit-quote-form .ajax-response {
    margin-top: 30px; } }
/**
 * Load styles for Quad Menu
 *
 * @since 1.0.0
 * @version 1.0.0
 */
/**
 * General Styles: Quad Menu
 *
 * @since 1.0.0
 * @version 1.0.0
 */
#quadmenu .quadmenu-navbar-header .quadmenu-navbar-brand {
  padding: 0px 0px; }
#quadmenu .quadmenu-container {
  text-align: right;
  padding: 0px 50px !important; }

/*# sourceMappingURL=style.css.map */
