.date-select{
content: "";
    display: block;
    width: 100%;
    height: 41px;
 
    right: 0;
    top: 0;
    border-left: 1px solid #787878;

}

.my-account{
width:100%;
}
#my-storecredits-table th{
background-color:#00AF9B;
text-transform:uppercase;
color:#fff !important;
font-weight:normal !important;
}

.category-products{
width:98%
}

.category-products ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;width:100%;margin-bottom:30px
}

.products-grid  li{
list-style: none;
display: inherit;
width:48%;
margin:0;
padding:0;
float:left

}

@media screen and (min-width: 1024px) {
.pagination{
margin-bottom:30px
}

}

@media screen and (min-width: 768px) {

.category-products{
width:98.5%
}

.category-products ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;width:100%;margin-bottom:30px
}


.products-grid  li{
list-style: none;
display: inherit;
width:33%;
margin:0;
padding:0;
float:left

}

.category-products div ul li div{
flex-basis: 100%;
max-width:100%;
}

.toolbar-bottom .category-selects {
display:none
}

}



ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

dd {
    display: block;
    -webkit-margin-start: 0;
}

.toolbar-top .pagination{
display:none
}

.validation-advice{
color:red;font-size:0.8em
}

.date-select{
margin-right:0;
display:block;
}


/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11b400;
}

.error {
  color: #df280a;
  font-weight: bold;
}

.notice {
  color: #e26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
padding:0;
list-style-type:none;
}
.error-msg ul{
padding:0;
list-style-type:none;
}
.messages li li {
  position: relative;
  list-style-type:none;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
  font-size: 15px;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: black;list-style-type:none;
  border-left: 5px solid #df280a;
  background-color: #faebe7;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #df280a;
  border-right: none;
}

.messages .notice-msg li {
  color: black;
  border-left: 5px solid #e26703;
  background-color: #f9ebe6;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}

.messages .success-msg li {
  color: black;
  border-left: 5px solid #11b400;
  background-color: #eff5ea;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}

.item .col-xs-6{
max-width:100% !important;
}

.quantidade-cart{
  font-size: 10px;
  font-family: 'motiva_bold';
  color: #00AF9B;
  background-color: #FFF;
  min-width: 13px;
  height: auto;
  position: relative;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  padding: 2px 2px 3px;
  border: 2px solid #00AF9B;
  top: -10px;
  left: -15px;
  width: auto;
}