#badges-product {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
#badges-product p {
  margin: 0;
  padding: 0;
}

#badges-product .badge {
  display: flex;
  align-items: center;
  width: 100%;
}

#badges-product .badge i {
    margin-bottom: 5px;
    margin-right: 5px;
    color: var(--extra);
}

#badges-product .badge .badge-icon {
  margin-right: 10px;
  margin-top: 5px;
  fill: var(--extra);
  color: var(--extra);
}
#badges-product .badge .badge-text {
  flex: 1;
  color: var(--extra);
  font-size: 14px;
  margin-bottom: 5px
}
#badges-product .badge .badge-text .highlight-text{
  color: var(--extra);
}

.pix10 svg{
	fill: var(--product-on-sale-accent);
}

.pix10{
	color: var(--product-on-sale-accent);
}

.quantitysell{
	color: #000;
  	margin-right: 2px;
}

.quantitysell {
    font-size: 13.5px;
    color: var(--text-color);
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
}

.verification__stamp:after {
    font-family: "Font Awesome 5 Free";
    margin: 7px;
    font-weight: 900;
    content: "\f058";
    color: #0086ff;
}

.verification__stamp {
    font-size: 18px;
    position: relative;
    display: inline-block;
    top: -2px;
}

.quantityselll{
	background: var(--lancamento);
  	color: var(--lancamentotexto);
  	padding: 2px 4px; 
  	border-radius: 4px; 
  	font-weight: bold; 
  	margin: 0px 0px;
}

.price-list{
	display: flex;
    flex-direction: column;
}

.product-form .price--compare {
    top: -2px;
}

.price.price--compare{
	order: 1;
}

.price.price--highlight{
	order: 2;
}

.parcelamento{
	order: 3;
  	margin-bottom: 0;
}

.parcelamento span{
	font-size: 16px;
}

.parcelamento span b{
	font-size: 20px;
  	color: black;
}

.price--highlight .product-label.product-label--on-sale{
	margin-left: 5px;
  	background: var(--porcento);
}

.product-form__payment-container{
	margin-top: 15px;
}

.product-meta .product-meta__label-list{
	display: none;
}

.fig{
	fill: var(--extra);
  	float:left;
  	margin: 5px 10px 0px 0px;
}

.figt{
	color: var(--extra);
}

.figt svg{
	fill: var(--extra);
  	margin-left:5px
}

.color-line {
    background: linear-gradient(to right,var(--line1) 0,var(--line2) 20%,var(--line3) 50%,var(--line4) 85%,var(--line5) 100%);
    height: 5px;
    width: 100%;
}

.nav-bar__link.link{
	color: var(--cormenu);
}

.nav-bar{
	background: var(--fundomenu)!important;
}

.product-block-list__item--description img{
	margin: 0 auto!important;
}

.nav-bar:after{
	content:  unset!important;
}

.highlight, .text--strong{
	font-weight: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.h1-sam {
    margin-bottom: 10px;
    padding-bottom: 0!important;
    color: #000;
    text-align: center;
    font-family: 'Samsung Sharp Sans Bold',sans-serif;
    font-size: 38px!important;
    line-height: 34px!important;
}
.h2-sam {
    padding-top: 0;
    padding-bottom: 0!important;
    font-size: 23px!important;
    font-weight: 700!important;
    color: #000;
    text-align: center;
    font-family: "SamsungOne 700",sans-serif;
    line-height: normal!important;
    margin-bottom: 10px;
}

.section__title::after {
    content: '';
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--header-accent-color);
    height: 7px;
    width: 120px;
    margin-top: -5px;
    border-radius: 20px;
}

.rd{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3%;
}

button.qtyplus, button.qtyminus {
    width: 44px;
    height: 44px;
    line-height: 0px;
    vertical-align: middle;
    color: #096dd9;
    font-weight: 900;
    font-size: 24px;
    border-radius: 3px;
    background: #f9f9f9;
    border: 1px solid #efefef;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.qty {
    font-weight: 600;
    width: 90px;
    height: 40px;
    text-align: center;
    border: none;
    background: #f9f9f9;
    border: 1px solid #efefef;
    margin: 0;
    cursor: default;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
}

.tempofrete {
    border: 1px solid #0000001a;
    border-radius: 10px;
    padding: 15px;
    padding-left: 18px;
  	margin: 1px 1px 30px 1px;
}

.product-form__add-button:before, .botaoflutuante .button--primary:before {
    content: '\f291';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}



.mp_platinum {

    min-width: 325px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;

}

.mp_platinum li {
    list-style: none;
}

.mp_platinum p {
    margin: 5px;
}

.ui-box-component-pdp__visible--desktop {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.1);
    margin: 24px 0;
    padding: 32px 16px 24px;
}

.ui-seller-info__status-info {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
}

.ui-seller-info__status-info__icon {
    margin: 2px 10px 0 0;
    width: 20px;
    text-align: center;
}

.ui-pdp-color--GREEN.ui-pdp-icon {
    fill: #00a650;
}

.ui-pdp-seller__status-title {

    font-size: 16px;
    font-weight: 600;
    color: #00a650;
    padding: 0;
    margin: 2px 0 -12px 0 !important;

}

.ui-seller-info__status-info__subtitle {
  
    font-size: 14px;
    color: rgba(0,0,0,.55);
    margin: 5px 0 0 0 !important;
  
}

.ui-thermometer {

    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
	
}

.ui-thermometer__level {
    width: 20%;
    height: 8px;
    margin-top: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border-left: 6px solid #fff;
}

.ui-thermometer__level--1 {
    background: #fff0f0;
}

.ui-thermometer__level--2 {
    background: #fff5e8;
}

.ui-thermometer__level--3 {
    background: #fffcda;
}

.ui-thermometer__level--4 {
    background: #f1fdd7;
}

.ui-thermometer[value="5"] .ui-thermometer__level--5 {
    height: 12px;
    margin: 0;
    background: #00d86b;
}

.ui-pdp-seller__reputation-info {
    margin-top: 16px;
}

.ui-pdp-seller__list-description {

    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 0;
	padding: 0;

}

.ui-pdp-seller__item-description {

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    position: relative;
    line-height: 1;
    padding: 8px 5px;
	
}

.ui-pdp-seller__sales-description {
    font-size: 24px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
    display: block;
}

.ui-pdp-seller__text-description {
    margin-top: 8px;
    line-height: 1;
}

.ui-pdp-seller__item-description:after {
    background: #ddd;
    content: "";
    height: 91%;
    position: absolute;
    right: 0;
    top: 8%;
    width: 1px;
}

.ui-pdp-seller__item-description:last-of-type:after {
    display: none;
}

.ui-pdp-seller__icon-description {
    display: inline-block;
    width: 28px;
    padding-top: 3px;
    vertical-align: top;
}

.ui-pdp-icon, .ui-pdp-icon--shipping {
    fill: rgba(0,0,0,.25);
}

.price.price--highlight, .shipping-preview-line font {
    font-weight: bold;
}

.loox-star:before {
    color: #f3c621!important;
}

.cookie-bar__inner {
    color: #343131;
}

.footer__aside-item--copyright p {
    margin-bottom: 0;
}

.pix10.flex{
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.pix10.flex p{
  margin-bottom: 0;
  margin-left: 3px;
}

.fretefundo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.fretefundo {
    margin: 18px 1px 30px 1px;
    background: none;
    border-radius: 50px;
    border: 2px solid var(--extra);
    padding: 10px 21px 11px 18px;
}

.ttl-frete {
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    color: var(--text-color);
}

@media (max-width: 640px) {
        .fretefundo > img {
           height: 52px;
        }
        .fretefundo > p > span {
           font-size: 10px;
        }
        .fretefundo {
           margin-top: 0;
        }
       .txt-frete {
           font-size: 10px;
           color: #00bd58;
           font-weight: bold;
           padding: 0;
           margin: 0;
           margin-right: -5px!important;
        }
      }

.fretefundo {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-items: center;
}

.ttl-frete {
     flex-grow: 1;
     font-size: 14px;
     line-height: 1.6;
     margin-bottom: 0;
     color: var(--text-color);
}

@media (min-width: 641px){
  .txt-frete {
       font-size: 12px;
       color: #00bd58;
       font-weight: bold;
       padding: 0;
       margin: 0;
  }
}

.ip-frete {
   display: block;
   font-size: 12px;
   font-weight: 400;
   color: #00bd58;
}

.payment-list.pd {
    justify-content: center;
    margin: 20px auto 0;
}


.search-bar__filter {
    border: solid 1px var(--bordamenu);
}



@media(min-width: 769px){
  .botaoflutuante{
  	display: none;
  }
}

@media(max-width: 768px){
.botaoflutuante {
      position: fixed;
      bottom: 0;
      background: #fff;
      z-index: 99;
      width: 100%;
      padding: 5px;
	}
  
  .botaoflutuante .button{
	width: 100%;
	}
  
  .rd{
  	flex-direction: column;
  }

  .footer__block-item.footer__block-item--text .footer__collapsible {
    height: auto!important;
  }
}