@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0')
    format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular')
    format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#main-container {
  min-height: 100%;
  position: relative;
}

a {
  color: #777777;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: 0 none;
}

.table>thead>tr>th {
  background: none repeat scroll 0 0 #fbfbfb;
  border-bottom-width: 1px;
  color: #333333;
  vertical-align: top;
}

.table tbody>tr>td {
  vertical-align: middle;
}

.product-name a {
  color: #3a3939;
  font-size: 17px;
  line-height: 23px;
}

p.required {
  color: #f13340;
  margin: 9px 0 16px;
}

.radio label, .checkbox label {
  color: #777777;
}

.table td.history_detail a+a {
  margin-left: 14px;
}

ul {
  list-style: none;
  padding: 0;
}

ul.footer_links li {
  float: left;
}

ul.footer_links li+li {
  margin-left: 10px;
}
/*header*/
.header-container .nav {
  background: url(../img/mon-logo.png) no-repeat center 0 #333333;
  height: 40px;
}

#header_logo a {
  padding: 20px 0;
  display: block;
  max-width: 360px;
}

.header-container .shopping_cart {
  width: 270px;
  float: right;
  padding-top: 50px;
  position: relative;
}

.header-container .cart_block {
  background: #484848;
  color: white;
  display: none;
  height: auto;
  position: absolute;
  right: 0;
  top: 95px;
  width: 270px;
  z-index: 100;
}

@media ( max-width : 767px) {
  .header-container .shopping_cart {
    margin: 0 auto;
    float: none;
    width: 100%;
    padding-top: 10px;
  }
  .header-container .cart_block {
    width: 100%;
    top: 60px;
  }
}

.header-container .shopping_cart>a:first-child {
  padding: 7px 10px 7px 15px;
  /* 	background: #333333; */
  background: #5f5d5d;
  display: block;
  font-weight: bold;
  color: #777777;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 50px;
}

.shopping_cart>a:first-child b {
  color: white;
  font-size: 18px;
  padding-right: 5px;
}

.shopping_cart>a:first-child:before {
  content: "\f07a";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 23px;
  line-height: 23px;
  color: white;
  padding-right: 15px;
  visibility: visible;
}
/*menu*/
#block_top_menu {
  padding-top: 25px;
}

.sf-contener {
  clear: both;
  float: left;
  width: 100%;
}

.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu {
  position: relative;
  padding: 0;
  width: 100%;
  border-bottom: 3px solid #e9e9e9;
  background: #f6f6f6;
}

.sf-menu ul {
  position: absolute;
  top: -999em;
  background: white;
}

@media ( max-width : 767px) {
  .sf-menu {
    display: none;
  }
  .sf-menu ul {
    position: relative;
  }
}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}

.sf-menu>li {
  float: left;
  border-right: 1px solid #d6d4d4;
  margin-bottom: -3px;
}

@media ( max-width : 767px) {
  .sf-menu>li {
    float: none;
    position: relative;
    border-right: none;
  }
  .sf-menu>li span {
    position: absolute;
    right: 6px;
    top: 20px;
    width: 30px;
    height: 30px;
    z-index: 2;
  }
  .sf-menu>li span:after {
    font-family: "FontAwesome";
    content: "\f067";
    font-size: 26px;
  }
  .sf-menu>li span.active:after {
    content: "\f068";
  }
}

.sf-menu>li>a {
  font: bold 18px/22px arial;
  text-transform: uppercase;
  color: #484848;
  display: block;
  padding: 17px 20px;
  border-bottom: 3px solid #e9e9e9;
}

.sf-menu>li.sfHover>a, .sf-menu>li>a:hover, .sf-menu>li.sfHoverForce>a {
  background: #333333;
  border-bottom-color: #666666;
  color: white;
}

.sf-menu li li li a {
  display: inline-block;
  position: relative;
  color: #777777;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

.sf-menu li li li a:before {
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  padding-right: 10px;
}

.sf-menu li li li a:hover {
  color: #333333;
}

.sf-menu li ul {
  display: none;
  left: 0;
  top: 59px;
  z-index: 99;
  padding: 12px 0px 18px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
}

@media ( max-width : 767px) {
  .sf-menu li ul {
    top: 0;
  }
}

.sf-menu li li ul {
  position: static;
  display: block !important;
  opacity: 1 !important;
  background: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
}

.sf-menu li li li ul {
  padding: 0 0 0 20px;
}

.sf-menu li li li ul {
  width: 220px;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
  left: 200px; /* match ul width */
  top: 0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
  left: 200px; /* match ul width */
  top: 0;
}

.sf-menu>li>ul {
  padding: 0;
  width: 100%;
  background: #333;
}

.sf-menu>li>ul>li>a {
  text-transform: uppercase;
  font: bold 18px/22px arial;
  color: #fff;
  display: block;
  line-height: 50px;
  text-align: center
}

.sf-menu>li>ul>li:hover {
  background: #484848
}

.sf-menu>li>ul>li {
  float: left;
  width: 20%;
  height: 60px;
}

@media ( max-width : 767px) {
  .sf-menu>li>ul>li {
    width: 50%;
  }
}

@media ( max-width : 479px) {
  .sf-menu>li>ul>li {
    width: 100%;
  }
}

@media ( min-width : 768px) {
  .sf-menu>li>ul>li.first-in-line-lg {
    clear: left;
  }
}

@media ( min-width : 480px) and (max-width: 767px) {
  .sf-menu>li>ul>li.first-in-line-xs {
    clear: left;
  }
}

.cat-title {
  display: none;
}

@media ( max-width : 767px) {
  .cat-title {
    display: block;
    font: bold 18px/22px arial;
    text-transform: uppercase;
    color: #484848;
    display: block;
    padding: 17px 20px;
    border-bottom: 3px solid #e9e9e9;
    background: #f6f6f6;
    position: relative;
  }
  .cat-title:hover {
    background: #333333;
    border-bottom-color: #666666;
    color: white;
  }
  .cat-title:after {
    display: block;
    font-family: "FontAwesome";
    content: "\f067";
    position: absolute;
    right: 15px;
    top: 18px;
    font-size: 26px;
  }
  .cat-title.active:after {
    content: "\f068";
  }
}
/*footer*/
.footer-container {
  background: #333333;
  margin-top: 30px;
}

.footer-container.footer-block {
  margin-top: 45px;
}

@media ( max-width : 767px) {
  .footer-container .footer-block {
    margin-top: 20px;
  }
}

.footer-container .row {
  position: relative;
}

.footer-container h4 {
  color: white;
  font: bold 18px/22px arial;
  margin: 0 0 13px;
}

.footer-container ul {
  padding: 0;
}

.footer-container ul li {
  padding-bottom: 8px;
}

.footer-container ul li a {
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-size: 13px;
}

.footer-container a:hover {
  color: #fff;
}

.footer-container h4 a {
  color: white;
}

@media ( max-width : 767px) {
  .footer-container h4 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 13px;
  }
  .footer-container h4:after {
    display: block;
    content: "\f055";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 1px;
  }
  .footer-container h4.active:after {
    content: "\f056";
  }
}

#footer {
  display: block;
  padding-top: 20px;
  min-height: 120px;
  width: 100%;
}

#footer .row {
  border-bottom: 1px solid #515151;
}

#copyright {
  padding: 15px 0 0;
  width: 100%;
  color: #777777;
  height: 60px;
  text-align: center;
}

.version {
  width: 100%;
  color: #777777;
  height: 60px;
  text-align: center;
}
/*breadcrumb*/
.breadcrumb {
  color: #777777;
  display: inline-block;
  padding: 0 11px;
  border: 1px solid #d6d4d4;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  min-height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin: 16px 0;
  position: relative;
  z-index: 1;
}

.breadcrumb .navigation-pipe {
  width: 18px;
  display: inline-block;
  text-indent: -5000px;
}

.breadcrumb a {
  display: inline-block;
  background: white;
  padding: 0 15px 0 22px;
  margin-left: -26px;
  position: relative;
  z-index: 2;
  color: #333333;
}

.breadcrumb a.home {
  font-size: 17px;
  color: #777777;
  width: 38px;
  text-align: center;
  padding: 0;
  margin: 0 0 0 -10px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 99;
  line-height: 22px;
  display: inline-block;
  height: 25px;
}

.breadcrumb a.home i {
  vertical-align: -1px;
}

.breadcrumb a.home:before {
  border: none;
}

.icon-home:before {
  font-family: "FontAwesome";
  content: "\f015";
  font-style: normal;
  font-weight: normal;
}

.breadcrumb a:after {
  display: inline-block;
  content: ".";
  position: absolute;
  right: -10px;
  top: 3px;
  width: 18px;
  height: 18px;
  background: white;
  border-right: 1px solid #d6d4d4;
  border-top: 1px solid #d6d4d4;
  border-radius: 2px;
  text-indent: -5000px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumb a:before {
  display: inline-block;
  content: ".";
  position: absolute;
  left: -10px;
  top: 3px;
  width: 18px;
  height: 18px;
  background: transparent;
  border-right: 1px solid #d6d4d4;
  border-top: 1px solid #d6d4d4;
  border-radius: 2px;
  text-indent: -5000px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumb a:hover {
  color: #777777;
}

.ie8 .breadcrumb {
  min-height: 1px;
}

.ie8 .breadcrumb a:after {
  display: none;
}

.ie8 .breadcrumb .navigation-pipe {
  width: 20px;
}

/*button*/
.button.ajax_add_to_cart_button {
  border-radius: 0;
  font: 700 17px/21px Arial, Helvetica, sans-serif;
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  padding: 0;
  border: 1px solid;
  border-color: #0079b6 #006fa8 #012740 #006fa8;
}

.button.ajax_add_to_cart_button span {
  border: 1px solid;
  border-color: #06b2e6;
  padding: 10px 14px;
  display: block;
  background: #009ad0;
  background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0),
    color-stop(100%, #007ab7));
  background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: linear-gradient(to bottom, rgb(0, 154, 208) 0%, #007ab7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0',
    endColorstr='#007ab7', GradientType=0);
}

.button.ajax_add_to_cart_button.small span {
  padding: 3px 4px;
}

.button.ajax_add_to_cart_button:hover {
  border-color: #01314e #004b74 #0079b6 #004b74;
}

.button.ajax_add_to_cart_button:hover span {
  filter: none;
  background: #0084bf;
}

.button.lnk_view {
  border-radius: 0;
  font: bold 18px/22px arial;
  color: #333333;
  text-shadow: 1px 1px white;
  padding: 0;
  border: 1px solid;
  border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
}

.button.lnk_view span {
  border: 1px solid;
  border-color: white;
  padding: 10px 14px;
  display: block;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7),
    color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',
    endColorstr='#ededed', GradientType=0);
}

.btn.button-plus, .btn.button-minus {
  font-size: 14px;
  line-height: 14px;
  color: silver;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
  padding: 0;
  border: 1px solid;
  border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn.button-plus span, .btn.button-minus span {
  display: block;
  border: 1px solid white;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 4px 0 0 0;
  background: #1e5799;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white),
    color-stop(100%, #fbfbfb));
  background: -webkit-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -o-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -ms-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
    endColorstr='#fbfbfb', GradientType=0);
}

.btn.button-plus:hover, .btn.button-minus:hover {
  color: #333333;
}

.btn.button-plus:hover span, .btn.button-minus:hover span {
  filter: none;
  background: #f6f6f6;
}

.button.lnk_view:hover {
  border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
}

.button.lnk_view:hover span {
  filter: none;
  background: #e7e7e7;
}

.home-product-list {
  text-align: center;
  padding: 10px 0;
  width:270px;
  height: 390px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: -1px 4px 15px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 4px 15px -4px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 4px 15px -4px rgba(0, 0, 0, 0.3);
  overflow:hidden;
  max-height:390px;
  margin-bottom:5px;
  margin-left:5px;
}
.home-product-list h4 {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap; 
  padding:5px;
}

.home-product-list h2 {
  color: #000
}

.home-product-list .button {
  margin: 0 5px;
}

.button.button-small {
  font: bold 13px/17px Arial, Helvetica, sans-serif;
  color: white;
  background: #6f6f6f;
  border: 1px solid;
  border-color: #666666 #5f5f5f #292929 #5f5f5f;
  padding: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.button.button-small span {
  display: block;
  padding: 3px 8px 3px 8px;
  border: 1px solid;
  border-color: #8b8a8a;
}

.button.button-small span i {
  vertical-align: 0px;
  margin-right: 5px;
}

.button.button-small span i.right {
  margin-right: 0;
  margin-left: 5px;
}

.button.button-small span:hover {
  background: #575757;
  border-color: #303030 #303030 #666666 #444444;
}

.button.button-medium {
  font-size: 17px;
  line-height: 21px;
  color: white;
  padding: 0;
  font-weight: bold;
  background: #43b754;
  background: -moz-linear-gradient(top, #43b754 0%, #41b757 2%, #41b854 4%, #43b756 6%
    , #41b354 38%, #44b355 40%, #45af55 66%, #41ae53 74%, #42ac52 91%,
    #41ae55 94%, #43ab54 96%, #42ac52 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #43b754),
    color-stop(2%, #41b757), color-stop(4%, #41b854),
    color-stop(6%, #43b756), color-stop(38%, #41b354),
    color-stop(40%, #44b355), color-stop(66%, #45af55),
    color-stop(74%, #41ae53), color-stop(91%, #42ac52),
    color-stop(94%, #41ae55), color-stop(96%, #43ab54),
    color-stop(100%, #42ac52));
  background: -webkit-linear-gradient(top, #43b754 0%, #41b757 2%, #41b854 4%, #43b756
    6%, #41b354 38%, #44b355 40%, #45af55 66%, #41ae53 74%, #42ac52 91%,
    #41ae55 94%, #43ab54 96%, #42ac52 100%);
  background: -o-linear-gradient(top, #43b754 0%, #41b757 2%, #41b854 4%, #43b756 6%,
    #41b354 38%, #44b355 40%, #45af55 66%, #41ae53 74%, #42ac52 91%,
    #41ae55 94%, #43ab54 96%, #42ac52 100%);
  background: -ms-linear-gradient(top, #43b754 0%, #41b757 2%, #41b854 4%, #43b756 6%,
    #41b354 38%, #44b355 40%, #45af55 66%, #41ae53 74%, #42ac52 91%,
    #41ae55 94%, #43ab54 96%, #42ac52 100%);
  background: linear-gradient(to bottom, #43b754 0%, #41b757 2%, #41b854 4%, #43b756
    6%, #41b354 38%, #44b355 40%, #45af55 66%, #41ae53 74%, #42ac52 91%,
    #41ae55 94%, #43ab54 96%, #42ac52 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43b754',
    endColorstr='#42ac52', GradientType=0);
  border: 1px solid;
  border-color: #399a49 #247f32 #1a6d27 #399a49;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.button.button-medium span {
  display: block;
  padding: 10px 10px 10px 14px;
  border: 1px solid;
  border-color: #74d578;
}

@media ( max-width : 480px) {
  .button.button-medium span {
    font-size: 15px;
    padding-right: 7px;
    padding-left: 7px;
  }
}

.button.button-medium span i.left {
  font-size: 24px;
  vertical-align: -2px;
  margin: -4px 10px 0 0;
  display: inline-block;
}

.button.button-medium span i.right {
  margin-right: 0;
  margin-left: 9px;
}

@media ( max-width : 480px) {
  .button.button-medium span i.left {
    margin-right: 5px;
  }
  .button.button-medium span i.right {
    margin-left: 5px;
  }
}

.button.button-medium:hover {
  background: #3aa04c;
  background: -moz-linear-gradient(top, #3aa04c 0%, #3aa04a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3aa04c),
    color-stop(100%, #3aa04a));
  background: -webkit-linear-gradient(top, #3aa04c 0%, #3aa04a 100%);
  background: -o-linear-gradient(top, #3aa04c 0%, #3aa04a 100%);
  background: -ms-linear-gradient(top, #3aa04c 0%, #3aa04a 100%);
  background: linear-gradient(to bottom, #3aa04c 0%, #3aa04a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3aa04c',
    endColorstr='#3aa04a', GradientType=0);
  border-color: #196f28 #399a49 #399a49 #258033;
}

.button.button-medium.exclusive {
  border-color: #db8600 #d98305 #c86d26 #d98305;
  background: #fdaa02;
  background: -moz-linear-gradient(top, #fdaa02 0%, #fe9702 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdaa02),
    color-stop(100%, #fe9702));
  background: -webkit-linear-gradient(top, #fdaa02 0%, #fe9702 100%);
  background: -o-linear-gradient(top, #fdaa02 0%, #fe9702 100%);
  background: -ms-linear-gradient(top, #fdaa02 0%, #fe9702 100%);
  background: linear-gradient(to bottom, #fdaa02 0%, #fe9702 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdaa02',
    endColorstr='#fe9702', GradientType=0);
}

.button.button-medium.exclusive span {
  border-color: #fec133 #febc33 #feb233 #febc33;
}

.button.button-medium.exclusive span:hover {
  filter: none;
  background: #f89609;
  border-color: #a6550c #ba6708 #db8600 #ba6708;
}

.button.button-medium.exclusive span:hover span {
  border-color: #fec133;
}

.icon-user:before {
  content: "\f007";
  font-family: "FontAwesome";
  font-style: normal;
}

.icon-lock:before {
  content: "\f023";
  font-family: "FontAwesome";
  font-style: normal;
}

.icon-minus:before {
  content: "\f068";
  font-family: "FontAwesome";
  font-style: normal;
}

.icon-plus:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-style: normal;
}

.icon-chevron-right:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-style: normal;
}

.icon-chevron-left:before {
  content: "\f053";
  font-family: "FontAwesome";
  font-style: normal;
}

.icon-trash:before {
  content: "\f014";
  font-family: "FontAwesome";
  font-style: normal;
}

.icon-refresh:before {
  content: "\f021";
  font-family: "FontAwesome";
  font-style: normal;
}

.link-button i {
  margin-right: 5px;
}
/*form*/
.form-group.form-error input, .form-group.form-error textarea {
  border: 1px solid #f13340;
  color: #f13340;
  background: url(../img/form-error.png) 98% 5px no-repeat #fff1f2;
}

.form-group.form-ok input, .form-group.form-ok textarea {
  border: 1px solid #46a74e;
  color: #35b33f;
  background: url(../img/form-ok.png) 98% 5px no-repeat #ddf9e1;
}

.form-group.form-error .form-control, .form-group.form-ok .form-control
  {
  padding-right: 30px;
}

.radio-inline, .checkbox {
  padding-left: 0;
}

.radio-inline .checker, .checkbox .checker {
  float: left;
}

.radio-inline .checker span, .checkbox .checker span {
  top: 0px;
}

.radio-inline div.radio, .checkbox div.radio {
  display: inline-block;
}

.radio-inline div.radio span, .checkbox div.radio span {
  float: left;
  top: 0px;
}
/*cart summary*/
.cart_navigation {
  margin: 0 0 20px;
}

.cart_navigation .button-medium {
  float: right;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 24px;
}

.cart_navigation .button-medium span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 11px 15px 10px 15px;
}

@media ( max-width : 992px) {
  .cart_navigation .button-medium span {
    font-size: 16px;
  }
}

.cart_navigation .button-medium i.right {
  font-size: 25px;
  line-height: 25px;
  vertical-align: -4px;
  margin-left: 6px;
}

.cart_navigation .button-exclusive {
  border: none;
  background: none;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  margin: 9px 0 0 0;
}

.cart_navigation .button-exclusive i {
  color: #777777;
  margin-right: 8px;
}

.cart_navigation .button-exclusive:hover, .cart_navigation .button-exclusive:focus,
  .cart_navigation .button-exclusive:active {
  color: #515151;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media ( max-width : 480px) {
  .cart_navigation>span {
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
}

.table tbody>tr>td.cart_quantity {
  padding: 41px 14px 25px;
  width: 88px;
}

.table tbody>tr>td.cart_quantity .cart_quantity_button {
  margin-top: 3px;
}

.table tbody>tr>td.cart_quantity .cart_quantity_button a {
  float: left;
  margin-right: 3px;
}

.table tbody>tr>td.cart_quantity .cart_quantity_button a+a {
  margin-right: 0;
}

.table tbody>tr>td.cart_delete, .table tbody>tr>td.price_discount_del {
  padding: 5px;
}

.table tfoot>tr>td {
  vertical-align: middle;
}

.cart_delete a.cart_quantity_delete, a.price_discount_delete {
  font-size: 23px;
  color: #333333;
}

.cart_delete a.cart_quantity_delete:hover, a.price_discount_delete:hover
  {
  color: silver;
}

.cart_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px;
  border-radius: 0
}

#cart_summary tbody td.cart_product {
  padding: 19px;
  width: 137px;
}

#cart_summary tbody td.cart_product img {
  border: 1px solid #d6d4d4;
}

#cart_summary tbody td.cart_unit .price span {
  display: inline-block;
}

#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
  margin: 5px auto;
  display: inline-block;
}

#cart_summary tbody td.cart_unit .price span.old-price {
  text-decoration: line-through;
}

#cart_summary tbody td.cart_description small {
  display: block;
  padding: 5px 0 0 0;
}

#cart_summary tfoot td.text-right {
  font-weight: bold;
  color: #333333;
}

#cart_summary tfoot td.price {
  text-align: right;
}

#cart_summary tfoot td.total_price_container span {
  font: 600 18px/22px "Open Sans", sans-serif;
  color: #555454;
  text-transform: uppercase;
}

#cart_summary tfoot td#total_price_container {
  font: 600 21px/25px "Open Sans", sans-serif;
  color: #333333;
  background: white;
}

#cart_summary .stock-management-on tbody td.cart_description {
  width: 480px;
}

@media ( max-width : 767px) {
  #order-detail-content #cart_summary table, #order-detail-content #cart_summary thead,
    #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary th,
    #order-detail-content #cart_summary td, #order-detail-content #cart_summary tr
    {
    display: block;
  }
  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
  }
  #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    width: 50%;
    float: left;
    white-space: normal;
  }
  #order-detail-content #cart_summary td.cart_avail {
    clear: both;
  }
  #order-detail-content #cart_summary td.cart_quantity {
    clear: both;
    padding: 9px 8px 11px 18px;
  }
  #order-detail-content #cart_summary td.cart_delete {
    width: 100%;
    clear: both;
    text-align: right;
  }
  #order-detail-content #cart_summary td.cart_delete:before {
    display: inline-block;
    padding-right: 0.5em;
    position: relative;
    top: -3px;
  }
  #order-detail-content #cart_summary td div {
    display: inline;
  }
  #order-detail-content #cart_summary td:before {
    content: attr(data-title);
    display: block;
  }
  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%;
  }
  #order-detail-content #cart_summary tfoot td:before {
    display: inline;
  }
  #order-detail-content #cart_summary tfoot tr .text-right,
    #order-detail-content #cart_summary tfoot tr .price {
    display: block;
    float: left;
    width: 50%;
  }
}

@media ( max-width : 768px) {
  #order-detail-content #cart_summary tbody td .price {
    text-align: center;
  }
  #order-detail-content #cart_summary tbody td.cart_description {
    width: 300px;
  }
}
/*product*/
.product-list {
  margin: 10px 0;
}

.product-list ul {
  list-style: none;
}

.product-list ul li {
  text-align: center;
  border: 1px solid #e6e6e6;
  margin-bottom: 5px;
  margin-left: 5px;
  width: 280px;
  -webkit-box-shadow: -1px 4px 15px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 4px 15px -4px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 4px 15px -4px rgba(0, 0, 0, 0.3);
  max-height:550px;
  min-height: 230px;
  overflow:hidden;
}

.product-list.components {
  max-height:140px;
  min-height: 230px;
}

.product-list ul li h4 {
  font-size: 17px;
  color: #000
}

.product-list ul li .description {
  padding: 0 20px 10px;
  text-align: left;
  color: #3a3939;
}

.page-heading {
  border-bottom: 1px solid #d6d4d4;
  color: #555454;
  font: bold 18px/22px arial;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0 0 17px;
  text-transform: uppercase;
}

.page-subheading {
  border-bottom: 1px solid #d6d4d4;
  color: #555454;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
  padding: 0 0 15px;
  text-transform: uppercase;
}

.field-heading {
  border-bottom: 1px solid #d6d4d4;
  color: #555454;
  font: 18px/22px arial;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0 0 15px;
  text-transform: uppercase;
}

.box {
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px;
}

.box p {
  margin-bottom: 0;
}
/* steps*/
ul.step {
  margin-bottom: 30px;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

@media ( min-width : 768px) {
  ul.step {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}

ul.step li {
  float: left;
  width: 25%;
  text-align: left;
  border: 1px solid;
  border-top-color: #cacaca;
  border-bottom-color: #9a9a9a;
  border-right-color: #b7b7b7;
  border-left-width: 0px;
}

@media ( max-width : 767px) {
  ul.step li {
    width: 100%;
    border-left-width: 1px;
  }
}

ul.step li a, ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span
  {
  display: block;
  padding: 13px 10px 14px 13px;
  color: #333333;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
  text-shadow: 1px 1px white;
  position: relative;
}

@media ( max-width : 992px) {
  ul.step li a, ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span
    {
    font-size: 15px;
  }
}

@media ( min-width : 992px) {
  ul.step li a:after, ul.step li span:after, ul.step li.step_current span:after,
    ul.step li.step_current_end span:after {
    content: ".";
    position: absolute;
    top: 0;
    right: -31px;
    z-index: 0;
    text-indent: -5000px;
    display: block;
    width: 31px;
    height: 52px;
    margin-top: -2px;
  }
}

ul.step li a:focus, ul.step li span:focus, ul.step li.step_current span:focus,
  ul.step li.step_current_end span:focus {
  text-decoration: none;
  outline: none;
}

ul.step li.first {
  border-left-width: 1px;
  border-left-color: #b7b7b7;
}

@media ( min-width : 768px) {
  ul.step li.first {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

ul.step li.first span, ul.step li.first a {
  z-index: 5;
  padding-left: 13px !important;
}

@media ( min-width : 768px) {
  ul.step li.first span, ul.step li.first a {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

ul.step li.second span, ul.step li.second a {
  z-index: 3;
}

ul.step li.third span, ul.step li.third a {
  z-index: 2;
}

ul.step li.last span {
  z-index: 1;
}

@media ( min-width : 768px) {
  ul.step li.last {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  ul.step li.last span {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

ul.step li.step_current {
  font-weight: bold;
  background: #42b856;
  background: -moz-linear-gradient(top, #42b856 0%, #43ab54 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42b856),
    color-stop(100%, #43ab54));
  background: -webkit-linear-gradient(top, #42b856 0%, #43ab54 100%);
  background: -o-linear-gradient(top, #42b856 0%, #43ab54 100%);
  background: -ms-linear-gradient(top, #42b856 0%, #43ab54 100%);
  background: linear-gradient(to bottom, #42b856 0%, #43ab54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42b856',
    endColorstr='#43ab54', GradientType=0);
  border-color: #399b49 #51ae5c #208931 #369946;
}

ul.step li.step_current span {
  color: white;
  text-shadow: 1px 1px #208931;
  border: 1px solid;
  border-color: #73ca77 #74c776 #74c175 #74c776;
  position: relative;
}

@media ( min-width : 992px) {
  ul.step li.step_current span {
    padding-left: 38px;
  }
  ul.step li.step_current span:after {
    background: url(../img/order-step-a.png) right 0 no-repeat;
  }
}

ul.step li.step_current_end {
  font-weight: bold;
}

ul.step li.step_todo {
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7),
    color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',
    endColorstr='#ededed', GradientType=0);
}

ul.step li.step_todo span {
  display: block;
  border: 1px solid;
  border-color: white;
  color: #333333;
  position: relative;
}

@media ( min-width : 992px) {
  ul.step li.step_todo span {
    padding-left: 38px;
  }
  ul.step li.step_todo span:after {
    background: url(../img/order-step-current.png) right 0 no-repeat;
  }
}

ul.step li.step_done {
  border-color: #666666 #5f5f5f #292929 #5f5f5f;
  background: #727171;
  background: -moz-linear-gradient(top, #727171 0%, #666666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #727171),
    color-stop(100%, #666666));
  background: -webkit-linear-gradient(top, #727171 0%, #666666 100%);
  background: -o-linear-gradient(top, #727171 0%, #666666 100%);
  background: -ms-linear-gradient(top, #727171 0%, #666666 100%);
  background: linear-gradient(to bottom, #727171 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727171',
    endColorstr='#666666', GradientType=0);
}

ul.step li.step_done a {
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid;
  border-color: #8b8a8a;
}

@media ( min-width : 992px) {
  ul.step li.step_done a {
    padding-left: 38px;
  }
  ul.step li.step_done a:after {
    background: url(../img/order-step-done.png) right 0 no-repeat;
  }
  ul.step li.step_done.step_done_last a:after {
    background: url(../img/order-step-done-last.png) right 0 no-repeat;
  }
  ul.step li#step_end span:after {
    display: none;
  }
}

ul.step li em {
  font-style: normal;
}

@media ( min-width : 768px) and (max-width: 991px) {
  ul.step li em {
    display: none;
  }
}

#order {
  padding: 14px 0 0 58px;
  margin-top: 20px
}

#order .exclusive {
  padding: 0;
  border-top: 1px solid #0079b6;
  border-right: 1px solid #006fa8;
  border-left: 1px solid #006fa8;
  border-bottom: 1px solid #012740;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: block;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0),
    color-stop(100%, #007ab7));
  background-image: -webkit-linear-gradient(#009ad0, #007ab7);
  background-image: -moz-linear-gradient(#009ad0, #007ab7);
  background-image: -o-linear-gradient(#009ad0, #007ab7);
  background-image: linear-gradient(#009ad0, #007ab7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0',
    endColorstr='#007ab7', GradientType=0);
}

#order  .exclusive:before {
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: white;
  font-size: 25px;
  line-height: 47px;
  text-shadow: 0 1px #015883;
  content: "\f07a";
  z-index: 2;
  width: 51px;
  text-align: center;
  border: 1px solid #06b2e6;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

@media ( max-width : 991px) {
  #order  .exclusive:before {
    display: none;
  }
}

#order  .exclusive:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 51px;
  content: "";
  width: 1px;
  z-index: 2;
}

@media ( max-width : 991px) {
  #order .exclusive:after {
    display: none;
  }
}

#order  .exclusive span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  border-top: 1px solid #06b2e6;
  border-right: 1px solid #06b2e6;
  border-left: 1px solid #06b2e6;
  border-bottom: 1px solid #06b2e6;
  text-shadow: 0 1px #015883;
  padding: 12px 36px 14px 60px;
  color: white;
  display: block !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media ( max-width : 1199px) {
  #order .exclusive span {
    padding: 12px 22px 14px 55px;
    font-size: 14px;
  }
}

@media ( max-width : 991px) {
  #order .exclusive span {
    padding: 8px 12px 10px;
    text-align: left;
  }
}

#order  .exclusive:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7),
    color-stop(100%, #009ad0));
  background-image: -webkit-linear-gradient(#007ab7, #009ad0);
  background-image: -moz-linear-gradient(#007ab7, #009ad0);
  background-image: -o-linear-gradient(#007ab7, #009ad0);
  background-image: linear-gradient(#007ab7, #009ad0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7',
    endColorstr='#009ad0', GradientType=0);
  background-position: 0 0;
}
/*Login Page*/
#login_form {
  min-height: 350px;
  margin: 30px 0 100px;
}

#login_form .lost_password {
  margin: 14px 0 15px;
}

#login_form .lost_password a {
  text-decoration: underline;
}
/*address*/
.addresses {
  margin-bottom: 50px;
}

.address li.address_update {
  margin: 14px 0 6px;
}
/*order-detail*/
.order-detail-block {
  margin-bottom: 50px;
}

.form-field {
  margin-bottom: 40px;
}
/* quantity_wanted */
#quantity_wanted_p {
  height: 84px;
  margin: 0;
  padding: 15px 0 0 92px;
}

#quantity_wanted_p input {
  width: 78px;
  height: 27px;
  padding: 0 6px;
  float: left;
  border: 1px solid #d6d4d4;
  line-height: 27px;
}

#quantity_wanted_p .btn {
  float: left;
  margin-left: 3px;
}

#quantity_wanted_p label {
  display: block;
  margin-bottom: 7px;
}

.cyohome-nav-list {
  padding: 15px 8px 0;
}

.cyohome-nav-list .nav-list-content {
  border: 1px solid #9b9b9b;
  position: relative;
}

.cyohome-nav-list h2 {
  background: #333;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
}

.cyohome-nav-list a {
  text-align: center;
  display: block;
  margin: 10px 0;
}

.cyohome-nav-list .desc {
  margin: 10px 20px;
  line-height: 18px;
  height: 50px;
  text-align: justify;
  font-size: 12px;
}

.cyohome-nav-list .not-available {
  background: #f00;
  color: #fff;
  text-align: center;
  font-style: italic;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  margin-top: 93px;
}

.cyohome-nav-list .nav-list-content .notavailable {
  opacity: 0.5;
}

#overlay {
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  z-index: 1000;
}

#pop_up {
  position: absolute;
  background: #fff;
  border-radius: 4px;
  padding: 0;
  z-index: 1001;
}

#close_pop_up {
  position: absolute;
  background: url('../img/close_bt.png') no-repeat;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: none;
}

#close_pop_up:hover {
  background-position: -32px 0
}

#pop_up_content {
  margin: 25px;
  height: 100%;
}

.reorder-success {
  background: url('../img/form-ok.png') no-repeat 0 0;
  padding: 0 0 0 30px;
  margin: 30px 0 25px 50px;
}

#quantity_wanted_p {
  height: 35px;
  margin: 10px auto 0;
  padding: 0;
  width: 180px;
}

/* div#adminOperationBlock .btn { */
/*   line-height: 0.428571 !important; */
/* } */

.sortby {
  float: right;
  margin: 16px 0;
}

.addthis_toolbox {
  margin: 20px auto 0;
}

/* add for #catalogImgModal by Alex Xu 14 Jan 2015 begin.. */
#display_area {
  height: 500px;
  margin: 0 auto;
  width: 320px;
  image-rendering: -webkit-optimize-contrast;
}

#display_area img {
  image-rendering: -webkit-optimize-contrast;
}

#r-box {
  font-size: 13px;
  height: 505px;
  width: 320px;
  padding: 0;
  margin: 0 auto;
}

/* add for #catalogImgModal by Alex Xu 14 Jan 2015 end */
.history_date2 {
  text-align: right;
}

/* add for order_detail_ajax.jsp by Philip Ardley 22 April 2015 end */
#allValidStatus {
  margin-left: auto;
  margin-right: auto;
}

.validStatus-true>.falseValidStatus {
  display: none;
  visibility: hidden;
}

.validStatus-false>.trueValidStatus {
  display: none;
  visibility: hidden;
}

.validateAllBtn {
  
}

.largeValidIcon {
  background-image: url(../img/allValidatedIcon.png);
  background-repeat: no-repeat;
  height: 32;
  width: 32;
  display: inline-block;
}

.allValidatedMark {
  background-color: rgb(219, 255, 220);
}

.toggleIcon {
  margin-left: auto;
  margin-right: auto;
  height: 32px;
  width: 39px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
}

.checked {
  background-image: url(../img/allValidatedIcon.png);
  background-repeat: no-repeat;
}

.not-checked {
  background-image: url('../img/not-checked.png');
  background-repeat: no-repeat;
}

.setting-checked, .setting-not-checked {
  background-image: url('../img/loading.gif');
  background-repeat: no-repeat;
}

.centerText {
  text-align: center;
}

#stock-table  div.sort-button {
  text-align: right;
}

.top-buffer {
  margin-top: 20px;
}

.top-bottom-buffer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.loading {
  background-image: url('../img/loading.gif');
  background-repeat: no-repeat;
  background-position: center;
}

div.dropdown.active button, div.dropdown li.active {
  background-color: lightblue;
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.btn-default {
  color: #333;
  /*     background-color: #428bca; */
  border-color: #ccc;
}

span.totalRecords {
  position: relative;
  right: 15;
}

span.totalPages {
  position: relative;
  left: 15;
}

.selectsmall {
  width: 120px !important;
}

.selectlong {
  width: 220px !important;
}

.columns-container {
  min-height: 100%;

}
.product_container {
  margin-left: 10px;
  margin-top:5px;
}
.smallImages img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.error {
  color: #b30000;
}

.hide {
  display: none;
}

.btn-group.bootstrap-select.pages.currentPageValue {
  width: auto !important;
}

.no-result {
  padding: 20px;
}

.no-result-button {
  position: absolute;
  margin: auto;
}
.tooltip {width:auto !important; z-index:999; text-wrap:word-break;}
