/* BUTTONS */
.btn-primary {
  background-color: #CC6228;
  color: #FFFFFF;
  font-size: 15px;
  font-family: 'Roboto', 'lato', arial;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  padding: 8px 30px 7px;
  min-width: 200px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #151C49;
  background-color: #FFFFFF;
  border: 1px solid #151C49;
  text-decoration: underline;
}
a.btn-primary {
  padding: 12px 30px 7px;
}
a.btn-primary:hover,
a.btn-primary:active,
a.btn-primary:focus {
  text-decoration: underline;
}
.btn-secondary {
  background-color: #39393A;
  color: #FFFFFF;
  font-size: 15px;
  font-family: 'Roboto', 'lato', arial;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  padding: 8px 30px 7px;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  color: #39393A;
  background-color: #FFFFFF;
  border: 1px solid #39393A;
  text-decoration: underline;
}
.btn-secondary-large {
  width: 200px;
}
a.btn-secondary {
  padding: 12px 30px 7px;
}
a.btn-secondary:hover,
a.btn-secondary:active,
a.btn-secondary:focus {
  text-decoration: underline;
}
a.btn-link {
  color: #151C49;
  text-decoration: underline;
  padding: 0px;
}
a.btn-link:hover,
a.btn-link:active,
a.btn-link:focus {
  color: #151C49;
  text-decoration: underline;
}
.btn-chat {
  background-color: #0079B7;
  color: #FFFFFF;
  font-size: 15px;
  font-family: 'Roboto', 'lato', arial;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  padding: 8px 30px 7px;
}
.btn-chat span i {
  color: #FFFFFF;
}
.btn-chat:hover,
.btn-chat:active,
.btn-chat:focus {
  color: #0079B7;
  background-color: #FFFFFF;
  border: 1px solid #0079B7;
  text-decoration: underline;
}
.btn-chat:hover span i,
.btn-chat:active span i,
.btn-chat:focus span i {
  color: #0079B7;
}
a.btn-secondary {
  padding: 12px 30px 7px;
}
a.btn-secondary:hover,
a.btn-secondary:active,
a.btn-secondary:focus {
  text-decoration: underline;
}
.btn-set-right {
  margin-right: 10px;
}
.btn-set-right:hover,
.btn-set-right:active,
.btn-set-right:focus {
  text-decoration: underline;
}
.btn-set-right:hover p,
.btn-set-right:active p,
.btn-set-right:focus p {
  text-decoration: underline;
}
@media (max-width: 650px) {
  .btn-set-right {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.btn-block {
  min-width: 100%;
}
@import 'index';
h2 {
  font-family: 'Roboto', 'lato', arial;
  font-size: 19px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
  color: #151C49;
}
h3 {
  color: #151C49;
  font-family: 'Roboto', 'lato', arial;
  font-size: 17px;
}
p {
  font-size: 14px;
  font-family: 'Roboto', 'lato', arial;
  color: #515356;
}
a {
  font-size: 14px;
  font-family: 'Roboto', 'lato', arial;
  color: #515356;
  text-decoration: none;
}
ul {
  margin-left: 0px;
  padding-left: 0px;
}
ul li {
  list-style: none;
  display: inline-block;
}
.colored-break-bar {
  width: 100%;
  height: 1px;
  background-color: #151C49;
  margin-top: 30px;
}
.pageEnd_options {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .pageEnd_options {
    flex-direction: column;
    justify-content: flex-start;
  }
  .pageEnd_options .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
#breadcrumbs {
  padding: 30px 0px 10px 0px;
}
#breadcrumbs ul {
  display: inline-block;
}
#breadcrumbs ul li {
  color: #CC6228;
  display: inline-block;
  font-size: 14px;
}
#breadcrumbs ul li.current-page p {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', 'lato', arial;
}
#breadcrumbs ul li a {
  color: #1C85B9;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', 'lato', arial;
  text-decoration: underline;
}
#breadcrumbs ul li a:hover,
#breadcrumbs ul li a:focus,
#breadcrumbs ul li a:active {
  text-decoration: underline;
}
#breadcrumbs .breadcrumbs_filter-selected {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #breadcrumbs .breadcrumbs_filter-selected {
    display: block;
    margin-left: 0px;
  }
}
#breadcrumbs .breadcrumbs_filter-selected .breadcrumbs_filter-selected-single {
  color: #B0B0B1;
  display: inline-block;
  margin-right: 5px;
}
#breadcrumbs .breadcrumbs_filter-selected .breadcrumbs_filter-selected-single span i {
  color: #B0B0B1;
}
#breadcrumbs .breadcrumbs_filter-selected .breadcrumbs_filter-selected-single span i:hover,
#breadcrumbs .breadcrumbs_filter-selected .breadcrumbs_filter-selected-single span i:active,
#breadcrumbs .breadcrumbs_filter-selected .breadcrumbs_filter-selected-single span i:focus {
  color: #D0021B;
}
.product_block {
  position: relative;
}
.product_price {
  margin-bottom: 10px;
  color: #515356;
  font-weight: 600;
}
.product_price.product_price-sale {
  color: #AC1216;
  font-weight: 600;
}
.product_price.product_price-sale span {
  font-weight: 200;
  text-decoration: line-through;
  color: #515356;
}
@media (max-width: 1199px) {
  .featProducts_product-button {
    min-width: 170px;
  }
}
@media (max-width: 991px) {
  .featProducts_product-button {
    min-width: 200px;
  }
}
.product_alert-new {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  background-color: #0079B7;
  position: absolute;
  text-align: center;
  left: 0px;
  top: -15px;
}
@media (max-width: 1199px) {
  .product_alert-new {
    top: 1px;
    left: -8px;
  }
}
@media (max-width: 991px) {
  .product_alert-new {
    top: 5px;
    left: 12px;
  }
}
.product_alert-new p {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 17px;
  position: relative;
  top: 9px;
}
.btn-qty {
  background-image: -moz-linear-gradient(90deg, #f2f4f7 0%, #feffff 100%);
  background-image: -webkit-linear-gradient(90deg, #f2f4f7 0%, #feffff 100%);
  background-image: -ms-linear-gradient(90deg, #f2f4f7 0%, #feffff 100%);
  border: 1px solid #ced0da;
}
.number-increase {
  width: 120px;
}
.number-increase .input-group-btn button {
  padding: 5px 12px;
  border-radius: 1px;
}
.number-increase .input-group-btn i {
  color: #515356;
}
.number-increase input {
  color: #515356;
  font-size: 14px;
  border-top: 1px solid #CED0DA;
  border-bottom: 1px solid #CED0DA;
  border-left: none;
  border-right: none;
  text-align: center;
  font-family: 'Roboto', 'lato', arial;
  font-weight: 600;
  padding: 7px 0 6px 0;
  height: 32px;
}
.number-increase input[type=number]::-webkit-inner-spin-button,
.number-increase input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pagination-section {
  margin-top: 30px;
}
.pagination-section .pagination li:first-child span {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  padding: 5px 12px 2px 12px;
}
@media (max-width: 400px) {
  .pagination-section .pagination li:first-child span {
    padding: 3px 5px 2px 5px;
  }
}
.pagination-section .pagination li:first-child span:hover {
  background-color: white;
}
.pagination-section .pagination li:first-child span:hover i {
  color: #CC6228;
}
.pagination-section .pagination li:first-child span a i {
  font-size: 23px;
  color: #151C49;
}
@media (max-width: 400px) {
  .pagination-section .pagination li:first-child span a i {
    font-size: 16px;
  }
}
.pagination-section .pagination li:last-child span {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  padding: 5px 12px 2px 12px;
}
@media (max-width: 400px) {
  .pagination-section .pagination li:last-child span {
    padding: 3px 5px 2px 5px;
  }
}
.pagination-section .pagination li:last-child span:hover {
  background-color: #FFFFFF;
}
.pagination-section .pagination li:last-child span:hover i {
  color: #CC6228;
}
.pagination-section .pagination li:last-child span a i {
  font-size: 23px;
  color: #151C49;
}
@media (max-width: 400px) {
  .pagination-section .pagination li:last-child span a i {
    font-size: 16px;
  }
}
.pagination-section .pagination li.active span {
  background-color: #151C49;
  border-color: #151C49;
  color: #FFFFFF;
}
@media (max-width: 400px) {
  .pagination-section .pagination li.active span {
    font-size: 12px;
    padding: 4px 8px;
  }
}
.pagination-section .pagination li a {
  color: #151C49;
}
@media (max-width: 400px) {
  .pagination-section .pagination li a {
    font-size: 12px;
    padding: 4px 8px;
  }
}
.pagination-section .pagination li a:hover {
  background-color: #FFFFFF;
  color: #151C49;
}
.pagination-section .pagination li p.pagination-etc {
  color: #151C49;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
}
@media (max-width: 400px) {
  .pagination-section .pagination li p.pagination-etc {
    font-size: 12px;
    padding: 4px 8px;
  }
}
.pagination-section .pagination li p.pagination-etc:hover {
  background-color: #FFFFFF;
  color: #151C49;
}
.account_sideMenu {
  display: block;
}
@media (max-width: 1199px) {
  .account_sideMenu {
    margin-bottom: 50px;
  }
}
.account_sideMenu li {
  border-bottom: 1px solid #E2E3E4;
  display: block;
}
.account_sideMenu li a {
  color: #151C49;
  display: block;
  padding: 8px 0 7px;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 15px;
}
.account_sideMenu li a:hover,
.account_sideMenu li a:active,
.account_sideMenu li a:focus {
  text-decoration: none;
}
.account_sideMenu li a.active {
  font-weight: 700;
}
.modal .modal-header {
  border: none;
  padding-bottom: 0px;
}
.modal .modal-header button.close {
  opacity: 0.4;
}
.modal .modal-header button.close:hover,
.modal .modal-header button.close:active,
.modal .modal-header button.close:focus {
  color: #D0021B;
  opacity: 1;
}
.modal .modal-header .modal-title {
  font-family: 'Roboto', 'lato', arial;
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
  color: #151C49;
  margin: 20px 0 0px 20px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .modal .modal-header .modal-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .modal .modal-header .modal-title {
    font-size: 22px;
  }
}
.modal .modal-header .modal-title span i {
  font-size: 51px;
  color: #151C49;
  position: relative;
  top: 6px;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .modal .modal-header .modal-title span i {
    font-size: 41px;
  }
}
.modal .modal-body {
  padding: 0px 30px 30px 30px;
}
.modal .modal-body .alert {
  margin: 0px 0px 20px;
}
.modal .modal-body p {
  margin-left: 20px;
  margin-bottom: 0px;
}
.modal .modal-body form {
  margin-top: 20px;
}
.modal .modal-body form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.modal .modal-body form .form-group label {
  display: block;
}
.modal .modal-body form .form-group input {
  padding-left: 15px;
}
.modal .modal-body form .form-group .password-toggle {
  font-size: 2.3rem;
  position: absolute;
  right: 10px;
  top: 31px;
  z-index: 2;
}
.modal .modal-body form .form-group .password-toggle.fa-eye:before {
  content: '\f06e';
}
.modal .modal-body ul {
  margin-left: 40px;
}
.modal .modal-body ul li {
  list-style-type: disc;
  display: list-item;
}
.modal .modal-body ul li p {
  margin-left: 0px;
}
.modal .modal-footer {
  border: none;
  padding: 0px 30px 30px 30px;
}
.modal .modal-footer .btn + .btn {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .modal .modal-footer .btn + .btn {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .modal .modal-footer button {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
}
.modal .modal-footer p {
  text-align: left;
  margin-top: 20px;
}
#login_modal-forgotPasswordButton {
  font-weight: 500;
}
#login_modal-registerButton {
  font-weight: 500;
  position: relative;
  top: -1px;
}
form .form-group {
  position: relative;
}
form .form-group label {
  color: #151C49;
  font-family: 'Roboto', 'lato', arial;
}
form .form-group input.form-control {
  border-radius: 3px;
}
form .form-group input::-webkit-input-placeholder {
  color: #151C49;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto', 'lato', arial;
}
form .form-group input::-moz-placeholder {
  color: #151C49;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto', 'lato', arial;
}
form .form-group input:-ms-input-placeholder {
  color: #151C49;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto', 'lato', arial;
}
form .form-group input:-moz-placeholder {
  color: #151C49;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto', 'lato', arial;
}
form .form-group select.form-control {
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left 44, from(rgba(0, 0, 0, 0)), color-stop(4%, #FFFFFF), to(rgba(0, 0, 0, 0.1)));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #FFFFFF 1px, rgba(0, 0, 0, 0.1) 44px);
  position: relative;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
form .form-group select:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  color: #515356;
  margin-right: 5px;
  font-size: 17px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  pointer-events: none;
  width: 20px;
  height: 20px;
}
form .form-group textarea {
  border-radius: 2px;
}
form .form-group .form_error-inline {
  color: #AC1216;
}
form .form-group .password-toggle {
  font-size: 2.3rem;
  position: absolute;
  right: 7px;
  top: 6px;
  z-index: 2;
}
form .form-group .password-toggle.fa-eye:before {
  content: '\f06e';
}
.custom-checkbox[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.custom-checkbox[type="checkbox"] + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Roboto', 'lato', arial;
  color: #354052;
  font-weight: 400;
  overflow: hidden;
}
.custom-checkbox[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  background: -webkit-gradient(linear, left top, left 28, from(rgba(0, 0, 0, 0)), color-stop(4%, #FFFFFF), to(rgba(0, 0, 0, 0.1)));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #FFFFFF 1px, rgba(0, 0, 0, 0.1) 28px);
}
.custom-checkbox[type="checkbox"] + label:after {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #FFFFFF;
  position: absolute;
  height: 17px;
  width: 14px;
  top: -2px;
  left: 1px;
  padding-left: 2px;
  font-size: 11px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 900;
}
.custom-checkbox[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.custom-checkbox[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #37B148;
}
#footer {
  padding: 30px 0 10px;
  background-color: #151C49;
}
#footer h2 {
  color: #FFFFFF;
  font-weight: 400;
}
#footer p {
  color: #EDEDED;
}
#footer ul li {
  display: block;
  margin-bottom: 3px;
}
#footer ul li a {
  text-transform: capitalize;
  color: #FFFFFF;
  font-weight: 300;
}
#footer button {
  text-transform: capitalize;
}
#footer button.btn-chat {
  margin-top: 20px;
}
#footer button.btn-chat span i {
  font-size: 32px;
  position: relative;
  top: 4px;
  margin-top: -10px;
  margin-right: 3px;
}
@media (max-width: 480px) {
  #footer .change-flex-order-container {
    display: flex;
    flex-direction: column;
  }
  #footer .change-flex-order-container .change-flex-order:nth-of-type(1) {
    order: 2;
  }
  #footer .change-flex-order-container .change-flex-order:nth-of-type(2) {
    order: 3;
  }
  #footer .change-flex-order-container .change-flex-order:nth-of-type(3) {
    order: 4;
  }
  #footer .change-flex-order-container .change-flex-order:nth-of-type(4) {
    order: 1;
  }
}
#footer_copyright {
  padding: 20px 0px 20px;
  background-color: #151C49;
}
#footer_copyright p {
  color: #C9CBC9;
  font-size: 13px;
}
header #header_content-toggle {
  position: absolute;
  top: -5px;
}
@media (max-width: 480px) {
  header #header_content-toggle {
    top: -10px;
  }
}
header #header_content-toggle span {
  background-color: #151C49;
  height: 4px;
  border-radius: 2px;
}
header .header_sub {
  margin-top: 10px;
  border-top: 1px solid #BABABA;
}
header .header_sub #navigation_account {
  align-self: center;
  padding-top: 10px;
  text-align: center;
}
header .header_sub #navigation_account li {
  padding: 0px 0;
  text-align: center;
  list-style: none;
}
header .header_sub #navigation_account li.nav-separator {
  width: auto;
}
header .header_sub #navigation_account li#navigation_account-register {
  width: 70px;
}
header .header_sub #navigation_account li#navigation_account-login {
  width: 55px;
}
header .header_sub #navigation_account li#navigation_account-miniCart {
  padding: 0px;
  top: 4px;
  margin-left: 30px;
  margin-left: 10px;
  position: relative;
  padding-bottom: 0px;
  width: auto;
}
header .header_sub #navigation_account li#navigation_account-miniCart a {
  padding-bottom: 5px;
  position: relative;
}
header .header_sub #navigation_account li#navigation_account-miniCart a i {
  color: #151C49;
  font-size: 21px;
}
header .header_sub #navigation_account li#navigation_account-miniCart a span {
  height: 0px;
  width: 0px;
  line-height: 0px;
  position: absolute;
}
header .header_sub #navigation_account li#navigation_account-miniCart a span p {
  font-size: 10px;
  color: #FFFFFF;
  position: absolute;
  z-index: 20;
  top: 1px;
  left: -10px;
  font-weight: 600;
}
header .header_sub #navigation_account li#navigation_account-miniCart a span i {
  color: #F4781F;
  font-size: 18px;
  position: absolute;
  top: -9px;
  left: -13px;
}
header .header_sub #navigation_account li#navigation_account-quickOrder {
  width: 110px;
  text-align: center;
}
@supports (-ms-ime-align: auto) {
  header .header_sub #navigation_account li#navigation_account-quickOrder {
    width: 120px;
  }
}
header .header_sub #navigation_account li#navigation_account-quickOrder a span i {
  color: #CC6228;
  padding: 0px;
  margin: 0px 3px 0px 0px;
}
@media (max-width: 991px) {
  header .header_sub #navigation_account li#navigation_account-searchMobile {
    display: inline-block !important;
  }
}
header .header_sub #navigation_account li#navigation_account-searchMobile a {
  position: relative;
  top: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 20px;
}
header .header_sub #navigation_account li#navigation_account-searchMobile a i {
  font-size: 21px;
  color: #151C49;
}
header .header_sub #navigation_account li#navigation_account-list {
  width: 110px;
  text-align: center;
  list-style: none;
}
@media (max-width: 991px) {
  header .header_sub #navigation_account li#navigation_account-list {
    width: auto;
  }
}
header .header_sub #navigation_account li#navigation_account-list:hover .dropdown-menu {
  display: block;
}
@media (max-width: 991px) {
  header .header_sub #navigation_account li#navigation_account-list a {
    padding: 10px 10px 10px 30px;
  }
}
header .header_sub #navigation_account li#navigation_account-list a span {
  margin-left: 3px;
}
@media (max-width: 991px) {
  header .header_sub #navigation_account li#navigation_account-list a span#navigation_account-options-text {
    display: none;
  }
}
header .header_sub #navigation_account li#navigation_account-list a span#navigation_account-options-icon {
  display: none;
  position: absolute;
  left: 4px;
  top: -3px;
}
@media (max-width: 991px) {
  header .header_sub #navigation_account li#navigation_account-list a span#navigation_account-options-icon {
    display: inline-block;
  }
}
header .header_sub #navigation_account li#navigation_account-list a span#navigation_account-options-icon i {
  font-size: 24px;
  color: #151C49;
}
header .header_sub #navigation_account li#navigation_account-list .dropdown-menu {
  display: none;
  padding: 20px;
}
header .header_sub #navigation_account li#navigation_account-list .dropdown-menu li {
  display: block;
  text-align: left;
  list-style: none;
}
header .header_sub #navigation_account li#navigation_account-list .dropdown-menu li a {
  font-weight: 600;
  padding: 0px 0px 5px 0px;
  text-decoration: none;
}
header .header_sub #navigation_account li#navigation_account-list .dropdown-menu li a:hover,
header .header_sub #navigation_account li#navigation_account-list .dropdown-menu li a:focus,
header .header_sub #navigation_account li#navigation_account-list .dropdown-menu li a:active {
  text-decoration: underline;
}
header .header_sub #navigation_account li a {
  text-decoration: underline;
  font-weight: 400;
  font-family: 'Roboto', 'lato', arial;
  color: #515356;
  padding: 10px 10px;
}
header .header_sub #navigation_account li a:hover,
header .header_sub #navigation_account li a:focus,
header .header_sub #navigation_account li a:active {
  font-weight: 600;
}
header #accountBar_mobile {
  padding: 10px 0px 0px;
}
@media (min-width: 768px) {
  header #accountBar_mobile {
    display: none;
  }
}
header #accountBar_mobile .header_content-account-mobile {
  text-align: center;
}
header #accountBar_mobile .header_content-account-mobile p {
  font-size: 14px;
  display: inline-block;
}
header #accountBar_mobile .header_content-account-mobile p span {
  font-size: 12px;
  padding: 0px;
  text-decoration: underline;
  color: #0E80BA;
  display: inline-block;
  margin-left: 10px;
}
header #accountBar_mobile .header_content-account-mobile label {
  display: inline-block;
}
header #search-bar {
  background-color: #151C49;
  position: relative;
  z-index: 10;
  top: 1px;
  padding: 5px 0 5px 0;
  display: none;
}
@media (max-width: 767px) {
  header #search-bar {
    top: 1px;
    padding: 5px 0 5px 0;
  }
}
header #search-bar form {
  width: 100%;
  text-align: center;
  margin: 3px 0px;
}
@media (max-width: 767px) {
  header #search-bar form {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
}
header #search-bar form .input-group {
  width: 85%;
  margin-bottom: 0px;
}
header #search-bar form .input-group input {
  width: 100%;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
header #search-bar form .input-group .input-group-addon {
  border: none;
  background-color: #FFFFFF;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
}
header #search-bar form .input-group .input-group-addon i {
  color: #151C49;
  font-size: 20px;
}
header #search-bar form .input-group #navigation_typeahead {
  width: 600px;
  padding: 0px 0px 20px 0px;
  z-index: 90;
}
@media (max-width: 991px) {
  header #search-bar form .input-group #navigation_typeahead {
    width: 100%;
  }
}
header #search-bar form .input-group #navigation_typeahead li {
  width: 100%;
}
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-options {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-options .close {
  position: relative;
  top: -10px;
}
@media (max-width: 991px) {
  header #search-bar form .input-group #navigation_typeahead li .header_typeahead-options .close {
    right: 0px;
  }
  header #search-bar form .input-group #navigation_typeahead li .header_typeahead-options .close i {
    color: #000000;
    opacity: 0.9;
  }
}
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-categoryList {
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
}
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-categoryList li {
  display: block;
  font-weight: 300;
  color: #151C49;
  margin-bottom: 5px;
}
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-categoryList li a {
  font-size: 15px;
}
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-categoryList li a:hover,
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-categoryList li a:active,
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-categoryList li a:focus {
  text-decoration: underline;
}
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-categoryList li a.header_typeahead-categoryList-title {
  font-weight: 600;
  color: #151C49;
}
@media (max-width: 991px) {
  header #search-bar form .input-group #navigation_typeahead li .header_typeahead-product-list {
    padding-left: 20px;
  }
}
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-product-list li {
  list-style: none;
}
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-product-list li .header_typeahead-product {
  height: 70px;
  margin-bottom: 10px;
  padding: 5px;
  margin-right: 10px;
  display: block;
}
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-product-list li .header_typeahead-product:hover {
  border: 1px solid #F4F4F4;
  -webkit-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.3);
}
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-product-list li .header_typeahead-product .header_typeahead-product-img {
  max-width: 80px;
  height: auto;
  float: left;
}
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-product-list li .header_typeahead-product .header_typeahead-product-text {
  margin-left: 90px;
}
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-product-list li .header_typeahead-product .header_typeahead-product-text .header_typeahead-product-title {
  color: #151C49;
  margin-bottom: 0px;
  font-weight: 700;
}
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-product-list li .header_typeahead-product .header_typeahead-product-text .header_typeahead-product-brand {
  color: #515356;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 13px;
}
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-product-list li .header_typeahead-product .header_typeahead-product-text .header_typeahead-product-price {
  font-weight: 600;
}
header #search-bar form .input-group #navigation_typeahead li .header_typeahead-product-list li .header_typeahead-product .header_typeahead-product-text .header_typeahead-product-price .header_typeahead-product-options {
  font-weight: 300;
  text-decoration: none;
  font-size: 13px;
}
header #search-bar button {
  position: absolute;
  right: 30px;
  top: 2px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  header #search-bar button {
    right: 20px;
    top: 0;
    display: inline-block;
  }
}
header #search-bar button i {
  color: #FFFFFF;
  opacity: 0.4;
  font-size: 23px;
}
header #header_main {
  padding: 20px 0 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #BABABA;
}
header #header_main.header-guest #header_content #header_content-logo img {
  max-width: 240px;
}
@media (max-width: 1199px) {
  header #header_main.header-guest #header_content #header_content-logo img {
    max-width: 220px;
  }
}
@media (max-width: 991px) {
  header #header_main.header-guest #header_content #header_content-logo img {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  header #header_main.header-guest #header_content #header_content-logo img {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  header #header_main {
    padding-bottom: 0px;
  }
}
header #header_main #header_content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  header #header_main #header_content {
    justify-content: normal;
  }
}
header #header_main #header_content #header_content-logo {
  display: inline-block;
}
@media (max-width: 991px) {
  header #header_main #header_content #header_content-logo {
    margin: 0 auto;
  }
}
header #header_main #header_content #header_content-logo img {
  max-width: 240px;
}
@media (max-width: 1199px) {
  header #header_main #header_content #header_content-logo img {
    max-width: 220px;
  }
}
@media (max-width: 991px) {
  header #header_main #header_content #header_content-logo img {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  header #header_main #header_content #header_content-logo img {
    max-width: 150px;
  }
}
header #header_main #header_content #header_content-search {
  position: relative;
  display: inline-block;
  top: 10px;
}
@media (max-width: 991px) {
  header #header_main #header_content #header_content-search {
    display: none;
  }
}
header #header_main #header_content #header_content-search .input-group {
  border: 1px solid rgba(21, 28, 73, 0.5);
  width: 415px;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  header #header_main #header_content #header_content-search .input-group {
    width: 350px;
  }
}
header #header_main #header_content #header_content-search .input-group input {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
header #header_main #header_content #header_content-search .input-group input::-webkit-input-placeholder {
  color: #151C49;
  font-family: 'Roboto', 'lato', arial;
  font-weight: 400;
}
header #header_main #header_content #header_content-search .input-group input::-moz-placeholder {
  color: #151C49;
  font-family: 'Roboto', 'lato', arial;
  font-weight: 400;
}
header #header_main #header_content #header_content-search .input-group input:-ms-input-placeholder {
  color: #151C49;
  font-family: 'Roboto', 'lato', arial;
  font-weight: 400;
}
header #header_main #header_content #header_content-search .input-group input:-moz-placeholder {
  color: #151C49;
  font-family: 'Roboto', 'lato', arial;
  font-weight: 400;
}
header #header_main #header_content #header_content-search .input-group .input-group-addon {
  border: none;
  background-color: #FFFFFF;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
}
header #header_main #header_content #header_content-search .input-group .input-group-addon i {
  color: #151C49;
  font-size: 20px;
}
header #header_main #header_content #header_content-search .input-group #header_typeahead {
  width: 600px;
  padding: 0px 0px 20px 0px;
}
@media (max-width: 991px) {
  header #header_main #header_content #header_content-search .input-group #header_typeahead {
    width: 100%;
  }
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li {
  width: 100%;
  list-style: none;
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-options {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-options .close {
  position: relative;
  top: -10px;
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-categoryList {
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-categoryList li {
  display: block;
  font-weight: 300;
  color: #151C49;
  margin-bottom: 5px;
  list-style: none;
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-categoryList li a {
  font-size: 15px;
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-categoryList li a:hover,
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-categoryList li a:active,
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-categoryList li a:focus {
  text-decoration: underline;
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-categoryList li a.header_typeahead-categoryList-title {
  font-weight: 600;
  color: #151C49;
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-product-list li {
  list-style: none;
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-product-list li .header_typeahead-product {
  height: 70px;
  margin-bottom: 10px;
  padding: 5px;
  margin-right: 10px;
  display: block;
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-product-list li .header_typeahead-product:hover {
  border: 1px solid #F4F4F4;
  -webkit-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.3);
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-product-list li .header_typeahead-product .header_typeahead-product-img {
  max-width: 80px;
  height: auto;
  float: left;
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-product-list li .header_typeahead-product .header_typeahead-product-text {
  margin-left: 90px;
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-product-list li .header_typeahead-product .header_typeahead-product-text .header_typeahead-product-title {
  color: #151C49;
  margin-bottom: 0px;
  font-weight: 700;
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-product-list li .header_typeahead-product .header_typeahead-product-text .header_typeahead-product-brand {
  color: #515356;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 13px;
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-product-list li .header_typeahead-product .header_typeahead-product-text .header_typeahead-product-price {
  font-weight: 600;
}
header #header_main #header_content #header_content-search .input-group #header_typeahead li .header_typeahead-product-list li .header_typeahead-product .header_typeahead-product-text .header_typeahead-product-price .header_typeahead-product-options {
  font-weight: 300;
  text-decoration: none;
  font-size: 13px;
}
header #header_main #header_content .header_content-account {
  align-self: center;
}
@media (max-width: 767px) {
  header #header_main #header_content .header_content-account {
    text-align: center;
  }
}
header #header_main #header_content .header_content-account p {
  width: 250px;
  font-size: 14px;
}
@media (max-width: 767px) {
  header #header_main #header_content .header_content-account p {
    display: inline-block;
    margin-bottom: 0px;
  }
}
header #header_main #header_content .header_content-account p span {
  font-size: 12px;
  padding: 0px;
  text-decoration: underline;
  color: #0E80BA;
}
header #header_main #header_content .header_content-account label {
  margin-bottom: 0px;
  margin-right: 0px;
}
@media (max-width: 767px) {
  header #header_main #header_content .header_content-account label {
    display: inline-block;
  }
}
#navigation_sub {
  background-color: #FFFFFF;
}
#navigation_sub .navigation_sub-content {
  display: flex;
  justify-content: space-between;
}
#navigation_sub .navigation_sub-content #navigation_account {
  align-self: center;
  position: relative;
  top: -2px;
}
@media (max-width: 1199px) {
  #navigation_sub .navigation_sub-content #navigation_account {
    top: -3px;
  }
}
#navigation_sub .navigation_sub-content #navigation_account li {
  padding: 0px 0;
  text-align: center;
}
#navigation_sub .navigation_sub-content #navigation_account li.nav-separator {
  width: auto;
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-register {
  width: 70px;
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-login {
  width: 55px;
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-miniCart {
  padding: 0px;
  top: 4px;
  margin-left: 30px;
  margin-left: 10px;
  position: relative;
  padding-bottom: 0px;
  width: auto;
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-miniCart a {
  padding-bottom: 5px;
  position: relative;
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-miniCart a i {
  color: #151C49;
  font-size: 21px;
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-miniCart a span {
  height: 0px;
  width: 0px;
  line-height: 0px;
  position: absolute;
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-miniCart a span p {
  font-size: 10px;
  color: #FFFFFF;
  position: absolute;
  z-index: 20;
  top: 1px;
  left: -10px;
  font-weight: 600;
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-miniCart a span i {
  color: #CC6228;
  font-size: 18px;
  position: absolute;
  top: -9px;
  left: -13px;
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-quickOrder {
  width: 110px;
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #navigation_sub .navigation_sub-content #navigation_account li#navigation_account-quickOrder {
    width: 120px;
  }
}
@supports (-ms-ime-align: auto) {
  #navigation_sub .navigation_sub-content #navigation_account li#navigation_account-quickOrder {
    width: 120px;
  }
}
@-moz-document url-prefix() {
  #navigation_sub .navigation_sub-content #navigation_account li#navigation_account-quickOrder {
    width: 120px;
  }
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-quickOrder a span i {
  color: #CC6228;
  padding: 0px;
  margin: 0px 3px 0px 0px;
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-list {
  width: 110px;
  text-align: center;
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-list:hover .dropdown-menu {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #navigation_sub .navigation_sub-content #navigation_account li#navigation_account-list {
    width: 120px;
  }
}
@supports (-ms-ime-align: auto) {
  #navigation_sub .navigation_sub-content #navigation_account li#navigation_account-list {
    width: 120px;
  }
}
@-moz-document url-prefix() {
  #navigation_sub .navigation_sub-content #navigation_account li#navigation_account-list {
    width: 120px;
  }
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-list a span {
  margin-left: 3px;
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-list .dropdown-menu {
  display: none;
  padding: 20px;
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-list .dropdown-menu li {
  display: block;
  text-align: left;
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-list .dropdown-menu li a {
  font-weight: 600;
  padding: 0px 0px 5px 0px;
  text-decoration: none;
}
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-list .dropdown-menu li a:hover,
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-list .dropdown-menu li a:focus,
#navigation_sub .navigation_sub-content #navigation_account li#navigation_account-list .dropdown-menu li a:active {
  text-decoration: underline;
}
#navigation_sub .navigation_sub-content #navigation_account li a {
  text-decoration: underline;
  font-weight: 400;
  font-family: 'Roboto', 'lato', arial;
  color: #515356;
  padding: 10px 10px;
}
#navigation_sub .navigation_sub-content #navigation_account li a:hover,
#navigation_sub .navigation_sub-content #navigation_account li a:focus,
#navigation_sub .navigation_sub-content #navigation_account li a:active {
  font-weight: 600;
}
#navigation_sub .navigation_sub-content ul {
  margin-bottom: 0px;
  display: inline-block;
}
#navigation_sub .navigation_sub-content ul li {
  padding: 10px 10px;
  text-align: left;
  width: 100px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #navigation_sub .navigation_sub-content ul li {
    width: 80px;
  }
}
@supports (-ms-ime-align: auto) {
  #navigation_sub .navigation_sub-content ul li {
    width: 80px;
  }
}
@-moz-document url-prefix() {
  #navigation_sub .navigation_sub-content ul li {
    width: 80px;
  }
}
#navigation_sub .navigation_sub-content ul li.navigation_sub-listItem-large {
  width: 130px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #navigation_sub .navigation_sub-content ul li.navigation_sub-listItem-large {
    width: 150px;
  }
}
@supports (-ms-ime-align: auto) {
  #navigation_sub .navigation_sub-content ul li.navigation_sub-listItem-large {
    width: 150px;
  }
}
@-moz-document url-prefix() {
  #navigation_sub .navigation_sub-content ul li.navigation_sub-listItem-large {
    width: 150px;
  }
}
#navigation_sub .navigation_sub-content ul li.first-nav-child {
  padding-left: 0px;
}
#navigation_sub .navigation_sub-content ul li.first-nav-child a {
  padding-left: 0px;
}
#navigation_sub .navigation_sub-content ul li a {
  color: #515356;
  font-family: 'Roboto', 'lato', arial;
  background-color: #FFFFFF;
  padding: 10px 20px;
}
#navigation_sub .navigation_sub-content ul li a:hover,
#navigation_sub .navigation_sub-content ul li a:focus,
#navigation_sub .navigation_sub-content ul li a:active {
  text-decoration: underline;
  font-weight: 600;
  background-color: #FFFFFF;
}
#navigation_main {
  background-color: #151C49;
}
#navigation_main ul {
  display: flex;
  justify-content: space-between;
}
#navigation_main ul li {
  padding: 0px 10px;
  width: 190px;
  text-align: left;
}
#navigation_main ul li.first-nav-child {
  padding-left: 0px;
}
#navigation_main ul li.first-nav-child a {
  padding-left: 0px;
}
@media (max-width: 1199px) {
  #navigation_main ul li {
    width: 160px;
    padding: 0px 0px;
  }
}
#navigation_main ul li:hover .dropdown-menu {
  display: block;
}
#navigation_main ul li a {
  color: #FFFFFF;
  padding: 10px 20px;
  font-weight: 300;
}
#navigation_main ul li a:hover,
#navigation_main ul li a:focus,
#navigation_main ul li a:active {
  text-decoration: underline;
  font-weight: 600;
  background-color: #151C49;
}
@media (max-width: 1199px) {
  #navigation_main ul li a {
    padding: 10px 0px;
  }
}
#navigation_main ul li a span i {
  margin-left: 3px;
}
#navigation_main ul li .dropdown-menu {
  display: none;
  background-color: #FFFFFF;
  padding: 20px;
}
#navigation_main ul li .dropdown-menu.navigation_main-subMenu-extended {
  width: 450px;
}
#navigation_main ul li .dropdown-menu.navigation_main-subMenu-extended li {
  width: 100%;
}
#navigation_main ul li .dropdown-menu.navigation_main-subMenu-extended li ul {
  display: block;
}
#navigation_main ul li .dropdown-menu.navigation_main-subMenu-extended li ul .dropdown-menu_subMenu {
  margin-left: 0px;
  padding-left: 0px;
}
#navigation_main ul li .dropdown-menu.navigation_main-subMenu-extended li ul .dropdown-menu_subMenu li {
  padding-left: 0px;
}
#navigation_main ul li .dropdown-menu.navigation_main-subMenu-extended li ul .dropdown-menu_subMenu li a {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
#navigation_main ul li .dropdown-menu.navigation_main-subMenu-extended li ul li {
  display: block;
  margin-bottom: 6px;
}
#navigation_main ul li .dropdown-menu.navigation_main-subMenu-extended li ul li a {
  padding: 0px;
}
#navigation_main ul li .dropdown-menu li {
  display: block;
  text-align: left;
  margin-bottom: 6px;
}
#navigation_main ul li .dropdown-menu li a {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  padding: 0px;
}
#navigation_main ul li .dropdown-menu li a:hover,
#navigation_main ul li .dropdown-menu li a:focus,
#navigation_main ul li .dropdown-menu li a:active {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.8);
}
/* side slide in black background styling */
.black-cover {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .side-element-scroll {
    overflow-y: scroll !important;
  }
}
/* side slide in black background styling end... */
.background-stick {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background-stick {
    position: initial;
    overflow: hidden;
    overflow-y: scroll;
  }
}
.sidenav {
  border-left: none;
  border-right: none;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: 0.5s;
}
.sidenav a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  font-size: 25px;
  color: #FFFFFF;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover,
.sidenav a:focus,
.sidenav a:active {
  text-decoration: underline;
}
@media (max-width: 450px) {
  .sidenav a {
    font-size: 18px;
  }
}
.sidenav button {
  text-decoration: none;
}
.sidenav button:hover,
.sidenav button:focus,
.sidenav button:active {
  text-decoration: underline;
}
.sidenav ul {
  margin: 0 auto 40px;
  text-align: center;
}
.sidenav ul li button {
  padding: 5px 25px 2px;
}
.sidenav ul li button:hover {
  cursor: pointer;
}
@media (max-width: 480px) {
  .sidenav ul li button {
    padding: 5px 10px 2px;
  }
}
@media (max-width: 991px) {
  .sidenav ul li a {
    padding: 5px 25px 2px;
  }
}
@media (max-width: 480px) {
  .sidenav ul li a {
    padding: 5px 10px 2px;
  }
}
.sidenav .account-side-customer-block {
  background-color: #151C49;
  padding-left: 20px;
  padding-bottom: 0px;
}
.sidenav .account-side-customer-block button {
  background-color: transparent;
  border: none;
}
.sidenav .account-side-customer-block button span {
  color: #FFFFFF;
}
.sidenav .closebtn {
  position: relative;
  background-color: transparent;
  border: none;
  right: -235px;
  padding: 10px;
}
.sidenav .closebtn i {
  font-size: 20px;
  color: #FFFFFF;
  opacity: 0.8;
}
.sidenav .first-level-nav-options {
  padding: 5px 0 5px;
  margin-bottom: 20px;
}
.sidenav .first-level-nav-options button {
  color: #151C49;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  text-align: left;
  font-family: 'Roboto', 'lato', arial;
  text-decoration: none;
}
.sidenav .first-level-nav-options button:hover,
.sidenav .first-level-nav-options button:focus,
.sidenav .first-level-nav-options button:active {
  text-decoration: underline;
}
.sidenav .first-level-nav-options a {
  color: #151C49;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  text-align: left;
  text-decoration: none;
}
.sidenav .first-level-nav-options a:hover,
.sidenav .first-level-nav-options a:focus,
.sidenav .first-level-nav-options a:active {
  text-decoration: underline;
}
.sidenav .first-level-nav-options li {
  display: block;
  text-align: left;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #BABABA;
}
.sidenav .first-level-nav-options li:last-child {
  border-bottom: none;
}
.sidenav #nav-mobile {
  overflow: auto;
}
.sidenav .back-main-menu {
  display: inline-block;
}
.sidenav .back-main-menu span {
  display: inline-block;
  font-size: 16px;
}
.sidenav .back-main-menu span i {
  margin-bottom: 0px;
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  top: 1px;
}
.sub-nav-mobile {
  overflow: auto;
}
.sub-nav-mobile .back-main-menu {
  display: inline-block;
  padding-left: 0px;
  width: 75%;
  text-align: left;
}
.sub-nav-mobile .closebtn {
  position: relative;
  background-color: transparent;
  border: none;
  right: -20px;
  padding: 10px;
}
.sub-nav-mobile .closebtn i {
  font-size: 20px;
  color: #FFFFFF;
  opacity: 0.8;
}
.sub-nav-mobile .sub-level-nav-options ul {
  margin-bottom: 20px;
}
.sub-nav-mobile .sub-level-nav-options ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #BABABA;
}
.sub-nav-mobile .sub-level-nav-options ul li:last-child {
  border-bottom: none;
}
.sub-nav-mobile .sub-level-nav-options ul li a {
  color: #151C49;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 15px 7px 15px;
}
.sub-nav-mobile .sub-level-nav-options ul li a:hover {
  text-decoration: underline;
  color: #151C49;
}
.sub-nav-mobile .sub-level-nav-options ul li a.navigation_mobile-list-title {
  font-weight: 700;
}
#cta_social {
  background-color: #0E80BA;
  text-align: center;
  padding: 15px 0 20px;
}
#cta_social .cta_social-content {
  margin: 0 auto;
  text-align: center;
}
#cta_social .cta_social-content .cta_social-text {
  color: #FFFFFF;
  font-size: 29px;
  display: inline-block;
  font-weight: 400;
  margin-right: 50px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  #cta_social .cta_social-content .cta_social-text {
    font-size: 28px;
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
#cta_social .cta_social-content .cta_social-list {
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
  top: 7px;
}
@media (max-width: 767px) {
  #cta_social .cta_social-content .cta_social-list {
    display: block;
    margin-bottom: 20px;
  }
}
#cta_social .cta_social-content .cta_social-list .cta_social-listItem {
  display: inline-block;
  margin: 0px 10px;
}
#cta_social .cta_social-content .cta_social-list .cta_social-listItem a {
  color: #FFFFFF;
  text-decoration: none;
}
#cta_social .cta_social-content .cta_social-list .cta_social-listItem a:hover,
#cta_social .cta_social-content .cta_social-list .cta_social-listItem a:active,
#cta_social .cta_social-content .cta_social-list .cta_social-listItem a:focus {
  text-decoration: none;
}
#cta_social .cta_social-content .cta_social-list .cta_social-listItem a:hover i,
#cta_social .cta_social-content .cta_social-list .cta_social-listItem a:active i,
#cta_social .cta_social-content .cta_social-list .cta_social-listItem a:focus i {
  color: #CC6228;
}
#cta_social .cta_social-content .cta_social-list .cta_social-listItem a i {
  font-size: 50px;
  color: #FFFFFF;
  width: 51px;
}
#banner_main {
  padding: 7% 0 7% 0;
  background-image: url(../images/crossing-street.jpg);
  background-repeat: no-repeat;
  background-position: center top 31%;
  background-size: cover;
}
#banner_main .banner_main-content {
  width: 558px;
  background-color: rgba(0, 121, 183, 0.8);
  padding: 60px 30px 30px 30px;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  #banner_main .banner_main-content {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  #banner_main .banner_main-content {
    width: auto;
    margin-left: 0px;
  }
}
#banner_main .banner_main-content h1 {
  color: #FFFFFF;
  font-family: 'lato', 'Roboto', arial;
  margin: 0px 0px 30px 0px;
  font-weight: 900;
}
@media (max-width: 1199px) {
  #banner_main .banner_main-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #banner_main .banner_main-content h1 {
    font-size: 28px;
  }
}
#banner_main .banner_main-content p {
  color: #FFFFFF;
  margin: 0px 0px 50px 0px;
}
@media (max-width: 1199px) {
  #banner_main .banner_main-content p {
    margin: 0px 0px 30px 0px;
  }
}
#banner_subPage {
  padding: 6% 0 6% 0;
  background-image: url(../images/collection-cleaning-ex.jpg);
  background-repeat: no-repeat;
  background-position: center top 31%;
  background-size: cover;
}
#banner_subPage #banner_subPage-content {
  width: 558px;
  background-color: rgba(0, 121, 183, 0.8);
  padding: 60px 30px 30px 30px;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  #banner_subPage #banner_subPage-content {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  #banner_subPage #banner_subPage-content {
    width: auto;
    margin-left: 0px;
  }
}
#banner_subPage #banner_subPage-content h1 {
  color: #FFFFFF;
  font-family: 'lato', 'Roboto', arial;
  margin: 0px 0px 30px 0px;
  font-weight: 900;
  font-size: 32px;
}
@media (max-width: 1199px) {
  #banner_subPage #banner_subPage-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #banner_subPage #banner_subPage-content h1 {
    font-size: 28px;
  }
}
#banner_subPage #banner_subPage-content p {
  color: #FFFFFF;
  margin: 0px 0px 50px 0px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  #banner_subPage #banner_subPage-content p {
    margin: 0px 0px 30px 0px;
  }
}
#topics_container-1 .panel-body {
  background-image: url('../images/crossing-street.jpg');
}
#topics_container-2 .panel-body {
  background-image: url('../images/home-girl.jpg');
}
#topics_container-3 .panel-body {
  background-image: url('../images/typing-stock.jpg');
}
#topics {
  background-color: #FFFFFF;
  padding: 40px 0 40px;
}
@media (max-width: 767px) {
  #topics {
    padding-bottom: 20px;
  }
}
#topics .topics_container {
  margin-bottom: 0px;
  border: 1px solid #E2E3E4;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 767px) {
  #topics .topics_container {
    margin-bottom: 20px;
  }
}
#topics .topics_container .panel-body {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 200px;
  width: 100%;
  border: none;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  #topics .topics_container .panel-body {
    min-height: 300px;
  }
}
#topics .topics_container .panel-footer {
  background-color: #FFFFFF;
  border: none;
}
#topics .topics_container .panel-footer h2 {
  font-size: 17px;
  font-weight: 600;
}
#topics .topics_container .panel-footer p {
  color: #515356;
  font-weight: 300;
}
#topics .topics_container .panel-footer p .topics_container-readMore a {
  text-decoration: underline;
}
#featuredServices #topics {
  padding-top: 0px;
}
#featuredServices .featuredServices_title {
  font-size: 29px;
  margin-bottom: 20px;
  margin-top: 10px;
}
#featuredInfo {
  background-color: #F4F4F4;
  padding: 30px 0 30px;
}
#featuredInfo #featuredInfo_specialMargin-1 {
  padding-right: 0px;
}
@media (max-width: 991px) {
  #featuredInfo #featuredInfo_specialMargin-1 {
    padding-right: 15px;
  }
}
#featuredInfo #featuredInfo_specialMargin-2 {
  padding-left: 0px;
}
@media (max-width: 991px) {
  #featuredInfo #featuredInfo_specialMargin-2 {
    padding-left: 15px;
  }
}
#featuredInfo .featuredInfo_img {
  width: 100%;
  height: 378.5px;
  background-image: url('../images/home-girl.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #featuredInfo .featuredInfo_img {
    height: 389px;
  }
}
@media (max-width: 991px) {
  #featuredInfo .featuredInfo_img {
    height: 250px;
    margin-bottom: 20px;
    background-position: center bottom 17%;
  }
}
#featuredInfo .featuredInfo_content {
  background-color: #151C49;
  padding: 3% 7% 4.5%;
}
#featuredInfo .featuredInfo_content .featuredInfo_title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  #featuredInfo .featuredInfo_content .featuredInfo_title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#featuredInfo .featuredInfo_content .featuredInfo_subtitle {
  color: #FFFFFF;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  #featuredInfo .featuredInfo_content .featuredInfo_subtitle {
    font-size: 17px;
  }
}
#featuredInfo .featuredInfo_content .featuredInfo_description {
  color: #FFFFFF;
  margin-bottom: 53px;
  font-weight: 200;
}
@media (max-width: 1199px) {
  #featuredInfo .featuredInfo_content .featuredInfo_description {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  #featuredInfo .featuredInfo_content .featuredInfo_button {
    margin-bottom: 10px;
  }
}
#ctaQuote .ctaQuote_content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #ctaQuote .ctaQuote_content {
    flex-direction: column-reverse;
  }
}
#ctaQuote .ctaQuote_content img {
  max-width: 349px;
  max-height: 350px;
  position: relative;
  left: 100px;
}
@media (max-width: 991px) {
  #ctaQuote .ctaQuote_content img {
    left: 0px;
  }
}
@media (max-width: 991px) {
  #ctaQuote .ctaQuote_content img {
    display: block;
  }
}
@media (max-width: 767px) {
  #ctaQuote .ctaQuote_content img {
    max-width: 180px;
  }
}
#ctaQuote .ctaQuote_content .ctaQuote_quote {
  position: relative;
  right: 100px;
  top: 45px;
}
@media (max-width: 991px) {
  #ctaQuote .ctaQuote_content .ctaQuote_quote {
    right: 30px;
  }
}
@media (max-width: 767px) {
  #ctaQuote .ctaQuote_content .ctaQuote_quote {
    display: block;
    right: 0px;
    text-align: center;
  }
}
#ctaQuote .ctaQuote_content .ctaQuote_quote blockquote {
  max-width: 420px;
  border-left: none;
  padding: 10px 0px 0px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  #ctaQuote .ctaQuote_content .ctaQuote_quote blockquote {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  #ctaQuote .ctaQuote_content .ctaQuote_quote blockquote {
    max-width: 80%;
    margin: 0 auto;
  }
}
#ctaQuote .ctaQuote_content .ctaQuote_quote blockquote p {
  color: #5B5D69;
  font-family: 'lato', 'Roboto', arial;
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  #ctaQuote .ctaQuote_content .ctaQuote_quote blockquote p {
    font-size: 18px;
  }
}
#ctaQuote .ctaQuote_content .ctaQuote_quote blockquote p .ctaQuote_quote-quotation {
  font-size: 100px;
  color: #5B5D69;
  position: absolute;
}
@media (max-width: 991px) {
  #ctaQuote .ctaQuote_content .ctaQuote_quote blockquote p .ctaQuote_quote-quotation {
    font-size: 80px;
  }
}
#ctaQuote .ctaQuote_content .ctaQuote_quote blockquote p .ctaQuote_quotation-1 {
  top: -55px;
  left: -60px;
}
@media (max-width: 767px) {
  #ctaQuote .ctaQuote_content .ctaQuote_quote blockquote p .ctaQuote_quotation-1 {
    left: -30px;
  }
}
#ctaQuote .ctaQuote_content .ctaQuote_quote blockquote p .ctaQuote_quotation-2 {
  bottom: -81px;
  right: -15px;
}
@media (max-width: 991px) {
  #ctaQuote .ctaQuote_content .ctaQuote_quote blockquote p .ctaQuote_quotation-2 {
    right: 15px;
  }
}
#ctaQuote .ctaQuote_content .ctaQuote_quote cite {
  font-size: 14px;
  color: #5B5D69;
  font-style: normal;
}
#ctaQuote .ctaQuote_content .ctaQuote_quote cite .ctaQuote_quote-author {
  font-weight: 700;
  font-style: normal;
}
#featuredInfo_type2 {
  padding: 40px 0px;
}
#featuredInfo_type2 .featuredInfo_type2-img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #featuredInfo_type2 .featuredInfo_type2-img {
    margin-bottom: 20px;
  }
}
#featuredInfo_type2 .featuredInfo_type2-content .featuredInfo_type2-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
}
@media (max-width: 991px) {
  #featuredInfo_type2 .featuredInfo_type2-content .featuredInfo_type2-title {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  #featuredInfo_type2 .featuredInfo_type2-content .featuredInfo_type2-title {
    margin-bottom: 10px;
  }
}
#featuredInfo_type2 .featuredInfo_type2-content .featuredInfo_type2-description {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #featuredInfo_type2 .featuredInfo_type2-content .featuredInfo_type2-description {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#featuredInfo_type2 .featuredInfo_type2-content .featuredInfo_type2-list {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #featuredInfo_type2 .featuredInfo_type2-content .featuredInfo_type2-list {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #featuredInfo_type2 .featuredInfo_type2-content .featuredInfo_type2-list {
    margin-bottom: 20px;
  }
}
#featuredInfo_type2 .featuredInfo_type2-content .featuredInfo_type2-list li {
  margin-bottom: 3px;
  display: block;
}
#featuredInfo_type2 .featuredInfo_type2-content .featuredInfo_type2-list li:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  color: #CC6228;
  margin-right: 5px;
  font-size: 17px;
}
#featuredInfo_type2 .featuredInfo_type2-content .featuredInfo_type2-list li p {
  display: inline-block;
  margin-bottom: 0px;
  display: initial;
}
#featuredInfo_type2 .featuredInfo_type2-content .featuredInfo_type2-button {
  margin-left: 20px;
}
@media (max-width: 991px) {
  #featuredInfo_type2 .featuredInfo_type2-content .featuredInfo_type2-button {
    margin-left: 0px;
    width: 100%;
  }
}
#featCategory {
  padding-top: 15px;
  /*
    #featCategory_category-1 {
        background-image: url(../images/collection-cleaning-ex.jpg);    
    }
    #featCategory_category-2 {
        background-image: url(../images/collection-cleaning-ex.jpg);
    }
    #featCategory_category-3 {
        background-image: url(../images/collection-cleaning-ex.jpg);
    }
    #featCategory_category-4 {
        background-image: url(../images/collection-cleaning-ex.jpg);
    }
    */
}
#featCategory .featCategory_prodCategory {
  background-color: #F4F4F4;
  padding: 15px 30px 12px 35px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  #featCategory .featCategory_prodCategory {
    padding: 7px 30px 10px 35px;
  }
}
#featCategory .featCategory_prodCategory .featCategory_prodCategory-title {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 0px;
}
@media (max-width: 1199px) {
  #featCategory .featCategory_prodCategory .featCategory_prodCategory-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  #featCategory .featCategory_prodCategory .featCategory_prodCategory-title {
    font-size: 22px;
  }
}
#featCategory .featCategory_prodCategory .featCategory_prodCategory-title span i {
  font-size: 47px;
  color: #151C49;
  position: relative;
  top: 6px;
  margin-right: 5px;
}
@media (max-width: 480px) {
  #featCategory .featCategory_prodCategory .featCategory_prodCategory-title span i {
    font-size: 41px;
  }
}
#featCategory .featCategory_prodCategory .featCategory_prodCategory-list {
  margin-left: 38px;
}
#featCategory .featCategory_prodCategory .featCategory_prodCategory-list li {
  display: block;
  margin-bottom: 5px;
}
#featCategory .featCategory_prodCategory .featCategory_prodCategory-list li a {
  color: #5B5D69;
  font-weight: 600;
  font-size: 15px;
}
@media (max-width: 991px) {
  #featCategory .featCategory_prodCategory-button {
    margin-bottom: 20px;
  }
}
#featCategory .featCategory_category {
  height: 153px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  #featCategory .featCategory_category {
    margin-bottom: 20px;
  }
}
#featCategory .featCategory_category .overlay-container {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  max-width: 100%;
  max-height: 238px;
}
@media (max-width: 1199px) {
  #featCategory .featCategory_category .overlay-container {
    max-height: 195px;
  }
}
@media (max-width: 991px) {
  #featCategory .featCategory_category .overlay-container {
    max-height: 250px;
  }
}
#featCategory .featCategory_category .overlay-container:hover .overlay {
  opacity: 1;
  transform: scale(1);
  background-color: rgba(0, 121, 183, 0.8);
}
#featCategory .featCategory_category .overlay-container:hover .overlay h3 {
  opacity: 1;
}
#featCategory .featCategory_category .overlay-container .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  background-color: rgba(0, 121, 183, 0.8);
  max-height: 238px;
}
@media (max-width: 1199px) {
  #featCategory .featCategory_category .overlay-container .overlay {
    max-height: 195px;
  }
}
@media (max-width: 991px) {
  #featCategory .featCategory_category .overlay-container .overlay {
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  #featCategory .featCategory_category .overlay-container .overlay {
    opacity: 1;
  }
}
#featCategory .featCategory_category .overlay-container .overlay h3 {
  text-align: center;
  position: relative;
  top: 27%;
  opacity: 0;
  text-decoration: underline;
  color: #FFFFFF;
  font-size: 19px;
}
@media (max-width: 1199px) {
  #featCategory .featCategory_category .overlay-container .overlay h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #featCategory .featCategory_category .overlay-container .overlay h3 {
    top: 20%;
  }
}
@media (max-width: 767px) {
  #featCategory .featCategory_category .overlay-container .overlay h3 {
    opacity: 1;
  }
}
#featCategory .featCategory_category img {
  max-width: 100%;
}
#featProducts {
  padding: 30px 0px 15px;
}
#featProducts .featProducts_intro {
  background-color: #151C49;
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-height: 445px;
  padding: 30px 20px 30px 20px;
}
@media (max-width: 767px) {
  #featProducts .featProducts_intro {
    margin-bottom: 20px;
    max-height: 200px;
  }
}
#featProducts .featProducts_intro .featProducts_intro-title {
  color: #FFFFFF;
  font-size: 32px;
  flex: 1;
}
@media (max-width: 400px) {
  #featProducts .featProducts_intro .featProducts_intro-title {
    margin-top: 0px;
  }
}
#featProducts .featProducts_intro .featProducts_intro-button {
  color: #FFFFFF;
  position: absolute;
  bottom: 50px;
  padding: 0px;
  display: flex;
  align-self: center;
}
@media (max-width: 767px) {
  #featProducts .featProducts_intro .featProducts_intro-button {
    align-self: flex-start;
  }
}
#featProducts .featProducts_productBlock {
  background-color: #FFFFFF;
  border-right: 1px solid #BABABA;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px;
  padding: 0px 20px 0px 0px;
}
@media (max-width: 991px) {
  #featProducts .featProducts_productBlock {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #featProducts .featProducts_productBlock {
    margin-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #BABABA;
    padding: 20px;
  }
}
#featProducts .featProducts_productBlock:nth-child(3) {
  border-right: none;
}
#featProducts .featProducts_productBlock .panel-body {
  min-height: 200px;
  max-height: 300px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #featProducts .featProducts_productBlock .panel-body {
    margin-right: 0px;
    min-height: 250px;
    padding-bottom: 0px;
  }
}
#featProducts .featProducts_productBlock .panel-footer {
  background-color: #FFFFFF;
  border: none;
  padding: 0px 15px 10px 0px;
}
#featProducts .featProducts_productBlock #featProducts_product-img-1 {
  background-image: url(../images/collection-cleaning-ex.jpg);
}
#featProducts .featProducts_productBlock #featProducts_product-img-2 {
  background-image: url(../images/collection-cleaning-ex.jpg);
}
#featProducts .featProducts_productBlock #featProducts_product-img-3 {
  background-image: url(../images/collection-cleaning-ex.jpg);
}
#featProducts .featProducts_productBlock .featProducts_product-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 20px;
  overflow: hidden;
}
#featProducts .featProducts_productBlock .featProducts_product-title {
  color: #151C49;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 991px) {
  #featProducts .featProducts_productBlock .featProducts_product-title {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #featProducts .featProducts_productBlock .featProducts_product-title {
    margin-top: 20px;
  }
}
@media (max-width: 400px) {
  #featProducts .featProducts_productBlock .featProducts_product-title {
    margin-top: 0px;
  }
}
#featProducts .featProducts_productBlock .featProducts_product-description {
  margin-bottom: 10px;
  font-weight: 300;
}
#featProducts .featProducts_productBlock .featProducts_product-brand {
  margin-bottom: 20px;
  color: #515356;
  font-weight: 600;
}
#subPage_title {
  padding: 0px 0px 20px 0px;
}
#subPage_title #subPage_title-content {
  border-bottom: 1px solid #515356;
}
#subPage_title #subPage_title-content h2,
#subPage_title #subPage_title-content h1 {
  font-size: 32px;
  font-family: 'Roboto', 'lato', arial;
  font-weight: 500;
  color: #151C49;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #subPage_title #subPage_title-content h2,
  #subPage_title #subPage_title-content h1 {
    margin-top: 0px;
  }
}
#subPage_title #subPage_title-content h2 span,
#subPage_title #subPage_title-content h1 span {
  position: relative;
  top: 6px;
}
#subPage_title #subPage_title-content h2 span i,
#subPage_title #subPage_title-content h1 span i {
  font-size: 50px;
  color: #151C49;
}
#subPage_title .subPage_title-description {
  color: #515356;
  margin-top: 20px;
  width: 55%;
}
@media (max-width: 991px) {
  #subPage_title .subPage_title-description {
    width: 100%;
  }
}
#subPage_title-btn {
  padding: 0px 0px 20px 0px;
}
#subPage_title-btn #subPage_title-btn-content {
  border-bottom: 1px solid #515356;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #subPage_title-btn #subPage_title-btn-content {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#subPage_title-btn #subPage_title-btn-content h2,
#subPage_title-btn #subPage_title-btn-content h1 {
  font-size: 32px;
  font-family: 'Roboto', 'lato', arial;
  font-weight: 500;
  color: #151C49;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #subPage_title-btn #subPage_title-btn-content h2,
  #subPage_title-btn #subPage_title-btn-content h1 {
    margin-top: 0px;
  }
}
#subPage_title-btn #subPage_title-btn-content h2 span,
#subPage_title-btn #subPage_title-btn-content h1 span {
  position: relative;
  top: 6px;
}
#subPage_title-btn #subPage_title-btn-content h2 span i,
#subPage_title-btn #subPage_title-btn-content h1 span i {
  font-size: 50px;
  color: #151C49;
}
#subPage_title-btn #subPage_title-btn-content a.btn {
  align-self: center;
}
@media (max-width: 991px) {
  #subPage_title-btn #subPage_title-btn-content a.btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
#subPage_title-btn #subPage_title-btn-content .subPage_title-btn-options {
  align-self: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #subPage_title-btn #subPage_title-btn-content .subPage_title-btn-options {
    margin-top: 0px;
    align-self: normal;
    display: flex;
    justify-content: space-between;
  }
}
#subPage_title-btn #subPage_title-btn-content .subPage_title-btn-options form {
  display: inline-block;
  vertical-align: middle;
}
#subPage_title-btn #subPage_title-btn-content .subPage_title-btn-options form .form-group {
  width: 170px;
  margin-right: 10px;
  margin-bottom: 0px;
}
#subPage_title-btn #subPage_title-btn-content .subPage_title-btn-options .subPage_title-btn-set {
  display: inline-block;
}
@media (max-width: 991px) {
  #subPage_title-btn #subPage_title-btn-content .subPage_title-btn-options .subPage_title-btn-set {
    display: inline-flex;
    position: relative;
    top: 0px;
  }
}
#subPage_title-btn #subPage_title-btn-content .subPage_title-btn-options .subPage_title-btn-set .btn {
  display: inline-block;
}
#subPage_title-btn #subPage_title-btn-content .subPage_title-btn-options .subPage_title-btn-set .btn.non-active i {
  color: #C7CBD0;
}
@media (max-width: 991px) {
  #subPage_title-btn #subPage_title-btn-content .subPage_title-btn-options .subPage_title-btn-set .btn {
    margin-right: 10px;
    margin-bottom: 0px;
  }
}
#subPage_title-btn #subPage_title-btn-content .subPage_title-btn-options .subPage_title-btn-set .btn i {
  font-size: 32px;
  color: #151C49;
}
#collections_collection-1 .panel-body {
  background-image: url('../images/typing-stock.jpg');
}
#collections_collection-2 .panel-body {
  background-image: url('../images/collection-cleaning-ex.jpg');
}
#collections_collection-3 .panel-body {
  background-image: url('../images/home-girl.jpg');
}
#collections_collection-4 .panel-body {
  background-image: url('../images/guy-testimonial.jpg');
}
#collections .collections_collection {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #E2E3E4;
}
#collections .collections_collection:hover {
  border: 1px solid #CC6228;
}
#collections .collections_collection .panel-body {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: none;
  min-height: 200px;
}
#collections .collections_collection .collections_collection-title {
  background-color: #FFFFFF;
  border: none;
  text-align: center;
}
#collections .collections_collection .collections_collection-title h3:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  #collections .collections_collection .collections_collection-title h3 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #collections .collections_collection .collections_collection-title h3 {
    font-size: 17px;
  }
}
#contact {
  padding: 10px 0px 50px 0px;
}
@media (max-width: 991px) {
  #contact #contact_form {
    margin-bottom: 30px;
  }
}
#contact #contact_form #contact_form-submit {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #contact #contact_form #contact_form-submit {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  #contact #contact_content {
    margin-top: 30px;
  }
}
#contact #contact_content .contact_content-block #contact_content-title-main {
  font-size: 18px;
  color: #151C49;
  font-weight: 600;
}
#contact #contact_content .contact_content-block .contact_content-block-title {
  color: #515356;
  font-size: 14px;
  margin-bottom: 5px;
}
#contact #contact_content .contact_content-block p {
  color: #515356;
  margin-bottom: 0px;
  padding: 0px;
  font-weight: 300;
}
#quickOrder {
  padding-bottom: 80px;
}
#quickOrder #quickOrder_options {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 650px) {
  #quickOrder #quickOrder_options {
    flex-direction: column;
    justify-content: normal;
  }
}
@media (max-width: 650px) {
  #quickOrder #quickOrder_options button {
    width: 100%;
  }
}
#quickOrder #quickOrder_options label {
  padding-top: 12px;
}
#quickOrder #quickOrder_options .btn-set-right {
  margin-bottom: 10px;
}
#quickOrder #quickOrder_options .btn-set-right:hover p,
#quickOrder #quickOrder_options .btn-set-right:focus p,
#quickOrder #quickOrder_options .btn-set-right:active p {
  color: #39393A;
}
#quickOrder #quickOrder_options .btn-set-right p {
  display: inline-block;
  font-size: 15px;
  color: #FFFFFF;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  #quickOrder #quickOrder_options .btn-set-right p {
    display: none;
  }
}
@media (max-width: 650px) {
  #quickOrder #quickOrder_options .btn-set-right p {
    display: inline-block;
  }
}
#quickOrder #quickOrder_options .btn-set-right span i {
  margin-right: 3px;
}
.table-component {
  border: 1px solid #F4F4F4;
}
@media (max-width: 400px) {
  .table-component {
    border: 1px solid #F4F4F4;
  }
}
.table-component + .table-component {
  margin-top: 30px;
}
.table-component__header {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
@media (max-width: 600px) {
  .table-component__header {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.table-component__header-text {
  color: #151C49;
  margin: 0;
  font-family: 'Roboto', 'lato', arial;
  font-size: 18px;
}
@media (max-width: 600px) {
  .table-component__header-text {
    margin-bottom: 10px;
  }
}
.table-component__header-text-buttons {
  margin-right: 0;
  margin-left: auto;
}
.table-component__header-text-buttons .btn {
  margin: 0;
}
.table-component__header-action {
  font-weight: 500;
  margin-left: 18px;
  padding: 0 18px;
  position: relative;
}
.table-component__header-action:hover,
.table-component__header-action:active,
.table-component__header-action:focus {
  text-decoration: none;
}
.table-component__header-action:before {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
.table-component__header-actions {
  padding: 15px 23px;
}
.table-component__content-table-responsive tbody tr th .caption,
.table-component__content-table-responsive tbody tr td .caption {
  display: none;
}
@media (max-width: 991px) {
  .table-component__content-table-responsive thead {
    display: none;
  }
  .table-component__content-table-responsive tbody tr th:first-child {
    padding-top: 15px !important;
  }
  .table-component__content-table-responsive tbody tr th,
  .table-component__content-table-responsive tbody tr td {
    display: flex;
    padding: 5px 20px !important;
    font-size: 13px !important;
    border: none;
  }
  .table-component__content-table-responsive tbody tr th:last-child .cell-content:last-child,
  .table-component__content-table-responsive tbody tr td:last-child .cell-content:last-child {
    padding-bottom: 15px;
  }
  .table-component__content-table-responsive tbody tr th button.btn-secondary-mini,
  .table-component__content-table-responsive tbody tr td button.btn-secondary-mini {
    width: 100%;
    margin-bottom: 20px;
  }
  .table-component__content-table-responsive tbody tr th.product-image,
  .table-component__content-table-responsive tbody tr td.product-image {
    display: none;
  }
  .table-component__content-table-responsive tbody tr th .product-image-mobile,
  .table-component__content-table-responsive tbody tr td .product-image-mobile {
    display: flex !important;
    flex-shrink: 0;
    width: 130px;
    float: left;
  }
  .table-component__content-table-responsive tbody tr th .product-image-mobile__container,
  .table-component__content-table-responsive tbody tr td .product-image-mobile__container {
    background-color: #FFFFFF;
    border: 1px solid #F4F4F4;
    display: block;
    width: 71px;
    height: 71px;
    overflow: hidden;
    padding: 5px;
  }
  .table-component__content-table-responsive tbody tr th .product-image-mobile__container img,
  .table-component__content-table-responsive tbody tr td .product-image-mobile__container img {
    width: 100%;
    height: auto;
  }
  .table-component__content-table-responsive tbody tr th.product-description .caption,
  .table-component__content-table-responsive tbody tr td.product-description .caption {
    display: none;
  }
  .table-component__content-table-responsive tbody tr th p,
  .table-component__content-table-responsive tbody tr td p,
  .table-component__content-table-responsive tbody tr th a,
  .table-component__content-table-responsive tbody tr td a {
    font-size: 13px !important;
    word-break: break-all;
  }
  .table-component__content-table-responsive tbody tr th .caption,
  .table-component__content-table-responsive tbody tr td .caption {
    display: inline-block;
    width: 130px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 600;
  }
  .table-component__content-table-responsive tbody tr th .cell-content,
  .table-component__content-table-responsive tbody tr td .cell-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .table-component__content-table-responsive tbody tr th .cell-content__inline-sm,
  .table-component__content-table-responsive tbody tr td .cell-content__inline-sm {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .table-component__content-table-responsive tbody tr:hover th:before {
    display: none !important;
  }
}
@media (max-width: 400px) {
  .table-component__content-table-responsive tbody tr th.product-description,
  .table-component__content-table-responsive tbody tr td.product-description {
    flex-direction: column;
  }
  .table-component__content-table-responsive tbody tr th .add-to-cart,
  .table-component__content-table-responsive tbody tr td .add-to-cart {
    width: 100%;
    padding-bottom: 10px;
  }
  .table-component__content-table-responsive tbody tr th .product-image-mobile,
  .table-component__content-table-responsive tbody tr td .product-image-mobile {
    flex-shrink: 0;
    width: 100%;
    float: none;
  }
  .table-component__content-table-responsive tbody tr th .product-image-mobile__container,
  .table-component__content-table-responsive tbody tr td .product-image-mobile__container {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    text-align: center;
  }
  .table-component__content-table-responsive tbody tr th .product-image-mobile__container img,
  .table-component__content-table-responsive tbody tr td .product-image-mobile__container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}
.table-component__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 19px 23px;
  background-color: #FFFFFF;
  border-top: 1px solid #F4F4F4;
}
.table-component__footer .btn {
  margin: 0;
}
.table-component__footer .btn + .btn {
  margin-left: 10px;
}
.table-component__qty-field {
  width: 50px;
}
.table-component__qty-field-input {
  padding: 8px 3px !important;
  color: #151C49;
  font-family: 'Roboto', 'lato', arial;
}
.table-component__qty-field-update {
  font-size: 12px;
}
.table-component__total-field {
  display: flex;
  justify-content: space-between;
}
.table-component__close-button {
  opacity: 1;
}
.table-component__close-button:hover {
  color: #D0021B;
  opacity: 1;
}
.table-component__close-button:focus {
  outline: none;
}
.table-component .table {
  font-family: 'Roboto', 'lato', arial;
  margin-bottom: 0;
}
.table-component .table__shopping-cart .product-image__container {
  width: 100px;
  height: 100px;
}
@media (min-width: 1199px) {
  .table-component .table__scrollable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .table-component .table__scrollable thead {
    background-color: #F7F8FA;
  }
  .table-component .table__scrollable thead tr {
    display: block;
  }
  .table-component .table__scrollable thead tr th {
    display: inline-block;
    float: left;
  }
  .table-component .table__scrollable thead tr th.details {
    width: calc(100% - 316px);
  }
  .table-component .table__scrollable thead tr th.qty {
    width: 70px;
  }
  .table-component .table__scrollable thead tr th.unit,
  .table-component .table__scrollable thead tr th.total {
    width: 115px;
  }
  .table-component .table__scrollable tbody {
    display: block;
    width: 100%;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .table-component .table__scrollable tbody tr {
    display: block;
  }
  .table-component .table__scrollable tbody tr:nth-child(2n) {
    background-color: #FFFFFF;
  }
  .table-component .table__scrollable tbody tr td,
  .table-component .table__scrollable tbody tr th {
    display: inline-block;
    float: left;
  }
  .table-component .table__scrollable tbody tr td.product-image,
  .table-component .table__scrollable tbody tr th.product-image {
    width: 80px;
    padding: 20px 5px !important;
  }
  .table-component .table__scrollable tbody tr td.product-description,
  .table-component .table__scrollable tbody tr th.product-description {
    width: calc(100% - 380px);
  }
  .table-component .table__scrollable tbody tr td.qty,
  .table-component .table__scrollable tbody tr th.qty {
    width: 70px;
  }
  .table-component .table__scrollable tbody tr td.unit,
  .table-component .table__scrollable tbody tr th.unit,
  .table-component .table__scrollable tbody tr td.total,
  .table-component .table__scrollable tbody tr th.total {
    width: 115px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .table-component .table__scrollable {
    display: block;
  }
  .table-component .table__scrollable td,
  .table-component .table__scrollable th {
    padding: 5px !important;
  }
  .table-component .table__scrollable thead {
    display: block;
  }
  .table-component .table__scrollable thead tr {
    display: block;
  }
  .table-component .table__scrollable thead tr th {
    display: inline-block;
    float: left;
  }
  .table-component .table__scrollable thead tr th.details {
    width: calc(100% - 220px);
  }
  .table-component .table__scrollable thead tr th.qty {
    width: 40px;
  }
  .table-component .table__scrollable thead tr th.unit,
  .table-component .table__scrollable thead tr th.total {
    width: 90px;
  }
  .table-component .table__scrollable tbody tr {
    display: block;
  }
  .table-component .table__scrollable tbody tr td.product-image,
  .table-component .table__scrollable tbody tr th.product-image {
    width: 80px;
    padding: 5px !important;
  }
  .table-component .table__scrollable tbody tr td.product-description,
  .table-component .table__scrollable tbody tr th.product-description {
    width: calc(100% - 300px);
  }
  .table-component .table__scrollable tbody tr td.qty,
  .table-component .table__scrollable tbody tr th.qty {
    width: 40px;
  }
  .table-component .table__scrollable tbody tr td.unit,
  .table-component .table__scrollable tbody tr th.unit,
  .table-component .table__scrollable tbody tr td.total,
  .table-component .table__scrollable tbody tr th.total {
    width: 90px;
  }
}
.table-component .table thead tr th {
  background-color: #F7F8FA;
  font-family: 'Roboto', 'lato', arial;
  color: #151C49;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border: none;
}
.table-component .table tbody tr th,
.table-component .table tbody tr td {
  padding: 20px;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Roboto', 'lato', arial;
}
.table-component .table tbody tr th .cell-content .radio-custom,
.table-component .table tbody tr td .cell-content .radio-custom {
  margin-bottom: 0;
}
.table-component .table tbody tr th .cell-content .radio-custom label input,
.table-component .table tbody tr td .cell-content .radio-custom label input {
  cursor: pointer;
}
.table-component .table tbody tr th .cell-content input,
.table-component .table tbody tr td .cell-content input {
  border-radius: 0px;
  height: 32px;
}
.table-component .table tbody tr th .cell-content a:not(.btn),
.table-component .table tbody tr td .cell-content a:not(.btn) {
  color: #151C49;
}
.table-component .table tbody tr th .cell-content a:not(.btn).download-btn,
.table-component .table tbody tr td .cell-content a:not(.btn).download-btn {
  color: #FFFFFF;
}
.table-component .table tbody tr th .cell-content a:not(.btn).download-btn:hover,
.table-component .table tbody tr td .cell-content a:not(.btn).download-btn:hover {
  color: #151C49;
}
.table-component .table tbody tr th .cell-content p,
.table-component .table tbody tr td .cell-content p {
  color: #151C49;
}
.table-component .table tbody tr th .cell-content .close,
.table-component .table tbody tr td .cell-content .close {
  opacity: 1;
  color: #BABABA;
}
.table-component .table tbody tr th .cell-content .close:not(.btn),
.table-component .table tbody tr td .cell-content .close:not(.btn) {
  margin-left: 10px;
  opacity: 1;
}
.table-component .table tbody tr th .cell-content .close:not(.btn):hover,
.table-component .table tbody tr td .cell-content .close:not(.btn):hover,
.table-component .table tbody tr th .cell-content .close:not(.btn):active,
.table-component .table tbody tr td .cell-content .close:not(.btn):active,
.table-component .table tbody tr th .cell-content .close:not(.btn):focus,
.table-component .table tbody tr td .cell-content .close:not(.btn):focus {
  color: #D0021B;
  outline: none;
}
.table-component .table tbody tr th .cell-content .close:hover,
.table-component .table tbody tr td .cell-content .close:hover,
.table-component .table tbody tr th .cell-content .close:active,
.table-component .table tbody tr td .cell-content .close:active,
.table-component .table tbody tr th .cell-content .close:focus,
.table-component .table tbody tr td .cell-content .close:focus {
  color: #D0021B;
  outline: none;
}
.table-component .table tbody tr th .cell-content .product-sku a,
.table-component .table tbody tr td .cell-content .product-sku a {
  text-decoration: none;
  color: #151C49;
  font-size: 13px;
  font-weight: 500;
}
.table-component .table tbody tr th .cell-content .product-sku a:hover,
.table-component .table tbody tr td .cell-content .product-sku a:hover,
.table-component .table tbody tr th .cell-content .product-sku a:active,
.table-component .table tbody tr td .cell-content .product-sku a:active,
.table-component .table tbody tr th .cell-content .product-sku a:focus,
.table-component .table tbody tr td .cell-content .product-sku a:focus {
  text-decoration: none;
}
.table-component .table tbody tr th .cell-content .product_price,
.table-component .table tbody tr td .cell-content .product_price {
  font-weight: 600;
}
.table-component .table tbody tr th .cell-content.unit_price .product_price,
.table-component .table tbody tr td .cell-content.unit_price .product_price {
  font-weight: 400;
}
.table-component .table tbody tr th .btn,
.table-component .table tbody tr td .btn {
  margin: 0;
}
.table-component .table tbody tr th .product-image-mobile,
.table-component .table tbody tr td .product-image-mobile {
  display: none;
}
.table-component .table tbody tr th.product-image,
.table-component .table tbody tr td.product-image {
  padding: 10px 5px 10px 20px;
}
.table-component .table tbody tr th.product-image:not(.product-description),
.table-component .table tbody tr td.product-image:not(.product-description) {
  width: 125px;
}
.table-component .table tbody tr th a:not(.btn),
.table-component .table tbody tr td a:not(.btn) {
  font-size: 14px;
  font-weight: 300;
  color: #151C49;
  text-decoration: underline;
}
.table-component .table tbody tr th p,
.table-component .table tbody tr td p {
  font-size: 14px;
  font-family: 'Roboto', 'lato', arial;
  font-weight: 300;
  margin-bottom: 2px;
  color: #151C49;
}
.table-component .table tbody tr th .product-title,
.table-component .table tbody tr td .product-title {
  margin: 0 0 5px 0;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 400px) {
  .table-component .table tbody tr th .product-title,
  .table-component .table tbody tr td .product-title {
    margin-top: 20px;
  }
}
.table-component .table tbody tr th .product-title a,
.table-component .table tbody tr td .product-title a {
  font-size: 16px;
  letter-spacing: -0.8px;
}
.table-component .table tbody tr th .product-title a:hover,
.table-component .table tbody tr td .product-title a:hover,
.table-component .table tbody tr th .product-title a:active,
.table-component .table tbody tr td .product-title a:active,
.table-component .table tbody tr th .product-title a:focus,
.table-component .table tbody tr td .product-title a:focus {
  text-decoration: none;
}
.table-component .table tbody tr th .product-title a:not(.btn),
.table-component .table tbody tr td .product-title a:not(.btn) {
  font-weight: 600;
  font-size: 14px;
}
.table-component .table tbody tr:first-child th,
.table-component .table tbody tr:first-child td {
  border-top: none;
}
.table-component .table tbody tr:nth-child(2n) th,
.table-component .table tbody tr:nth-child(2n) td {
  background-color: #FFFFFF;
}
.table-component .table tbody tr:hover th {
  position: relative;
}
.table-component .table tbody tr:hover th:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #CC6228;
}
.table-component .table tbody tr:hover tr a,
.table-component .table tbody tr:hover th a {
  text-decoration: none;
}
.table-component .table tbody tr:hover td .cell-content .product-sku a {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .table-component .table thead tr th {
    padding: 10px 15px;
  }
  .table-component .table tbody tr th,
  .table-component .table tbody tr td {
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .table-component .table tbody tr {
    border-bottom: 1px solid #F4F4F4;
  }
  .table-component .table tbody tr th,
  .table-component .table tbody tr td {
    padding: 10px 15px;
  }
}
#table_quickOrder {
  margin-bottom: 30px;
}
.results_alternate-question {
  font-size: 17px;
}
@media (max-width: 991px) {
  .results_alternate-question {
    margin-bottom: 20px;
  }
}
.results_alternate-question .results_alternate-spelling {
  color: #2EA2F8;
  text-decoration: underline;
  font-size: 17px;
}
#results_filter {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px 40px;
}
@media (max-width: 991px) {
  #results_filter {
    4flex-direction: column;
  }
}
@media (max-width: 991px) {
  #results_filter .results_filter-description {
    margin-bottom: 20px;
  }
}
#results_filter .results_filter-description p {
  margin-bottom: 0px;
}
#results_filter .results_filter-description p.results_filter-description-showing {
  font-weight: 600;
}
#results_filter .results_filter-sort .form-group select {
  width: 175px;
}
#plp {
  padding-bottom: 80px;
}
#productBlock_grid-1 .productBlock_grid-head {
  background-image: url(../images/product1.jpg);
}
#productBlock_grid-2 .productBlock_grid-head {
  background-image: url(../images/product2.jpg);
}
#productBlock_grid-3 .productBlock_grid-head {
  background-image: url(../images/product4.jpg);
}
#productBlock_grid-4 .productBlock_grid-head {
  background-image: url(../images/product3.jpg);
}
#productBlock_grid-5 .productBlock_grid-head {
  background-image: url(../images/product5.jpg);
}
#productBlock_grid-6 .productBlock_grid-head {
  background-image: url(../images/product6.jpg);
}
.productBlock_grid {
  border: 1px solid #E2E3E4;
  margin-bottom: 20px;
}
.productBlock_grid .product_alert-new {
  background-color: #09C199;
  left: 19px;
  top: 3px;
}
.productBlock_grid .productBlock_grid-head {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  height: 200px;
  width: 100%;
}
.productBlock_grid .productBlock_grid-body {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.productBlock_grid .productBlock_grid-body .productBlock_grid-compare {
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}
.productBlock_grid-title,
.productBlock_list-title {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  margin-bottom: 10px;
}
.productBlock_grid-description,
.productBlock_list-description {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}
.productBlock_grid-price,
.productBlock_list-price {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
}
#productBlock_list-1 .productBlock_list-info .productBlock_list-img {
  background-image: url(../images/product1.jpg);
}
#productBlock_list-2 .productBlock_list-info .productBlock_list-img {
  background-image: url(../images/product5.jpg);
}
#productBlock_list-3 .productBlock_list-info .productBlock_list-img {
  background-image: url(../images/product4.jpg);
}
.productBlock_list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E3E4;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .productBlock_list {
    flex-direction: column;
  }
}
.productBlock_list .productBlock_list-info {
  display: flex;
}
@media (max-width: 767px) {
  .productBlock_list .productBlock_list-info {
    flex-direction: column;
  }
}
.productBlock_list .productBlock_list-info .productBlock_list-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 150px;
  height: 150px;
  display: block;
  margin-right: 20px;
  border: 1px solid #E2E3E4;
}
@media (max-width: 767px) {
  .productBlock_list .productBlock_list-info .productBlock_list-img {
    margin: 0 auto 20px;
  }
}
.productBlock_list .productBlock_list-info .productBlock_list-img .product_alert-new {
  background-color: #09C199;
  left: 19px;
  top: 3px;
}
.productBlock_list .productBlock_list-info .productBlock_list-content {
  max-width: 380px;
}
@media (max-width: 1199px) {
  .productBlock_list .productBlock_list-info .productBlock_list-content {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .productBlock_list .productBlock_list-info .productBlock_list-content {
    width: 100%;
  }
}
.productBlock_list .productBlock_list-info .productBlock_list-content .productBlock_list-title {
  margin-bottom: 10px;
}
.productBlock_list .productBlock_list-info .productBlock_list-content .productBlock_list-description {
  margin-bottom: 15px;
}
.productBlock_list .productBlock_list-info .productBlock_list-content .productBlock_list-logoList li {
  display: inline-block;
}
.productBlock_list .productBlock_list-info .productBlock_list-content .productBlock_list-logoList li img {
  width: 40px;
  height: auto;
  margin-right: 10px;
}
.productBlock_list .productBlock_list-options {
  width: 250px;
  border-left: 1px solid #E2E3E4;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .productBlock_list .productBlock_list-options {
    border-left: none;
    padding-left: 0px;
    width: 100%;
  }
}
.productBlock_list .productBlock_list-options .productBlock_list-price {
  margin-bottom: 30px;
}
.productBlock_list .productBlock_list-options .productBlock_list-compare {
  margin-top: 20px;
  text-align: left;
}
/* RESULTS FILTER TAB STYLING */
.filter-section-intro-sec {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.filter-section-intro-sec h4 {
  margin-bottom: 0px;
  font-family: 'Roboto', 'lato', arial;
}
.filter-section-intro-sec button {
  color: #151C49;
  font-size: 15px;
  text-decoration: underline;
  padding-bottom: 0px;
  padding-top: 0px;
}
.hide-show-filter-sec #show-filter-trigger {
  display: none;
  width: 100%;
  margin: 0px 0px 20px 0px;
}
@media (max-width: 991px) {
  .hide-show-filter-sec #show-filter-trigger {
    display: block;
  }
}
.hide-show-filter-sec #hide-filter-trigger {
  display: none;
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.filter_sidebar {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .filter_sidebar {
    display: none;
  }
}
.filter_sidebar .filter_sidebar-title {
  display: flex;
  justify-content: space-between;
}
.filter_sidebar .filter_sidebar-title h2 {
  font-size: 15px;
}
.filter_sidebar .filter_sidebar-title .filter_sidebar-title-clearAll {
  color: #2EA2F8;
  font-weight: 300;
  font-family: 'Roboto', 'lato', arial;
  padding: 0px;
  align-self: flex-end;
  position: relative;
  top: -10px;
}
.filter_sidebar .filter_sidebar-title .filter_sidebar-title-clearAll:hover,
.filter_sidebar .filter_sidebar-title .filter_sidebar-title-clearAll:active,
.filter_sidebar .filter_sidebar-title .filter_sidebar-title-clearAll:focus {
  color: #CC6228;
}
.filter_sidebar .panel {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 0px !important;
  border-top: 1px solid #F4F4F4;
}
.filter_sidebar .panel:first-child {
  border-top: none;
}
.filter_sidebar .panel:first-child .panel-heading {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .filter_sidebar .panel:first-child .panel-heading h4 a span.tab-title-name {
    max-width: 100%;
  }
}
.filter_sidebar .panel .panel-heading {
  background-color: #151C49;
  border: 1px solid #151C49;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-radius: 0px;
  padding: 0px;
}
.filter_sidebar .panel .panel-heading[aria-expanded="true"] h4 a span.tab-title-icon {
  color: #FFFFFF;
}
.filter_sidebar .panel .panel-heading h4 a {
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 300;
  display: inline-block;
  display: flex;
  justify-content: space-between;
  font-family: 'Roboto', 'lato', arial;
  padding: 7px 7px 6px 0px;
}
.filter_sidebar .panel .panel-heading h4 a:focus {
  text-decoration: none;
}
.filter_sidebar .panel .panel-heading h4 a:hover {
  text-decoration: none;
}
.filter_sidebar .panel .panel-heading h4 a span.tab-title-icon {
  font-size: 1.142em;
  color: #FFFFFF;
  display: inline-block;
  float: right;
  font-weight: 600;
}
.filter_sidebar .panel .panel-heading h4 a span.tab-title-name {
  display: inline-block;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .filter_sidebar .panel .panel-heading h4 a span.tab-title-name {
    max-width: 75%;
    font-size: 1.071em;
    top: 0px;
  }
}
.filter_sidebar .panel .panel-body {
  border-top: none;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 10px;
  border-top: 1px solid #F4F4F4;
}
.filter_sidebar .panel .panel-body ul {
  margin-left: 10px;
  margin-bottom: 20px;
}
.filter_sidebar .panel .panel-body ul.filter_sidepanel-checkboxList {
  margin-bottom: 3px;
}
.filter_sidebar .panel .panel-body ul.filter_sidepanel-checkboxList li {
  margin-bottom: 0px;
}
.filter_sidebar .panel .panel-body ul.filter_sidepanel-checkboxList li .form-group {
  margin-bottom: 0px;
}
.filter_sidebar .panel .panel-body ul.filter_sidepanel-checkboxList li .form-group label {
  margin-bottom: 0px;
  font-size: 13px;
}
.filter_sidebar .panel .panel-body ul li {
  display: block;
}
.filter_sidebar .panel .panel-body ul li .facet-option {
  margin-bottom: 10px;
  color: #151C49;
  font-family: 'Roboto', 'lato', arial;
  font-size: 13px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  text-align: left;
  white-space: normal;
  max-width: 100%;
  overflow: hidden;
}
.filter_sidebar .panel .panel-body ul li .facet-option span {
  margin-left: 10px;
}
.filter_sidebar .panel .panel-body ul li p span {
  margin-left: 10px;
}
.filter_sidebar .panel .panel-body ul li p span .filter-single-delete {
  padding: 0px;
  color: #AC1216;
  font-size: 16px;
}
.filter_sidebar .panel .panel-body ul li a {
  text-decoration: none;
}
.filter_sidebar .panel .panel-body ul li a:hover,
.filter_sidebar .panel .panel-body ul li a:focus,
.filter_sidebar .panel .panel-body ul li a:active {
  text-decoration: underline;
}
.panel-heading[aria-expanded="false"] .tab-title-icon .fa-plus {
  display: block;
}
.panel-heading .tab-title-icon .fa-minus {
  display: none;
}
.panel-heading[aria-expanded="false"] .tab-title-icon .fa-minus {
  display: none;
}
.panel-heading[aria-expanded="true"] .tab-title-icon .fa-minus {
  display: block;
}
.panel-heading[aria-expanded="true"] .tab-title-icon .fa-plus {
  display: none;
}
/* FILTER TAB STYLING END... */
.account_submitTaxForms {
  border: none;
  background-color: #FFFFFF;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.account_submitTaxForms p {
  font-weight: 700;
  margin-bottom: 10px;
}
.account_submitTaxForms p span {
  font-weight: 300;
}
.account_submitTaxForms .panel-heading {
  border: none;
  background-color: #FFFFFF;
  padding: 0px;
}
.account_submitTaxForms .panel-heading button {
  padding: 8px 30px 9px;
}
.account_submitTaxForms .panel-heading button i {
  margin-right: 5px;
  font-size: 23px;
  position: relative;
  top: 3px;
}
.account_submitTaxForms .panel-body {
  padding: 20px 0px 0px;
}
.account_submitTaxForms .panel-body .tax_status-info {
  font-weight: 400;
  margin-bottom: 5px;
}
.account_submitTaxForms .panel-body .tax_status-email {
  margin-top: 30px;
  font-weight: 400;
}
.account_submitTaxForms .panel-body .tax_status-email span a {
  text-decoration: underline;
  color: #0079B7;
}
.account_submitTaxForms .panel-body .tax_status-rules {
  margin-left: 20px;
  margin-bottom: 30px;
}
.account_submitTaxForms .panel-body .tax_status-rules li {
  display: block;
  list-style-type: disc;
  display: list-item;
  margin-bottom: 5px;
}
.account_submitTaxForms .panel-body .tax_status-rules li p {
  font-weight: 400;
  margin-bottom: 0px;
}
.account_submitTaxForms .panel-body form .form-group {
  margin-bottom: 40px;
}
#account_profileManagement {
  padding-bottom: 80px;
}
#account_profileManagement #profile_oldPassword + .password-toggle {
  top: 30px;
}
#accountChange {
  border-left: none;
  border-right: none;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: 0.5s;
  border-right: 1px solid #151C49;
}
#accountChange a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  font-size: 25px;
  color: #FFFFFF;
  display: block;
  transition: 0.3s;
}
#accountChange a:hover,
#accountChange a:focus,
#accountChange a:active {
  text-decoration: underline;
}
@media (max-width: 450px) {
  #accountChange a {
    font-size: 18px;
  }
}
#accountChange button {
  text-decoration: none;
}
#accountChange button:hover,
#accountChange button:focus,
#accountChange button:active {
  text-decoration: underline;
}
#accountChange ul {
  margin: 0 auto 40px;
  text-align: center;
}
#accountChange ul li button {
  padding: 5px 25px 2px;
}
#accountChange ul li button:hover {
  cursor: pointer;
}
@media (max-width: 480px) {
  #accountChange ul li button {
    padding: 5px 10px 2px;
  }
}
@media (max-width: 991px) {
  #accountChange ul li a {
    padding: 5px 25px 2px;
  }
}
@media (max-width: 480px) {
  #accountChange ul li a {
    padding: 5px 10px 2px;
  }
}
#accountChange .account-side-customer-block {
  background-color: #151C49;
  padding-left: 20px;
  padding-bottom: 0px;
}
#accountChange .account-side-customer-block button {
  background-color: transparent;
  border: none;
}
#accountChange .account-side-customer-block button span {
  color: #FFFFFF;
}
#accountChange .closebtn {
  position: relative;
  background-color: transparent;
  border: none;
  right: -235px;
  padding: 10px;
}
#accountChange .closebtn i {
  font-size: 20px;
  color: #FFFFFF;
  opacity: 0.8;
}
#accountChange .first-level-nav-options {
  padding: 5px 0 5px;
  margin-bottom: 20px;
}
#accountChange .first-level-nav-options form {
  padding: 10px 20px;
}
#accountChange .first-level-nav-options form label {
  display: block;
}
#accountChange .first-level-nav-options button {
  color: #151C49;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  text-align: left;
  font-family: 'Roboto', 'lato', arial;
  text-decoration: none;
}
#accountChange .first-level-nav-options button:hover,
#accountChange .first-level-nav-options button:focus,
#accountChange .first-level-nav-options button:active {
  text-decoration: underline;
}
#accountChange .first-level-nav-options a {
  color: #151C49;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  text-align: left;
  text-decoration: none;
}
#accountChange .first-level-nav-options a:hover,
#accountChange .first-level-nav-options a:focus,
#accountChange .first-level-nav-options a:active {
  text-decoration: underline;
}
#accountChange .first-level-nav-options li {
  display: block;
  text-align: left;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #BABABA;
}
#accountChange .first-level-nav-options li:last-child {
  border-bottom: none;
}
#accountChange #nav-mobile {
  overflow: auto;
}
