*{
    margin: 0px;
    padding: 0px;
    box-size:border-box;
}
body{
    height: 100%;
}

.productCard {
    border:none;
    box-shadow: 0px 4px 4px 0px #F0DCDC;
    background-color: #FFFFFF;
    width: 335px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
.productCard.outOfStock {

}
.productCard-header {
    padding:10px;
}
.productCard-header p {
    margin-bottom: 0;
}

.productCard-body, .productCard-header {
    cursor: pointer;
}
.productCard .productLabel {
    position: absolute;
    left:0; top:0; width: 100%;
    padding:4px 0;
    background-color: #00ECE5;
    text-align: center;
}
.productCard .line {
    position: absolute;
    left:-10px; top:0;
    width:6px; height: 100%;
    background-color: #95435E;
    opacity: 0; transition: all 0.2s;
}
.productCard:not([data-currentquantity="0"]) .line {
    opacity: 1;
}
.productCard .title{
    margin-bottom: 0px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: #442135;
}
.productCard .description{
    margin-top: 0px;
    padding:0px;
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #95435E;
    min-height: 1em;
}

.productCard-footer{
    padding:20px 10px;
    margin: 0px;
}
.productCard .price{
    margin:0px;
    flex-grow:1;
    /* Text interactive */

    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #442135;
}
.productCard .icon-plus-circle-fill,
.productCard .icon-minus-circle-filled,
.newProductCard .icon-plus-circle-fill,

.newProductCard .icon-minus-circle-filled,
.productInfoFooter .icon-plus-circle-fill,
.productInfoFooter .icon-minus-circle-filled{
    font-size:38px;
    cursor: pointer;
}
.productCard .icon-minus-circle-filled, .productCard .amount {
    transition: all 0.2s;
    opacity: 0;
}
.productCard:not([data-currentquantity="0"]) span.icon-minus-circle-filled,
.productCard:not([data-currentquantity="0"]) span.amount {
    opacity: 1;
}

.productCard .cartInteractor,
.newProductCard .cartInteractor{
    position: absolute;
    right:10px; bottom:10px;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
}
.newProductCard .cartInteractor {
    right:auto;
    left:0px;bottom:0px;
}

.productInfoFooter .cartInteractor {
    display: flex;
    flex-direction: row;
    align-items: center;
}


@media (max-width: 520px) {
    .productCard {
        width: 100%;
    }
    .productCard .photo {
        width: 100% !important;
        height: auto !important;
    }
}

.focus_header{
    box-shadow: none;
    border: 1px solid #F0DCDC;
}
#2_products_already_added,
#few_left_state,
#zero_state{
    position: relative;
}

#big_content{
    height: 393px;
}

#big_content_header{
    height: 151px;
}

.amount{
    max-width: 50% !important;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Ubuntu, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 42px;
    color: #95435E;
}

.newProductCard .amount input, .productInfoFooter .amount input {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 42px;
    color: #95435E;
    border:0;
    padding:0; margin:0;
    max-width: 100%;
    min-width: 0 !important;
    width: auto !important;
    margin-top: 4px;
    background-color: transparent;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
.newProductCard .amount input {
    max-width: 25px !important;
}

.newProductCard .amount input::-webkit-outer-spin-button,
.newProductCard .amount input::-webkit-inner-spin-button,
.productInfoFooter .amount input::-webkit-outer-spin-button,
.productInfoFooter .amount input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.newProductCard .ruleprice {
    position: absolute;
    right:0; bottom:10px;
}
.newProductCard h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


#few_left_state{
    position: relative;
}
.only_two_left{
    position: absolute;
    background-color: #00ECE5;
    top: 84px;
    height: 27px;
    width: 335px;
    /* List Title */
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

#zero_state{
    position: relative;
}

#took_last_pieces{
    position: absolute;
    height: 35px;
    width: 335px;
    top:86px;
    /* List Title */
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    /* white */
    color: #FFFFFF;
    background-color: #95435E;
}

#few_left_state_with_specs,
#product_with_specifications,
#not_available_state,
#available_for_future_order_state{
    position: relative;
    height: 384px;
}

.specifications{
    width: 335px;
    height: 51px;
    background-color: #F0DCDC;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* text */

    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */

    /* Bapacho 95435E */

    color: #95435E;

}
.specifications-item{
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;

}

@media (max-width: 520px) {
    .specifications {
        width: 100%;
    }
}

.specs{
    padding-top: 5px;
    /* Label */

    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 9px;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-feature-settings: 'zero' on;
    color:#95435E;

}
.icon{
    font-size: 18px;
}

#not_available_state{
    opacity:0.7;
}

.not_available{
    width: 100%;
    height: 27px;
    position: absolute;
    z-index: 10;
    top:166px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D7D4D6;
    /* List Title */

    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;

    /* Chocolate Black */

    color: #442135;
    padding:20px;
}

#line1,
#line2,
#line3{
    position: absolute;
    height: 333px;
    margin-left: -10px;
    /* Bapacho 95435E */
    border-left: 6px solid #95435E;
}

#not_available_now{
    text-opacity: 1;
}

