.stock.available-on-backorder {
    display: none;
}
.summary-inner>.price {
    font-size: 25px !important;
    line-height: 28px !important;
}

/****** CARRINHO ******/ 
.wd-header-cart.wd-design-3 .wd-cart-subtotal .amount {
    color: #fff !important;
}

/****** GRID PRODUTOS ******/ 
.wd-product .wd-entities-title {
    max-height: 56px !important;
}
@media (min-width: 1025px) {
    .wd-products.wd-stretch-cont-lg .product-wrapper {
        height: 100%;
    }
    .wd-product .wd-entities-title {
        min-height: 56px;
    }
}

/** ENCOMENDOA TAG **/
.single-product .entry-summary .info-encomenda {
    display: flex;
    margin-bottom: 40px;
    width: 450px;
    border-radius: 10px;
    flex-direction: column;
}
.single-product .entry-summary .info-encomenda span:first-child {
    font-weight: bold;
    padding: 5px 10px;
    background: #b01919;
    border-radius: 10px 10px 0 0;
    border: 1px solid #b01919;
    color: #fff;
}
.single-product .entry-summary .info-encomenda span:last-child {
    padding: 5px 10px;
    border-left: 1px solid #d5d4d4;
    border-right: 1px solid #d5d4d4;
    border-bottom: 1px solid #d5d4d4;
    border-radius: 0 0 10px 10px;
}
.single-product #tab-description a {
    pointer-events: none !important;
}

.product-grid-item .info-encomenda {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    width: 35px;
    height: 35px;
    overflow: hidden;
    justify-content: flex-start;
    background: #b01919;
    border-radius: 50px;
    flex-wrap: wrap;
    padding: 0 5px;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.product-grid-item .info-encomenda span {
    transition: all .3s ease-in-out;
}
.product-grid-item .info-encomenda span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 35px;
  }
.product-grid-item .info-encomenda span:last-child {
    display: block;
    width: 120px;
    overflow: hidden;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transition: all .3s ease-in-out;
    min-width: 120px;
    margin-right: -120px;
}
@media screen and (min-width: 900px) {
    .product-grid-item .info-encomenda:hover {
        width: 170px;
    }
    .product-grid-item .info-encomenda:hover span:last-child {
        opacity: 1;
        padding-left: 5px;
        margin-right: 0;
    }
}
@media screen and (max-width: 800px){
    .product-grid-item .info-encomenda {
        width: max-content;
        height: 30px;
        padding: 0 10px;
        gap: 5px;
    }
    .product-grid-item .info-encomenda span:first-child {
        width: 20px;
        height: 20px;
    }
    .product-grid-item .info-encomenda span:last-child {
        margin: 0;
        opacity: 1;
        width: max-content;
        overflow: visible;
    }
    .single-product .entry-summary .info-encomenda {
        width: 350px;
    }
}


/** PRONTA ENTREGA **/
.product-grid-item .info-entrega {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    width: 35px;
    height: 35px;
    overflow: hidden;
    justify-content: flex-start;
    background: #15c834;
    border-radius: 50px;
    flex-wrap: wrap;
    padding: 0 5px;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.product-grid-item .info-entrega span {
    transition: all .3s ease-in-out;
}
.product-grid-item .info-entrega span svg {
    fill: #fff;
}
.product-grid-item .info-entrega span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 35px;
  }
.product-grid-item .info-entrega span:last-child {
    display: block;
    width: 123px;
    overflow: hidden;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transition: all .3s ease-in-out;
    min-width: 123px;
    margin-right: -123px;
}
@media screen and (min-width: 900px) {
    .product-grid-item .info-entrega:hover {
        width: 170px;
    }
    .product-grid-item .info-entrega:hover span:last-child {
        opacity: 1;
        padding-left: 5px;
        margin-right: 0;
    }
}
@media screen and (max-width: 800px){
    .product-grid-item .product-image-link {
        height: 200px;
    }
    .product-grid-item .info-entrega {
        width: max-content;
        height: 30px;
        padding: 0 10px;
        gap: 5px;
    }
    .product-grid-item .info-entrega span:first-child {
        width: 20px;
        height: 20px;
    }
    .product-grid-item .info-entrega span:last-child {
        margin: 0;
        opacity: 1;
        width: max-content;
        overflow: visible;
    }
    .single-product .entry-summary .info-entrega {
        width: 350px;
    }
}

/*** PARCELAMENTO **/
.opcoes-parcelamento {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.opcoes-parcelamento h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.opcoes-parcelamento h4 span {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.opcoes-parcelamento h4 .amount,
.opcoes-parcelamento h4 .amount span {
    font-weight: bold;
}

.opcoes-parcelamento h4.a-vista svg {
    fill: #139930;
}
.opcoes-parcelamento h4.a-vista b {
    color: #139930;
}

.opcoes-parcelamento a {
  text-transform: none;
  padding: 0;
  background: none !important;
  color: #797979 !important;
  font-size: 15px;
	box-shadow: none !important;
}
.opcoes-parcelamento a:hover {
  color: #b01b1b !important;
}
#parcelamento h3 {
  text-align: center;
}
#parcelamento .tabela-simulacao > li.head {
  margin-bottom: 5px;
}
#parcelamento .tabela-simulacao > li.head:not(:first-child) {
  margin-top: 15px;
}
#parcelamento .tabela-simulacao > li.head h5 {
  margin: 0;
}
#parcelamento .tabela-simulacao > li:not(:nth-child(4)):not(:last-child) ul {
  border-bottom: 1px solid #cecece;
}
.tabela-simulacao li {
  font-size: 15px;
	margin: 0;
}
#parcelamento ul {
  list-style: none;
  padding: 0;
}
#parcelamento .tabela-simulacao ul {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin: 5px 0;
	padding: 5px 0;
}
#parcelamento .tabela-simulacao ul span {
  font-size: 15px;
}
.wc-proceed-to-checkout .opcoes-parcelamento {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px 20px;
    background: #f3f3f3;
    margin-bottom: 10px;
    text-align: center;
    border: none;
    margin: 0 0 15px;
}
.wc-proceed-to-checkout .opcoes-parcelamento h4 {
    font-size: 16px;
    line-height: 23px;
    margin: 0;
}
.wc-proceed-to-checkout .opcoes-parcelamento h4 svg {
    width: 20px;
    height: 20px;
}
.wc-proceed-to-checkout .opcoes-parcelamento h4 span {
    font-size: 16px;
    line-height: 23px;
}
#order_review .opcoes-parcelamento {
  border: none;
  padding: 20px;
  text-align: center;
  background: white;
  box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}