.fastAddToCartContainer {
    float: left;
    position: relative;
    width: 100%;
    height: 39px;
    margin-top: 20px;
}
.contactUsContainer.noPrice {
    outline: 1px solid #206C6A;
    height: 39px;
    border-radius: 100px;
    background: #206C6A;
    color: #fff;
    transition:0.3s all ease
}
.contactUsContainer.noPrice:hover {
    background: #fff;
    color: #206C6A;
}
.buyContainer {
    display: block;
    width: 100%;
    height: 39px;
    line-height: 39px;
    left: 0;
    r: 0;
    bottom: 0;
    background: #206C6A;
    color: var(--base-aux);
    border-radius: 100px;
    border: 1px solid #206C6A;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.2s ease-out;
}

.notAvailable.buyContainer:hover {
    background: #D9D9D9;
    color: #6B6B6B;
    border:1px solid #6B6B6B;
}
.noStockAlert {
    font-size: 9px;
    top: -9px;
    overflow: hidden;
    display: none;
}

.buyContainer:hover {
    background: #fff;
    color: #206C6A;
    border-radius: 100px;
}
.buyText {
    width: 100%;
    height: 39px;
    line-height: 39px;
    float: left;
    /* background: #4a4a4a; */
    text-align: center;
    /* color: white; */
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.fastBuyContainer.visible {
    font-size: 14px;
    font-weight: 700;
    height: 39px;
    line-height: 39px;
    left: 0;
    width: 100%;
    justify-content: space-between;
    bottom: 1px;
}
.productViewContainer:hover .fastBuyContainer {
    bottom: 1px;
}
.fastBuySelectContainer {
    display: flex;
    width: 48%;
    position: relative;
    justify-content: space-between;
    border: none;
    border-radius: 100px;
    overflow: hidden;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}
.fastBuySelectContainer,
.fastBuyAddToCart {
    font-size: 14px;
}
.fastBuyAddToCart {
    line-height: 39px;
    height: 39px;
    border-radius: 100px;
    width: 48%;
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    box-sizing: border-box;
    background: #206C6A;
    border: 1px solid #206C6A;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.2s ease-out;
}
.fastBuyAddToCart:hover {
    color: #206C6A;
    background: #fff;
}
.fastBuyMinusSign,
.fastBuyPlusSign {
    z-index: 1;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
#fastAddToCartPopup {
    color: var(--base-aux);
    background: var(--secondary);
    width: 7%;
    padding: 8px 25px 8px 25px;
    position: absolute;
    right: 0px;
    margin-top: 46px;
}
@media screen and (max-width: 768px){
#fastAddToCartPopup {
    width: 35%;
    margin-top: 15px;
}
.contactUsContainer.noPrice {
    outline: 1px solid #206C6A;
    height: 39px;
    border-radius: 100px;
    background: #206C6A;
    color: #fff;
    bottom: 2px;
    position: relative;
    transition:0.3s all ease
}
    .fastAddToCartContainer {
    margin-top: 12px;
}
.fastBuyAddToCart{
    font-size:12px
}
    .buyContainer  .buyText {
    font-size: 0; 
    position: relative;
  }

  .buyContainer .buyText::after {
    content: "AGREGAR";
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }

    .contactUsContainer .buyText{
        font-size:0px
    }
    .contactUsContainer .buyText::after {
    content: "Contactanos";
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
    
}