.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*
* Triangle
*/
* {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
html,
body {
  height: 100%;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}
body {
  color: #1e1e1e;
  background: #ffffff;
}
.contact_info_wrapper {
  display: flex;
  position: absolute;
  z-index: 20;
  left: 15em;
  color: #fff;
  padding: 1em;
  font-size: 15px;
  font-weight: bolder;
}
.contact_info_wrapper .contact_info .contact_info_mail {
  color: #fff !important;
}
.search-tips-wrapper {
  color: #fff;
  width: 270px;
  font-size: 13px;
  font-weight: bolder;
  word-break: break-word;
  margin-top: 4px;
  line-height: 1.2;
}
.search-tips-wrapper p {
  margin-bottom: 0 !important;
}
@media (max-width: calc(992px - 1px)) {
  .contact_info_wrapper {
    display: flex;
    position: fixed;
    top: -5px;
    z-index: 20;
    left: 18em;
    color: #fff;
    font-size: 13px;
    font-weight: bolder;
  }
  .contact_info_wrapper .contact_info_mail {
    color: #fff !important;
  }
  .search-tips-wrapper {
    display: none;
  }
}
@media (max-width: 465px) {
  .contact_info_wrapper {
    display: none;
  }
}
button.action {
  font-weight: 400;
  background-color: #414141;
  color: #ffffff;
  font-size: 14px;
}
button.action:hover {
  background: #3a8539;
}
button.action.primary {
  animation: none;
  background-color: #3a8539;
  color: #ffffff;
}
button.action.primary:hover {
  background: #1e1e1e;
}
button.action.tocart:before,
button.action#bundle-slide:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gallagher-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e900';
  vertical-align: top;
}
button.action[name='remove_item_action'],
button.action.action-delete[name='update_cart_action'] {
  background-color: transparent;
  color: #3a8539;
}
button.action[name='remove_item_action']:hover,
button.action.action-delete[name='update_cart_action']:hover {
  color: #68be66;
}
button.action-dismiss {
  background-color: #2b2b2b;
  font-weight: 400;
}
button.action-dismiss:hover {
  background-color: #3a8539;
}
button.action-accept {
  background-color: #3a8539;
  font-weight: 400;
}
button.action-accept:hover {
  background-color: #1e1e1e;
}
.actions-toolbar a.back {
  background-color: #2b2b2b;
  font-weight: 400;
}
.actions-toolbar a.back:hover {
  background-color: #3a8539;
}
::-webkit-scrollbar-thumb {
  background: rgba(30, 30, 30, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(30, 30, 30, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(30, 30, 30, 0.3);
}
.towishlist:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gallagher-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e903';
  vertical-align: middle;
}
.ajax-loading .loading-mask .loader,
.checkout-index-index .loading-mask .loader {
  background: #777777;
}
.ajax-loading .loading-mask .loader:before,
.checkout-index-index .loading-mask .loader:before {
  background: #3a8539;
}
.ajax-loading .loading-mask .loader:after,
.checkout-index-index .loading-mask .loader:after {
  background: #1e1e1e;
}
.checkout-index-index .loading-mask {
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  .header-content .sm-header_customer-menu-toggle {
    background: transparent;
    height: 60px;
    margin-right: 20px;
    width: 100%;
  }
  .header-content .sm-header_customer-menu-toggle > span {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
  }
  .header-content .sm-header_customer-menu-toggle > span:before,
  .header-content .sm-header_customer-menu-toggle > span:after {
    transition: 0.3s ease;
  }
  .header-content .sm-header_customer-menu-toggle > span:before,
  .header-content .sm-header_customer-menu-toggle > span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header-content .sm-header_customer-menu-toggle > span:before {
    content: '\e904';
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .header-content .sm-header_customer-menu-toggle > span:after {
    content: '\e906';
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .header-content .sm-header_customer-menu-toggle.active > span:before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0);
  }
  .header-content .sm-header_customer-menu-toggle.active > span:after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .header-content .sm-header_customer-menu-toggle > span {
    color: #ffffff;
    font-weight: 300;
    text-align: left;
    padding-left: 30px;
    font-family: 'proxima-nova', sans-serif;
    white-space: nowrap;
    width: auto;
    min-width: 40px;
  }
  .header-content .sm-header_customer-menu-toggle > span:before,
  .header-content .sm-header_customer-menu-toggle > span:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gallagher-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    top: 20%;
  }
  .header-content .sm-header_customer-menu-toggle > span > span {
    padding-right: 30px;
  }
  .header-content .sm-header_customer-menu-toggle > span > span:after {
    position: absolute;
    top: -6px;
    right: 0;
    content: '\2303';
    display: inline-block;
    font-family: 'proxima-nova', sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: rotate(180deg);
    color: #ffffff;
    font-size: 22px;
    z-index: 10;
  }
  .header-content .sm-header_customer-menu-toggle:hover,
  .header-content .sm-header_customer-menu-toggle.active {
    background: transparent;
  }
  .header-content .sm-header_customer-menu-toggle:hover span:before,
  .header-content .sm-header_customer-menu-toggle.active span:before,
  .header-content .sm-header_customer-menu-toggle:hover span:after,
  .header-content .sm-header_customer-menu-toggle.active span:after {
    color: #ffffff;
  }
  .header-content .sm-header_customer-menu-toggle.active > span > span:after {
    transform: rotate(0deg);
    top: 3px;
  }
  .header-content .sm-header_customer-menu-link {
    height: 60px;
  }
  .header-content .sm-header_customer-menu-link > span {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
  }
  .header-content .sm-header_customer-menu-link > span:before,
  .header-content .sm-header_customer-menu-link > span:after {
    transition: 0.3s ease;
  }
  .header-content .sm-header_customer-menu-link > span:before,
  .header-content .sm-header_customer-menu-link > span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header-content .sm-header_customer-menu-link > span:before {
    content: '\e904';
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .header-content .sm-header_customer-menu-link > span:after {
    content: '\e906';
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .header-content .sm-header_customer-menu-link.active > span:before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0);
  }
  .header-content .sm-header_customer-menu-link.active > span:after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .header-content .sm-header_customer-menu-link > span {
    font-weight: 300;
    width: 100px;
    text-align: left;
    padding-left: 30px;
  }
  .header-content .sm-header_customer-menu-link > span:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gallagher-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    top: 20%;
  }
  .header-content .sm-header_customer-menu-link:hover {
    color: #68be66;
  }
  .header-content .sm-header_customer-menu-link:hover > span {
    color: #68be66;
  }
  .header-content .sm-header_customer-menu-link:hover > span:before {
    color: #68be66;
  }
  .header-content .sm-header_customer-menu-wrap.ui-dialog.active {
    box-shadow: 0 3px 27px rgba(0, 0, 0, 0.24);
  }
  .header-content .sm-header_customer-menu-wrap.ui-dialog .links li {
    padding: 10px 0;
  }
  .header-content .sm-header_customer-menu-wrap.ui-dialog .links li a {
    color: #1e1e1e;
    font-size: 16px;
    text-transform: uppercase;
  }
  .header-content .sm-header_customer-menu-wrap.ui-dialog .links li a:hover {
    color: #3a8539;
  }
  .header-content .sm-header_customer-menu.ui-dialog-content {
    background: #ffffff;
    box-shadow: 0 3px 27px rgba(0, 0, 0, 0.24);
  }
}
.breadcrumbs {
  background: transparent;
}
.page-main {
  margin-top: 0px;
}
.page-title-wrapper {
  margin-top: 1.25rem;
}
.block-title {
  color: #2b2b2b;
  font-size: 28px;
  letter-spacing: -0.83px;
  text-align: left;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .block-title {
    font-size: 40px;
    letter-spacing: -1.78px;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .block-title {
    font-size: 60px;
  }
}
.block-title strong {
  font-weight: 300;
  text-transform: inherit;
}
.page-footer {
  color: #7d7d7d;
  background: #1e1e1e;
}
.page-footer a {
  color: #7d7d7d;
}
.page-footer a:hover {
  color: #3a8539;
}
.page-footer h4 {
  color: #ffffff;
}
.page-footer .social-links i {
  color: #ffffff;
  background: #3a3939;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-footer .social-links a:hover i {
  background: #3a8539;
}
.page-footer .footer-info-box span {
  color: #ffffff;
}
.page-footer .footer-info-box span:before {
  color: #3a8539;
}
.page-footer .footer.container .newsletter {
  display: none;
}
.footer-col [class*="store-info_"]:before {
  color: #3a8539;
}
@media (min-width: 480px) {
  .page-footer .row {
    width: 100%;
  }
}
@media (max-width: calc(992px - 1px)) {
  .page-footer .social-links {
    display: flex;
    justify-content: center;
  }
  .page-footer .row > div {
    min-height: 78px;
  }
  .footer-col {
    padding: 0 0 16px 0;
  }
  .footer-col .footer-col-content {
    margin-bottom: 24px;
  }
  .footer-col h4 {
    color: #ffffff;
  }
  .footer-col h4:before {
    border: 1px solid #ffffff;
  }
}
.contact-info dd a {
  color: #3a8539;
}
.contact-info dd a:hover {
  color: #68be66;
}
.contact-info [class*="material-"] {
  color: #ffffff;
}
.footer-panel {
  background: #1e1e1e;
  max-width: 550px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.footer-panel .footer-toggle-pricing a span {
  color: #7d7d7d;
}
.footer-panel .footer-toggle-pricing,
.footer-panel .footer-about {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 26px;
}
.footer-panel .footer-toggle-pricing .about-logo,
.footer-panel .footer-about .about-logo {
  max-width: 283px;
  margin: 0 auto 1em auto;
}
.footer-panel .footer-toggle-pricing .title,
.footer-panel .footer-about .title {
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.footer-panel .copyright {
  color: #7d7d7d;
  font-style: italic;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 26px;
}
.footer-panel .list-payment {
  color: #3a3939;
}
@media (min-width: 992px) {
  .footer-panel .footer-about,
  .footer-panel .footer-toggle-pricing,
  .footer-panel .copyright {
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .page-footer .footer.content.container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  .footer-panel {
    margin: 0 5em 0 0;
  }
  .footer-panel .footer-about .about-logo {
    margin-left: 0;
  }
}
.scrollToTop {
  background: #b4b4b4;
  border-radius: 50%;
  left: 2vw;
}
.scrollToTop:before {
  color: #1e1e1e;
  transition: 0.3s ease;
}
.scrollToTop:hover {
  background: #3a8539;
}
.scrollToTop:hover:before {
  color: #ffffff;
}
@media (max-width: calc(992px - 1px)) {
  .scrollToTop {
    bottom: 6px;
    right: 6px;
    background: #3a8539;
    transform: scale(0.8);
    transform-origin: bottom right;
    transition: 0.3s ease;
  }
  .scrollToTop:before {
    color: #ffffff;
    transition: none;
  }
  .scrollToTop:hover {
    background: #68be66;
  }
}
.banner-top {
  background: #3a8539;
  color: #ffffff;
}
.banner-top .banner-label {
  color: #ffffff;
}
.banner-top .banner-label i {
  color: #ffffff;
}
.banner-top .banner-desc {
  color: #ffffff;
}
.display-none {
  display: none;
}
.fastorder-page-title {
  margin-top: 20px;
}
.mgantsfastorder-multiple-form .button {
  border: 1px solid #e9e9e9;
  padding: 5px;
  width: 100px;
  background-color: #f0f0f0;
}
.mgantsfastorder-multiple-form .action.primary.tocart,
.mgantsfastorder-multiple-form .mgantsaddline {
  border: none;
  padding: 5px;
  width: 100px;
  background-color: #3a8539;
  font-size: 12px;
}
.mgantsfastorder-multiple-form .mgantsaddline {
  background-color: #3a8539;
}
.mgantsfastorder-multiple-form .mgantsaddline {
  text-transform: uppercase;
  background-color: #414141;
  color: #ffffff;
}
.mgantsfastorder-multiple-form .action.primary.tocart:before {
  display: none;
}
.mgantsfastorder-multiple-form.table tfoot {
  background-color: #f5f5f5;
}
.mgantsfastorder-multiple-form.table td {
  border-left: none;
}
@media (min-width: 768px) {
  table:not(.totals).mgantsfastorder-multiple-form td {
    border-left: none !important;
  }
}
.mgantsfastorder-multiple-form .mgantsfastorder-row-ref button.button {
  display: none;
}
.mgantsfastorder-row-qty .qty {
  min-width: 80px;
}
.cms-page-view .swatch-option-tooltip {
  z-index: 9999;
}
#mgantsfastorder-form .mgantssearch-input {
  max-width: inherit;
}
#mgantsfastorder-form .mgantsloading {
  background-image: url('../Mageants_FastOrder/images/loading.gif');
  background-position: 92% center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
.mgantsfastorder-autocomplete {
  max-height: 250px;
  overflow-y: auto;
}
.mgantsfastorder-autocomplete ul li.active {
  background-color: #e7bcb6 !important;
}
#mgantsfastorder-form table th {
  text-align: center;
}
#mgantsfastorder-form table td {
  vertical-align: middle;
  text-align: center;
}
.mgantsfastorder-hidden {
  display: none !important;
}
.mgantsmage-error[generated] {
  margin-top: 7px;
  color: #e02b27;
  font-size: 1.2rem;
}
#mgantscontent-option-product #mgantsfastorder-form-option .control ul {
  padding: 0;
  margin-bottom: 0;
}
#mgantscontent-option-product #mgantsfastorder-form-option .control ul li {
  list-style: none;
}
#mgantscontent-option-product #mgantsfastorder-form-option .mgantsproduct-option > .field > .label {
  font-weight: 600;
}
#mgantscontent-option-product #mgantsfastorder-form-option .mgantsproduct-option > .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
#mgantscontent-option-product #mgantsfastorder-form-option .mgantsproduct-option .field.required .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
#mgantscontent-option-product #mgantslinks-advice-container,
#mgantscontent-option-product #mgantsvalidation-message-box {
  display: none;
}
#mgantsfastorder-form table th.mgantsfastorder-row-ref {
  width: 310px;
}
#mgantsfastorder-form table th.mgantsfastorder-row-qty {
  width: 54px;
}
#mgantsfastorder-form table th.mgantsfastorder-row-image {
  width: 70px;
}
#mgantsfastorder-form table th.mgantsfastorder-row-edit,
th.mgantsfastorder-row-add,
th.mgantsfastorder-row-price {
  width: 110px;
}
#mgantsfastorder-form .mgantsfastorder-autocomplete {
  position: absolute;
  background-color: #fff;
  width: 254px;
  text-align: -webkit-auto;
  z-index: 1;
}
#mgantsfastorder-form .mgantsfastorder-row-image img {
  cursor: pointer;
  max-width: 70px;
}
#mgantsfastorder-form .mgantsfastorder-row-qty .qty {
  text-align: center;
}
#mgantsfastorder-form .mgantsfastorder-autocomplete ul {
  list-style: none;
  padding-left: 0;
  border: 1px solid #C2C2C2;
  margin-bottom: 0;
}
#mgantsfastorder-form .mgantsfastorder-autocomplete ul li {
  cursor: pointer;
  padding: 10px;
  margin-bottom: 0;
}
#mgantsfastorder-form .mgantsfastorder-autocomplete ul li:hover {
  background-color: #E7BCB6;
}
#mgantsfastorder-form .mgantsfastorder-autocomplete ul li a {
  text-decoration: none;
}
#mgantsfastorder-form .mgantsfastorder-autocomplete ul li img {
  float: left;
  margin-right: 10px;
  width: 50px;
}
#mgantsfastorder-form .mgantsfastorder-autocomplete ul li .mgantsproduct-price .mgantsprice {
  font-weight: 600;
  color: #000;
}
#mgantsfastorder-form .mgantsfastorder-autocomplete ul li .mgantsproduct-price .mgantsprice:after {
  clear: both;
  content: '';
}
#mgantsfastorder-form .mgantsfastorder-autocomplete ul li .mgantsproduct-sku {
  color: #000;
}
#mgantsfastorder-form .mgantsfastorder-autocomplete ul li .mgantsproduct-price {
  text-align: right;
}
#mgantsfastorder-form .mgantsfastorder-autocomplete ul li .mgantsproduct-sku .type:after {
  content: '#:';
}
#mgantsfastorder-form .mgantsfastorder-autocomplete ul li .mgantsproduct-info .mgantshighlight {
  color: #ff0000;
  font-weight: bold;
}
#mgantsfastorder-form table td.mgantsfastorder-row-name {
  padding: 10px 30px 10px 30px;
  text-align: center;
}
#mgantsfastorder-form table td.mgantsfastorder-row-name ul {
  list-style: none;
  padding-left: 0;
}
#mgantsfastorder-form table td.mgantsfastorder-row-name ul,
td.mgantsfastorder-row-name ul li {
  margin: 0;
}
#mgantsfastorder-form table td.mgantsfastorder-row-name ul span.price {
  color: #ff0000;
}
#mgantscontent-option-product {
  position: fixed;
  left: 50%;
  top: 30%;
  width: 380px;
  margin-left: -150px;
  margin-top: -100px;
  min-height: 100px;
  max-height: 420px;
  background-color: #ffffff;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 10px -5px #999999;
  overflow-y: auto !important;
  z-index: 9999;
  border: 1px solid #e6e6e6 !important;
}
#mgantscontent-option-product .product-name {
  font-weight: bold;
}
#mgantscontent-option-product .mgantsproduct-option {
  padding: 10px;
  border: 1px solid #cccccc;
}
#mgantscontent-option-product .price-box {
  margin: 7px 0;
}
#mgantscontent-option-product .price-box .price {
  color: #3399cc;
  font-size: 16px;
  font-weight: bold;
}
#mgantscontent-option-product img.image {
  max-width: 100%;
  width: 100px;
}
#mgantscontent-option-product .actions {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
#mgantscontent-option-product .actions button.primary {
  width: auto;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0 10px;
  font-size: 1.4rem;
}
#mgantsfastorder-form tr td.mgantshide-border,
#mgantsfastorder-form tr.mgantsrow-error td {
  border-top: 0;
}
#mgantsfastorder-form tr.mgantsrow-error {
  border: 1px solid #ff0000;
}
#mgantsfastorder-form .mgantsfastorder-lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: block;
  top: 0px;
  left: 0px;
  background-color: rgba(53, 53, 53, 0.639216);
}
#mgantsfastorder-form .mgantsfastorder-lightbox img {
  max-width: 85%;
  max-height: 85%;
  z-index: 1000;
  margin: 4% auto;
  display: block;
}
#mgantsfastorder-form .mgantsfile-upload {
  position: relative;
  overflow: hidden;
  margin: 10px;
  float: left;
}
#mgantsfastorder-form .mgantsfile-upload input.mgantsupload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
#mgantsfastorder-form .mgantssample-csv {
  float: left;
  padding: inherit;
}
.mgantsswatch-attribute-label,
#mgantsfastorder-form table td.mgantsfastorder-row-name ul span.label {
  font-weight: bold;
  position: relative;
}
.mgantsswatch-attribute-label.required {
  padding-right: 10px;
}
.mgantsswatch-attribute-label[data-required="1"]:before {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em;
}
.mgantsswatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.mgantsswatch-attribute-options {
  margin-top: 10px;
}
.mgantsswatch-option {
  display: inline-block;
  padding: 1px 2px;
  min-width: 30px;
  max-width: 90px;
  height: 20px;
  margin: 0 10px 5px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mgantsswatch-option.text {
  background: #F2F2F2;
  color: #7F7F7F;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 8px;
  min-width: 22px;
  margin-right: 7px;
}
.mgantsswatch-option.selected {
  outline: 2px solid #FF5100;
  border: 1px solid #fff;
  color: #333;
}
.mgantsswatch-option.text.selected {
  background-color: #FFF !important;
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.mgantsswatch-attribute.size .mgantsswatch-option,
.mgantsswatch-attribute.manufacturer .mgantsswatch-option {
  background: #f0f0f0;
  color: #949494;
}
.mgantsswatch-attribute.size .mgantsswatch-option.selected,
.mgantsswatch-attribute.manufacturer .mgantsswatch-option.selected {
  color: black;
  background: #fff;
  border: 1px solid #fff;
}
.mgantsswatch-option:not(.disabled):hover {
  outline: 1px solid #999;
  border: 1px solid #fff;
  color: #333;
}
.mgantsswatch-option.image:not(.disabled):hover,
.mgantsswatch-option.color:not(.disabled):hover {
  outline: 2px solid #FF5216;
  border: 1px solid #fff;
}
.mgantsswatch-option.disabled {
  cursor: default;
}
.mgantsswatch-option.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
.mgantsswatch-option-tooltip {
  max-width: 140px;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  padding: 5px;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  text-align: center;
}
.mgantsswatch-option-tooltip .corner,
.mgantsswatch-option-tooltip-layered .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 8px;
}
.mgantsswatch-option-tooltip .corner:after,
.mgantsswatch-option-tooltip-layered .corner:after {
  content: '';
  position: relative;
  top: 1px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  font-size: 1px;
}
.mgantsswatch-option-tooltip .corner:before,
.mgantsswatch-option-tooltip-layered .corner:before {
  content: '';
  position: relative;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #adadad transparent transparent transparent;
  font-size: 1px;
}
.mgantsswatch-option-tooltip .image,
.mgantsswatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto;
}
.mgantsswatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden;
}
.mgantsswatch-opt {
  margin: 20px 0;
}
.mgantsswatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1;
}
/* Layered Features */
.mgantsswatch-option-link-layered {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.mgantsswatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px;
}
.mgantsswatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.mgantsswatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.mgantsswatch-option-link-layered:hover > .mgantsswatch-option-tooltip-layered {
  display: block;
}
.mgantsswatch-attribute-options .mgantsswatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px;
}
.mgantsswatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px;
}
.mgantsswatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0;
}
@media (min-width: 768px) {
  table:not(.totals).table tbody tr:nth-child(odd).mgantsfastorder-row {
    background: none;
  }
}
@media only screen and (min-width: 768px) {
  #mgantscontent-option-product {
    left: 45%;
  }
}
@media only screen and (max-width: 480px) {
  #mgantscontent-option-product {
    max-width: 278px;
  }
  #mgantsfastorder-form table tr {
    border: 1px solid #C2C2C2;
    margin-top: 10px;
  }
  #mgantsfastorder-form table td.mgantsfastorder-row-image {
    width: 150px;
  }
  #mgantsfastorder-form .mgantsfastorder-row-image img {
    max-width: 150px;
  }
  #mgantsfastorder-form table td {
    text-align: left;
  }
  #mgantsfastorder-form table td.mgantsfastorder-row-name {
    padding-left: 10px;
  }
  #mgantsfastorder-form .mgantsfastorder-row-qty .qty {
    width: 54px;
  }
}
@media (max-width: 480px) and (orientation: landscape) {
  #mgantscontent-option-product {
    overflow-y: auto !important;
    max-height: 300px;
  }
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  color: #777777;
}
.owl-nav .owl-prev:before,
.owl-nav .owl-next:before {
  border: none;
}
.owl-nav .owl-prev:hover:before,
.owl-nav .owl-next:hover:before {
  color: #3a8539;
}
.select2-container {
  min-width: 70px;
}
.select2-container.select2-container--open .select2-selection--single {
  background: #f4f4f4;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.select2-dropdown {
  background-color: #f4f4f4;
  border: 1px solid #e9e9e9;
}
.select2-container--open .select2-dropdown--below {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.select2-close-mask {
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  transition: 0.3s ease;
}
.select2-container--default .select2-selection--single:hover {
  background: #f4f4f4;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
}
.select2-container--default .select2-selection--multiple {
  background-color: #ffffff;
  border: 1px solid #aaa;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000000 1px;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #3a8539;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #3a8539;
}
.page-main > .page.messages .messages .message:not(.notice):not(.info) > div:after {
  color: #2b2b2b;
}
.page-main > .page.messages .messages .message.message-success:not(.notice):not(.info) > div:after {
  color: #3bb141;
}
.message {
  padding: 10px;
}
.message-info,
.message.info,
.message-notice,
.message.notice {
  color: #0088d2;
  border: none;
}
.message-warning {
  color: #8a6d3b;
}
.message-error {
  color: #dc150d;
}
.message-success {
  color: #ffffff;
  background-color: #2a612a;
}
.message-success a {
  color: #3bb141;
}
/*
* @subsection   Typography
*/
h1,
.heading-1 {
  font-size: 2.85rem;
}
h2,
.heading-2 {
  font-size: 2rem;
}
h3,
.heading-3 {
  font-size: 1.6rem;
}
h4,
.heading-4 {
  font-size: 1rem;
  font-weight: 600;
}
h5,
.heading-5 {
  font-size: .83rem;
}
h6,
.heading-6 {
  font-size: .67rem;
}
h1,
h2,
h3,
h4,
h5,
h6 .heading-#1,
.heading-#2,
.heading-#3,
.heading-#4,
.heading-#5,
.heading-#6 {
  color: #2b2b2b;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em;
}
.page-title,
.section-title {
  text-align: center;
  color: #2b2b2b;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -1.21px;
}
.text-center {
  text-align: center;
}
a {
  color: #3a8539;
  transition: 0.3s ease;
}
a:hover {
  color: #68be66;
}
a.underline {
  text-decoration: underline;
}
p {
  margin-bottom: 1rem;
}
p a,
.list a,
.contact-info a {
  color: #1e1e1e;
}
p a:hover,
.list a:hover,
.contact-info a:hover {
  color: #68be66;
}
mark {
  color: #ffffff;
  background: #1e1e1e;
}
em {
  color: #1e1e1e;
}
small {
  font-size: .8em;
}
pre {
  white-space: normal;
}
dl dt {
  font-weight: 700;
}
dl dd {
  font-style: italic;
  padding-left: 2rem;
}
.box-title {
  margin-top: 8px;
  margin-bottom: 8px;
}
.cms-page-view .cms-content ol,
.cms-wysiwyg-content ol,
.product.attribute.description .value ol,
.cms-page-view .cms-content ul,
.cms-wysiwyg-content ul,
.product.attribute.description .value ul {
  display: block;
  padding: 0 0 0 40px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cms-page-view .cms-content ol,
.cms-wysiwyg-content ol,
.product.attribute.description .value ol {
  list-style-type: decimal;
}
.cms-page-view .cms-content ol li,
.cms-wysiwyg-content ol li,
.product.attribute.description .value ol li {
  list-style: decimal;
}
.cms-page-view .cms-content ul,
.cms-wysiwyg-content ul,
.product.attribute.description .value ul {
  list-style-type: disc;
}
.cms-page-view .cms-content ul li,
.cms-wysiwyg-content ul li,
.product.attribute.description .value ul li {
  list-style: disc;
}
.cms-page-view .cms-content strong,
.cms-wysiwyg-content strong,
.product.attribute.description .value strong,
.cms-page-view .cms-content b,
.cms-wysiwyg-content b,
.product.attribute.description .value b {
  font-weight: 700;
}
.cms-page-view .cms-content em,
.cms-wysiwyg-content em,
.product.attribute.description .value em,
.cms-page-view .cms-content i,
.cms-wysiwyg-content i,
.product.attribute.description .value i {
  font-style: italic;
}
.cms-page-view .cms-content a,
.cms-wysiwyg-content a,
.product.attribute.description .value a {
  color: #3a8539;
  text-decoration: underline;
}
.cms-page-view .cms-content a:hover,
.cms-wysiwyg-content a:hover,
.product.attribute.description .value a:hover {
  color: #68be66;
}
a.toggle {
  font-size: 3rem;
  color: #999999;
}
a.toggle span {
  color: #1e1e1e;
  font-size: 1rem;
  padding-left: 0.5rem;
  font-family: 'proxima-nova', sans-serif;
}
a.toggle .toggle-on,
a.toggle .toggle-off {
  align-items: center;
}
a.toggle .toggle-on {
  display: none;
}
a.toggle .toggle-off {
  display: flex;
}
a.toggle.active {
  color: #3a8539;
}
a.toggle.active .toggle-on {
  display: flex;
}
a.toggle.active .toggle-off {
  display: none;
}
.pccform .form-group {
  margin-bottom: 2rem;
}
.pccform .radio-inline {
  display: inline-block;
  margin-top: 1rem;
  margin-right: 1rem;
}
.pccform .radio-inline:last-of-type {
  margin-right: 0;
}
.pccform .btn {
  background-color: #3a8539;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-align: center;
  padding: 14px 33px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
}
.pccform .btn:hover {
  background: #1e1e1e;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .pccform .btn {
    padding: 14px 33px;
  }
}
.product-status-message strong {
  color: #dc150d;
  font-weight: bold;
}
@font-face {
  font-family: 'gallagher-icons';
  src: url('../fonts/gallagher-icons/gallagher-icons.eot?uhm1be');
  src: url('../fonts/gallagher-icons/gallagher-icons.eot?uhm1be#iefix') format('embedded-opentype'), url('../fonts/gallagher-icons/gallagher-icons.ttf?uhm1be') format('truetype'), url('../fontsgallagher-icons//gallagher-icons.woff?uhm1be') format('woff'), url('../fonts/gallagher-icons/gallagher-icons.svg?uhm1be#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.gt-icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gallagher-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
.gt-icons.lg {
  font-size: 1.33333333em;
  vertical-align: -16%;
}
.gt-icons.x2 {
  font-size: 2em;
}
.gt-icons.x3 {
  font-size: 3em;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.gt-icons.square,
.gt-icons.circle {
  padding: calc(0.33333333em);
  vertical-align: -16%;
  background-color: #eee;
}
.gt-icons.circle {
  border-radius: 50%;
}
/*------------------------
  spinning icons
-------------------------*/
.gt-icons.spin {
  -webkit-animation: gt-icons-spin 2s infinite linear;
  -moz-animation: gt-icons-spin 2s infinite linear;
  animation: gt-icons-spin 2s infinite linear;
}
@-webkit-keyframes gt-icons-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes gt-icons-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes gt-icons-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.gt-icons.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gt-icons.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gt-icons.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.gt-icons.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.gt-icons.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/*------------------------
	font icons
-------------------------*/
.gt-icons.icon-cart:before {
  content: "\e900";
}
.gt-icons.icon-group:before {
  content: "\e901";
}
.gt-icons.icon-hamburger:before {
  content: "\e902";
}
.gt-icons.icon-heart:before {
  content: "\e903";
}
.gt-icons.icon-person:before {
  content: "\e904";
}
.gt-icons.icon-search:before {
  content: "\e905";
}
.gt-icons.icon-x:before {
  content: "\e906";
}
.rd-navbar {
  background: #1e1e1e;
}
.sm-header_customer-menu {
  display: none;
}
.page-header__content {
  padding: 0;
}
@media (max-width: calc(992px - 1px)) {
  .logo {
    position: fixed;
    z-index: 17;
  }
  .logo img {
    position: fixed;
    width: calc(100% - 170px);
    top: 8px;
    left: 50px;
    max-width: 195px;
    max-height: 45px;
  }
  .sm-header_customer-menu-toggle {
    right: 50px;
    width: 35px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gallagher-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 60px;
  }
  .sm-header_customer-menu-toggle > span {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
  }
  .sm-header_customer-menu-toggle > span:before,
  .sm-header_customer-menu-toggle > span:after {
    transition: 0.3s ease;
  }
  .sm-header_customer-menu-toggle > span:before,
  .sm-header_customer-menu-toggle > span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sm-header_customer-menu-toggle > span:before {
    content: '\e904';
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .sm-header_customer-menu-toggle > span:after {
    content: '\e906';
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .sm-header_customer-menu-toggle.active > span:before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0);
  }
  .sm-header_customer-menu-toggle.active > span:after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .sm-header_customer-menu-toggle > span {
    width: 35px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .sm-header_customer-menu-toggle > span > span {
    display: none;
  }
  .sm-header_customer-menu-wrap.ui-dialog {
    top: 60px;
  }
  .sm-header_customer-menu-wrap.ui-dialog.active {
    box-shadow: 0 3px 27px rgba(0, 0, 0, 0.24);
  }
  .sm-header_customer-menu-wrap.ui-dialog .links a {
    color: #1e1e1e;
    border-bottom: none;
    font-size: 16px;
    font-weight: 500;
  }
  .sm-header_customer-menu-wrap.ui-dialog .links a:hover {
    color: #3a8539;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher {
    border-bottom: 1px solid #e9e9e9;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .switcher-trigger {
    color: #777777;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .switcher-trigger:hover {
    color: #3a8539;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .mage-dropdown-dialog a {
    color: #777777;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .mage-dropdown-dialog a:hover {
    color: #3a8539;
  }
  .sm-header_customer-menu.ui-dialog-content {
    background: #ffffff;
    box-shadow: 0 3px 27px rgba(0, 0, 0, 0.24);
    transition: 0.3s ease;
  }
  .sm-header_customer-menu-link {
    display: block;
    position: fixed;
    top: 0;
    right: 50px;
    width: 35px;
    z-index: 20;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gallagher-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 60px;
  }
  .sm-header_customer-menu-link > span {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
  }
  .sm-header_customer-menu-link > span:before,
  .sm-header_customer-menu-link > span:after {
    transition: 0.3s ease;
  }
  .sm-header_customer-menu-link > span:before,
  .sm-header_customer-menu-link > span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sm-header_customer-menu-link > span:before {
    content: '\e904';
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .sm-header_customer-menu-link > span:after {
    content: '\e906';
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .sm-header_customer-menu-link.active > span:before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0);
  }
  .sm-header_customer-menu-link.active > span:after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .sm-header_customer-menu-link > span {
    width: 35px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .sm-header_customer-menu-link > span > span {
    display: none;
  }
  .sm-header-nav-toggle {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gallagher-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sm-header-nav-toggle > span {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
  }
  .sm-header-nav-toggle > span:before,
  .sm-header-nav-toggle > span:after {
    transition: 0.3s ease;
  }
  .sm-header-nav-toggle > span:before,
  .sm-header-nav-toggle > span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sm-header-nav-toggle > span:before {
    content: '\e902';
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .sm-header-nav-toggle > span:after {
    content: '\e906';
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .sm-header-nav-toggle.active > span:before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0);
  }
  .sm-header-nav-toggle.active > span:after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .sm-header-menu-wrap {
    top: 60px;
  }
  nav.navigation {
    color: #ffffff;
    background: #1e1e1e;
    box-shadow: 0 3px 27px rgba(0, 0, 0, 0.24);
    transition: 0.3s ease;
  }
  nav.navigation > .ui-menu {
    font-weight: 400;
  }
  nav.navigation > .ui-menu .ui-menu-item > a {
    color: #ffffff;
    border-bottom: none;
    font-weight: 500;
  }
  nav.navigation > .ui-menu .ui-menu-item > a.ui-state-focus,
  nav.navigation > .ui-menu .ui-menu-item > a.ui-state-active {
    background: #2b2b2b;
    color: #3a8539;
  }
  nav.navigation > .ui-menu .ui-menu-item.level-top > a,
  nav.navigation > .ui-menu .ui-menu-item.level1 > a,
  nav.navigation > .ui-menu .ui-menu-item.level2 > a {
    padding-left: 17px;
  }
  nav.navigation > .ui-menu .ui-menu-item.level-top > a.ui-state-focus,
  nav.navigation > .ui-menu .ui-menu-item.level1 > a.ui-state-focus,
  nav.navigation > .ui-menu .ui-menu-item.level2 > a.ui-state-focus {
    background: #2b2b2b;
  }
  nav.navigation > .ui-menu .ui-menu-item.level2 > a {
    font-weight: 400;
  }
  nav.navigation > .ui-menu .ui-menu-item.level2 > a span {
    padding-left: 17px;
  }
  nav.navigation > .ui-menu .ui-menu.level-top.parent:after {
    display: none;
  }
  nav.navigation > .ui-menu .ui-menu.level-top.parent > a:after {
    position: absolute;
    top: 14px;
    right: 17px;
    content: '\2303';
    display: inline-block;
    font-family: 'proxima-nova', sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: rotate(180deg);
    color: #ffffff;
    font-size: 24px;
    z-index: 10;
  }
  nav.navigation > .ui-menu .ui-menu.level-top.parent > a.ui-state-focus:after {
    color: #3a8539;
  }
  nav.navigation > .ui-menu .ui-menu.level-top.parent > a.ui-state-active:after {
    top: 22px;
    transform: none;
    color: #3a8539;
  }
  nav.navigation > .ui-menu .ui-menu {
    background: #373737;
  }
  nav.navigation > .ui-menu .ui-menu > li.ui-menu-item:not(.all-category) {
    margin-left: 2em;
  }
  .sm-header-panel-canvas {
    background: #1e1e1e;
    box-shadow: 0 3px 27px rgba(0, 0, 0, 0.24);
    height: 60px;
  }
}
@media (min-width: 992px) {
  .logo {
    min-height: 85px;
    display: flex;
    align-items: center;
  }
  .logo img {
    width: 195px;
  }
  header.page-header .container {
    max-width: 100%;
  }
  .header-content .sm-header_customer-menu-container {
    margin-left: auto;
  }
}
@media (min-width: 480px) {
  .sm-header_customer-menu-toggle,
  .sm-header_customer-menu-link {
    width: 50px;
  }
  .sm-header_customer-menu-toggle > span,
  .sm-header_customer-menu-link > span {
    width: 50px;
    font-size: 20px;
  }
  .sm-header_customer-menu-toggle > span > span,
  .sm-header_customer-menu-link > span > span {
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .logo img {
    width: auto;
    max-width: 283px;
  }
}
.category-grid.columns-2 > li {
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.category-grid.columns-3 > li {
  -moz-flex-basis: 33.333%;
  -ms-flex-basis: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.catalog-image-grid-title {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  margin-bottom: 15px;
}
table:not(.totals).table thead th {
  font-weight: 400;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 768px) {
  table:not(.totals).table tbody tr:nth-child(odd) {
    background: #ebeaea;
  }
  table:not(.totals).table tbody tr:nth-child(odd):first-child:last-child {
    background: transparent;
  }
}
@media (max-width: calc(768px - 1px)) {
  table:not(.totals).table:not(#product-comparison) td:before {
    border-bottom: 1px solid #dddddd;
  }
  table:not(.totals).table:not(#product-comparison) td:first-child {
    background: #ebeaea;
  }
}
table:not(.totals).table-bordered {
  border-top: 2px solid #3a8539;
  border-left: 1px solid #dddddd;
}
table:not(.totals).table-bordered th,
table:not(.totals).table-bordered td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
table:not(.totals).data-table th,
table:not(.totals).data-table th {
  background: #ebeaea;
  color: #000000;
}
nav.navigation li > a {
  text-transform: uppercase;
}
nav.navigation .ui-menu-item.my-account-mobile-menu a,
nav.navigation .ui-menu-item.my-account-mobile-menu a.ui-state-focus {
  background: #3a8539;
  border: 0;
  color: #fff;
}
@media (min-width: 992px) {
  nav.navigation {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    background-color: #1e1e1e;
  }
  nav.navigation.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  nav.navigation.sticky + div {
    padding-top: 100px;
  }
  nav.navigation > .ui-menu {
    margin-left: 10px;
    padding: 0;
  }
  nav.navigation li.level-top + .first {
    margin-left: 0;
  }
  nav.navigation li.level-top > a {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
  }
  nav.navigation li.level-top .ui-state-active,
  nav.navigation li.level-top .ui-state-focus {
    color: #3a8539;
  }
  nav.navigation li.level-top.has-active > a,
  nav.navigation li.level-top > .ui-state-active,
  nav.navigation li.level-top > .ui-state-focus {
    color: #3a8539;
  }
  nav.navigation li.level-top > ul:not(.megamenu-wrapper) li,
  nav.navigation li.level-top > ul:not(.megamenu-wrapper) ul li {
    padding: 0 10px 5px 20px;
  }
  nav.navigation li.level-top > ul:not(.megamenu-wrapper) li > a,
  nav.navigation li.level-top > ul:not(.megamenu-wrapper) ul li > a {
    color: #1e1e1e;
    font-size: 16px;
    text-transform: uppercase;
  }
  nav.navigation li.level-top > ul:not(.megamenu-wrapper) li > a:hover,
  nav.navigation li.level-top > ul:not(.megamenu-wrapper) ul li > a:hover {
    color: #3a8539;
  }
  nav.navigation li.level-top > ul:not(.megamenu-wrapper) ul {
    top: -15px !important;
  }
  nav.navigation li.career-tab {
    max-width: 250px;
    width: 100%;
    text-align: center;
  }
  nav.navigation li.career-tab > a {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    padding: 9px 10px;
    text-transform: uppercase;
  }
  nav.navigation li.career-tab > a:hover {
    color: #3a8539;
  }
  nav.navigation .my-account-mobile-menu {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1553px) {
  nav.navigation > .ui-menu {
    padding-right: 20px;
    width: 1553px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  nav.navigation li.career-tab {
    max-width: 400px;
  }
}
.minicart-wrapper .action.showcart {
  background-color: #3a8539;
}
.minicart-wrapper .action.showcart .text {
  width: 50px;
  padding-right: 0;
}
.minicart-wrapper .action.showcart .text:before,
.minicart-wrapper .action.showcart .text:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gallagher-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: normal;
  top: -5px;
  left: 15px;
}
.minicart-wrapper .action.showcart .text:before {
  content: '\e900';
}
.minicart-wrapper .action.showcart .text:after {
  content: '\e906';
}
.minicart-wrapper .action.showcart .qty {
  color: #ffffff;
  background-color: transparent;
  left: 10px;
  font-size: 20px;
  margin-top: 0;
}
.header-content .minicart-items-wrapper {
  max-height: 50vh;
  margin-bottom: 20px;
}
.block-minicart {
  color: #1e1e1e;
  background: #ffffff;
  box-shadow: 0 3px 27px rgba(0, 0, 0, 0.24);
  transition: 0.3s ease;
}
.block-minicart ::-webkit-scrollbar-thumb {
  background: rgba(65, 65, 65, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(65, 65, 65, 0.5);
}
.block-minicart ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(65, 65, 65, 0.3);
}
.block-minicart .block-content > .subtitle {
  color: #414141;
  font-weight: 600;
}
.block-minicart .block-content > .subtitle.empty {
  color: #2b2b2b;
}
.block-minicart .action.close {
  color: #1e1e1e;
}
.block-minicart .action.close:hover {
  color: #3a8539;
}
.block-minicart .block-content .items-total {
  color: #1e1e1e;
}
.block-minicart .block-content .items-total .count,
.block-minicart .block-content .items-total span:nth-child(2) {
  font-size: 15px;
  color: #3a8539;
  font-weight: 400;
}
.block-minicart .block-content > .subtotal .label,
.block-minicart .block-content > .subtotal .amount {
  font-weight: 500;
  color: #2b2b2b;
  font-size: 20px;
  letter-spacing: 0;
}
.block-minicart .block-content > .actions .viewcart {
  background-color: #3a8539;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  width: 100%;
  text-align: center;
  padding: 14px 33px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
}
.block-minicart .block-content > .actions .viewcart:hover {
  background: #1e1e1e;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .block-minicart .block-content > .actions .viewcart {
    padding: 14px 33px;
  }
}
.block-minicart .block-content > .actions .primary {
  display: none;
}
.block-minicart .minicart-items > li > .product {
  border-bottom: 1px solid #e9e9e9;
}
.block-minicart .minicart-items > li > .product .product-item-name a {
  color: #2b2b2b;
  font-size: 16px;
  letter-spacing: 0;
}
.block-minicart .minicart-items > li > .product .product-item-name a:hover {
  color: #3a8539;
}
.block-minicart .minicart-items .product-item-description {
  font-size: 15px;
  color: #414141;
  letter-spacing: 0;
  font-weight: 700;
}
.block-minicart .minicart-items .product-item-number {
  font-size: 13px;
  color: #414141;
  letter-spacing: 0;
  font-weight: 500;
}
.block-minicart .minicart-items .product-item-number a {
  font-weight: 300;
}
.block-minicart .minicart-items .product-item-price .minicart-price {
  color: #3a8539;
}
.block-minicart .minicart-items .product-item-price .price {
  font-size: 18px;
  color: #2b2b2b;
  letter-spacing: 0;
  font-weight: 500;
}
.block-minicart .minicart-items .details-qty .cart-item-qty {
  background: #ffffff;
  border: 1px solid #e9e9e9;
}
.block-minicart .minicart-items .details-qty .update-cart-item {
  color: #3a8539;
}
.block-minicart .minicart-items .details-qty .update-cart-item:hover {
  color: #2b2b2b;
}
.block-minicart .minicart-items .product.options[role="tablist"] .toggle {
  color: #3a8539;
}
.block-minicart .minicart-items .product.options[role="tablist"] .toggle:before {
  color: #1e1e1e;
}
.block-minicart .minicart-items .product.options[role="tablist"] .content {
  background: #ffffff;
  border: 1px solid #e9e9e9;
}
.block-minicart .minicart-items .product.actions {
  text-align: right;
}
.block-minicart .minicart-items .product.actions a {
  color: #ffb702;
}
.block-minicart .minicart-items .product.actions a:hover {
  color: #1e1e1e;
}
.block-minicart .minicart-items .product.actions .primary {
  display: none;
}
@media (min-width: 992px) {
  .minicart-wrapper {
    order: 4;
    margin: 0 -20px 0 20px;
  }
  .minicart-wrapper .action.showcart {
    width: 100px;
    height: 85px;
    display: flex;
    flex-wrap: wrap;
  }
  .minicart-wrapper .action.showcart.active,
  .minicart-wrapper .action.showcart:hover {
    background: #68be66;
  }
  .minicart-wrapper .action.showcart.active .text,
  .minicart-wrapper .action.showcart:hover .text {
    background: transparent;
  }
  .minicart-wrapper .action.showcart .text {
    background: transparent;
    width: 40px;
  }
  .minicart-wrapper .action.showcart .text:before,
  .minicart-wrapper .action.showcart .text:after {
    font-size: 20px;
    top: 25%;
    left: 0;
  }
  .minicart-wrapper .action.showcart .text:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gallagher-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e900';
  }
  .minicart-wrapper .action.showcart .qty {
    border: none;
    width: 85px;
    left: 0;
    order: 1;
    margin-top: -30px;
  }
  .minicart-wrapper .action.showcart .qty .counter-number {
    font-size: 30px;
    font-weight: 300;
  }
  .minicart-wrapper .action.showcart .showcart-label {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
  }
}
@media (max-width: calc(992px - 1px)) {
  div:not(.opc-estimated-wrapper) .action.showcart {
    width: 50px;
    height: 60px;
  }
}
.field .control {
  font-size: 15px;
}
.field .control input {
  color: #666666;
  background: #ffffff;
}
.field .control select {
  height: 50px;
}
.field.required > .label:not(.admin__field-label):after,
.field._required > .label:not(.admin__field-label):after,
.fieldset > .field.required > .label:not(.admin__field-label):after,
.fieldset > .fields > .field.required > .label:not(.admin__field-label):after {
  color: #dc150d;
}
.input-text,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
  background: #ffffff;
  border: 1px solid #e9e9e9;
}
.input-text.mage-error,
input[type="text"].mage-error,
input[type="tel"].mage-error,
input[type="email"].mage-error,
input[type="password"].mage-error,
input[type="number"].mage-error,
select.mage-error,
textarea.mage-error {
  border-color: red;
}
p.required {
  color: #dc150d;
}
.field.choice {
  font-size: 15px;
}
.field.choice > input[type=checkbox] + .label:before,
.field.choice > input[type=radio] + .label:before {
  color: #3a8539;
}
.mage-error:not(input):not(textarea) {
  color: red;
}
@media (min-width: 768px) {
  .order-details-items table.table-order-items tbody:nth-child(odd) {
    background: #f4f4f4;
  }
}
@media (max-width: calc(768px - 1px)) {
  .order-details-items table.table-order-items td.name:before {
    background: #f4f4f4;
  }
}
.order-details-items table.table-order-items tfoot {
  border-top: 1px solid #e9e9e9;
}
@media (max-width: calc(768px - 1px)) {
  .order-details-items table.table-order-items tfoot {
    background: #f4f4f4;
  }
}
.block-order-details-view .block-content .box {
  border-top: solid 1px #e9e9e9;
  padding-top: 1rem;
}
#cart-sidebar-reorder .product-item-link {
  color: #2b2b2b;
}
#cart-sidebar-reorder .product-item-link:hover {
  color: #3a8539;
}
#cart-sidebar-reorder .control .label:before {
  color: #3a8539;
}
#search_mini_form {
  max-width: 300px;
  margin-top: 15px;
}
#search_mini_form .search-autocomplete ul li.search-item .amount {
  display: none;
}
@media (min-width: 992px) {
  .block-search {
    margin-left: 0;
    order: 3;
  }
  .block-search #search_mini_form .field {
    width: 220px !important;
  }
  .block-search #search_mini_form input {
    padding: 11px 10px;
  }
}
@media (max-width: calc(992px - 1px)) {
  .block-search form button[type="submit"] {
    color: #3a8539;
    line-height: 60px;
  }
  .block-search #search_mini_form {
    z-index: 929;
  }
  .block-search .field.search > .search-control_wrapper {
    height: 60px;
  }
  .block-search .field.search > .search-control_wrapper input {
    font-size: 16px;
  }
  .block-search .field.search.active + .actions button[type="submit"] {
    z-index: 930;
  }
  .block-search .search .label {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gallagher-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 35px;
    height: 60px;
    line-height: 60px;
    right: 85px;
  }
  .block-search .search .label > span {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
  }
  .block-search .search .label > span:before,
  .block-search .search .label > span:after {
    transition: 0.3s ease;
  }
  .block-search .search .label > span:before,
  .block-search .search .label > span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .block-search .search .label > span:before {
    content: '\e905';
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .block-search .search .label > span:after {
    content: '\e906';
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .block-search .search .label.active > span:before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0);
  }
  .block-search .search .label.active > span:after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .block-search .search .label > span {
    width: 35px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    visibility: hidden;
  }
  .block-search .search .label.active span {
    color: #777777;
  }
  .block-search .search .label.active:hover span {
    color: #3a8539;
  }
}
@media (min-width: 480px) {
  .block-search .search .label {
    width: 50px;
    right: 100px;
  }
  .block-search .search .label > span {
    width: 50px;
    font-size: 20px;
  }
  .block-search #search_mini_form button[type="submit"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gallagher-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
  }
}
/*
*   TM_AjaxCatalog
*/
@media (min-width: 992px) {
  #search_mini_form .search-autocomplete {
    left: 0 !important;
    top: 41px !important;
  }
}
#search_mini_form .search-autocomplete {
  background: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
#search_mini_form .search-autocomplete ul li.search-item {
  border-bottom: solid 1px #cccccc;
  padding: 10px;
  padding-right: calc(30px);
  cursor: pointer;
}
#search_mini_form .search-autocomplete ul li.search-item a {
  margin: -10px;
  padding: 10px;
}
#search_mini_form .search-autocomplete ul li.search-item a .qs-option-name {
  font-size: 12px;
}
#search_mini_form .search-autocomplete ul li.search-item a .price {
  color: #313131;
  font-size: 16px;
}
#search_mini_form .search-autocomplete ul li.search-item:hover {
  box-shadow: 0 0 15px 0 #3a8539 inset;
}
.catalog-category-view .category-description {
  text-align: center;
}
@media (min-width: 1200px) {
  .catalog-category-view .category-description {
    max-width: 60%;
    margin: 0 auto;
  }
}
.field.toolbar-sorter .sorter-action.sort-asc:before,
.field.toolbar-sorter .sorter-action.sort-desc:before {
  content: "\e937" !important;
}
.block.featured .block-content .products-grid .product-items.owl-carousel .owl-nav {
  top: -50px;
  right: 10px;
}
@media (min-width: 992px) {
  .block.featured .block-content .products-grid .product-items.owl-carousel .owl-nav {
    top: -70px;
  }
}
@media (min-width: 1400px) {
  .block.featured .block-content .products-grid .product-items.owl-carousel .owl-nav {
    top: -80px;
  }
}
.block.featured .block-content .products-grid .product-items.owl-carousel .owl-nav .owl-prev:hover:before,
.block.featured .block-content .products-grid .product-items.owl-carousel .owl-nav .owl-next:hover:before {
  color: #3a8539;
}
.column.main .products-list .product-item {
  margin-bottom: 2rem;
}
.column.main .products-list .product-item .product-shipping-message {
  flex-basis: 100%;
  order: 3;
}
.column.main .products-list .product-item .product-availability {
  order: 2;
}
.column.main .products-list .product-item-description {
  margin-bottom: 0;
}
.column.main .products-list .product-item-info {
  margin-bottom: 2rem;
}
.column.main .products-list .product-item-info .product-image-wrapper {
  padding-bottom: 100% !important;
}
.products-grid .product-item .product-availability,
.products-list .product-item .product-availability {
  font-size: 14px;
  text-transform: uppercase;
  flex-basis: 100%;
  border: 1px solid #efefef;
  padding: 5px;
}
.products-grid .product-item .product-availability .default-location,
.products-list .product-item .product-availability .default-location {
  color: #3a8539;
  font-size: 16px;
  font-weight: bold;
}
.products-grid .product-item .product-availability .inventory-source a.product-item-link,
.products-list .product-item .product-availability .inventory-source a.product-item-link {
  color: #3a8539;
  text-decoration: underline;
}
.products-grid .product-item .product-availability.loading,
.products-list .product-item .product-availability.loading {
  color: #bbb;
}
.products-grid .product-item .product-availability.loading:after,
.products-list .product-item .product-availability.loading:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
}
@keyframes dots {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #bbb;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #bbbbbb, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: .25em 0 0 #bbb,
                            .5em 0 0 #bbb;
  }
}
.products-grid .product-item .product-shipping-message,
.products-list .product-item .product-shipping-message {
  font-style: italic;
  margin-top: 10px;
  font-size: 14px;
  line-height: 120%;
  font-weight: bold;
  color: #3a8539;
}
.products-grid .product-item .price-box,
.products-list .product-item .price-box {
  color: #2b2b2b;
  letter-spacing: 0;
  font-weight: 400;
  /* 2 Classes are used here to avoid collision: .inactive is toggled by ajax-customer-price.js, and .hidden is toggled by pricing-display.js */
}
.products-grid .product-item .price-box .minimal-price-link,
.products-list .product-item .price-box .minimal-price-link {
  color: #3a8539;
  font-size: 14px;
  margin-top: 5px;
  text-align: left;
}
.products-grid .product-item .price-box .minimal-price-link .price-label,
.products-list .product-item .price-box .minimal-price-link .price-label {
  display: inline-block;
}
.products-grid .product-item .price-box .minimal-price-link:hover,
.products-list .product-item .price-box .minimal-price-link:hover {
  color: #68be66;
}
.products-grid .product-item .price-box.inactive .price-container,
.products-list .product-item .price-box.inactive .price-container,
.products-grid .product-item .price-box.hidden .price-container,
.products-list .product-item .price-box.hidden .price-container {
  display: none;
}
.products-grid .product-item .price-box.inactive .minimal-price-link,
.products-list .product-item .price-box.inactive .minimal-price-link,
.products-grid .product-item .price-box.hidden .minimal-price-link,
.products-list .product-item .price-box.hidden .minimal-price-link {
  display: none;
}
.products-grid .product-item .price-box.inactive,
.products-list .product-item .price-box.inactive {
  background: transparent url('../images/loader.svg') no-repeat center center;
  background-size: auto 10px;
  height: 20px;
  min-width: 37px;
}
.products-grid .product-item .price-box.inactive .loading-mask .loader,
.products-list .product-item .price-box.inactive .loading-mask .loader {
  background: #777777;
}
.products-grid .product-item .price-box.inactive .loading-mask .loader:before,
.products-list .product-item .price-box.inactive .loading-mask .loader:before {
  background: #3a8539;
}
.products-grid .product-item .price-box.inactive .loading-mask .loader:after,
.products-list .product-item .price-box.inactive .loading-mask .loader:after {
  background: #1e1e1e;
}
.products-grid .product-item .product-info-account-login,
.products-list .product-item .product-info-account-login {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  margin-top: 1rem;
}
.products-grid .product-item .product-info-account-login a,
.products-list .product-item .product-info-account-login a {
  color: #3a8539;
}
.products-grid .product-item .product-info-account-login a:hover,
.products-list .product-item .product-info-account-login a:hover {
  color: #68be66;
}
.products-grid .product-item .product-item-name,
.products-list .product-item .product-item-name {
  font-size: 16px;
  text-transform: none;
  color: #2b2b2b;
  letter-spacing: 0;
  white-space: normal;
  line-height: 22px;
}
.products-grid .product-item .product-item-name a,
.products-list .product-item .product-item-name a {
  color: #2b2b2b;
}
.products-grid .product-item .product-item-name a:hover,
.products-list .product-item .product-item-name a:hover {
  color: #3a8539;
}
.products-grid .product-item .product-item-number,
.products-list .product-item .product-item-number {
  font-size: 12px;
  color: #2b2b2b;
  text-transform: uppercase;
  font-weight: 500;
}
.products-grid .product-item .product-item-number .product-item-link,
.products-list .product-item .product-item-number .product-item-link {
  font-weight: 300;
  color: #3a8539;
}
.products-grid .product-item .product-item-number .product-item-link:hover,
.products-list .product-item .product-item-number .product-item-link:hover {
  color: #1e1e1e;
}
.products-grid .product-item .product-item-description p,
.products-list .product-item .product-item-description p {
  font-weight: 700;
  color: #2b2b2b;
  letter-spacing: 0;
}
.products-grid .product-item .product-item-actions,
.products-list .product-item .product-item-actions {
  margin-top: 1rem;
}
.products-grid .product-item .product-item-actions .actions-primary .action,
.products-list .product-item .product-item-actions .actions-primary .action {
  display: inline-block;
}
.products-grid .product-item .product-item-actions input.qty,
.products-list .product-item .product-item-actions input.qty {
  display: inline-block;
  width: 40px;
  line-height: 36px;
  padding: 2px;
  text-align: center;
}
.products-grid .product-item .product-item-actions .actions-secondary .action,
.products-list .product-item .product-item-actions .actions-secondary .action {
  color: #1e1e1e;
  background: #ebeaea;
}
.products-grid .product-item .product-item-actions .actions-secondary .action:hover,
.products-list .product-item .product-item-actions .actions-secondary .action:hover {
  color: #ffffff;
  background: #2b2b2b;
}
.products-grid .product-item .product-item-actions .actions-secondary .action.towishlist,
.products-list .product-item .product-item-actions .actions-secondary .action.towishlist,
.products-grid .product-item .product-item-actions .actions-secondary .action.tocompare,
.products-list .product-item .product-item-actions .actions-secondary .action.tocompare {
  color: #777777;
}
.products-grid .product-item .product-item-actions .actions-secondary .action.towishlist:hover,
.products-list .product-item .product-item-actions .actions-secondary .action.towishlist:hover,
.products-grid .product-item .product-item-actions .actions-secondary .action.tocompare:hover,
.products-list .product-item .product-item-actions .actions-secondary .action.tocompare:hover {
  color: #ffffff;
}
.products-grid .product-item .product-item-actions .actions-secondary .action.tocompare:before,
.products-list .product-item .product-item-actions .actions-secondary .action.tocompare:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gallagher-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e901';
}
.products-grid .product-item .product-image-container,
.products-list .product-item .product-image-container {
  max-width: 200px;
}
.products-grid .product-image-container {
  background: #f4f4f4;
  max-width: 200px;
}
.products-list .product-item .product-item-number {
  margin-bottom: 8px;
}
.products-list .product-item .price-box {
  margin-top: 1rem;
}
.products-list .product-item-details {
  margin-bottom: 0;
}
.products-list .list-product-main-info {
  flex-basis: 45%;
  order: 1;
  padding-right: 10px;
}
.products-list .list-product-availability {
  flex-basis: 35%;
  order: 2;
}
.products-list .list-product-price {
  flex-basis: 20%;
  order: 3;
}
.catalog-product-view .product.media .fotorama__arr:before,
.modal-popup.quick-view .product.media .fotorama__arr:before {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  color: #b4b4b4;
}
.catalog-product-view .product.media .fotorama__arr:hover:before,
.modal-popup.quick-view .product.media .fotorama__arr:hover:before {
  background: #ebeaea;
  border-color: #ebeaea;
  color: #3a8539;
}
.catalog-product-view .product-info-stock-sku .available,
.modal-popup.quick-view .product-info-stock-sku .available {
  color: #3bb141;
}
.catalog-product-view .product-info-stock-sku .unavailable,
.modal-popup.quick-view .product-info-stock-sku .unavailable {
  color: #dc150d;
}
.catalog-product-view .product-reviews-summary .rating-summary,
.modal-popup.quick-view .product-reviews-summary .rating-summary,
.catalog-product-view .product-reviews-summary .reviews-actions .view,
.modal-popup.quick-view .product-reviews-summary .reviews-actions .view {
  border-right: 1px solid #e9e9e9;
}
.catalog-product-view .review-add .review-fieldset .label,
.modal-popup.quick-view .review-add .review-fieldset .label {
  color: #777777;
}
.catalog-product-view .product-brand,
.modal-popup.quick-view .product-brand {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.catalog-product-view .product-brand-name a,
.modal-popup.quick-view .product-brand-name a {
  color: #777777;
}
.catalog-product-view .product-brand-name a:hover,
.modal-popup.quick-view .product-brand-name a:hover {
  color: #3a8539;
}
.catalog-product-view .swatch-attribute .swatch-attribute-label,
.modal-popup.quick-view .swatch-attribute .swatch-attribute-label {
  color: #777777;
}
.catalog-product-view .product-options-wrapper .fieldset > .field > .label,
.modal-popup.quick-view .product-options-wrapper .fieldset > .field > .label,
.catalog-product-view .product-options-wrapper .fieldset-bundle-options__wrapper > .field > .label,
.modal-popup.quick-view .product-options-wrapper .fieldset-bundle-options__wrapper > .field > .label,
.catalog-product-view .product-options-wrapper .field.qty > .label,
.modal-popup.quick-view .product-options-wrapper .field.qty > .label {
  color: #777777;
}
.catalog-product-view .product-options-wrapper .price-notice,
.modal-popup.quick-view .product-options-wrapper .price-notice {
  color: #777777;
}
.catalog-product-view .product-options-wrapper .date .required legend,
.modal-popup.quick-view .product-options-wrapper .date .required legend {
  color: #777777;
}
.catalog-product-view .product-options-wrapper .date .required legend span:after,
.modal-popup.quick-view .product-options-wrapper .date .required legend span:after {
  color: #dc150d;
}
.catalog-product-view .product-social-links .action,
.modal-popup.quick-view .product-social-links .action {
  background: #ebeaea;
  color: #1e1e1e;
}
.catalog-product-view .product-social-links .action:hover,
.modal-popup.quick-view .product-social-links .action:hover {
  color: #ffffff;
  background: #414141;
}
.catalog-product-view .product-social-links .product-addto-links .action,
.modal-popup.quick-view .product-social-links .product-addto-links .action {
  color: #1e1e1e;
  background: #ebeaea;
}
.catalog-product-view .product-social-links .product-addto-links .action:hover,
.modal-popup.quick-view .product-social-links .product-addto-links .action:hover {
  color: #ffffff;
  background: #2b2b2b;
}
.catalog-product-view .product-social-links .product-addto-links .action.towishlist,
.modal-popup.quick-view .product-social-links .product-addto-links .action.towishlist,
.catalog-product-view .product-social-links .product-addto-links .action.tocompare,
.modal-popup.quick-view .product-social-links .product-addto-links .action.tocompare {
  color: #777777;
}
.catalog-product-view .product-social-links .product-addto-links .action.towishlist:hover,
.modal-popup.quick-view .product-social-links .product-addto-links .action.towishlist:hover,
.catalog-product-view .product-social-links .product-addto-links .action.tocompare:hover,
.modal-popup.quick-view .product-social-links .product-addto-links .action.tocompare:hover {
  color: #ffffff;
}
.catalog-product-view .product-social-links .product-addto-links .action.tocompare:before,
.modal-popup.quick-view .product-social-links .product-addto-links .action.tocompare:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gallagher-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e901';
}
.catalog-product-view .product-social-links .product-addto-links .action.mailto,
.modal-popup.quick-view .product-social-links .product-addto-links .action.mailto {
  color: #777777;
}
.catalog-product-view .product.info,
.modal-popup.quick-view .product.info {
  background: #ffffff;
}
.catalog-product-view .product.info .content[role="tabpanel"],
.modal-popup.quick-view .product.info .content[role="tabpanel"] {
  background: #ffffff;
}
@media (min-width: 768px) {
  .catalog-product-view .data.items:after,
  .modal-popup.quick-view .data.items:after {
    background: #e9e9e9;
  }
}
.catalog-product-view .data.items .title,
.modal-popup.quick-view .data.items .title {
  border-color: #e9e9e9;
}
@media (min-width: 768px) {
  .catalog-product-view .data.items .title a,
  .modal-popup.quick-view .data.items .title a {
    color: #777777;
  }
  .catalog-product-view .data.items .title a:hover,
  .modal-popup.quick-view .data.items .title a:hover {
    color: #3a8539;
  }
}
.catalog-product-view .data.items .title.active a,
.modal-popup.quick-view .data.items .title.active a {
  color: #3a8539;
}
.catalog-product-view .data.items .title:before,
.modal-popup.quick-view .data.items .title:before {
  border-color: #e9e9e9;
}
.catalog-product-view .data.items .title[aria-expanded="false"]:before,
.modal-popup.quick-view .data.items .title[aria-expanded="false"]:before {
  content: '\e926';
}
.catalog-product-view .data.items #product-review-container .review-item,
.modal-popup.quick-view .data.items #product-review-container .review-item {
  border: 1px solid #e9e9e9;
}
.products-list .product-item .additional-attributes .attributes-caption {
  display: none;
}
.catalog-product-view .data.items .additional-attributes .attributes-caption,
.products-list .product-item .additional-attributes .attributes-caption {
  color: #3a8539;
}
.catalog-product-view .data.items .additional-attributes .attributes-table,
.products-list .product-item .additional-attributes .attributes-table {
  border: 1px solid #e9e9e9;
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .data.items .additional-attributes .attributes-row,
.products-list .product-item .additional-attributes .attributes-row {
  flex-basis: 100%;
}
.catalog-product-view .data.items .additional-attributes .attributes-row:nth-child(even),
.products-list .product-item .additional-attributes .attributes-row:nth-child(even) {
  background: transparent;
}
.catalog-product-view .data.items .additional-attributes .attributes-row:nth-child(odd),
.products-list .product-item .additional-attributes .attributes-row:nth-child(odd) {
  background: #ebeaea;
}
.catalog-product-view .data.items .additional-attributes .attributes-label,
.products-list .product-item .additional-attributes .attributes-label {
  border-right: 1px solid #e9e9e9;
  color: #777777;
}
.catalog-product-view .data.items .additional-attributes .filler-row,
.products-list .product-item .additional-attributes .filler-row {
  display: none;
}
@media (min-width: 768px) {
  .catalog-product-view .data.items .additional-attributes .attributes-row,
  .products-list .product-item .additional-attributes .attributes-row {
    flex-wrap: wrap;
    flex-basis: 50%;
    border-bottom: 1px solid #e9e9e9;
  }
  .catalog-product-view .data.items .additional-attributes .attributes-row:nth-child(odd),
  .products-list .product-item .additional-attributes .attributes-row:nth-child(odd) {
    background: transparent;
  }
  .catalog-product-view .data.items .additional-attributes .attributes-row:nth-child(even) .attributes-label,
  .products-list .product-item .additional-attributes .attributes-row:nth-child(even) .attributes-label {
    border-left: 1px solid #e9e9e9;
  }
  .catalog-product-view .data.items .additional-attributes .attributes-label,
  .products-list .product-item .additional-attributes .attributes-label {
    background: #ebeaea;
  }
  .catalog-product-view .data.items .additional-attributes .filler-row,
  .products-list .product-item .additional-attributes .filler-row {
    display: flex;
  }
  .catalog-product-view .data.items .additional-attributes .filler-row .attributes-label,
  .products-list .product-item .additional-attributes .filler-row .attributes-label {
    border-right: none;
  }
}
.catalog-product-view .block.upsell .block-title,
.catalog-product-view .block.related .block-title {
  text-align: left;
  font-size: 28px;
  color: #2b2b2b;
}
.catalog-product-view .block .owl-nav {
  top: -85px;
  right: 10px;
}
.catalog-product-view .block .owl-nav .owl-prev:hover:before,
.catalog-product-view .block .owl-nav .owl-next:hover:before {
  color: #3a8539;
}
.action-skip-wrapper {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 768px) {
  .products.wrapper.products-list .actions-primary {
    min-width: 180px;
  }
  .column.main .products-list .product-item-info {
    margin-bottom: 0;
  }
  .column.main .products-list .product-item-photo {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .products-grid .product-item_wrap-1 {
    flex-direction: column;
    align-items: center;
  }
  .products-grid .product-item-info .product-item-photo {
    align-items: center;
  }
  .products-grid .product-item-details {
    text-align: center;
  }
  .products-grid .product-item .product-image-container {
    margin-left: auto;
    margin-right: auto;
  }
  .products-grid .product-item .price-rating-box {
    align-items: center;
  }
  .products-grid .product-item .product-item-name {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .products-grid .product-item .product-item-description {
    margin-bottom: 0;
  }
  .products-grid .product-item .price-box {
    margin-top: 1.5rem;
    align-items: center;
  }
  .products-grid .product-item .product-info-account-login {
    margin-top: 1.5rem;
  }
  .products-grid .product-item .product-item-actions {
    justify-content: center;
  }
  .products-list .product-item-info {
    align-items: center;
  }
  .products-list .product-item-details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .products-list .product-item-name {
    flex-basis: 62%;
    order: 1;
  }
  .products-list .product-item .price-box {
    flex-basis: 30%;
    order: 1;
    align-items: flex-end;
    margin-top: 0;
  }
  .products-list .product-item .product-info-account-login {
    order: 2;
    flex-basis: 34%;
    text-align: right;
    margin-top: 0;
  }
  .products-list .product-item-description {
    order: 2;
    flex-basis: 62%;
  }
  .products-list .product-item-number {
    flex-basis: 100%;
    order: 3;
  }
  .products-list .product-reviews-summary {
    flex-basis: 50%;
    order: 3;
  }
  .products-list .product-item-inner {
    order: 6;
    margin-top: 8px;
    flex-basis: 100%;
  }
  .column.main .products-list .product-item {
    margin-bottom: 0px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }
  .column.main .products-list .product-item .product-shipping-message {
    order: 5;
  }
  .column.main .products-list .product-item .product-availability {
    order: 4;
  }
  .column.main .products-list .product-item .product-additional-info {
    display: none;
    padding-top: 10px;
  }
  .column.main .products-list .product-item .product-additional-wrapper {
    flex-basis: 100%;
    order: 6;
  }
  .column.main .products-list .product-item .product-additional-wrapper .product-additional-title {
    color: #3a8539;
    font-size: 12px;
  }
  .column.main .products-list .product-item [role="tablist"] [role="tab"]:before {
    display: none;
  }
  .column.main .products-list .product-item .product-additional-title .plus:before,
  .column.main .products-list .product-item .product-additional-title .minus:before {
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
  }
  .column.main .products-list .product-item .product-additional-title .plus:before {
    content: "\ed4b";
  }
  .column.main .products-list .product-item .product-additional-title .minus:before {
    content: "\ed51";
  }
}
@media (min-width: 1200px) {
  .products-list .product-item .product-item-name,
  .products-list .product-item .product-item-description {
    flex-basis: 67%;
  }
  .products-list .product-item .price-box {
    flex-basis: 25%;
  }
  .products-list .product-item .product-info-account-login {
    flex-basis: 29%;
  }
}
@media (min-width: 1400px) {
  .products-list .product-item .product-item-name,
  .products-list .product-item .product-item-description {
    flex-basis: 72%;
  }
  .products-list .product-item .product-item-name {
    font-size: 18px;
  }
  .products-list .product-item .price-box {
    flex-basis: 20%;
  }
  .products-list .product-item .product-info-account-login {
    flex-basis: 22%;
  }
  .products-list .product-item-description p {
    font-size: 20px;
  }
}
@media (min-width: 1800px) {
  .products-grid .product-item .product-item-name,
  .products-list .product-item .product-item-name {
    font-size: 22px;
  }
  .products-grid .product-item .product-item-number,
  .products-list .product-item .product-item-number {
    font-size: 14px;
  }
  .products-grid .product-item .price-box,
  .products-list .product-item .price-box {
    font-size: 24px;
  }
  .products-grid .product-item-description p,
  .products-list .product-item-description p {
    font-size: 24px;
  }
  .products-grid product-item .product-item-number {
    margin-top: 0;
  }
}
.toolbar p .label,
.toolbar .field .label {
  color: #777777;
}
.toolbar .toolbar-amount {
  font-size: 16px;
}
.modes .modes-mode:not(.active) {
  border: 1px solid #e9e9e9;
}
.modes .modes-mode:not(.active):hover {
  color: #68be66;
}
.modes .modes-mode.active {
  color: #b4b4b4;
  background: #ebeaea;
}
.pages .pages-items .item:not(.pages-item-previous):not(.pages-item-next) a,
.pages .pages-items .item.current strong {
  background: #ebeaea;
  border: 1px solid #ebeaea;
  color: #1e1e1e;
}
.pages .pages-items .item:not(.pages-item-previous):not(.pages-item-next) a:hover,
.pages .pages-items .item.current strong:hover {
  border-color: #e9e9e9;
  background: #ffffff;
}
.pages .pages-items .item.current strong {
  border-color: #e9e9e9;
  background: #ffffff;
}
.pages .pages-items .item.pages-item-previous a,
.pages .pages-items .item.pages-item-next a {
  color: #3a8539;
}
.pages .pages-items .item.pages-item-previous a:hover,
.pages .pages-items .item.pages-item-next a:hover {
  color: #1e1e1e;
}
.pages .pages-items .item.pages-item-previous a span:not(.label):before,
.pages .pages-items .item.pages-item-next a span:not(.label):before {
  color: #1e1e1e;
}
.catalog-product-view .product.media .fotorama__arr:before,
.modal-popup.quick-view .product.media .fotorama__arr:before {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  color: #b4b4b4;
}
.catalog-product-view .product.media .fotorama__arr:hover:before,
.modal-popup.quick-view .product.media .fotorama__arr:hover:before {
  background: #ebeaea;
  border-color: #ebeaea;
  color: #3a8539;
}
.catalog-product-view .product-availability,
.modal-popup.quick-view .product-availability {
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  flex-basis: 100%;
  order: 2;
}
.catalog-product-view .product-availability .default-location,
.modal-popup.quick-view .product-availability .default-location {
  color: #3a8539;
  font-size: 16px;
  font-weight: bold;
}
.catalog-product-view .product-info-main .attribute.sku .value,
.modal-popup.quick-view .product-info-main .attribute.sku .value {
  color: #3bb141;
}
.catalog-product-view .product-info-main .product-shipping-message,
.modal-popup.quick-view .product-info-main .product-shipping-message {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 12px;
}
.catalog-product-view .product-info-stock-sku .available,
.modal-popup.quick-view .product-info-stock-sku .available {
  color: #3bb141;
}
.catalog-product-view .product-info-stock-sku .unavailable,
.modal-popup.quick-view .product-info-stock-sku .unavailable {
  color: #dc150d;
}
.catalog-product-view .product-reviews-summary .rating-summary,
.modal-popup.quick-view .product-reviews-summary .rating-summary,
.catalog-product-view .product-reviews-summary .reviews-actions .view,
.modal-popup.quick-view .product-reviews-summary .reviews-actions .view {
  border-right: 1px solid #e9e9e9;
}
.catalog-product-view .review-add .review-fieldset .label,
.modal-popup.quick-view .review-add .review-fieldset .label {
  color: #777777;
}
.catalog-product-view .product-brand,
.modal-popup.quick-view .product-brand {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.catalog-product-view .product-brand-name a,
.modal-popup.quick-view .product-brand-name a {
  color: #777777;
}
.catalog-product-view .product-brand-name a:hover,
.modal-popup.quick-view .product-brand-name a:hover {
  color: #3a8539;
}
.catalog-product-view .swatch-attribute .swatch-attribute-label,
.modal-popup.quick-view .swatch-attribute .swatch-attribute-label {
  color: #777777;
}
.catalog-product-view .product-options-wrapper .fieldset > .field > .label,
.modal-popup.quick-view .product-options-wrapper .fieldset > .field > .label,
.catalog-product-view .product-options-wrapper .fieldset-bundle-options__wrapper > .field > .label,
.modal-popup.quick-view .product-options-wrapper .fieldset-bundle-options__wrapper > .field > .label,
.catalog-product-view .product-options-wrapper .field.qty > .label,
.modal-popup.quick-view .product-options-wrapper .field.qty > .label {
  color: #777777;
}
.catalog-product-view .product-options-wrapper .price-notice,
.modal-popup.quick-view .product-options-wrapper .price-notice {
  color: #777777;
}
.catalog-product-view .product-options-wrapper .date .required legend,
.modal-popup.quick-view .product-options-wrapper .date .required legend {
  color: #777777;
}
.catalog-product-view .product-options-wrapper .date .required legend span:after,
.modal-popup.quick-view .product-options-wrapper .date .required legend span:after {
  color: #dc150d;
}
.catalog-product-view .box-tocart .field.qty > .label,
.modal-popup.quick-view .box-tocart .field.qty > .label {
  color: #777777;
}
.catalog-product-view .product-social-links .action,
.modal-popup.quick-view .product-social-links .action {
  background: #ebeaea;
  color: #1e1e1e;
}
.catalog-product-view .product-social-links .action:hover,
.modal-popup.quick-view .product-social-links .action:hover {
  color: #ffffff;
  background: #414141;
}
.catalog-product-view .product.info,
.modal-popup.quick-view .product.info {
  background: #ffffff;
}
.catalog-product-view .product.info .content[role="tabpanel"],
.modal-popup.quick-view .product.info .content[role="tabpanel"] {
  background: #ffffff;
}
@media (min-width: 768px) {
  .catalog-product-view .data.items:after,
  .modal-popup.quick-view .data.items:after {
    background: #e9e9e9;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .data.items .title a:hover,
  .modal-popup.quick-view .data.items .title a:hover {
    color: #3a8539;
  }
}
.catalog-product-view .data.items .title.active a,
.modal-popup.quick-view .data.items .title.active a {
  color: #3a8539;
}
.catalog-product-view .product-info-main .page-title-wrapper h1 {
  font-size: 36px;
  font-weight: 400;
}
.product-info-account-login {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
}
.product-info-account-login a {
  color: #3a8539;
}
.product-info-account-login a:hover {
  color: #68be66;
}
.product-info-price .price-box {
  /* 2 Classes are used here to avoid collision: .inactive is toggled by ajax-customer-price.js, and .hidden is toggled by pricing-display.js */
}
.product-info-price .price-box.inactive .price-container,
.product-info-price .price-box.hidden .price-container {
  display: none;
}
.product-info-price .price-box.inactive {
  background: transparent url('../images/loader.svg') no-repeat center center;
  background-size: auto 10px;
  height: 20px;
  min-width: 37px;
}
.product-info-price .price-box.inactive .loading-mask .loader {
  background: #777777;
}
.product-info-price .price-box.inactive .loading-mask .loader:before {
  background: #3a8539;
}
.product-info-price .price-box.inactive .loading-mask .loader:after {
  background: #1e1e1e;
}
.product-add-form .price-box.call-to-order {
  font-size: 40px;
  font-weight: 700;
}
.price-container.hidden {
  display: none;
}
.prices-tier {
  margin-bottom: 12px;
}
.prices-tier.inactive {
  background: transparent url('../images/loader.svg') no-repeat center center;
  background-size: auto 10px;
  height: 20px;
  min-width: 37px;
}
.prices-tier.inactive .loading-mask .loader {
  background: #777777;
}
.prices-tier.inactive .loading-mask .loader:before {
  background: #3a8539;
}
.prices-tier.inactive .loading-mask .loader:after {
  background: #1e1e1e;
}
.prices-tier.inactive .price-container,
.prices-tier.inactive .item {
  display: none;
}
.product-info-price .product-availability.loading {
  color: #bbb;
}
.product-info-price .product-availability.loading:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
}
@keyframes dots {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #bbb;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #bbbbbb, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: .25em 0 0 #bbb,
                        .5em 0 0 #bbb;
  }
}
.table-wrapper.comparison .table-comparison > tbody > tr {
  border-right: 1px solid #e9e9e9;
}
table#product-comparison thead tr th,
table#product-comparison thead tr td {
  border-right: 1px solid #e9e9e9;
}
table#product-comparison thead tr th span,
table#product-comparison thead tr td span {
  display: none;
}
table#product-comparison tbody tr {
  border-bottom: 1px solid #e9e9e9;
}
table#product-comparison tbody tr:last-child {
  border-bottom: none;
}
table#product-comparison tbody tr th.label {
  color: #2b2b2b;
  font-weight: 600;
}
table#product-comparison .cell {
  vertical-align: top;
}
table#product-comparison .cell.product.info,
table#product-comparison .cell.product.label {
  border-bottom: 1px solid #e9e9e9;
}
table#product-comparison .product-item-name a {
  color: #777777;
}
table#product-comparison .product-item-name a:hover {
  color: #3a8539;
}
table#product-comparison .price-box {
  color: #2b2b2b;
  font-weight: 500;
  /* 2 Classes are used here to avoid collision: .inactive is toggled by ajax-customer-price.js, and .hidden is toggled by pricing-display.js */
}
table#product-comparison .price-box .price-label {
  display: none;
}
table#product-comparison .price-box .special-price {
  color: #ff5555;
}
table#product-comparison .price-box .old-price {
  text-decoration: line-through;
  color: #999999;
  line-height: inherit;
  font-size: 14px;
  font-weight: 500;
}
table#product-comparison .price-box .old-price span {
  vertical-align: baseline;
}
table#product-comparison .price-box .old-price.map-old-price {
  display: inline-block;
  width: 100%;
}
table#product-comparison .price-box.inactive .price-container,
table#product-comparison .price-box.hidden .price-container,
table#product-comparison .price-box.inactive .minimal-price-link,
table#product-comparison .price-box.hidden .minimal-price-link {
  display: none;
}
table#product-comparison .price-box.inactive {
  background: transparent url('../images/loader.svg') no-repeat center center;
  background-size: auto 10px;
  height: 20px;
  min-width: 37px;
}
table#product-comparison .price-box.inactive .loading-mask .loader {
  background: #777777;
}
table#product-comparison .price-box.inactive .loading-mask .loader:before {
  background: #3a8539;
}
table#product-comparison .price-box.inactive .loading-mask .loader:after {
  background: #1e1e1e;
}
table#product-comparison .product-item-actions .towishlist {
  color: #b4b4b4;
  border: 1px solid #ebeaea;
  background: #ebeaea;
}
table#product-comparison .product-item-actions .towishlist:hover {
  color: #3a8539;
  background: #ffffff;
}
.sidebar .block-compare .compare-counter .counter {
  color: #3a8539;
}
.sidebar .block-compare .product-item-name a {
  color: #2b2b2b;
}
.sidebar .block-compare .product-item-name a:hover {
  color: #3a8539;
}
.sidebar .block-compare .actions-toolbar a.compare {
  font-weight: 400;
}
.sidebar .block-compare .actions-toolbar a.compare:hover {
  background-color: #3a8539;
}
.block-wishlist .wishlist-counter span {
  color: #3a8539;
}
.block-wishlist .subtitle {
  font-weight: 500;
  color: #2b2b2b;
}
.block-wishlist .product-image-container {
  background: #f4f4f4;
}
.block-wishlist .product-item-name a {
  color: #2b2b2b;
}
.block-wishlist .product-item-name a:hover {
  color: #3a8539;
}
.block-wishlist .actions-toolbar a.details {
  background-color: #2b2b2b;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.block-wishlist .actions-toolbar a.details:hover {
  background: #3a8539;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .block-wishlist .actions-toolbar a.details {
    padding: 14px 33px;
  }
}
.products-grid.wishlist .product-item-tooltip .toggle {
  color: #2b2b2b;
  font-weight: 500;
}
.products-grid.wishlist .product-item-tooltip dl {
  background: #f4f4f4;
}
.products-grid.wishlist .product-item-tooltip dl dt,
.products-grid.wishlist .product-item-tooltip dl dd {
  border: 1px solid #e9e9e9;
}
.products-grid.wishlist .comment-box label {
  color: #2b2b2b;
  font-weight: 500;
}
.products-grid.wishlist .box-tocart {
  margin-bottom: 10px;
}
.products-grid.wishlist .box-tocart .fieldset {
  width: 100%;
}
.products-grid.wishlist .box-tocart .fieldset .label {
  color: #2b2b2b;
  font-weight: 500;
}
@media (max-width: calc(768px - 1px)) {
  .products-grid.wishlist .product-item-inner > .product-item-actions .action {
    background-color: transparent;
    color: #b4b4b4;
    border: 1px solid #ebeaea;
    background: #ebeaea;
  }
  .products-grid.wishlist .product-item-inner > .product-item-actions .action:hover {
    color: #3a8539;
    background: #ffffff;
    border-color: #dedede;
  }
}
.products-grid.wishlist a.action.edit,
.products-grid.wishlist a.action.delete {
  color: #b4b4b4;
}
.products-grid.wishlist a.action.edit:hover,
.products-grid.wishlist a.action.delete:hover {
  color: #3a8539;
}
.form-wishlist-items .actions-toolbar {
  border-top: 1px solid #e9e9e9;
}
.form-wishlist-items .actions-toolbar .tocart {
  background-color: #3a8539;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.form-wishlist-items .actions-toolbar .tocart:hover {
  background: #2b2b2b;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .form-wishlist-items .actions-toolbar .tocart {
    padding: 14px 33px;
  }
}
.block.related .block-actions .select {
  color: #3a8539;
}
.block.related .block-actions .select:hover {
  color: #777777;
}
.block.upsell .block-actions button.action.select {
  color: #3a8539;
}
.rating-summary .rating-result__stars span[class^="rating-star__"] {
  color: #3a8539;
}
.rating-summary .rating-result__stars span[class^="rating-star__"]:after {
  color: #3a8539;
}
.review-list .block-title {
  font-size: 18px;
  letter-spacing: -1px;
  color: #3a8539;
  text-align: left;
}
.review-add .block-title {
  font-size: 18px;
  letter-spacing: -1px;
  color: #3a8539;
  text-align: left;
}
.review-field-ratings > .label {
  color: #777777;
}
.control.review-control-vote label[class^='rating-'] .rating-star {
  color: #b4b4b4;
}
.control.review-control-vote label[class^='rating-'].fill .rating-star {
  color: #3a8539;
}
@media (min-width: 992px) {
  .review-list .block-title {
    font-size: 28px;
  }
  .review-add .block-title {
    font-size: 28px;
  }
}
.hero-stage {
  background-color: #f4f4f4;
  display: flex;
  flex-wrap: wrap-reverse;
}
.hero-stage > :first-child {
  flex-basis: 100%;
}
.hero-stage > :last-child {
  flex-basis: 100%;
  z-index: 1;
}
.ripen-slide {
  background: #000000 radial-gradient(circle, #444444 15%, #000000);
}
.ripen-slide-content {
  color: #fff;
}
.ripen-slide-link {
  border-radius: 2px;
  font-weight: 400;
  text-transform: uppercase;
}
.ripen-slide-link:hover {
  background: #ffffff;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  color: #3a8539;
}
.home-search-form-wrapper {
  text-align: center;
}
.home-search-form {
  padding: 20px;
  background-color: #f4f4f4;
  height: 60px;
  overflow: hidden;
  transition: 0.3s ease;
}
.home-search-form form {
  display: none;
}
.home-search-form.active {
  height: 400px;
}
.home-search-form.active form {
  display: block;
}
.home-search-form h4 {
  font-size: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0;
}
.home-search-form p {
  font-size: 14px;
  font-weight: 300;
  color: #414141;
  letter-spacing: -0.25px;
  line-height: 20px;
  margin-bottom: 6px;
}
.home-search-form .actions-toolbar button {
  width: 100%;
  background-color: #3a8539;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  margin-top: 20px;
  padding: 15px 20px;
}
.home-search-form .actions-toolbar button:hover {
  background: #1e1e1e;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .home-search-form .actions-toolbar button {
    padding: 14px 33px;
  }
}
.home-search-form .actions-toolbar button:disabled {
  background: #ebeaea;
  color: #b4b4b4;
}
@media (min-width: 992px) {
  .hero-stage {
    flex-wrap: nowrap;
  }
  .hero-stage > :first-child {
    background-color: #000000;
    overflow: hidden;
    flex-basis: 75%;
  }
  .hero-stage > :last-child {
    flex-basis: 25%;
  }
  .home-search-form {
    padding-top: 60px;
    height: auto;
    overflow: initial;
  }
  .home-search-form h4 {
    cursor: default;
  }
  .home-search-form form {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1070px) {
  .home-search-form {
    padding-top: 40px;
  }
  .home-search-form h4 {
    font-size: 17px;
  }
  .home-search-form .actions-toolbar button {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .home-search-form .field {
    margin-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .home-search-form {
    padding-top: 120px;
  }
  .home-search-form .field {
    margin-bottom: 20px;
  }
  .home-search-form h4 {
    font-size: 30px;
  }
  .home-search-form p {
    font-size: 16px;
    line-height: 22px;
  }
  .home-search-form .actions-toolbar button {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1800px) {
  .home-search-form h4 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .home-search-form p {
    font-size: 18px;
    letter-spacing: -0.32px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .home-search-form .actions-toolbar button {
    margin-top: 30px;
  }
}
.ui-datepicker .ui-datepicker-prev span {
  border-right-color: #3a8539;
}
.ui-datepicker .ui-datepicker-next span {
  border-left-color: #3a8539;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  padding: 0;
  display: initial;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background-color: #3a8539;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background-color: #1e1e1e;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today span,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  color: #ffffff;
}
button.action.filter-toggle {
  background-color: #3a8539;
  font-weight: 400;
}
button.action.filter-toggle:hover {
  background-color: #1e1e1e;
}
.filter-current--wrapper {
  background: #ebeaea;
}
.filter-current--wrapper [role="tablist"] .filter-current-subtitle[role="tab"] {
  letter-spacing: 0;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
}
.filter-current--wrapper [role="tablist"] .filter-current-subtitle[role="tab"]:before {
  border: 1px solid #e9e9e9;
}
@media (min-width: 992px) {
  .filter-options[role="tablist"] {
    border: 1px solid #e9e9e9;
  }
}
@media (min-width: 992px) {
  .filter-options[role="tablist"] .filter-options-item {
    border-bottom: 1px solid #e9e9e9;
  }
}
.filter-options[role="tablist"] .filter-options-title[role="tab"] {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.filter-options[role="tablist"] .filter-options-title[role="tab"]:before {
  border: 1px solid #e9e9e9;
}
.filter-options[role="tablist"] .filter-options-content .item a {
  color: #1e1e1e;
}
.filter-options[role="tablist"] .filter-options-content .item a:hover {
  color: #2b2b2b;
}
.filter-options[role="tablist"] .filter-options-content .count {
  color: #3a8539;
}
.filter-options[role="tablist"] .filter-options-content a:hover .count {
  color: #2b2b2b;
}
@media (max-width: calc(992px - 1px)) {
  #layered-filter-block .modal-slide .filter-options[role="tablist"] .filter-options-item + .filter-options-item {
    border-top: 1px solid #e9e9e9;
  }
}
.sidebar {
  /* Template Monster Slider */
  /* ElasticSearch Slider */
}
.sidebar .filter-wrapper .block-title strong {
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
}
.sidebar .filter-wrapper .filter-subtitle {
  font-size: 22px;
  color: #3a8539;
  letter-spacing: -0.79px;
  font-weight: 400;
}
.sidebar .collapsible-block .block-title {
  text-align: left;
}
.sidebar .price-slider .slider-fields label {
  color: #2b2b2b;
  font-size: 14px;
}
.sidebar .price-slider .slider-fields label span {
  color: #666666;
  font-weight: 400;
}
.sidebar .price-slider .slider-fields label [data-role="from-label"],
.sidebar .price-slider .slider-fields label [data-role="to-label"] {
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 10px 5px;
}
.sidebar .price-slider .slider-fields .slider-values {
  display: flex;
  justify-content: space-between;
}
.sidebar .price-slider .slider-fields .slider-values .slider-input {
  width: 48%;
}
.sidebar .price-slider .ui-slider-handle {
  background: #3a8539;
}
.sidebar .price-slider .ui-slider-handle:after {
  background: #ffffff;
}
.sidebar .price-slider .ui-slider-range {
  background: #3a8539;
}
.sidebar .filter-options[role="tablist"] .price-slider .slider-fields a.action {
  background-color: #2b2b2b;
  font-weight: 400;
}
.sidebar .filter-options[role="tablist"] .price-slider .slider-fields a.action:hover {
  background-color: #3a8539;
}
.sidebar .ui-slider-range {
  background: #3a8539;
  position: absolute;
  height: 100%;
}
.sidebar .ui-slider-handle {
  background: #3a8539;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-left: -10px;
  margin-top: -5px;
  transition: none;
}
.sidebar .ui-slider-handle:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #ffffff;
}
.sidebar .smile-es-range-slider .action.primary {
  background-color: #2b2b2b;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-weight: 400;
}
.sidebar .smile-es-range-slider .action.primary:hover {
  background: #3a8539;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .sidebar .smile-es-range-slider .action.primary {
    padding: 14px 33px;
  }
}
/* must be lower than modal z-index to prevent overlay from overtaking the modal itself */
body._has-modal-custom .modal-custom-overlay {
  z-index: 9998 !important;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  color: #414141;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal-slide._show,
.modal-popup._show {
  pointer-events: auto;
  visibility: visible;
  background: transparentize(#414141, 0.35);
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  position: relative;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
}
.modal-slide {
  left: auto;
  z-index: 1000;
}
.modal-slide._show .modal-inner-wrap {
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
  width: 270px;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: flex;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  flex-grow: 0;
  flex-shrink: 1;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 8px 8px;
}
.modal-slide .modal-header {
  padding-bottom: 10px;
  padding-top: 10px;
}
.modals-overlay {
  display: none;
  /* this gets in the way of TemplateMonster and needs to be hidden */
}
.modal-popup {
  left: 0;
  display: block;
  overflow-y: auto;
  z-index: 10000;
}
.modal-popup .update-source-button {
  display: block;
  width: 200px;
  margin: 0px auto;
  padding: 5px;
  background-color: #2b2b2b;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  transform: translateZ(0);
}
.modal-popup .inventory-sources-wrapper {
  width: 100%;
  text-align: center;
}
.modal-popup .inventory-sources-wrapper h2 {
  font-size: 14px;
}
.modal-popup .inventory-sources-wrapper h1 {
  font-size: 18px;
  margin-bottom: 20px;
}
.modal-popup .inventory-sources-wrapper .inventory-sources {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
.modal-popup .inventory-sources-wrapper .source-inventory-note {
  margin-top: 10px;
  font-size: 12px;
}
.modal-popup .inventory-sources {
  border: 1px solid #efefef;
}
.modal-popup .inventory-sources tr:nth-child(odd) {
  background: #ebeaea;
}
.modal-popup .inventory-sources td,
.modal-popup .inventory-sources th {
  padding: 5px;
  border-bottom: 1px solid #efefef;
}
.modal-popup .inventory-sources th {
  font-weight: bold;
}
.modal-popup .inventory-sources td.location,
.modal-popup .inventory-sources th.location {
  text-align: left;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  box-sizing: border-box;
  height: auto;
  left: 0;
  margin: 10vh auto;
  position: absolute;
  right: 0;
  transform: translateY(-200%);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  width: 75%;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 16px;
  padding-right: 16px;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  flex-grow: 0;
  flex-shrink: 1;
}
.modal-popup .modal-header {
  padding-bottom: 16px;
  padding-top: 16px;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #e9e9e9;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 16px;
  padding-top: 16px;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-popup.confirm .modal-inner-wrap {
  left: 50%;
  margin-left: -350px;
  width: 700px;
}
@media (max-width: calc(700px + 2px)) {
  .modal-popup.confirm .modal-inner-wrap {
    left: 5vw;
    max-width: 90vw;
    margin-left: 0;
  }
}
.modal-popup._image-box .modal-inner-wrap {
  max-width: 78rem;
}
.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
  border: 1px solid #e9e9e9;
}
.checkout-index-index .form-discount .action-apply:hover {
  background: #414141;
}
.note-special {
  color: #dc150d;
  font-size: 12px;
  display: block;
}
.checkout-index-index .opc-wrapper .step-title {
  color: #2b2b2b;
  font-size: 24px;
  letter-spacing: -0.86px;
  font-weight: 400;
}
.checkout-index-index .opc-wrapper .step-content .message {
  color: #dc150d;
  font-size: 14px;
  padding: 20px;
}
.checkout-index-index .opc-wrapper .fieldset > .field > .label {
  font-weight: 500;
  color: #2b2b2b;
  font-size: 15px;
  letter-spacing: 0;
}
#checkout-payment-method-load .step-title {
  font-size: 15px;
  color: #2b2b2b;
  letter-spacing: 0;
  font-weight: 500;
}
.opc-estimated-wrapper .estimated-block span:not(estimated-price) {
  font-weight: 400;
}
@media (max-width: calc(768px - 1px)) {
  .opc-estimated-wrapper .estimated-label {
    color: #2b2b2b;
  }
  .opc-estimated-wrapper .estimated-price {
    color: #666666;
  }
}
.checkout-container .messages {
  margin-bottom: 10px;
}
.opc-progress-bar .opc-progress-bar-item {
  color: #2b2b2b;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  position: relative;
  padding: 8px;
  background: #f4f4f4;
  border: 1px solid #ebeaea;
}
@media (max-width: calc(480px - 1px)) {
  .opc-progress-bar .opc-progress-bar-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .opc-progress-bar .opc-progress-bar-item {
    padding: 18px 30px;
  }
}
.opc-progress-bar .opc-progress-bar-item span {
  position: relative;
  padding-left: 32px;
}
.opc-progress-bar .opc-progress-bar-item span:before {
  font-size: 15px;
  color: #2b2b2b;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media (max-width: calc(992px - 1px)) {
  .opc-progress-bar .opc-progress-bar-item span:before {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media (max-width: calc(992px - 1px)) {
  .opc-progress-bar .opc-progress-bar-item span {
    padding-left: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
}
.opc-progress-bar .opc-progress-bar-item:first-child span:before {
  content: '1:';
}
.opc-progress-bar .opc-progress-bar-item:last-child span:before {
  content: '2:';
}
.opc-progress-bar .opc-progress-bar-item._active {
  color: #3a8539;
}
.opc-progress-bar .opc-progress-bar-item._active span {
  font-weight: 400;
}
.opc-progress-bar .opc-progress-bar-item._active span:before {
  color: #3a8539;
}
@media (min-width: 1200px) {
  .opc-progress-bar .opc-progress-bar-item:first-child {
    margin-right: 10px;
  }
  .opc-progress-bar .opc-progress-bar-item:first-child:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 29px 29px;
    border-color: transparent transparent transparent #f4f4f4;
  }
  .opc-progress-bar .opc-progress-bar-item:first-child:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #ebeaea;
  }
  .opc-progress-bar .opc-progress-bar-item:first-child._active:before {
    border-left-color: #ffffff;
  }
  .opc-progress-bar .opc-progress-bar-item:first-child._active:after {
    border-left-color: #ebeaea;
  }
  .opc-progress-bar .opc-progress-bar-item:last-child {
    margin-right: 30px;
  }
  .opc-progress-bar .opc-progress-bar-item:last-child .end-arrow:before {
    content: '';
    position: absolute;
    z-index: 4;
    top: 0;
    right: -29px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 29px 29px;
    border-color: transparent transparent transparent #f4f4f4;
  }
  .opc-progress-bar .opc-progress-bar-item:last-child .end-arrow:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: -1px;
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #ebeaea;
  }
  .opc-progress-bar .opc-progress-bar-item:last-child._active .end-arrow:before {
    border-left-color: #ffffff;
  }
  .opc-progress-bar .opc-progress-bar-item:last-child._active .end-arrow:after {
    border-left-color: #e9e9e9;
  }
}
#opc-sidebar {
  position: relative;
}
@media (min-width: 768px) {
  #opc-sidebar {
    border: 1px solid #e9e9e9;
    padding-top: 60px;
    margin-top: -100px;
  }
}
#opc-sidebar .opc-block-summary span.title {
  color: #2b2b2b;
}
@media (min-width: 992px) {
  #opc-sidebar .opc-block-summary span.title {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    display: block;
    background-color: #f1f1f1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 45px;
    line-height: 40px;
  }
}
#opc-sidebar .items-in-cart {
  border-top: 1px solid #e9e9e9;
}
#opc-sidebar .items-in-cart > .title:before {
  border: 1px solid #e9e9e9;
}
#opc-sidebar .items-in-cart > .title span:first-child {
  color: #3a8539;
}
#opc-sidebar .items-in-cart .minicart-items .product-item {
  border-bottom: 1px solid #dddddd;
}
#opc-sidebar .items-in-cart .minicart-items .product-item:last-of-type {
  border-bottom: none;
}
#opc-sidebar .items-in-cart .minicart-items .product-item-name {
  font-size: 16px;
  color: #2b2b2b;
  letter-spacing: 0;
}
#opc-sidebar .items-in-cart .minicart-items .subtotal {
  color: #777777;
}
#opc-sidebar .items-in-cart .minicart-items .product.options [data-role="title"] {
  color: #3a8539;
}
#opc-sidebar .items-in-cart .minicart-items .product.options [data-role="title"]:before {
  color: #1e1e1e;
}
#opc-sidebar .items-in-cart .minicart-items .product-item-description {
  font-size: 15px;
  color: #2b2b2b;
  letter-spacing: 0;
  font-weight: 700;
}
#opc-sidebar .items-in-cart .minicart-items .product-item-description p:last-of-type {
  margin-bottom: 0;
}
#opc-sidebar .items-in-cart .minicart-items .details-qty {
  font-size: 13px;
  color: #2b2b2b;
  letter-spacing: 0;
}
#opc-sidebar .items-in-cart .minicart-items .price {
  font-size: 16px;
  color: #2b2b2b;
  letter-spacing: 0;
  font-weight: 500;
}
@media (min-width: 1200px) {
  #opc-sidebar .items-in-cart .product-item-details {
    width: 70%;
  }
  #opc-sidebar .items-in-cart .minicart-items .product-item > .product {
    flex-direction: row;
    align-items: center;
  }
  #opc-sidebar .items-in-cart .minicart-items .price-container {
    text-align: right;
  }
}
.opc-sidebar-return-link {
  display: none;
}
@media (min-width: 992px) {
  .opc-sidebar-return-link {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.opc-wrapper .shipping-address-item {
  flex-basis: 250px;
  margin-right: 20px;
}
.opc-wrapper .addresses .shipping-address-items {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}
.opc-wrapper .shipping-address-item.selected-item {
  background: #ebf3eb;
  border: 1px solid #3a8539;
}
.table-checkout-shipping-method th {
  color: #2b2b2b;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
}
.table-checkout-shipping-method td {
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 300;
}
.table-checkout-shipping-method td:first-child span.radio:before {
  color: #3a8539;
}
#onepage-checkout-shipping-method-additional-load > * form {
  background-color: #f4f4f4;
  padding: 15px 20px 0;
}
#onepage-checkout-shipping-method-additional-load > *:last-child form {
  padding-bottom: 15px;
  margin-bottom: 1em;
}
#onepage-checkout-shipping-method-additional-load > * label {
  font-weight: bold;
  font-size: 14px;
}
#onepage-checkout-shipping-method-additional-load > * .field {
  padding: 0;
}
#onepage-checkout-shipping-method-additional-load > * strong {
  font-weight: bold;
}
#onepage-checkout-shipping-method-additional-load > * em {
  font-style: italic;
}
.opc-block-summary table.table-totals.table th {
  color: #414141;
  font-size: 15px;
  font-weight: 500;
}
.opc-block-summary table.table-totals.table th .value {
  color: #1e1e1e;
}
.opc-block-summary table.table-totals.table td {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
}
.opc-block-summary table.table-totals.table .grand.totals th,
.opc-block-summary table.table-totals.table .grand.totals td {
  font-size: 20px;
  color: #2b2b2b;
  letter-spacing: 0;
}
.opc-block-shipping-information {
  border-top: 1px solid #e9e9e9;
}
.opc-block-shipping-information .action-edit:hover {
  color: #777777;
}
.opc-block-shipping-information .shipping-information-title {
  font-size: 15px;
  color: #2b2b2b;
  letter-spacing: 0;
  font-weight: 600;
}
.opc-block-shipping-information .shipping-information-content {
  font-size: 15px;
  color: #414141;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 300;
}
.checkout-container .authentication-wrapper button.action-auth-toggle {
  background-color: #414141;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  margin-bottom: 16px;
}
.checkout-container .authentication-wrapper button.action-auth-toggle:hover {
  background: #3a8539;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .checkout-container .authentication-wrapper button.action-auth-toggle {
    padding: 14px 33px;
  }
}
@media (min-width: 768px) {
  .checkout-container .authentication-wrapper button.action-auth-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 33.3333%;
    padding: 19px 33px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .checkout-container .authentication-wrapper {
    position: absolute;
    width: 100%;
    top: -36px;
    text-align: center;
  }
}
.checkout-container .opc-wrapper .field-error {
  color: #dc150d;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #414141;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #3a8539;
}
.field-tooltip .field-tooltip-content {
  background: #ffffff;
  border: solid 1px #e9e9e9;
}
#checkout-step-payment .legend {
  color: #2b2b2b;
  font-size: 24px;
  letter-spacing: -0.86px;
  font-weight: 400;
}
#checkout-step-payment input[name="billing-address-same-as-shipping"] + label span:before {
  color: #3a8539;
}
#checkout-step-payment .payment-method .label {
  display: flex;
}
#checkout-step-payment .payment-method .field .mage-error {
  margin-bottom: 6px;
  position: static;
}
#checkout-step-payment .discount-code .payment-option-title {
  color: #3a8539;
}
#checkout-step-payment .discount-code .payment-option-title:before {
  color: #777777;
  border: 1px solid #e9e9e9;
}
.billing-address-same-as-shipping-block.field.choice span {
  font-weight: 300;
}
.billing-address-details {
  font-weight: 500;
  font-size: 15px;
  color: #2b2b2b;
  letter-spacing: 0;
  line-height: 24px;
}
.checkout-onepage-success .page-title {
  color: #2b2b2b;
  font-weight: 400;
}
.checkout-onepage-success .checkout-success {
  font-size: 15px;
  color: #414141;
  font-weight: 300;
}
.checkout-onepage-success .checkout-success .order-number {
  font-size: 18px;
  font-weight: 400;
  color: #2b2b2b;
  letter-spacing: -0.64px;
}
.checkout-onepage-success .checkout-success .order-number a,
.checkout-onepage-success .checkout-success .order-number span {
  font-weight: 500;
}
.checkout-onepage-success .checkout-success .action.primary {
  background-color: #2b2b2b;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-size: 14px;
  font-weight: 400;
  padding: 15px 30px;
}
.checkout-onepage-success .checkout-success .action.primary:hover {
  background: #3a8539;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .checkout-onepage-success .checkout-success .action.primary {
    padding: 14px 33px;
  }
}
.checkout-onepage-success .checkout-success .warning {
  color: #dc150d;
  font-weight: 600;
}
.checkout-onepage-success #registration {
  font-size: 15px;
  color: #414141;
  font-weight: 300;
  margin-top: 3rem;
}
.checkout-onepage-success #registration .section-title {
  font-size: 24px;
  color: #2b2b2b;
  font-weight: 500;
  text-align: left;
}
.checkout-onepage-success #registration .action.primary {
  background-color: #3a8539;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-size: 14px;
  font-weight: 400;
  padding: 15px 30px;
}
.checkout-onepage-success #registration .action.primary:hover {
  background: #2b2b2b;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .checkout-onepage-success #registration .action.primary {
    padding: 14px 33px;
  }
}
@media (min-width: 768px) {
  .checkout-onepage-success .checkout-success,
  .checkout-onepage-success #registration {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .checkout-onepage-success .page-title {
    font-size: 54px;
    letter-spacing: -1.6px;
    line-height: 76px;
  }
}
.checkout-validate-address {
  margin-bottom: 40px;
}
#validate_address > div.step-content > div.instructions {
  font-size: 14px;
}
#co-validate-form .addressRadio {
  margin-top: 3px;
}
#co-validate-form .optionTitle {
  font-weight: bold;
}
#co-validate-form div div {
  margin-right: 10px;
}
#co-validate-form > div.originalContainer {
  display: flex;
}
#co-validate-form > div.validContainer {
  margin-bottom: 20px;
  display: flex;
}
.block-new-customer a.create {
  background-color: #2b2b2b;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-size: 14px;
  font-weight: 400;
}
.block-new-customer a.create:hover {
  background: #3a8539;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .block-new-customer a.create {
    padding: 14px 33px;
  }
}
body.account .main .message.info.empty {
  color: #31708f;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}
body.account .block .block-title {
  letter-spacing: -0.83px;
}
body.account .actions-toolbar {
  display: flex;
  justify-content: flex-end;
}
body.account .actions-toolbar .secondary {
  margin-left: 8px;
}
body.account .sidebar-main {
  margin-top: 65px !important;
}
body.account .sidebar-main .block-collapsible-nav-title {
  display: none;
}
@media (min-width: 992px) {
  .sidebar .account-navigation .block-title {
    border-bottom: 1px solid #e9e9e9;
  }
}
.sidebar .account-navigation a {
  color: #3a8539;
}
.sidebar .account-navigation a:hover {
  color: #68be66;
}
.sidebar .account-navigation li.current strong {
  font-weight: 700;
  color: #3a8539;
}
.block-dashboard-orders,
.block-dashboard-info,
.block-dashboard-addresses,
.block-reviews-dashboard,
.customer-account-edit .form-edit-account,
.block-addresses-default,
.block-addresses-list,
.custome-downloadable-products__wrapper,
.orders-history__wrapper,
.form-newsletter-manage,
.my-reviews-table__wrapper,
.account-billing-agreements__wrapper {
  border: 1px solid #e9e9e9;
}
.block-dashboard-orders .block-title,
.block-dashboard-info .block-title,
.block-dashboard-addresses .block-title,
.block-reviews-dashboard .block-title,
.customer-account-edit .form-edit-account .block-title,
.block-addresses-default .block-title,
.block-addresses-list .block-title,
.custome-downloadable-products__wrapper .block-title,
.orders-history__wrapper .block-title,
.form-newsletter-manage .block-title,
.my-reviews-table__wrapper .block-title,
.account-billing-agreements__wrapper .block-title,
.block-dashboard-orders .legend,
.block-dashboard-info .legend,
.block-dashboard-addresses .legend,
.block-reviews-dashboard .legend,
.customer-account-edit .form-edit-account .legend,
.block-addresses-default .legend,
.block-addresses-list .legend,
.custome-downloadable-products__wrapper .legend,
.orders-history__wrapper .legend,
.form-newsletter-manage .legend,
.my-reviews-table__wrapper .legend,
.account-billing-agreements__wrapper .legend {
  color: #2b2b2b;
}
.block-dashboard-info .box,
.block-dashboard-addresses .box,
.box-billing-address .box,
.box-address-shipping .box,
.block-dashboard-info.box,
.block-dashboard-addresses.box,
.box-billing-address.box,
.box-address-shipping.box {
  background: #f4f4f4;
}
.block-dashboard-info .box-title,
.block-dashboard-addresses .box-title,
.box-billing-address .box-title,
.box-address-shipping .box-title {
  font-weight: 500;
  color: #3a8539;
}
.block-dashboard-info .box-actions .action.edit,
.block-dashboard-addresses .box-actions .action.edit,
.box-billing-address .box-actions .action.edit,
.box-address-shipping .box-actions .action.edit {
  color: #b4b4b4;
}
.block-dashboard-info .box-actions .action.edit:hover,
.block-dashboard-addresses .box-actions .action.edit:hover,
.box-billing-address .box-actions .action.edit:hover,
.box-address-shipping .box-actions .action.edit:hover {
  color: #3a8539;
}
.block-dashboard-info .box-actions a:not(.edit),
.block-dashboard-addresses .box-actions a:not(.edit),
.box-billing-address .box-actions a:not(.edit),
.box-address-shipping .box-actions a:not(.edit) {
  background-color: #2b2b2b;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.block-dashboard-info .box-actions a:not(.edit):hover,
.block-dashboard-addresses .box-actions a:not(.edit):hover,
.box-billing-address .box-actions a:not(.edit):hover,
.box-address-shipping .box-actions a:not(.edit):hover {
  background: #3a8539;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .block-dashboard-info .box-actions a:not(.edit),
  .block-dashboard-addresses .box-actions a:not(.edit),
  .box-billing-address .box-actions a:not(.edit),
  .box-address-shipping .box-actions a:not(.edit) {
    padding: 14px 33px;
  }
}
.block-addresses-list .block-content {
  background: #f4f4f4;
}
.block-addresses-list .block-content .action.edit,
.block-addresses-list .block-content .action.delete {
  color: #b4b4b4;
}
.block-addresses-list .block-content .action.edit:hover,
.block-addresses-list .block-content .action.delete:hover {
  color: #3a8539;
}
.block-reviews-dashboard .items li:nth-child(odd) {
  background: #ebeaea;
}
.sales-order-history .actions-toolbar a.back {
  background-color: #1e1e1e;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-size: 14px;
  font-weight: 400;
}
.sales-order-history .actions-toolbar a.back:hover {
  background: #3a8539;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .sales-order-history .actions-toolbar a.back {
    padding: 14px 33px;
  }
}
.popup-authentication .block + .block {
  border-top: 1px solid #e9e9e9;
}
@media (min-width: 992px) {
  .popup-authentication .block + .block {
    border-left: 1px solid #e9e9e9;
  }
}
.popup-authentication .block-title {
  font-weight: 500;
  color: #1e1e1e;
}
.popup-authentication .actions-toolbar .action-register {
  background-color: #2b2b2b;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.popup-authentication .actions-toolbar .action-register:hover {
  background: #3a8539;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .popup-authentication .actions-toolbar .action-register {
    padding: 14px 33px;
  }
}
.popup-authentication .actions-toolbar .action-login {
  background-color: #2b2b2b;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.popup-authentication .actions-toolbar .action-login:hover {
  background: #3a8539;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .popup-authentication .actions-toolbar .action-login {
    padding: 14px 33px;
  }
}
.order-filters .filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 2rem;
}
.order-filters .filters .field {
  position: relative;
  flex-basis: 100%;
}
.order-filters .filters .field.form-inline {
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .order-filters .filters .field {
    flex-basis: 45%;
  }
}
.order-filters .filters .field .field-icon {
  position: absolute;
  top: 25px;
  right: 10px;
  font-size: 1.25rem;
}
.order-filters .filters .actions-toolbar {
  flex-basis: 100%;
}
.newsletter-popup.modal-popup .modal-inner-wrap {
  background: #3a8539;
  color: #ffffff;
}
.newsletter-popup.modal-popup header.modal-header .action-close:hover:before {
  color: #414141;
}
.newsletter-popup.modal-popup header.modal-header h1.modal-title {
  color: #ffffff;
  font-weight: 500;
  text-transform: none;
}
.newsletter-popup.modal-popup .modal-content {
  text-transform: none;
  font-weight: 300;
}
.newsletter-popup.modal-popup .modal-content .block.newsletter .field input {
  color: #1e1e1e;
}
.newsletter-popup.modal-popup .modal-content .block.newsletter .field div.mage-error {
  background: #ffffff;
}
@media (min-width: 1200px) {
  .newsletter-popup.modal-popup .modal-content .block.newsletter .field .control:before {
    color: #414141;
  }
}
.newsletter-popup.modal-popup footer.modal-footer {
  padding: 1rem;
}
.newsletter-popup.modal-popup footer.modal-footer .modal-social a:hover {
  color: #1e1e1e;
  background: #ffffff;
}
.newsletter-popup.modal-popup .buttons-container {
  background: transparent;
}
.newsletter-popup.modal-popup .buttons-container button.subscribe {
  background-color: #1e1e1e;
  font-weight: 500;
}
.newsletter-popup.modal-popup .buttons-container button.subscribe:hover {
  background-color: #b4b4b4;
  color: #1e1e1e;
}
.cms-page-view h1,
.cms-page-view h2,
.cms-page-view h3,
.cms-page-view h4,
.cms-page-view h5,
.cms-page-view h6,
.cms-page-view .heading-1,
.cms-page-view .heading-2,
.cms-page-view .heading-3,
.cms-page-view .heading-4,
.cms-page-view .heading-5,
.cms-page-view .heading-6 {
  text-transform: none;
}
.cms-page-view .tread-codes {
  border-top: 1px solid #e9e9e9;
  clear: both;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.cms-page-view .tread-codes:before,
.cms-page-view .tread-codes:after {
  display: table;
  content: "";
  line-height: 0;
}
.cms-page-view .tread-codes:after {
  clear: both;
}
.cms-page-view .tread-codes article {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  flex-basis: 100%;
}
@media (min-width: 480px) {
  .cms-page-view .tread-codes article {
    flex-direction: row;
  }
}
@media (max-width: calc(768px - 1px)) {
  .custom-page table.responsive tbody td:first-child {
    color: #2b2b2b;
    background: #ebeaea;
  }
}
.cms-tire-university .page-main,
.cms-catalogs .page-main {
  text-align: center;
}
.cms-tire-university .page-main .columns.container,
.cms-catalogs .page-main .columns.container {
  margin-top: 0;
}
.cms-tire-university .page-main .columns.container .links,
.cms-catalogs .page-main .columns.container .links {
  text-align: left;
  margin: 0 auto;
  max-width: 600px;
  column-width: 14em;
}
@media (min-width: 992px) {
  .cms-page-view .tread-codes article {
    flex-basis: 50%;
    max-width: 48%;
  }
  .cms-page-view .tread-codes article > div {
    width: 50%;
  }
}
.cms-home .banner-button {
  background-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  padding: 1em 3em;
  border: 2px solid #ffffff;
  border-radius: 2px;
  line-height: 1em;
}
.cms-home .banner-button:hover {
  background: #ffffff;
  color: #3a8539;
}
@media (min-width: 1200px) {
  .cms-home .banner-button {
    padding: 14px 33px;
  }
}
@media (min-width: 992px) {
  .cms-home .banner-button {
    padding: 1em 4em;
  }
}
@media (min-width: 2000px) {
  .cms-home .banner-button {
    padding: 1em 6em;
  }
}
.cms-home .page-bottom .block-static-block {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #ffb702;
  text-align: center;
  font-size: 28px;
  letter-spacing: -0.83px;
  line-height: 30px;
}
.cms-home .page-bottom .block-static-block:before,
.cms-home .page-bottom .block-static-block:after {
  display: table;
  content: "";
  line-height: 0;
}
.cms-home .page-bottom .block-static-block:after {
  clear: both;
}
.cms-home .page-bottom .block-static-block .content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 300px;
  max-width: 480px;
}
@media (min-width: 768px) {
  .cms-home .page-bottom .block-static-block .content {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .cms-home .page-bottom .block-static-block .content {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .cms-home .page-bottom .block-static-block .content {
    max-width: 1190px;
  }
}
@media (min-width: 1400px) {
  .cms-home .page-bottom .block-static-block .content {
    max-width: 1380px;
  }
}
@media (min-width: 1800px) {
  .cms-home .page-bottom .block-static-block .content {
    max-width: 1764px;
  }
}
.cms-home .page-bottom .block-static-block .content .block-title {
  text-align: center;
}
.cms-home .page-bottom .block-static-block .content a {
  background-color: #2b2b2b;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  margin-top: 3rem;
}
.cms-home .page-bottom .block-static-block .content a:hover {
  background: #2b2b2b;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cms-home .page-bottom .block-static-block .content a {
    padding: 14px 33px;
  }
}
.homepage.catalog-image-grid .catalog-image-grid-title {
  display: none;
}
.homepage.catalog-image-grid ul img {
  width: 100%;
}
.homepage.catalog-image-grid .category-grid > li,
.homepage.catalog-image-grid .category-list > li {
  padding: 0;
  background-color: #000000;
}
.homepage.catalog-image-grid .category-grid .category-link,
.homepage.catalog-image-grid .category-list .category-link {
  color: #ffffff;
  font-size: 0.875em;
  letter-spacing: -1.8px;
}
.homepage.catalog-image-grid .category-grid .button-more,
.homepage.catalog-image-grid .category-list .button-more {
  font-size: 1em;
  color: #ffffff;
  letter-spacing: 0;
  border: 2px solid #ffffff;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 1em;
}
@media (min-width: 992px) {
  .homepage.catalog-image-grid .category-grid .button-more,
  .homepage.catalog-image-grid .category-list .button-more {
    border-width: 3px;
  }
}
.homepage .grid-inner_content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .homepage.secondary.catalog-image-grid .category-grid > li,
  .homepage.secondary.catalog-image-grid .category-list > li {
    margin: 0;
  }
}
.homepage.secondary.catalog-image-grid .category-grid .category-link .category-name,
.homepage.secondary.catalog-image-grid .category-list .category-link .category-name {
  margin-bottom: 40px;
}
.homepage.secondary .grid-inner_content {
  top: 40%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .homepage.secondary .grid-inner_content {
    top: 50%;
  }
}
.homepage.block.brands {
  margin-bottom: 40px;
}
.homepage.block.brands .block-title {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.homepage.block.brands .block-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 300px;
  max-width: 480px;
}
@media (min-width: 768px) {
  .homepage.block.brands .block-content {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .homepage.block.brands .block-content {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .homepage.block.brands .block-content {
    max-width: 1190px;
  }
}
@media (min-width: 1400px) {
  .homepage.block.brands .block-content {
    max-width: 1380px;
  }
}
@media (min-width: 1800px) {
  .homepage.block.brands .block-content {
    max-width: 1764px;
  }
}
.homepage.block.brands .block-content .brandlist {
  justify-content: center;
}
@media (max-width: calc(992px - 1px)) {
  .homepage.catalog-image-grid .category-grid.columns-2 > li,
  .homepage.catalog-image-grid .category-grid.columns-3 > li {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .homepage.catalog-image-grid .category-grid > li,
  .homepage.catalog-image-grid .category-list > li {
    margin: 0;
  }
  .homepage.catalog-image-grid .category-grid .category-link .category-name,
  .homepage.catalog-image-grid .category-list .category-link .category-name {
    display: none;
  }
  .homepage.catalog-image-grid.secondary .category-grid .category-link,
  .homepage.catalog-image-grid.secondary .category-list .category-link {
    font-size: 28px;
    letter-spacing: -0.83px;
    font-weight: 300;
  }
  .homepage.catalog-image-grid.secondary .category-grid .category-link .category-name,
  .homepage.catalog-image-grid.secondary .category-list .category-link .category-name {
    display: block;
  }
  .homepage .grid-inner_content {
    padding-top: 3em;
  }
  .homepage.secondary .grid-inner_content {
    padding-top: 0;
  }
}
@media (max-width: calc(992px - 1px)) and (min-width: 768px) {
  .homepage.catalog-image-grid.secondary .category-grid .category-link,
  .homepage.catalog-image-grid.secondary .category-list .category-link {
    line-height: 76px;
  }
}
@media (max-width: calc(992px - 1px)) and (min-width: 480px) {
  .homepage .grid-inner_content {
    padding-top: 4em;
  }
}
@media (max-width: calc(992px - 1px)) and (min-width: 768px) {
  .homepage .grid-inner_content {
    padding-top: 6em;
  }
}
@media (min-width: 992px) {
  .homepage.catalog-image-grid .category-grid .category-link,
  .homepage.catalog-image-grid .category-list .category-link {
    font-size: 40px;
    font-weight: 300;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .homepage.catalog-image-grid .category-grid .category-link,
  .homepage.catalog-image-grid .category-list .category-link {
    font-size: 60px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .homepage .grid-inner_content {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) and (min-width: 1800px) {
  .homepage .grid-inner_content {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 2400px) {
  .homepage .grid-inner_content {
    padding-top: 4rem;
  }
}
#gift-options-cart .title {
  background-color: #414141;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  display: block;
  cursor: pointer;
  padding: 14px 20px;
  width: 100%;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#gift-options-cart .title:hover {
  background: #1e1e1e;
  color: #ffffff;
}
@media (min-width: 1200px) {
  #gift-options-cart .title {
    padding: 14px 33px;
  }
}
@media (min-width: 992px) {
  #gift-options-cart .title {
    display: inline-block;
    padding: 6px 20px;
    width: auto;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  #gift-options-cart .title {
    padding: 14px 20px;
  }
}
#gift-options-cart .gift-options-title {
  font-weight: 700;
  color: #3a8539;
}
#shopping-cart-table {
  border-collapse: collapse;
}
@media (max-width: calc(768px - 1px)) {
  #shopping-cart-table:not(#product-comparison) td:first-child {
    background: transparent;
    border-bottom: 1px solid #dddddd;
    border-top: none;
    border-left: none;
    margin-bottom: 20px;
  }
}
#shopping-cart-table a {
  font-weight: 400;
}
#shopping-cart-table thead {
  border-bottom: 1px solid #dddddd;
}
#shopping-cart-table thead th {
  color: #777777;
}
@media (min-width: 768px) {
  #shopping-cart-table thead {
    border-bottom: none;
  }
}
#shopping-cart-table tr th {
  text-align: center;
  font-size: 15px;
  background-color: #f1f1f1;
  color: #2b2b2b;
  letter-spacing: 0;
  font-weight: 700;
}
#shopping-cart-table tr th:first-child {
  text-align: left;
}
@media (min-width: 768px) {
  #shopping-cart-table tr th {
    border-left: 1px solid #dddddd;
  }
  #shopping-cart-table tr th:last-of-type {
    border-right: 1px solid #dddddd;
  }
}
#shopping-cart-table td:first-child {
  padding-left: 20px;
}
#shopping-cart-table td.price,
#shopping-cart-table td.subtotal {
  font-size: 1rem;
  line-height: 1;
  color: #2b2b2b;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 768px) {
  #shopping-cart-table td {
    border-left: 1px solid #dddddd;
  }
  #shopping-cart-table td:last-of-type {
    border-right: 1px solid #dddddd;
  }
}
#shopping-cart-table .cart.item {
  border-bottom: 1px solid #dddddd;
}
#shopping-cart-table .cart.item .inventory-source {
  font-size: 12px;
  margin-top: 10px;
}
#shopping-cart-table .cart.item .inventory-source span {
  font-weight: bold;
}
#shopping-cart-table .cart.item .product-item-details .product-item-name {
  font-size: 16px;
  color: #2b2b2b;
  letter-spacing: 0;
}
#shopping-cart-table .cart.item .product-item-details .product-item-name a {
  color: #2b2b2b;
}
#shopping-cart-table .cart.item .product-item-details .product-item-name a:hover {
  color: #68be66;
}
#shopping-cart-table .cart.item .product-item-details .product-item-description {
  font-weight: 700;
  font-size: 15px;
  color: #414141;
  letter-spacing: 0;
}
#shopping-cart-table .cart.item .product-item-details .product-item-number {
  font-size: 13px;
  color: #414141;
}
#shopping-cart-table .cart.item .actions-toolbar {
  justify-content: center;
}
#shopping-cart-table .cart.item .actions-toolbar .gift-content {
  background: #ffffff;
  border: 1px solid #dddddd;
}
#shopping-cart-table .cart.item .actions-toolbar .action.action-towishlist,
#shopping-cart-table .cart.item .actions-toolbar .action.action-edit {
  display: none;
}
#shopping-cart-table .cart.item .col.price,
#shopping-cart-table .cart.item .col.subtotal {
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 1200px) {
  #shopping-cart-table .cart.item .col.price,
  #shopping-cart-table .cart.item .col.subtotal {
    font-size: 16px;
  }
}
#shopping-cart-table .cart.item.error,
#shopping-cart-table .cart.item.notice {
  color: #dc150d;
  font-weight: 700;
  background-color: transparent;
  border-bottom: none;
  line-height: normal;
  margin: 10px 0;
  padding: 0;
}
#shopping-cart-table .item-actions {
  border-right: 1px solid #dddddd;
}
#shopping-cart-table .item-actions a {
  color: #ffb702;
}
#shopping-cart-table .item-actions a:hover {
  color: #1e1e1e;
}
@media (min-width: 768px) {
  #shopping-cart-table .item-actions {
    border-top: none;
  }
}
#shopping-cart-table .item-control .gift-content {
  background: #ffffff;
  border: 1px solid #dddddd;
}
#shopping-cart-table .update-cart-inline {
  color: #3a8539;
  font-size: 14px;
}
#shopping-cart-table .update-cart-inline:hover {
  color: #68be66;
}
.cart-container .main.actions .action {
  background-color: #1e1e1e;
}
.cart-container .main.actions .action:hover {
  background-color: #3a8539;
}
.cart-container .main.actions .action.continue {
  font-weight: 400;
  font-size: 14px;
  background-color: #2b2b2b;
}
.cart-container .main.actions .action.continue:hover {
  background-color: #3a8539;
}
.cart-container .main.actions .action.continue:before {
  display: none;
}
.cart-summary {
  border-top: 1px solid #dddddd;
  position: relative;
}
.cart-summary > .title {
  color: #2b2b2b;
}
@media (min-width: 992px) {
  .cart-summary {
    border: 1px solid #dddddd;
    border-radius: 0 0 4px 4px;
    padding: 60px 30px 30px;
  }
  .cart-summary > .title {
    color: #2b2b2b;
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
    display: block;
    background-color: #f1f1f1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 45px;
    line-height: 40px;
  }
}
.cart-summary .checkout.methods .item {
  margin-bottom: 20px;
}
.cart-summary .checkout.methods .item .primary.checkout {
  font-size: 14px;
  background: #3a8539;
}
.cart-summary .checkout.methods .item .primary.checkout:hover {
  background: #414141;
}
.cart-summary .checkout.methods .item .primary.checkout:after {
  display: none;
}
.cart-summary .block .title[role="tab"] {
  color: #3a8539;
  font-weight: 400;
}
.cart-summary .block .title[role="tab"]:before {
  color: #777777;
  border: 1px solid #dddddd;
}
.cart-summary .block .field.note {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
}
.cart-summary .cart-totals {
  border-top: 1px solid #dddddd;
}
.cart-summary .table.totals tbody th {
  color: #3a8539;
}
.cart-summary .table.totals tbody th span[class="value"] {
  color: #1e1e1e;
}
.cart-summary .table.totals tbody td {
  color: #666666;
}
@media (min-width: 992px) {
  .cart-summary .table.totals tbody td {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
@media (min-width: 992px) {
  .cart-summary .table.totals .grand.totals th,
  .cart-summary .table.totals .grand.totals td {
    line-height: 24px;
  }
  .cart-summary .table.totals .grand.totals td {
    font-weight: 700;
    font-size: 20px;
    color: #2b2b2b;
  }
}
.cart-summary #block-summary .fieldset > .field > .label,
.cart-summary #block-summary .item-title {
  color: #2b2b2b;
  font-size: 15px;
  letter-spacing: 0;
}
.cart-summary #block-summary .items.methods dt {
  color: #2b2b2b;
}
.cart-summary #block-summary .item-options {
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
}
.cart-summary .block.discount .field > .label {
  color: #2b2b2b;
  font-size: 15px;
  letter-spacing: 0;
}
.cart-summary .block.discount button.apply {
  font-size: 14px;
}
.cart-summary .block.shipping-fees {
  margin-bottom: 12px;
}
.cart-summary .block.shipping-fees select {
  margin-bottom: 12px;
}
.cart-summary .block.shipping-fees .shipping-fees-addto {
  text-align: right;
}
.contact-index-index .legend {
  color: #3a8539;
}
.customer-account-login .page-title-wrapper .page-title {
  display: none;
}
.customer-account-login .page-title-wrapper .wholesale-logo {
  text-align: center;
}
.customer-account-login .page-title-wrapper .wholesale-logo img {
  width: 100%;
  max-width: 332px;
  height: auto;
}
.customer-account-login .block-title {
  font-size: 28px;
  color: #2b2b2b;
  letter-spacing: -0.42px;
  text-align: left;
}
.customer-account-login .block-content {
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 300;
}
.customer-account-login .fieldset.login button.action.primary,
.customer-account-login .block-new-customer a.create {
  padding: 15px 30px;
  text-align: center;
}
.customer-account-login .fieldset.login button.action.primary {
  background-color: #2b2b2b;
}
.customer-account-login .fieldset.login button.action.primary:hover {
  background-color: #3a8539;
}
@media (min-width: 768px) {
  .customer-account-login .form-login .primary {
    width: 100%;
  }
  .customer-account-login .fieldset .actions-toolbar {
    padding-top: 0;
    flex-flow: column-reverse;
    align-items: flex-start;
  }
  .customer-account-login .fieldset.login button.action.primary {
    width: 70%;
    margin-top: 30px;
    max-width: 320px;
  }
  .customer-account-login .block-new-customer a.create {
    width: 70%;
    max-width: 272px;
  }
}
.form.forget .secondary {
  margin-top: 3em;
}
.catalog-product_compare-index .cell span.price-wrapper {
  display: block;
}
.savecart-cart-index td.actions a.action {
  padding-right: 15px;
}
.savecart-cart-index .shopping-cart-table {
  border-bottom: 1px solid #dddddd;
}
