body {
  background: #f5f5f5;
  min-height: auto;
  height: auto;
}
.header-seller,
.opinions-seller-wrapper,
.header-product,
.sellers-offers-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.19);
     -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.19);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.19);
  margin: 10px 30px;
  padding: 10px;
  width: inherit !important;
}
.header-seller .image-seller {
  display: none;
}
.carousel-wrapper {
  margin: 15px;
  padding: 10px;
}
.title-about {
  font-size: 16px;
  font-weight: 900;
}
.about-seller {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}
.sellers-offers-wrapper {
  padding: 0;
}
.opinions-seller-wrapper {
  padding: 10px 10px 60px;
}
.header-product {
  padding: 25px 10px;
}
.title-seller {
  color: #3b3b3b;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.rating-seller {
  color: #ffd457;
  font-size: 24px;
}

.opinions-title {
  color: #b3b3b3;
  font-size: 14px;
}
.delivery-info {
  color: #b3b3b3;
  margin-top: 20px;
  margin-left: 10%;
  display: flex;
}
.delivery-info i {
  color: #b3b3b3;
}
.delivery-info span {
  color: #b3b3b3;
  font-size: 12px;
  font-weight: 900;
  margin-left: 10px;
}
.delivery-info .free-delivery {
  padding-right: 15px;
  margin-right: 15px;
}
.delivery-info .fas.fa-map-marker {
  display: none;
}
.delivery-info .fas.fa-map-marker + span{
  display: none;
}
.buttons-seller {
  font-size: 14px;
  margin-top: 15px;
}
.btn-gray {
  border: 1px solid #666;
  color: #666;
  padding: 5px;
  width: 45%;
}
.btn-pink-white {
  border: 1px solid #e10098;
  color: #e10098;
  padding: 5px;
  width: 45%;
  background: #FFF;
}
.opinions-seller-title {
  color: #444;
  font-size: 24px;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-top: 20px;
}
.rating-block {
  background: #f2f2f2;
  float: left;
  height: 20px;
  margin: 2px 0;
  padding-left: 0;
  width: 100%;
}
.rating-block .line1,
.rating-block .line2,
.rating-block .line3,
.rating-block .line4 {
  border-left: 2px solid #fff;
  height: 20px;
  position: absolute;
}
.rating-block .line1 {
  left: 14.3%;
}
.rating-block .line2 {
  left: 17.8%;
}
.rating-block .line3 {
  left: 21.2%;
}
.rating-block .line4 {
  left: 24.6%;
}
.rating-percentage {
  background: #e10098;
  float: left;
  height: 20px;
}
.rating-stars-title {
  font-size: 14px;
}
.opinion-title-user {
  color: #3b3b3b;
  font-size: 20px;
  margin-bottom: 10px;
}
.writter-user {
  color: #b3b3b3;
  font-size: 14px;
  margin-bottom: 10px;
}
.opinion-text {
  color: #3b3b3b;
  font-size: 16px;
}
.opinion-wrapper {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 25px;
  padding-bottom: 30px;
  width: 95%;
}
.opinion-wrapper .rating-stars {
  margin: 0 0 10px 0;
}
.show-more-opinions {
  color: #3b3b3b;
  font-size: 14px;
}
.show-more-opinions i {
  margin-right: 5px;
}
.img-product-seller {
  width: 100%;
}
.title-product-seller {
  color: #4a4a4a;
  font-size: 20px;
  margin-bottom: 10px;
}
.header-product .rating-stars {
  margin: 0;
}
.header-product .rating-stars i {
  padding-right: 5px;
}
.opinions-link {
  color: #959595;
  font-size: 10px;
  margin-left: 15px;
  text-decoration: underline;
}
.btn-edd {
  background: #fff;
  border: 1px solid #9b9b9b;
  color: #4a4a4a;
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px;
}
.btn-edd i {
  font-size: 16px;
  margin-left: 20px;
}
.btn-edd.active {
  font-weight: 900;
  padding: 10px 50px 10px 10px;
  text-align: left;
}
.btn-edd.active i {
  margin-left: 43px;
  margin-top: 10px;
  position: absolute;
}
.colors-title-seller,
.sizes-title-seller,
.texture-title-seller,
.material-title-seller {
  color: #3b3b3b;
  font-size: 14px;
  margin-bottom: 10px;
}
.colors-wrapper {
  display: inline-block;
  margin-right: 10px;
  width: auto;
}
.colors-list-wrapper a {
  background-color: #f00;
  border: 2px solid #fff;
  -moz-border-radius: 50%;
       border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 15px;
  width: 15px;
}
.colors-list-wrapper li {
  border: 1px solid #cdcdcd;
  -moz-border-radius: 50%;
       border-radius: 50%;
  display: inline-block;
  height: 19px;
  width: 19px;
}
#mpColorVariantSection ul.colors-list-wrapper li {
  height: auto;
  width: auto;
}
#mpColorVariantSection ul.colors-list-wrapper li a {
  height: 20.5px;
  width: 20.5px;
}
#mpColorVariantSection ul.colors-list-wrapper li.active a {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
/* .colors-list-wrapper li.active {
  border: 2px solid #000;
} */
.more-colors {
  color: #b8b8b8;
  margin-top: 3px;
  position: absolute;
}
.texture-list a,
.material-list a {
  border: 1px solid #e3e3e3;
  color: #9b9b9b;
  cursor: pointer;
  display: block;
  font-size: 12px;
  height: 35px;
  line-height: 3;
  padding: 0 5px;
  text-align: center;
  min-width: 35px;
}
.sizes-list a {
  border: 1px solid #e3e3e3;
  color: #9b9b9b;
  cursor: pointer;
  display: block;
  font-size: 12px;
  height: 35px;
  line-height: 3;
  text-align: center;
  width: 40.4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sizes-list li,
.texture-list li,
.material-list li {
  display: inline-block;
}
.sizes-list li.active a,
.texture-list li.active a,
.material-list li.active a {
  color: #4a4a4a;
  font-weight: bold;
  border: 1.5px solid #4a4a4a;
  margin: 2px 0;
}
.texture-list a,
.material-list a {
  margin-bottom: 5px;
  width: 65px;
}
.texture-list li.active a,
.material-list li.active a {
  margin-bottom: 0;
}
.row-seller {
  border-bottom: 1px solid #b3b3b3;
  color: #484545;
  float: left;
  font-size: 14px;
  padding: 10px 0px;
  width: 100%;
}
.row-seller div {
  text-align: center;
}
.td-seller {
  border-bottom: 0.5px solid #d8d8d8;
  padding: 30px 0;
}
.td-seller p {
  margin-bottom: 0;
}
.td-seller .old-price {
  color: #857d7d;
  font-size: 12px;
  margin-top: 10px;
  text-decoration: line-through;
}
.td-seller .new-price {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
}
.td-seller .color-value,
.td-seller .size-value,
.td-seller .sold-by {
  color: #000;
  font-size: 14px;
  margin-top: 20px;
}
.td-seller .sold-by span,
.td-seller .sold-by i {
  color: #f4b806;
  margin-left: 5px;
}
.td-seller .btn-pink-liv {
  background: #e10098;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 80px;
}
.td-seller .edd-text {
  color: #f4b806;
  margin-top: 10px;
}
.best-offer {
  background: #f9f9f9;
}
.note-seller-promo {
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 0;
}
.edd-seller-wrapper {
  background: #fff;
  border: 1px solid #b1b1b1;
  display: none;
  margin-left: -70px;
  margin-top: 20px;
  padding: 10px;
  position: absolute;
  width: 300px;
}
.edd-seller-wrapper .newRadioButton {
  float: left;
  width: 100%;
}
.edd-seller-wrapper .newRadioButton p {
  color: #b1b1b1;
}
.choose-title,
.cp-title {
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin: 20px 10px;
}
.address-delivery-wrapper {
  border-bottom: 1px solid #d8d8d8;
  display: none;
  padding-bottom: 10px;
  float: left;
  margin-bottom: 10px;
}
.address-delivery-wrapper .labelStyle {
  font-size: 12px;
}
.address-wrapper {
  max-height: 70px;
  overflow: auto;
}
.btn-cp {
  background: #e10098;
  border: none;
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
}
.address-edd {
  display: none;
  font-weight: 100;
}
#owl-promo {
  background: none;
}
#owl-promo .owl-wrapper-outer {
  margin-left: 0;
}
#owl-promo .owl-item {
  margin: 0 5px;
}
#owl-promo .item {
  background: #fff;
}
#owl-promo .owl-controls {
  margin-top: -140px !important;
  position: absolute;
  right: 25px;
}
.carousel-title {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.estimatedDate {
  margin-top: 10px;
  width: 70%;
}
.selectOption {
  font-size: 12px;
}
.selectOption .eLabel {
  font-weight: 400 !important;
}
.estimatedDate .optionContainer {
  margin-left: -70px;
  width: 25%;
}
.seller-link {
  color: #000;
  font-size: 12px;
  margin-left: 20px;
  cursor: pointer;
}
.seller-link span {
  margin-right: 10px;
}
@media only screen and (max-width: 1280px) {
  .rating-block .line1 {
    left: 15%;
  }
  .rating-block .line2 {
    left: 18.3%;
  }
  .rating-block .line3 {
    left: 21.5%;
  }
  .rating-block .line4 {
    left: 24.9%;
  }
}


.estimatedDate .errorMessage 
{
	
    top: auto;
    left: 32px;
    margin-top: -10px;
}
.offer-edd{ display:none;}
.sizes-wrapper ul li a.inactive {
	background: #f2f2f2;
	position: relative;
	cursor: default;
}
.sizes-wrapper ul li a.inactive:hover {
	border: 1px solid #b3b3b3 !important;
	font-weight: normal !important;
}
.sizes-wrapper ul li a .notAvailable {

background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><line x1='0px' y1='0' x2='100%' y2='100%' stroke='#666' stroke-width='1'/></svg>") no-repeat;
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
/* Added for offer listing page Carousel*/
#offerListingReccomendations .nav-container-cartridge
{
	border-bottom:none;
	background: none;
}

/* Added for onboard date*/
.onboarddate-title {
  color: #666;
  font-size: 12px;
  display: block;
}

.sold-by a {
  color: #838383 !important;
  text-decoration: underline;
   font-size: 12px;
}
div#mpProductSection {
  margin-bottom: 20px;
}
.about-seller-wrapper {
  border-top: 1px solid #d8d8d8;
  margin-top: 90px;
  padding: 20px 10px;
}
.rating-stars {
  color: #ffd457;
  display: inline-block;
  margin: 10px 0px;
}
.opinions-seller-wrapper .grid-30.tablet-grid-30 {
  padding: 0px;
}
.grid-40.tablet-grid-40.buttons-seller .btn-gray {
  border: 1px solid #666;
  color: #666;
  padding: 5px;
  width: 45%;
  background: #FFF;
}
/* modificado */