body {
  font-family: 'robotoregular', Arial, sans-serif !important;
}
.errorAlert {
  font-size: 12px;
  color: #f00 !important;
  display: none;
  font-weight: bold;
  margin: 0 0 5px 0 !important;
  text-transform: none !important;
}
.ui-widget-shadow {
  -moz-box-shadow: none;
       box-shadow: none;
}
.ui-tooltip,
.arrow:after {
  background: #fff;
  border: 1px solid #b3b3b3;
}
.ui-tooltip {
  color: #666;
  font-size: 11px;
  padding: 5px 10px;
}
.arrow {
  width: 35px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  left: 60%;
  margin-left: -34px;
  bottom: -8px;
}
.arrow.top {
  top: -8px;
  bottom: auto;
}
.arrow.top:after {
  border: 1px solid #666;
  width: 10px;
  height: 10px;
  bottom: -10px;
  top: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -7px;
  width: 12px;
  height: 12px;
  -moz-box-shadow: none;
       box-shadow: none;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
}
div#content {
  margin-top: 10px !important;
}
#breadcrum li a {
  padding-right: 5px;
}
#main_wrapper.gidContainer {
  max-width: 1250px;
}
#main_wrapper.gidContainer #content {
  width: 100%;
}
#main_wrapper.gidContainer #content .grid-container {
  max-width: 100%;
}
@media screen and (min-width: 1280px) {
  #main_wrapper.gidContainer {
    max-width: 1366px;
    width: auto;
  }
}
@media screen and (min-width: 1600px) {
  #main_wrapper.gidContainer {
    max-width: 1600px;
  }
}
.scroll-style1::-webkit-scrollbar {
  width: 6px;
}
.scroll-style1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.scroll-style1::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
  outline: 1px solid #708090;
  border-radius: 5px;
}
#pdp-productFlags {
  margin-bottom: 10px;
}
#pdp-productFlags ul {
  font-size: 0;
  padding: 0;
}
#pdp-productFlags ul li {
  max-width: 50%;
  color: #666;
  font-size: 12px;
  display: inline-block;
  margin: 0 0px 5px 1%;
  width: 32%;
}
#pdp-productFlags ul li span {
  color: #666;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  width: 21%;
}
#pdp-productFlags ul li span:before {
  font-size: 18px;
}
#pdp-productFlags ul li span:last-of-type {
  text-align: left;
  width: 75%;
}
