@charset "UTF-8";
.ecommWrapper #spcMainDiv {
  position: relative;
}

#overlayMaintenance {
  background-color: #fff;
}

#overlayMaintenance .overlayMessage {
  padding: 25px;
  background-color: #ccc;
  border-radius: 6px;
  margin-top: 30px;
}
#overlayMaintenance .overlayMessage:before {
  content: "\f085";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 4.75rem;
  float: left;
  margin-right: 20px;
  margin-top: -10px;
  opacity: 0.325;
}

#overlayMaintenance .overlayMessage p {
  font-size: 1.25em;
  line-height: 1.5em;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body.dc-angular .row {
  margin-left: auto;
  margin-right: auto;
}

.container-fluid, .t3p0-col {
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  border: 0;
  min-height: 10px;
  height: auto;
}

img:not([src]) {
  visibility: hidden;
}

@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}
main > .t3p0-col {
  width: 100%;
}

main ul {
  margin-left: 20px;
  list-style: disc;
}

main ol {
  margin-left: 20px;
  list-style: decimal;
}

aside > .t3p0-col {
  width: 100%;
}

.ad img {
  width: 100%;
}

#spinLoader {
  text-align: center;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.fa-spin {
  animation: none !important;
}

.fa-refresh:before {
  content: "" !important;
  box-sizing: border-box;
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner 0.6s linear infinite;
}

.breadcrumb {
  background-color: transparent;
  text-align: center;
}

.table-responsive {
  border: 0;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

a {
  color: #24517A;
}

figure.image {
  display: table;
}

figure.image.align-right {
  float: right;
  margin: 10px 0px 10px 10px;
}

figure.image.align-left {
  float: left;
  margin: 10px 10px 10px 0px;
}

figure.image figcaption {
  display: table-caption;
  caption-side: bottom;
}

@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    margin: 0;
    background: #fff;
    color: #000;
    font-size: 18px;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  /* header, */
  footer, aside, nav, form {
    display: none;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.main-nav .sub-toggle--main {
  display: block;
}
@media (min-width: 768px) {
  .main-nav .sub-toggle--main {
    display: none;
  }
}
.main-nav ul.menu-open {
  display: block;
}
.main-nav ul.menu-open li {
  display: block;
}
@media (min-width: 768px) {
  .main-nav ul.menu-open {
    display: none;
  }
}
.main-nav ul i.toggle-open {
  transform: rotate(-180deg);
}
.main-nav ul.menu-closed {
  display: none;
}
.main-nav ul.menu-closed ul, .main-nav ul.menu-closed li {
  display: none;
}
@media (min-width: 768px) {
  .main-nav ul.with-dropdowns {
    display: block;
  }
  .main-nav ul.with-dropdowns li {
    display: inline-block;
  }
  .main-nav ul li.has-children:hover {
    cursor: pointer;
  }
  .main-nav ul li.has-children:hover ul {
    display: block;
  }
  .main-nav ul li.has-children:hover ul ul {
    display: none;
  }
  .main-nav ul li.has-children:hover ul li.has-children:hover ul {
    display: block;
  }
}
@media (min-width: 768px) {
  .main-nav li {
    display: inline-block;
    position: relative;
    margin-left: 0;
  }
  .main-nav li:hover ul {
    position: absolute;
    width: 240px;
    z-index: 99999;
  }
  .main-nav li:hover ul li {
    display: block;
  }
  .main-nav li:hover ul li ul {
    position: absolute;
    top: 0;
    left: 240px;
  }
  .main-nav li i.toggle-open {
    transform: rotate(0);
  }
}

.main-nav ul.with-dropdowns {
  margin-bottom: 0;
}

.dc-react #t3p0-public-private-switcher {
  display: none;
}
.dc-react .main-nav ul.menu-closed, .dc-react .main-nav ul.menu-closed ul {
  padding-left: 0;
}

.header--upper, .header--lower {
  margin: 0;
}

.header--lower .t3p0-col {
  padding: 0;
  margin: 0;
}

.default-collection-landing-layout .t3p0-field.t3p0-field-collection .row {
  padding-bottom: 20px;
}
.default-collection-landing-layout .t3p0-field.t3p0-field-collection .row .col-sm-4 {
  padding-right: 20px;
  margin-top: 8px;
}
.default-collection-landing-layout .t3p0-field.t3p0-field-collection .row .t3p0-field.t3p0-field-wysiwyg {
  display: none;
}
.default-collection-landing-layout .t3p0-field.t3p0-field-collection .row .t3p0-field.t3p0-field-wysiwyg li, .default-collection-landing-layout .t3p0-field.t3p0-field-collection .row .t3p0-field.t3p0-field-wysiwyg ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.default-collection-landing-layout .t3p0-field.t3p0-field-collection .row .t3p0-field.t3p0-field-wysiwyg h3 {
  font-size: 1em;
}
.default-collection-landing-layout .t3p0-field.t3p0-field-collection .row .t3p0-col.col-sm-12 > .row {
  border-bottom: 1px solid #eee;
}

.excerpt-inner {
  margin-left: 6px;
}
.excerpt-inner:first-child {
  margin-left: 0;
}

.excerpt-wrap:after {
  content: "...";
  margin-left: -4px;
}

.algolia__collection-feed {
  display: flex;
  flex-wrap: wrap;
}

.algolia__collection-feed-item {
  margin: 0 auto 40px 0;
  width: 28%;
  margin-left: auto;
  margin-right: auto;
}

.algolia__collection-feed-img {
  height: 120px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.algolia__collection-feed-img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  top: -9999px;
  right: -9999px;
  min-width: 100%;
  min-height: 100%;
  transition: 0.15s ease;
}

.algolia__collection-link h3 {
  font-size: 1.5rem;
}

.algolia__collection-date {
  margin: 10px 0 -10px;
}

.algolia__collection-read-more-link {
  padding: 0;
  background: #fff;
  font-size: 1rem;
  text-transform: none;
  color: #333;
}

.algolia__collection-read-more-link:after {
  margin-left: 2px;
  content: "›";
  color: #ff821b;
}

.algolia__collection-pagination {
  text-align: center;
}

.algolia__collection-pagination .ais-Pagination-item--selected a {
  color: #777;
}

.algolia__collection-pagination .ais-Pagination-item--lastPage {
  width: 85px;
}

.algolia__collection-pagination .ais-Pagination-item--firstPage {
  width: 85px;
}

.corporate__footer {
  background-color: #000;
  color: #cdcdcd;
  padding: 20px;
}
.corporate__footer a {
  color: #cdcdcd;
  text-decoration: none;
  transition: all 0.3s ease;
}
.corporate__footer a:hover {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.corporate__footer .corporate__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 992px) {
  .corporate__footer .corporate__container {
    justify-content: space-between;
  }
}
.corporate__footer .corporate__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.8rem;
  width: 100%;
  line-height: 1rem;
  padding-bottom: 8px;
  align-items: center;
}
@media (min-width: 992px) {
  .corporate__footer .corporate__links {
    width: auto;
    padding-bottom: 0;
    order: 1;
  }
}
.corporate__footer .corporate__links a:after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
}
.corporate__footer .corporate__links a:last-child:after {
  content: none;
}
.corporate__footer .corporate__logo {
  padding: 0 0 15px 0;
}
@media (min-width: 992px) {
  .corporate__footer .corporate__logo {
    padding: 0;
    order: 3;
  }
}
.corporate__footer .corporate__copyright {
  display: flex;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
  align-items: center;
  line-height: 1rem;
  padding-bottom: 8px;
  justify-content: center;
}
@media (min-width: 992px) {
  .corporate__footer .corporate__copyright {
    width: auto;
    padding-bottom: 0;
    order: 2;
  }
}

.ad {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .sidebar {
    max-width: 300px;
    float: right;
  }
}

.form-group.required .control-label:after {
  content: "*";
  color: red;
}

.form-control {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: #eee;
}

input:focus {
  outline: none !important;
}

.help-block {
  position: absolute;
  margin: 0;
}

.has-error .form-control {
  border: 1px solid #a94442;
  box-shadow: none;
}

.form-group {
  margin-bottom: 25px;
}

.mktoForm {
  padding: 0 !important;
  padding-bottom: 30px !important;
  width: 100% !important;
}
.mktoForm .mktoFormRow, .mktoForm .mktoFormCol, .mktoForm .mktoFieldWrap {
  width: 100%;
}
.mktoForm .mktoError .mktoErrorMsg {
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  max-width: 100% !important;
}
.mktoForm .mktoError {
  left: 0 !important;
  width: 100% !important;
}
.mktoForm .mktoError .mktoErrorArrow {
  border: 0 !important;
}
.mktoForm input {
  width: 100% !important;
  border: 0;
  min-height: 40px;
  padding: 10px !important;
  background-color: #dedede;
}
.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}
.mktoForm .mktoButton {
  padding: 8px 15px !important;
  text-transform: uppercase !important;
  background-color: #757575 !important;
  border: 0 !important;
  background-image: none !important;
}
.mktoForm .mktoButton:hover {
  border: 0 !important;
}
.mktoForm .mktoButton:focus {
  background-color: #888 !important;
  background-image: none !important;
  border: 0 !important;
}
.mktoForm .mktoHtmlText {
  width: 100% !important;
  line-height: 1.5em;
  font-size: 0.85em;
  color: #777;
  margin-bottom: 15px;
}
.mktoForm .mktoLabel {
  margin-bottom: 5px;
  width: 100% !important;
  font-size: 1.1em !important;
  font-weight: normal !important;
}

.dcClearCache span, .dcClearCache a {
  display: inline-block;
}

nav.dc-admin-navbar {
  min-height: 35px;
  height: 35px;
  background-color: #000;
  margin-bottom: 0;
  border: 0;
  padding: 0;
}
nav.dc-admin-navbar a {
  text-decoration: none !important;
  display: block;
  color: #777;
}
nav.dc-admin-navbar a:hover {
  color: #ccc;
}
nav.dc-admin-navbar .menu-list {
  z-index: 9999;
}
nav.dc-admin-navbar .navbar-right {
  margin: 0;
  padding: 0;
  border: 0;
  height: 35px;
  min-height: 35px;
  font-size: 14px;
}
nav.dc-admin-navbar .navbar-right a {
  padding: 8px 15px;
}
@media only screen and (max-width: 768px) {
  nav.dc-admin-navbar .navbar-right {
    display: none;
  }
}
nav.dc-admin-navbar ul.dropdown-menu {
  position: absolute;
}
nav.dc-admin-navbar ul.dropdown-menu a:focus, nav.dc-admin-navbar ul.dropdown-menu a:active, nav.dc-admin-navbar ul.dropdown-menu a:hover {
  background-color: #f5f5f5;
  color: #777;
}
nav.dc-admin-navbar .navbar-brand {
  float: left;
  height: 35px;
  padding: 12px;
  font-size: 14px;
  line-height: 1;
}
nav.dc-admin-navbar .dc-admin-dropdown {
  position: absolute;
  left: 0;
  top: 0;
}
nav.dc-admin-navbar .dc-admin-dropdown button.dropdown-toggle {
  background-color: #888;
  border: 0;
  border-radius: 0;
  height: 35px;
}
nav.dc-admin-navbar .dc-admin-dropdown button.dropdown-toggle:after {
  border: 0;
  margin: 0;
}
nav.dc-admin-navbar .dc-admin-dropdown ul.dropdown-menu {
  top: 0;
  margin: 0;
  padding: 7px 0;
  width: 100%;
  background-color: #333;
}
nav.dc-admin-navbar .dc-admin-dropdown ul.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
nav.dc-admin-navbar .dc-admin-dropdown .menu-list {
  position: fixed;
  display: none;
  left: 0;
  top: 35px;
  bottom: 0;
  z-index: 99999;
  overflow: auto;
  width: 250px;
  background-color: #333;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
  padding: 0;
  transition: width 0.2s;
}
nav.dc-admin-navbar .dc-admin-dropdown .menu-list .menu-header {
  color: #CCC;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding-left: 10px;
}
nav.dc-admin-navbar .dc-admin-dropdown .menu-list a {
  font-weight: bold;
  padding: 3px 0 3px 10px;
  color: #FFF;
  font-size: 14px;
}
nav.dc-admin-navbar .open .menu-list, nav.dc-admin-navbar .open .dropdown-menu {
  display: block;
}

.dropdown.dc-admin-dropdown.open {
  z-index: 999999999999;
}

#t3p0-public-private-switcher {
  z-index: 0;
}

.in-preview-frame .dc-admin-navbar {
  display: none;
}

.btn {
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
.btn:focus, .btn:active {
  outline: none;
  box-shadow: none;
}

.btn.btn-default {
  background-color: #cecece;
  padding: 7px 15px;
}
.btn.btn-default:hover {
  background-color: #dedede;
}

.btn-xs {
  padding: 1px 8px;
}

button, .link--cta, .read-more-link {
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 600;
  text-align: center;
  background-color: #ccc;
  color: #333;
  transition: color 0.3s ease, background-color 0.3s ease;
}
button:focus, .link--cta:focus, .read-more-link:focus {
  text-decoration: none;
}
button:hover, .link--cta:hover, .read-more-link:hover {
  text-decoration: none;
  color: #fff;
  background-color: #888;
}

.read-more-link {
  display: inline-block;
  margin-top: 8px;
}

button {
  display: inline-block;
  border: 0;
  outline: none;
}
button:focus, button:active {
  outline: none;
  box-shadow: none;
}

button#placeOrderConfirmButton .fa {
  display: none;
}

.modal-footer .btn + .btn {
  outline: none;
  box-shadow: none;
}

.carousel-control {
  display: none;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  width: 100%;
}

#loginPanelWrap {
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  z-index: 10999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loginPanelWrap #loginPanelLoader {
  min-height: 325px;
  vertical-align: middle;
  line-height: 325px;
  text-align: center;
}
#loginPanelWrap #closeLogin {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  font-family: "Font Awesome 6 Pro";
  font-size: 1em;
  color: #888;
  font-weight: 900;
}
#loginPanelWrap #closeLogin:before {
  content: "\f00d";
}
#loginPanelWrap .panel-body {
  padding: 15px 15px 0 15px;
}

.login-col {
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  max-width: 400px;
  float: none;
  border: 1px solid #ddd;
}
.login-col .panel.panel-default {
  margin-bottom: 0;
}

.btn--login-wrap .btn.btn-primary {
  width: 100%;
  font-size: 1.25em;
}

.links--below-login {
  padding-top: 15px;
  display: block;
  clear: both;
  text-align: center;
}
.links--below-login .link-Seperator {
  line-height: 1em;
  width: 1px;
  height: 20px;
  background-color: #ccc;
  display: inline-block;
  margin-bottom: -5px;
}

.page--register h1 {
  padding-left: 28px;
}

.overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(196, 196, 196, 0.9);
}
.overlay-wrapper .overlay {
  position: relative;
  text-align: center;
  top: 40%;
}
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

.modal.fade {
  transition: opacity 0.25s linear;
}

.full-width .modal-dialog {
  width: 95%;
}

.panel, .modal-content {
  border: 0;
  border-radius: 6px;
  box-shadow: none;
}

.modal-header {
  border-bottom: 0;
  background-color: #adadad;
}
.modal-header h4 {
  font-size: 1.75em;
  color: #333;
}

.panel-heading, .panel-danger .panel-heading {
  border-bottom: 0;
  background-color: #ececec;
  color: #333;
  font-size: 1.75em;
  padding: 15px;
}

.panel-footer, .modal-footer {
  background-color: #efefef;
  border-top: 0;
}
.panel-footer .fa, .modal-footer .fa {
  display: none;
}

.close {
  font-size: 34px;
  opacity: 0.325;
  text-shadow: none;
}

.modal-dialog .panel-heading {
  border-radius: 0;
  background-color: #ececec;
  font-size: 28px;
  color: #333;
  line-height: 1.4em;
}
.modal-dialog .panel-heading span {
  font-size: 28px;
}

.panel-body .well {
  border-top: 1px solid #ddd;
  border-radius: 0;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 0;
}
.panel-body .well .col-sm-6:first-of-type {
  float: left;
  padding-bottom: 0;
}
.panel-body .well .col-sm-6:first-of-type h4 {
  margin: 0;
}
.panel-body .well h4.pull-right {
  font-size: 1em;
  padding-top: 5px;
}
.panel-body .well .form-control {
  width: auto;
  background-color: #dedede;
}
.panel-body .well input[type=email] {
  width: 100%;
}
.panel-body .well button, .panel-body .well .input-group-btn a.btn.btn-success {
  height: 34px;
}
.panel-body td h4 {
  font-size: 1em;
}
.panel-body .lead {
  margin-top: 0;
  margin-bottom: 25px;
}
.panel-body .lead .fa {
  display: none;
}
.panel-body .fa-refresh {
  display: none;
}

.modal-dialog .confirmDialog .panel-body {
  padding-left: 15px;
  margin: 0;
}
.modal-dialog .confirmDialog .panel-body:before {
  display: none;
}

.panel.panel-danger.confirmDialog .panel-body {
  padding-left: 110px;
}
.panel.panel-danger.confirmDialog .panel-body:before {
  content: "\f071";
  font-weight: 900;
  color: #D9534F;
  font-size: 3.5em;
  display: block;
  padding-top: 15px;
  padding-left: 5px;
}

.panel.panel-success.alertDialog .panel-body {
  padding-left: 110px;
}
.panel.panel-success.alertDialog .panel-body:before {
  content: "\f058";
  font-weight: 900;
  color: #31708f;
  font-size: 3.5em;
  display: block;
  padding-top: 15px;
  padding-left: 5px;
}

.product-image {
  max-width: 100%;
  max-height: 100%;
}

.product-detail .product-image {
  margin-top: 32px;
}

.sidebar--block-title {
  border-bottom: 1px solid gainsboro;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.t3p0-product-type {
  display: none;
}

.dc-related-products-container {
  margin-top: 40px;
}
.dc-related-products-container .list-group-item {
  border: 0;
  padding: 0;
  border-bottom: 1px solid gainsboro;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.dc-related-products-container .list-group-item:first-of-type h4 {
  padding-top: 0;
}
.dc-related-products-container .dc-related-product-image {
  float: left;
  margin-right: 20px;
}
.dc-related-products-container h4 {
  font-size: 1.5em;
  margin-top: 0;
  padding-top: 10px;
}

#product-carousel .carousel-indicators {
  display: none;
}

.product-shortcode-detail {
  text-align: center;
}
.product-shortcode-detail img {
  max-width: 200px;
}

#t3p0-public-private-switcher {
  position: absolute;
  z-index: 100000;
  right: 0;
  top: 0;
}
#t3p0-public-private-switcher .btn {
  padding: 8px;
  line-height: 1em;
  position: absolute;
  z-index: 100000;
  right: 0;
  top: 0;
  color: #000;
  background-color: #888;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  text-transform: none;
}
#t3p0-public-private-switcher .btn:hover {
  background-color: #aaa;
}
#t3p0-public-private-switcher i {
  width: 18px;
  height: 18px;
}
#t3p0-public-private-switcher i:after {
  content: "\f13e";
}
#t3p0-public-private-switcher.private i:after {
  content: "\f023";
}
#t3p0-public-private-switcher.public .btn {
  min-width: 180px;
}
#t3p0-public-private-switcher.private .btn {
  min-width: 150px;
}

td.valign-middle, table.valign-middle td {
  vertical-align: middle !important;
}

th[align=center] {
  text-align: center;
}

.fourohthree {
  background: #000;
}
.fourohthree .container img {
  margin-top: 20vh !important;
}
.fourohthree .container h1 {
  color: white;
  display: block;
  text-align: center;
}
.fourohthree .container img {
  display: block;
  margin: 0 auto;
}

.ecommerce-section {
  min-height: 300px;
  margin-top: 2.25%;
}
.ecommerce-section .table > thead > tr > th {
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.ecommerce-section .form-control-static {
  margin-top: 0;
}
.ecommerce-section .fa-refresh {
  display: none;
}
.ecommerce-section .btn.btn-default .fa {
  display: none;
}
.ecommerce-section .btn.btn-default .fa-trash {
  display: block;
}

.cart-item .product-info {
  padding: 5px 0;
}
.cart-item .product-info .col-sm-9 {
  padding-left: 0;
}
@media (min-width: 768px) {
  .cart-item .product-info .col-sm-9 {
    padding-left: 15px;
  }
}
.cart-item .dc-cart-img-container {
  padding: 15px 0 0 0;
}
@media (min-width: 768px) {
  .cart-item .dc-cart-img-container {
    padding: 15px 0;
    float: left;
    padding-right: 25px;
  }
}
.cart-item .label-primary {
  display: none;
}
.cart-item .product-name {
  font-size: 1.25em;
  padding-top: 8px;
  display: block;
}
.cart-item td:nth-of-type(5) .form-control {
  background-color: #fff;
  outline: none;
}
.cart-item td:nth-of-type(5) .form-control:focus {
  box-shadow: none;
}
.cart-item td p {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .site-checkout-checkout.store-checkout .container.ecommerce-section {
    max-width: 1200px;
    width: 100%;
  }
}

.site-checkout-thankyou .t3p0-back-to-last-article {
  margin: 0 15px;
  display: inline-block;
}

.checkout p {
  line-height: 1.35em;
  margin: 0 0 15px;
  font-size: 0.9rem;
}
.checkout p.small {
  font-size: 70%;
}
.checkout .col-sm-8, .checkout .col-sm-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.header--checkout {
  padding-bottom: 12px;
  position: relative;
  z-index: 999;
  background: #fff;
}
@media (min-width: 768px) {
  .header--checkout {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.header--checkout__container {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.header--checkout__container .col-sm-3 {
  padding-left: 0;
  padding-right: 0;
}
.header--checkout__container .secure-checkout {
  text-align: center;
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .header--checkout__container .secure-checkout {
    text-align: right;
    padding: 27px 0 0;
  }
}
.header--checkout__container .secure-checkout a {
  transition: 0.5s ease;
}
.header--checkout__container .secure-checkout a:hover {
  text-decoration: none;
  color: rgb(51, 51, 51);
  transition: 0.5s ease;
}
.header--checkout__container .checkout__navigation {
  text-align: center;
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .header--checkout__container .checkout__navigation {
    text-align: left;
    padding: 27px 0 0;
  }
}
.header--checkout__container .checkout__navigation a {
  transition: 0.5s ease;
}
.header--checkout__container .checkout__navigation a:hover {
  text-decoration: none;
  color: rgb(51, 51, 51);
  transition: 0.5s ease;
}
.header--checkout__container .logo-inner img {
  margin: 25px auto auto;
  padding: 8px 0;
  max-width: 250px;
  max-height: 50px;
}

@media (max-width: 960px) {
  .checkout .col-sm-8 {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .checkout .col-sm-4 {
    width: 100%;
  }
}

.checkout__panel {
  margin-bottom: 20px;
}

.checkout__panel-heading {
  background-color: rgb(201, 201, 201);
  padding: 5px 15px;
}
.checkout__panel-heading h2 {
  display: inline-block;
  color: #444;
  font-size: 1.15em;
  font-weight: 600;
  margin: 0;
  line-height: 1.7em;
}

.checkout__panel-heading--highlight {
  background-color: rgb(51, 51, 51);
  color: #FFF;
}
.checkout__panel-heading--highlight h2 {
  color: #FFF;
}

.checkout__step {
  display: block;
  color: #FFF;
  background-color: rgb(51, 51, 51);
  border-radius: 50%;
  font-size: 1.15em;
  line-height: 27px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
  height: 30px;
  float: left;
}
.checkout__step i {
  line-height: 30px;
}

.checkout__panel-body {
  background-color: rgb(233, 233, 233);
  padding: 15px;
  font-size: 0.9rem;
  line-height: 25px;
}
.checkout__panel-body input {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  margin-top: 2px;
  font-size: 0.9rem;
  height: 32px;
  padding: 5px 10px;
}
.checkout__panel-body label {
  font-weight: 600;
  font-size: 0.9rem;
}
.checkout__panel-body .help-block.with-errors {
  padding: 0;
  display: inline-block;
  position: relative;
}
.checkout__panel-body .help-block.with-errors ul {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 0.75em;
}
.checkout__panel-body select {
  background-color: #FFF;
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 0.9rem;
  height: 32px;
  padding: 5px 10px;
}
.checkout__panel-body h4 {
  margin-top: 0;
  font-size: 0.9rem;
  font-weight: 700;
}
.checkout__panel-body .discount-codes-form .btn-default {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.checkout__panel-body .btn-primary {
  font-size: 1.125em;
  font-weight: 600;
  margin-top: 10px;
  background-color: rgb(51, 51, 51);
  border-radius: 0;
  padding: 8px 20px;
}
.checkout__panel-body .btn-primary:after {
  content: "›";
  margin-left: 5px;
}
.checkout__panel-body .btn-primary i {
  display: none;
}
.checkout__panel-body .btn-primary:hover {
  background-color: #888;
}
.checkout__panel-body .btn-primary.disabled {
  background-color: rgb(51, 51, 51);
  opacity: 0.45;
}
.checkout__panel-body .alert.alert-warning {
  background-color: #fcf8e3;
  border: 0;
  border-radius: 0;
  color: rgb(51, 51, 51);
}
.checkout__panel-body .alert.alert-warning p {
  margin-bottom: 10px;
}
.checkout__panel-body .invalid-address .buttons, .checkout__panel-body .verified-address .buttons {
  padding-top: 0;
}
.checkout__panel-body #currentShippingAddressInfo, .checkout__panel-body #paymentProfileAddress {
  padding: 15px;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.75) !important;
}
.checkout__panel-body #currentShippingAddressInfo p, .checkout__panel-body #paymentProfileAddress p {
  margin-bottom: 5px;
}
.checkout__panel-body .modal-content {
  background: transparent;
}
.checkout__panel-body .modal-body {
  padding: 0;
}
.checkout__panel-body input#useThisShippingAddress {
  height: 14px;
}

#checkoutStepOne label.col-sm-4, #checkoutStepOne .col-sm-8, #checkoutStepOne .col-sm-6, #checkoutStepTwo label.col-sm-4, #checkoutStepTwo .col-sm-8, #checkoutStepTwo .col-sm-6, #checkoutStepThree label.col-sm-4, #checkoutStepThree .col-sm-8, #checkoutStepThree .col-sm-6, #addressForm label.col-sm-4, #addressForm .col-sm-8, #addressForm .col-sm-6 {
  float: none;
  width: 100%;
  text-align: left;
  font-weight: 600;
}
#checkoutStepOne label.col-sm-4, #checkoutStepTwo label.col-sm-4, #checkoutStepThree label.col-sm-4, #addressForm label.col-sm-4 {
  width: auto;
}
#checkoutStepOne .form-group, #checkoutStepTwo .form-group, #checkoutStepThree .form-group, #addressForm .form-group {
  margin-bottom: 10px;
}
#checkoutStepOne .col-sm-offset-4, #checkoutStepTwo .col-sm-offset-4, #checkoutStepThree .col-sm-offset-4, #addressForm .col-sm-offset-4 {
  margin-left: 0;
}
#checkoutStepOne .col-sm-offset-4.col-sm-6.small, #checkoutStepTwo .col-sm-offset-4.col-sm-6.small, #checkoutStepThree .col-sm-offset-4.col-sm-6.small, #addressForm .col-sm-offset-4.col-sm-6.small {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 10px;
}
#checkoutStepOne .checkbox, #checkoutStepTwo .checkbox, #checkoutStepThree .checkbox, #addressForm .checkbox {
  padding-top: 0;
}
#checkoutStepOne .checkbox input, #checkoutStepTwo .checkbox input, #checkoutStepThree .checkbox input, #addressForm .checkbox input {
  height: unset;
  margin-top: 5px;
  font-size: 1rem;
}
#checkoutStepOne .t3-modal-section.t3-payment-section.col-md-6, #checkoutStepTwo .t3-modal-section.t3-payment-section.col-md-6, #checkoutStepThree .t3-modal-section.t3-payment-section.col-md-6, #addressForm .t3-modal-section.t3-payment-section.col-md-6 {
  width: 100%;
}
#checkoutStepOne .t3-modal-section.t3-cc-section.col-md-6, #checkoutStepTwo .t3-modal-section.t3-cc-section.col-md-6, #checkoutStepThree .t3-modal-section.t3-cc-section.col-md-6, #addressForm .t3-modal-section.t3-cc-section.col-md-6 {
  width: 100%;
  padding-top: 20px;
}
#checkoutStepOne h3, #checkoutStepTwo h3, #checkoutStepThree h3, #addressForm h3 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px !important;
}
#checkoutStepOne ul.payment-method-list, #checkoutStepTwo ul.payment-method-list, #checkoutStepThree ul.payment-method-list, #addressForm ul.payment-method-list {
  margin-bottom: 0;
}
#checkoutStepOne ul.payment-method-list li, #checkoutStepTwo ul.payment-method-list li, #checkoutStepThree ul.payment-method-list li, #addressForm ul.payment-method-list li {
  display: inline-block;
  margin-right: 20px;
}
#checkoutStepOne .create-payment-profile .payment-method-list + div, #checkoutStepTwo .create-payment-profile .payment-method-list + div, #checkoutStepThree .create-payment-profile .payment-method-list + div, #addressForm .create-payment-profile .payment-method-list + div {
  border-top: 0;
}
#checkoutStepOne .modal-footer, #checkoutStepTwo .modal-footer, #checkoutStepThree .modal-footer, #addressForm .modal-footer {
  width: 100%;
  padding: 0;
  text-align: left;
  border-top: 0;
  background-color: transparent;
}
#checkoutStepOne input[type=radio], #checkoutStepTwo input[type=radio], #checkoutStepThree input[type=radio], #addressForm input[type=radio] {
  float: left;
  margin: 7px 10px 30px 0;
  height: 16px;
}
#checkoutStepOne label.col-sm-4.control-label[for=defaultCard], #checkoutStepTwo label.col-sm-4.control-label[for=defaultCard], #checkoutStepThree label.col-sm-4.control-label[for=defaultCard], #addressForm label.col-sm-4.control-label[for=defaultCard] {
  width: auto;
  float: left;
  display: inline-block;
}
#checkoutStepOne .col-sm-8.checkbox, #checkoutStepTwo .col-sm-8.checkbox, #checkoutStepThree .col-sm-8.checkbox, #addressForm .col-sm-8.checkbox {
  width: auto;
  float: left;
  display: inline-block;
}
#checkoutStepOne input#defaultCard, #checkoutStepTwo input#defaultCard, #checkoutStepThree input#defaultCard, #addressForm input#defaultCard {
  margin-top: 10px !important;
}

#checkoutStepThree .t3-modal-section.t3-payment-section.col-md-6, #checkoutStepThree .t3-modal-section.t3-cc-section.col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
#checkoutStepThree .t3-modal-section.t3-payment-section.col-md-6 .col-xs-6, #checkoutStepThree .t3-modal-section.t3-payment-section.col-md-6 .col-xs-5, #checkoutStepThree .t3-modal-section.t3-cc-section.col-md-6 .col-xs-6, #checkoutStepThree .t3-modal-section.t3-cc-section.col-md-6 .col-xs-5 {
  padding-left: 0;
}

.checkout__panel-body .checkout__panel-confirm {
  background-color: rgba(255, 255, 255, 0.75) !important;
  padding: 15px;
}

.checkout__panel-btn {
  background-color: rgb(51, 51, 51);
  color: #fff;
  font-weight: 700;
  transition: 0.2s ease;
  border: 0;
  font-size: 0.9em;
  padding: 3px 12px;
}
.checkout__edit-btn {
  display: inline-block;
  float: right;
  color: #24517A;
  border: 0;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.8em;
}
.checkout__edit-btn:hover {
  color: rgb(51, 51, 51);
  background-color: transparent;
}

@media (max-width: 960px) {
  .checkout__progress {
    display: none;
  }
}

.checkout__progress-step {
  background-color: #c9c9c9;
  color: #444;
  font-size: 1.15em;
  line-height: 1.7em;
  font-weight: 600;
  padding: 5px 15px;
  margin-top: 0;
  margin-bottom: 10px;
  min-height: 41px;
}

.checkout__progress-step--active {
  background-color: rgb(51, 51, 51);
  color: #FFF;
}
.checkout__progress-step--active .checkout__step {
  background-color: #888;
}

.checkout-alert {
  margin-top: 0;
}

.checkout__coupon-btn {
  font-weight: 600;
  text-transform: none;
  border: 0;
  background-color: transparent;
  padding: 0;
  font-size: 1.15em;
}
.checkout__coupon-btn i {
  color: rgb(51, 51, 51);
  font-size: 1.5em;
  margin-right: 10px;
}
.checkout__coupon-btn:hover {
  background-color: transparent;
  color: #444;
}
.checkout__coupon-btn .checkout__coupon-btn-toggle {
  padding-left: 5px;
  font-size: 1.35em;
}
.checkout__coupon-btn .checkout__coupon-btn-toggle:after {
  content: "-";
  vertical-align: top;
}
.checkout__coupon-btn.collapsed .checkout__coupon-btn-toggle:after {
  content: "+";
  vertical-align: middle;
}

a.checkout__cart-btn {
  display: none;
  text-transform: uppercase;
  float: right;
  font-size: 0.8em;
  padding-top: 2px;
  font-weight: 600;
  border: 0;
  background-color: transparent;
  color: #fff;
}
a.checkout__cart-btn i {
  color: #FFF;
  font-size: 1.5em;
  margin-right: 5px;
}
a.checkout__cart-btn:hover {
  color: #fff;
  text-decoration: none;
}

.checkout__checkout-btn {
  background-color: rgb(36, 81, 122);
  color: #fff;
  text-transform: uppercase;
  border: 0;
  font-weight: 800;
  font-size: 1.25em;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  transition: 0.2s ease;
}
.checkout__checkout-btn:hover {
  transform: scale(1.1);
  background-color: rgb(36, 81, 122);
  color: #fff;
}
.checkout__checkout-btn:disabled {
  opacity: 0.7;
  cursor: default;
}
.checkout__checkout-btn:disabled:hover {
  transform: scale(1);
}

.checkout__help {
  margin: 40px -15px 20px -15px;
}
.checkout__help:after {
  clear: both;
  content: " ";
  display: table;
}
.checkout__help:before {
  content: " ";
  display: table;
}
.checkout__help p {
  font-size: 0.85em;
}
.checkout__help .col-sm-2 {
  padding-top: 2px;
  margin-bottom: 5px;
}
@media (max-width: 960px) {
  .checkout__help .col-sm-2 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 960px) {
  .checkout__help .col-sm-10 {
    width: 100%;
    text-align: center;
  }
}

.checkout__help-icon {
  display: inline-block;
  color: #FFF;
  background-color: #808080;
  border-radius: 5px;
  font-size: 3em;
  font-weight: 800;
  line-height: 1em;
  width: 1em;
  text-align: center;
}

/* ----- Order Summary ----- */
#checkoutSummary .checkout__panel-body {
  padding: 15px;
  position: relative;
}
#checkoutSummary .checkout__panel-body input {
  background-color: #fff;
  border-radius: 0;
  height: 40px;
  margin-top: 5px;
  border: 0;
}
#checkoutSummary .checkout__panel-body button {
  height: 40px;
  margin-top: 5px;
  border: 0;
  background-color: rgb(51, 51, 51);
  color: #fff;
  transition: 0.1s ease;
}
#checkoutSummary .checkout__panel-body button:hover {
  background-color: #888;
  color: #fff;
}

/* product image */
.col-sm-3.checkout__cart-product-img {
  padding-left: 0;
}
.col-sm-3.checkout__cart-product-img img {
  width: 100%;
  height: auto;
  margin-top: 5px;
}

/* product info */
.checkout__cart-product {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.checkout__cart-product:after {
  clear: both;
  content: " ";
  display: table;
}
.checkout__cart-product:before {
  content: " ";
  display: table;
}
.checkout__cart-product span.label.label-primary {
  display: none;
}
.checkout__cart-product p {
  margin-bottom: 5px;
}
.checkout__cart-product .col-sm-3 {
  padding: 0;
  float: left;
  width: 25%;
}
.checkout__cart-product .col-sm-9 {
  float: left;
  width: 75%;
  padding: 0;
}
.checkout__cart-product .checkout__cart-product-info .col-sm-9 {
  width: 90%;
  padding-left: 15px;
}
.checkout__cart-product .checkout__cart-product-info .col-sm-3 {
  width: 10%;
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}

/* product name */
.checkout__cart-product-name {
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 5px;
}

/* product quantity */
.checkout__cart-product-quantity input {
  width: 50px;
  height: 25px;
  display: inline-block;
  margin-left: 5px;
  padding: 5px;
  font-size: 1em !important;
}
.checkout__cart-product-quantity i {
  margin-left: 6px;
  font-size: 0.95em;
}

/* product bundles */
.checkout__cart-product-bundle h3 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 15px;
  color: #444;
}
.checkout__cart-product-bundle ul.list-group {
  margin-bottom: 0px;
  margin-top: 10px;
}
.checkout__cart-product-bundle li.list-group-item {
  background: transparent;
  padding: 10px 0;
  border: none;
  border-top: 1px solid #ccc;
  line-height: 1.4rem;
  font-size: 0.9rem;
}
.checkout__cart-product-bundle li.list-group-item h4 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0;
}
.checkout__cart-product-bundle li.list-group-item span.badge {
  display: none;
}

/* cart totals */
.checkout__cart-totals {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 0.9rem;
}
.checkout__cart-totals .col-sm-5 {
  width: 50%;
  text-align: right;
  padding-right: 5px;
  float: left;
}
.checkout__cart-totals .col-sm-7 {
  width: 50%;
  text-align: left;
  padding-left: 5px;
  float: left;
}

/* Modal Styles */
.site-checkout-checkout.store-checkout.modal-open .well {
  margin-bottom: 0;
}
.site-checkout-checkout.store-checkout.modal-open .btn-primary i {
  margin-right: 5px;
}
.site-checkout-checkout.store-checkout.modal-open .modal-body .well.col-md-4 p {
  margin-bottom: 0px;
}
.site-checkout-checkout.store-checkout.modal-open .modal-body .well.col-md-4 button {
  margin-top: 10px;
}
.site-checkout-checkout.store-checkout.modal-open .modal-body .checkbox {
  padding-top: 2px;
  display: inline-block;
  min-height: 16px;
}
.site-checkout-checkout.store-checkout.modal-open .modal-body input#defaultCard {
  display: inline-block;
  margin: 0 0 0 -20px;
}
.site-checkout-checkout.store-checkout.modal-open .modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.site-checkout-checkout.store-checkout.modal-open .modal-dialog {
  padding: 0;
}

.dcContainer {
  max-width: 1170px;
  margin: auto;
  padding: 0 25px;
}
@media (min-width: 1200px) {
  .dcContainer {
    padding: 0;
  }
}

.hidden {
  display: none;
}

td.hidden-xs, th.hidden-xs {
  display: none;
}
@media (min-width: 768px) {
  td.hidden-xs, th.hidden-xs {
    display: table-cell;
  }
}

tr.hidden-xs {
  display: none;
}
@media (min-width: 768px) {
  tr.hidden-xs {
    display: table-row;
  }
}

td.hidden-sm, td.hidden-md, td.hidden-lg, th.hidden-sm, th.hidden-md, th.hidden-lg {
  display: table-cell;
}
@media (min-width: 768px) {
  td.hidden-sm, td.hidden-md, td.hidden-lg, th.hidden-sm, th.hidden-md, th.hidden-lg {
    display: none;
  }
}

tr.hidden-sm, tr.hidden-md, tr.hidden-lg {
  display: table-row;
}
@media (min-width: 768px) {
  tr.hidden-sm, tr.hidden-md, tr.hidden-lg {
    display: none;
  }
}

.pull-right {
  float: right;
}

.col-sm-3.pull-right.discountCode {
  float: none;
}
@media (min-width: 768px) {
  .col-sm-3.pull-right.discountCode {
    max-width: 26%;
  }
}
.col-sm-3.pull-right.discountCode .form-control {
  border-radius: 0.25rem;
  margin-right: 15px;
}

.discountCodeWrap {
  padding-bottom: 50px;
}

.ecommWrapper .table thead th {
  border-bottom: 1px solid #dee2e6;
}
@media (min-width: 768px) {
  .ecommWrapper .col-sm-6 {
    width: 50%;
  }
}

.product-detail {
  padding-bottom: 50px;
}
.product-detail input#quantity {
  border-radius: 0.25rem;
  margin-right: 15px;
}

.header--checkout__container {
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .header--checkout__container {
    padding-top: 12px;
    padding-bottom: 5px;
  }
}
.header--checkout__container .logo {
  text-align: center;
  align-content: center;
}
@media (min-width: 768px) {
  .header--checkout__container .logo {
    padding-top: 5px;
  }
}
.header--checkout__container .logo img {
  max-width: 225px;
}
.header--checkout__container .checkout__navigation {
  align-content: center;
}
@media (min-width: 768px) {
  .header--checkout__container .checkout__navigation {
    padding: 0;
    padding-top: 5px 0 0 15px;
  }
}
.header--checkout__container .secure-checkout {
  align-content: center;
}
@media (min-width: 768px) {
  .header--checkout__container .secure-checkout {
    padding: 0;
    padding-top: 5px 15px 0 0;
  }
}

@media (min-width: 768px) {
  .ecommWrapper #spcMainDiv {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

#addressForm .col-sm-6, #addressForm .col-sm-8, #addressForm label.col-sm-4, #checkoutStepOne .col-sm-6, #checkoutStepOne .col-sm-8, #checkoutStepOne label.col-sm-4, #checkoutStepThree .col-sm-6, #checkoutStepThree .col-sm-8, #checkoutStepThree label.col-sm-4, #checkoutStepTwo .col-sm-6, #checkoutStepTwo .col-sm-8, #checkoutStepTwo label.col-sm-4 {
  font-weight: 500;
}

#accountForm strong {
  font-weight: 600;
}
#accountForm label {
  font-weight: 500;
}
#accountForm .col-sm-6 {
  float: none;
  max-width: 100%;
}

@media (min-width: 768px) {
  .checkout__help {
    display: flex;
  }
}

.checkout__coupon-btn i {
  float: left;
  padding-top: 4px;
  padding-bottom: 5px;
}

.checkout__coupon-btn {
  line-height: 30px;
}

.my-account-header {
  background-color: #ccc;
}
.my-account-header h1, .my-account-header h3 {
  color: #000;
}

#DirectorySearchComponent .container.ag-search-container, #ClassifiedsSearchComponent .container.ag-search-container {
  padding: 0 20px;
}
#DirectorySearchComponent .container--directory-filter-search, #ClassifiedsSearchComponent .container--directory-filter-search {
  padding: 40px 0;
  background-color: #efefef;
}
#DirectorySearchComponent .container--directory-filter-search .inner--directory-filter-search, #ClassifiedsSearchComponent .container--directory-filter-search .inner--directory-filter-search {
  max-width: 1230px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #DirectorySearchComponent .container--directory-filter-search .inner--directory-filter-search, #ClassifiedsSearchComponent .container--directory-filter-search .inner--directory-filter-search {
    justify-content: space-between;
  }
}
#DirectorySearchComponent .container--directory-filter-search .inner--directory-filter-search .col-md-3, #ClassifiedsSearchComponent .container--directory-filter-search .inner--directory-filter-search .col-md-3 {
  background-color: #ddd;
  border-radius: 6px;
  padding-left: 5px;
  margin-bottom: 15px;
  min-height: 40px;
}
@media (min-width: 768px) {
  #DirectorySearchComponent .container--directory-filter-search .inner--directory-filter-search .col-md-3, #ClassifiedsSearchComponent .container--directory-filter-search .inner--directory-filter-search .col-md-3 {
    max-width: 23%;
    margin-bottom: 0;
  }
}
#DirectorySearchComponent .container--directory-filter-search .inner--directory-filter-search .col-md-3 select, #ClassifiedsSearchComponent .container--directory-filter-search .inner--directory-filter-search .col-md-3 select {
  background-color: transparent;
  border-radius: 6px;
  height: 40px;
  border: 0;
  color: #555;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
  position: absolute;
}
#DirectorySearchComponent .container--directory-filter-search .inner--directory-filter-search .col-md-3 select:hover, #ClassifiedsSearchComponent .container--directory-filter-search .inner--directory-filter-search .col-md-3 select:hover {
  cursor: pointer;
}
#DirectorySearchComponent .container--directory-filter-search .inner--directory-filter-search .col-md-3.categories-select select, #ClassifiedsSearchComponent .container--directory-filter-search .inner--directory-filter-search .col-md-3.categories-select select {
  width: 93%;
}
#DirectorySearchComponent .ais-SearchBox,
#DirectorySearchComponent input.ais-SearchBox-input, #ClassifiedsSearchComponent .ais-SearchBox,
#ClassifiedsSearchComponent input.ais-SearchBox-input {
  background-color: transparent !important;
}
#DirectorySearchComponent .ais-SearchBox-input, #ClassifiedsSearchComponent .ais-SearchBox-input {
  padding-left: 5px;
}
#DirectorySearchComponent .ais-SearchBox-submit,
#DirectorySearchComponent .ais-SearchBox-reset, #ClassifiedsSearchComponent .ais-SearchBox-submit,
#ClassifiedsSearchComponent .ais-SearchBox-reset {
  padding-top: 5px;
  width: 4%;
  padding-left: 0;
  margin-right: 0 !important;
  background-color: transparent !important;
}
#DirectorySearchComponent .location-select:after, #ClassifiedsSearchComponent .location-select:after {
  padding-right: 15px !important;
}
@media (min-width: 768px) {
  #DirectorySearchComponent .location-select:after, #ClassifiedsSearchComponent .location-select:after {
    padding-right: 0 !important;
  }
}
#DirectorySearchComponent .additional-select:after, #ClassifiedsSearchComponent .additional-select:after {
  color: #555;
  content: "\f078";
  display: block;
  float: right;
  font-family: Font Awesome\ 6 Pro;
  padding-top: 9px;
}
#DirectorySearchComponent .directory-search-wrap, #ClassifiedsSearchComponent .directory-search-wrap {
  margin-bottom: 0 !important;
}
#DirectorySearchComponent .ais-Hits-item, #ClassifiedsSearchComponent .ais-Hits-item {
  margin: 0 !important;
}

[ng-cloak] {
  display: none;
}

[ng-click], [uib-dropdown-toggle] {
  cursor: pointer;
}

body.in-preview-frame #t3p0-frontend-admin-menu,
body.in-preview-frame #t3p0-public-private-switcher {
  display: none;
}

ul.actions {
  float: right;
  margin: 0;
}

body.admin-content-preview {
  overflow-y: scroll !important;
}

.system-alert {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.85);
  border-style: solid;
  border-color: #505050;
  border-left-color: darkred;
  border-width: 1px 1px 1px 4px;
  color: #ffffff;
  z-index: 10000;
}
.system-alert span > strong {
  color: #dd6900;
}
.system-alert button {
  color: #ffffff;
}

.webex-submission-success {
  background-color: #398439 !important;
  color: #fff;
}

.webex-submission-error {
  background-color: #ac2925 !important;
  color: #fff;
}

lv-file-drop {
  display: block;
  padding: 20px 0;
  border-style: dashed;
  border-color: #ccc;
  border-width: 2px;
  margin-bottom: 20px;
  color: #ccc;
  text-align: center;
}
lv-file-drop.hover {
  background-color: #e2e2e2;
  color: #808080;
}

.chosen-container-single .chosen-single {
  border-radius: 0 !important;
  border: 0 !important;
  background: #ededed !important;
  box-shadow: none !important;
  height: 34px !important;
  padding: 8px 12px !important;
  font-weight: 600;
  line-height: 1.428571429;
}

.chosen-container-single .chosen-single div {
  padding-top: 4px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: #ededed !important;
}

.ecommerce-section #spcMainDiv {
  position: relative;
}

.t3p0-field-collection figcaption.t3p0-field-file-caption {
  display: none;
}
