.flexRow--orderByAndSwitcher {
  padding-right: 1.5em;
}

.flexRowContent--savingsSummaryListDesktop {
  justify-content: flex-start;
}


.flexRowContent--summaryLeftListDesktop {
  justify-content: flex-start;
}

.flexRow--buyButton :global(.vtex-button) {
  background: #FFFFFF;
  border: 1px solid #fd9727;
  border-radius: 30px;
  color: #666666;
}

.flexRow--buyButton:hover :global(.vtex-button) {
  background: #ffffff;
  border: 1px solid #fd9727;
}

.flexCol--productRating {
  margin-bottom: 3rem;
}

.flexCol--summaryDetailsListMobile {
  justify-content: space-between;
}

.flexCol--summaryUpDetailsListMobile {
  margin-bottom: 0.25rem
}


/*grilla*/
.flexRow--seller-template {
  padding: 0 10px;
  margin-bottom: 15px;
}

.flexRowContent--seller-template {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}

.flexRowContent--seller-template .stretchChildrenWidth {
  justify-content: flex-start;
}

.flexRowContent--seller-template .flexCol--text-seller-template {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}


@media screen and (max-width: 1025px) {


  .flexRow--summaryLeftListDesktop {
    margin-bottom: 5px;    
  }
  .flexRow--summaryLeftListDesktop .flexRowContent--summaryLeftListDesktop {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
  }

  .flexCol--summaryRightListDesktop {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.flexColChild--summaryRightListDesktop {
  width: 100%;
} 
.flexCol--quantityBuyButton {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.flexColChild--quantityBuyButton {
  width: 100%;
} 

.flexRowContent--summaryListMobile {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
} 
.flexRowContent--summaryListMobile .stretchChildrenWidth {  
  padding: 0;
} 
.flexRowContent--searchinfomobile {
  border-top: 1px solid #e6e9ed;
  border-bottom: 1px solid #e6e9ed;
  margin-bottom: 20px;
}

/*Registro*/
.flexColChild--rowContacto {
  justify-content: center;
  display: flex;
  align-items: center;
}

.flexRow--searchInfoDesktop {
  padding: 20px;
}

.flexCol--price-promotion {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.flexColChild--price-promotion {
  margin-right: 10px;
}

/*Grid*/
.flexRow--favoritesRow {
  margin: 5px 0;
}
.flexRow--shelf-promotion {
  border-bottom: 10px solid #999;
}