body {
  color: #000 !important;
}
/**** Header - Start *****/
.block-search {
  float: right;
  padding-left: 15px;
  position: relative;
  width: 185px;
  z-index: 1100;
}
.block-search .action.search::before {
  color: #fff !important;
}
.block-search input {
  margin: 0;
  padding-right: 35px;
  position: static;
  background: #fff;
  border: 1px solid #a6a6a6;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  opacity: 0.9 !important;
  color: #fff !important;
}
.icons {
  margin-bottom: 0px;
  margin-top: 29px;
}
.page-header .panel.wrapper {
  border: 0px;
  position: relative;
  width: 20%;
  float: right;
  z-index: 1000;
  background: transparent;
  right: 8%;
}
.header.content {
  padding: 10px 20px 0;
}
.contact-us {
  position: absolute;
  top: 5px;
  right: 40%;
  text-align: center;
  font-weight: 700;
}
.header.panel > .header.links > li > a {
  color: #001540;
  text-decoration: none;
}

.header.panel > .header.links {
  right: 20px;
  top: 100px;
}
.page-header {
  border: 0;
  margin-bottom: 0;
  background: #f4f4f4;
}
.header.content {
  padding: 10px 20px 0;
  background: #f4f4f4;
}
.header.panel > .header.links > li > a:visited {
  color: #fff;
  text-decoration: none;
  /* background: #000; */
}

.page-header .panel.wrapper {
  color: #000;
}
.division-of {
  position: absolute;
  top: 52px;
  float: left;
}
.payment-head {
  position: relative;
  margin-top: -30px;
  float: right;
  right: 0px;
  top: -10px;
}
.navigation .level0 > .level-top:hover,
.navigation .level0 > .level-top.ui-state-focus {
  color: #d9d3d3;
  text-decoration: none;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  color: #d9d3d3;
}

.navigation li:last-child {
  border-right: 1px solid;
}
.page-footer {
  background: #f4f4f4;
  margin-top: auto;
  padding-bottom: 25px;
  display: none;
}

.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.minicart-wrapper {
  margin-left: -100px;
  right: 7%;
  top: 80px;
  z-index: 1000;
}
.authorization-link {
  font-weight: bold;
}
.header.panel > .header.links > li > a:hover {
  color: #cc0000;
  text-decoration: underline;
}

.links {
  display: inline-flex;
  position: absolute;
  float: right;
  right: 0;
  list-style: none;
  z-index: 1000;
  top: 5px;
  display: none;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  margin-right: 2rem;
}
.page-header .panel.wrapper {
  color: #000;
  display: none;
}
.page-header .header.panel {
  padding-bottom: 0px;
  padding-top: 0px;
}
.header.panel > .header.links > .authorization-link::after {
  content: attr(data-label);
  display: inline-block;
  margin: 0;
  color: #d30416;
}
.btn-home-red {
  background-color: #c00 !important;
  color: #fff !important;
}
/**** Header - End *****/

/**** Nav - Start *****/
.navigation .level0 .submenu {
  background: #7b7b7b;
  border: 1px solid #cccccc;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
  font-weight: 400;
  min-width: 230px;
  padding: 15px 0;
  display: none;
  left: 0;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  z-index: 1;
  margin-top: 11px;
}
.navigation .level0 .submenu a {
  display: block;
  line-height: inherit;
  color: #ffffff;
  padding: 8px 20px;
  font-weight: bold;
}
.navigation .level0 .submenu .active > a {
  border-color: #ff5501;
  border-style: solid;
  border-width: 0 0 0 3px;
  color: #848484;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border-color: #ff5501;
  border-style: none !important;
  border-width: 0 0 3px;
  color: #fff;
  text-decoration: none;
}

.nav-sections {
  background: #7b7b7b;
}
.navigation {
  background: #7b7b7b;
  font-weight: 700;
  height: inherit;
  left: auto;
  overflow: inherit;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 3;
}
.navigation .level0 > .level-top {
  color: #fff;
  line-height: 47px;
}

.navigation li.level0 {
  border-top: none;
  padding-right: 0px;
  -webkit-box-shadow: 1px 0 0 #666;
  -moz-box-shadow: 1px 0 0 #666;
  box-shadow: 1px 0 0 #666;
}
.navigation .level0:last-child {
  margin-right: 0;
  padding-right: 0px;
  border-right: 0px;
  box-shadow: 0px !important;
}
.navigation .level0:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navigation .level0.parent > .level-top > .ui-menu-icon {
  display: none !important;
}
.navigation .level0.parent > .level-top {
  padding-right: 10px !important;
}
/**** Nav - End*****/

/**** Home Styles - Start *****/

.container {
  font-size: 13px !important;
}
.go-left {
  text-align: left !important;
}
.go-right {
  text-align: right !important;
}
.go-center {
  text-align: center !important;
}
.prod-top-text {
  border: thin solid #333 !important;
  border-radius: 5px !important;
  text-align: center !important;
  margin-bottom: 15px !important;
  background-color: #dfffdf !important;
  font-size: 12px;
  padding: 5px 5px !important;
}
.icons a {
  color: #000000;
  font-size: 11px;
}
.card {
  border: 1px solid #5d5d5d;
  border-radius: 0px !important;
  margin-bottom: 15px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  min-height: 394px !important;
}
.card-lan-stations {
  min-height: 320px !important;
}
.card-home {
  min-height: 429px !important;
}
.card-top-styles {
  min-height: 240px !important;
}
.card-top-styles-carts {
  min-height: 210px !important;
}
.card-chairs-selector {
  border: 1px solid #5d5d5d;
  border-radius: 0px !important;
  margin-bottom: 15px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  min-height: 394px !important;
}
.card-header {
  font-size: 16px;
  line-height: 110%;
  background-color: #e2e2e2 !important;
  color: #001540 !important;
}
.card-header .subtitle {
  font-size: 13px;
}
.card-chair-selector {
  border: 1px solid #5d5d5d;
  border-radius: 0px !important;
  margin-bottom: 15px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  min-height: 394px !important;
}
.text_encima {
  position: absolute;
  color: black;
  font-size: 14px;
  font-family: arial;
  top: 285px;
  left: 90px;
}
.workbenches-materials {
  line-height: 170%;
  font-size: 11px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.stainless-products div {
  line-height: 170%;
}

.sa_review {
  /* The div that contains the entire review. */
  margin-top: -10px !important;
  clear: both;
  padding: 1em 0em 0em 0em !important;
  height: 100px !important;
  overflow: hidden;
  margin: 2px;
  cursor: none !important;
  font-size: 11px !important;
}

.sa_info {
  /* Location of the reviewer. */
  text-align: center !important;
}

.sa_comments {
  /* Review comments. */
  top: -8px !important;
  /*white-space: nowrap;*/
  width: 12em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center !important;
  line-height: 105% !important;
}

.comments_box {
  padding: 0 5px !important;
}
.shopperapproved_widget table {
  margin-left: 20px;
}

/**** Home Styles - End *****/

/**** General Styles - Start *****/

.font-9 {
  font-size: 9px !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.titulo-guinda {
  color: #800000;
  font-size: medium;
}
.text-red {
  color: #800000;
}
/*.btn-red {
	background-color: #CC0000 !important;
	font-weight: bold !important;
	width: 100% !important;
	font-size: 11px;
	letter-spacing: -0.5px;
	color: #FFF !important;
}*/
.btn-red {
  border: 1px solid #000000 !important;
  background-color: #ffffff !important;
  color: #cc0000 !important;
  font-weight: bold !important;
  width: 100% !important;
  font-size: 11px;
  letter-spacing: -0.5px;
}
.btn-leg-selector {
  margin-top: 40px;
  padding: 3px 0;
}
.btn-leg-selector-pedestal {
  margin-top: 20px;
}

.card-header-top-styles {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  height: 49px;
  padding-left: 5px;
  padding-right: 5px;
}
.subheader-top-style {
  font-size: 11px;
}
.btn-top-styles {
  margin-top: 7px;
  width: 140px !important;
}
.card-body-top-styles {
  position: relative;
  padding: 0.75rem !important;
}
.btn-box-top-styles {
  position: absolute;
  bottom: 12px;
  padding-right: 0px;
}
.btn-box-top-styles div {
  line-height: 105%;
}
.text-top-styles {
  padding-left: 0px !important;
  line-height: 132%;
}

.page-title {
  font-size: 20px;
  margin-bottom: 3px;
  margin-top: 0px;
}
.page-subtitle {
  font-size: 12px;
  margin-bottom: 5px;
}
.link-blue-under {
  color: #032c6d !important;
  text-decoration: underline !important;
}
/**** General Styles - End *****/

/**** Slider Styles - Start *****/

.slider-home {
  position: relative;
  top: -13px;
}

/**** Slider Styles - End *****/

/**** Workbenches Leg Selector Styles - Start ********************************************/

.slider-home {
  position: relative;
  top: -13px;
}
.card-leg-selector {
  min-height: 330px !important;
}
.card-header-leg-selector {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: bold !important;
}
.details-leg-selector-box {
  padding: 0px !important;
}
.details-leg-selector {
  font-size: 11px !important;
  line-height: 180% !important;
}
.img-leg-selector {
  width: 180px !important;
}
.subheader-leg-selector {
  font-size: 12px;
}
.available-link {
  margin-top: 1px;
}
.specifications-link {
  margin-top: 3px;
}
.specifications-link-bottom {
  margin-bottom: -6px;
}
.bench-3d-link {
  margin-top: 13px;
}
.x1-link {
  margin-top: 17px;
}
.info-box-leg-selector {
  padding-left: 0px !important;
}

/**** Workbenches Leg Selector Styles - End ********************************************/

/* Ribbon - start*/
.ribbonx {
  text-align: center;
  position: relative;
  color: #000;
  margin: 12px -23px 0px -23px !important;
  padding: 2px 0;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  background-color: #8ed8f3;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
/*.ribbonx:before, */
.ribbonx:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
  bottom: -10px;
}
.ribbonx:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
  bottom: -10px;
}

.ribbonx:before {
  border-width: 0 10px 10px 0;
  border-right-color: #222;
  left: 0;
}
.ribbonx:after {
  border-width: 0 0 10px 10px;
  border-left-color: #222;
  right: 0;
}
.ribbon-days {
  font-size: 16px;
  font-weight: bold;
}

/* Ribbon - End*/

.accessories-link-hydraulic {
  margin-top: 26px;
}
.breadcrumbs {
  top: -10px !important;
  position: relative;
}
.tierQuantityTitle {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  font-size: 12px;
  font-weight: 600;
  padding: 2px;
}
.tierQuantityTitle td {
  padding: 0px !important;
}
.tierQuantityTitle td {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.main-tier-qty {
  margin-top: 5px;
  padding: 0px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid;
}
.main-tier-qty td {
  padding: 0px !important;
  text-align: center;
}
.main-tier-qty td {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.product-options-bottom .price-box .price-container,
.product-info-price .price-box .price-container {
  font-size: 15px;
}
/*.Tabs, */

.product.data.items > .item.title.active > .switch {
  background: #b00202 !important;
  color: #fff !important;
  text-decoration: none;
}
.product.data.items {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  top: -65px !important;
}
.box-tocart .action.tocart {
  margin-bottom: 0;
  margin-right: 1%;
  width: 49%;
  position: relative;
  top: -60px;
  left: 20%;
}
table.icons td {
  padding: 11px 0px !important;
}
table.icons2 td {
  padding: 5px 0px !important;
}
/*Product Accessories */
.accessories-products {
  border: 2px solid #d5d5d5 !important;
  border-radius: 5px !important;
  margin-bottom: 10px !important;
  position: relative;
  top: -50px;
  margin-left: 15px;
}
.accessories-tittle {
  background-color: #7b7b7b;
  color: #fff;
  text-align: center !important;
  font-size: 16px;
  padding: 6px 15px;
  z-index: 5000;
}
.accessories-products table {
  width: 100% !important;
}
.accessories-products tr {
  border: 0px !important;
}
.accessories-products td {
  border: 0px !important;
}
.accessories-sub {
  font-size: 11px !important;
}

.accessories-products th,
.accessories-products td {
  padding: 0.1rem !important;
  border-top: 0px !important;
}

.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 20px !important;
}

.all-accessories {
}
.accessories-tit-sub {
  margin-left: 10px;
  padding-right: 2px;
  text-align: left;
}
.accessories-tit {
  font-size: 12px !important;
}
.view-all-accessories {
  text-align: center;
  padding: 5px;
  font-size: 14px;
}
a.view-all-accessories:link {
  color: #000066;
  text-decoration: underline;
  font-size: 12px;
}
a.view-all-accessories:visited {
  color: #000066;
}
a.view-all-accessories:hover {
  color: #b22222;
}

.img-thumbnail {
  padding: 0.15rem !important;
  border: 1px solid #707375 !important;
  border-radius: 5rem !important;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
  margin-left: 4px;
  max-width: 95%;
}
.img-colors {
  border: 1px solid #707375 !important;
  border-radius: 2rem !important;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 5px;
  background-color: #cae8ca;
  border: 2px solid #4caf50;
}
.accessories-right {
  padding-right: 5px;
}
a.colors-subtittle:link {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
}

/* ***************************************************************** */

table#mp_tier_price > tbody > tr:first-of-type {
  font-size: 11px !important;
  font-weight: bold !important;
}
table#mp_tier_price td {
  padding-right: 5px !important;
  padding-left: 5px !important;
  width: 200px;
}

.abs-margin-for-blocks-and-widgets-desktop,
.page-main .block,
.customer-review .product-details {
  margin-bottom: 0px !important;
}
.page-products.page-layout-1column .products-grid .product-item {
  margin-left: 10px !important;
  width: 24% !important;
}
.page-products.page-layout-1column .products-grid .product-item {
  margin-left: 0;
  width: 24% !important;
}
.page-layout-2columns-right .product-info-main {
  width: 39% !important;
}

/*** Chair Selector Style *********************************** */
.card-chairs-selector {
  min-height: 368px !important;
}
.card-chairs-selector:hover {
  border: 1px solid #d30416;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  background: #ffffff;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
  border: 0px solid #bbbbbb;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 2;
}
.products-grid .product-item-inner {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
  border: 0px solid #bbbbbb !important;
  border-top: none;
  left: 0;
  margin: 10px 0 0 -1px;
  padding: 0 9px 9px;
  position: absolute;
  right: -1px;
  z-index: 2;
}
.card-chairs-selector-title {
  font-size: 20px !important;
}
.btn-margin {
  margin: 4px 0px !important;
}
.btn-margin-4 {
  margin: 4px 0px !important;
}
/*** Chair Selector Style *********************************** */

.card-cart-selector {
  min-height: 305px !important;
}

.card-cabinets {
  min-height: 415px !important;
}

.card-shelves-selector {
  min-height: 210px !important;
}

.box-home-l {
  padding-right: 8px;
}
.box-home-r {
  padding-left: 7px;
}
.page-layout-1column .toolbar-products {
  position: relative;
  top: 10px;
  width: 100%;
}
.factory-aerial {
  margin-top: -9px;
  margin-bottom: 4px;
}
.product.media {
  float: left;
  margin-bottom: 25px;
  width: 60% !important;
}
.page-layout-1column .product-info-main {
  width: 35% !important;
}

.payment-cards {
  position: absolute;
  right: 0px;
}
.payment-head-link {
  position: relative;
  top: 28px;
}
.p-number {
  font-size: 26px;
}

.customer-welcome .action.switch {
  color: #c00 !important;
}
.distributor-login {
  border: 1px solid #a1a0a0;
  padding: 15px;
  background: #f4f4f4;
}
.tm-logo {
  position: relative;
  top: -6px;
}
.request {
  position: relative;
  float: right;
  background: #b00202;
  color: #ffffff;
}
.assistance {
  font-weight: bold;
  position: relative;
  float: right;
  right: -300px;
  top: -35px;
}
.product-info-main .product-add-form {
  padding-top: 5px !important;
}
.assembly-tit {
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
}
/************************ Warranty - Start ************************/

.warranty-table {
  border: 0px !important;
}
.warranty-table tr {
  border: 0px !important;
}
.warranty-table th {
  border: 0px !important;
}
.warranty-table td {
  border: 0px !important;
}
.border-t-l {
  background-image: url('/pub/media/images/static-pages/warranty/border-t-l.jpg');
  background-repeat: no-repeat;
  width: 48px;
  height: 44px;
}
.border-t {
  background-image: url('/pub/media/images/static-pages/warranty/border-t.jpg');
  background-repeat: repeat-x;
}
.border-t-r {
  background-image: url('/pub/media/images/static-pages/warranty/border-t-r.jpg');
  background-repeat: no-repeat;
  width: 48px;
  height: 44px;
}
.border-r {
  background-image: url('/pub/media/images/static-pages/warranty/border-r.jpg');
  background-repeat: repeat-y;
}
.border-b-r {
  background-image: url('/pub/media/images/static-pages/warranty/border-b-r.jpg');
  background-repeat: no-repeat;
  width: 48px;
  height: 44px;
}
.border-b {
  background-image: url('/pub/media/images/static-pages/warranty/border-b.jpg');
  background-repeat: repeat-x;
}
.border-b-l {
  background-image: url('/pub/media/images/static-pages/warranty/border-b-l.jpg');
  background-repeat: no-repeat;
  width: 48px;
  height: 44px;
}
.border-l {
  background-image: url('/pub/media/images/static-pages/warranty/border-l.jpg');
  background-repeat: repeat-y;
}

.centerCell {
  padding: 20px !important;
}

/************************ Warranty - End ************************/
.product.data.items > .item.title > .switch {
  padding: 1px 8px 1px 8px !important;
  font-weight: bold !important;
}
.header.panel > .header.links > li {
  margin: 0 0 0 6px;
}
.page-layout-2columns-left .column.main {
  width: 100% !important;
}
table.compare th,
table.compare td {
  text-align: center !important;
}
table.testing th,
table.testing td {
  vertical-align: middle !important;
}
img.imgAssembly {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.column.main {
  min-height: 0px !important;
}

.discount-code {
  display: none !important;
}
.page-title-wrapper {
  text-align: center;
  text-align: center;
}
.page-main {
  max-width: 1150px !important;
}
.customer-service {
  position: absolute;
  float: right;
  left: -190px;
  z-index: 5;
  top: -35px;
}
.navigation .level0 {
  margin: 0 0px 0 0;
}
/************************ Media Query - Start ************************/
@media (min-width: 1200px) and (max-width: 4000px) {
  .electrop-min-h {
    min-height: 221px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation .level0 {
    margin-right: 0px !important;
  }
  .block-search {
    width: 105px !important;
  }
  .navigation .level0 > .level-top {
    padding: 0 8px !important;
  }
  .electrop-min-h {
    min-height: 222px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation .level0 {
    margin-right: 0px !important;
  }
  .block-search {
    width: 105px !important;
  }
  .navigation .level0 > .level-top {
    padding: 0 2px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
}
@media (min-width: 50px) and (max-width: 575px) {
}
@media (min-width: 50px) and (max-width: 767px) {
  .go-center-2 {
    text-align: center !important;
  }
}
@media screen and (max-width: 1199px) {
}
/************************ Media Query - End ************************/

/*Start - Menu y Monita */
/************************ Media Query - Start ************************/
@media (min-width: 1200px) and (max-width: 4000px) {
  .customer-service {
    left: -170px !important;
    top: -31px !important;
  }
}
@media (min-width: 1105px) and (max-width: 1199px) {
  .customer-service {
    left: -150px !important;
    top: -31px !important;
  }
}
@media (min-width: 1070px) and (max-width: 1104px) {
  .customer-service {
    left: -140px !important;
    top: -31px !important;
  }
}
@media (min-width: 992px) and (max-width: 1069px) {
  .customer-service {
    top: -31px !important;
  }
  .navigation .level0 > .level-top {
    padding: 0 5px !important;
  }
}
@media (min-width: 955px) and (max-width: 991px) {
  .customer-service {
    left: -155px !important;
    top: -31px !important;
  }
  .navigation .level0 > .level-top {
    padding: 0 2px !important;
  }
}
@media (min-width: 925px) and (max-width: 954px) {
  .customer-service {
    left: -160px !important;
    top: -31px !important;
  }
  .navigation .level0 > .level-top {
    padding: 0 2px !important;
  }
}
@media (min-width: 768px) and (max-width: 924px) {
  .customer-service {
    left: -123px !important;
    top: -31px !important;
  }
  .navigation .level0 > .level-top {
    padding: 0 4px !important;
  }
  .navigation li.level0 {
    padding-right: 0px;
  }
  .ui-menu {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .customer-service {
    display: block !important;
  }
}
/************************ Media Query - End ************************/
/*End - Menu y Monita */

/************************ Boxes Red Border & Opacity - Start ************************/
/*.panel-default:hover, */
.card-leg-selector:hover,
.card-top-selector:hover,
.card-chair-selector:hover,
.card-static-page:hover {
  border-color: #d30416 !important;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}

/************************ Boxes Red Border & Opacity - End ************************/
/************************ Product List - Start ************************/
.product-model {
  font-weight: bold;
  text-align: center;
}
/************************ Product List - End ************************/
.leg-selector-top-img {
  border: 1px solid #c1c1c1;
  margin-top: 5px !important;
}

.title-link-tops-selector {
  color: #000000 !important;
  text-decoration: none !important;
}
.btn-red-tops-selector {
  padding: 0px !important;
  font-size: 11px !important;
  width: 110px !important;
}

@-moz-document url-prefix() {
  .space1 {
    display: block;
    height: 7px;
  }
}
.dd-select {
  height: 21px;
  padding: 0px;
  margin-top: 5px;
}
.btn-red-tops-selector-chairs {
  margin-top: 0px;
  padding: 0px !important;
  font-size: 11px !important;
  width: 105px !important;
}
.margin-top {
  margin-top: 8px;
}
.padding-top {
  padding-top: 7px;
}
.dd-select-chairs {
  border: 1px solid #666;
  color: #800000;
  font-weight: bold;
}

.form-dd #preconfiguredCabinets {
  padding-left: 30px;
}
.ship-promise {
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  background-color: #8ed8f3;
  padding: 2px 3px 2px 3px;
  border: 1px solid #cccccc;
}
.margin-top-6 {
  margin-top: 6px;
}
.red-hover:hover {
  color: #cc0000;
}
.card-leg-selector-lan {
  min-height: 285px !important;
}
.card-leg-selector-new {
  min-height: 472px !important;
}
img.action {
  cursor: pointer;
}
/**** Products - Start *****/
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 90%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
td {
  text-align: center;
  font-size: 13px;
  color: #000;
}
.product-options-bottom .price-box {
  color: #000;
}
.chairs-assembly-text {
  min-height: 70px;
}
.chairs-assembly-img {
  min-height: 200px;
}
.product-item-inner {
  display: none !important;
}
.list-group-item {
  padding: 0.5rem 1rem !important;
}

.card-cms-pages {
  border: 1px solid #5d5d5d;
  border-radius: 0px !important;
  margin-bottom: 15px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  /* min-height: 394px !important; */
}
.should-know {
  border: 0px;
  padding: 0px;
}
.static-dissipative {
  position: relative;
  right: -80%;
  margin-bottom: -85px;
  z-index: 1000;
}
.cleanroom-esd-symbols {
  position: relative;
  right: -69%;
  margin-bottom: -65px;
  z-index: 1000;
}
/*.field-error, div.mage-error[generated] {
	margin-top: -10px !important;
	margin-bottom: 15px;
}*/
.swatch-attribute {
  position: relative;
}
.mage-error {
  position: absolute;
  top: 9px;
}
.premium-quality-btn {
  border: 1px solid #000;
  padding: 3px 6px 3px 6px;
  border-radius: 0.25rem;
}
.premium-quality-btn:hover {
  border: 1px solid #cc0000;
  text-decoration: none;
}
#olark-wrapper .olark-launch-button {
  visibility: hidden !important;
}
.olark-launch-button-wrapper {
  visibility: hidden;
}
.img-customer-service {
  position: relative; 
}

.last-menu-item {
  position: absolute !important;
  border-radius: 16px 0px 0px 16px;
  right: 27rem;
}

.last-menu-item a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}