/* march Release 14/03/2017 */
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-productAddToCartGid {
  border: 1px solid #b3b3b3;
  margin-bottom: 10px;
  padding: 8% 10%;
}
#pdp-productAddToCartGid div {
  background: #3b3b3b;
}
#pdp-productAddToCartGid div a {
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  display: block;
  padding: 10px 0;
  position: relative;
  text-align: center;
  font-weight: 100;
  font-family: 'Roboto regular', sans-serif;
}
#pdp-productAddToCartGid div a i {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 10px;
}
#addToCartGidButton {
  border-top: 1px solid #b3b3b3;
  clear: both;
  overflow: auto;
  padding: 20px 0 !important;
}
#addToCartGidButton #addButton {
  color: #fff;
  font-size: 18px;
  background: #e10098;
  border: none;
  float: right;
  display: block;
  margin: 10px auto 5px;
  padding: 10px 0 10px 10px;
  text-align: center;
  width: 230px;
}
#addToCartGidButton #addButton span {
  color: #fff;
  font-size: 12px;
  float: right;
  font-weight: bold;
  margin: 7px 15px 0;
}
@media screen and (min-width: 1025px) {
  #pdp-productAddToCartGid div a {
    font-size: 13px;
    padding-right: 5%;
    right: 2%;
  }
}
@media screen and (min-width: 1280px) {
  #pdp-productAddToCartGid div a {
    font-size: 15px;
    padding-right: 20px;
    right: 10%;
  }
}
/* Start: UAT defect fix 13434 */
.more-info-date .view-dis span
{
color: #e10d98;
font-size: 11px;
font-weight: bold;
margin-left:10px;
}
/* End: UAT defect fix 13434 */
