
:root {
    --main-bg-color: #fff;
    --second-bg-color: #f5f5f5;
    --third-bg-color: #e3e3e3;
    --pale-spring-bud: rgb(0, 175, 239);
    --grey: #4b4b4b;
    --black: #000;
    --pale-spring-bud: rgb(0, 175, 239);
    --hoockers-green: rgb(16, 20, 39);
    --top-header-size: 30px;
    --mid-header-size: 80px;
    --bottom-header-size: 45px;
    --btn-bg: #000;
    --btn-border-color: #000;
    --btn-color: #fff;
    --cultured-1: hsl(0, 0%, 97%);
    --white: hsl(0, 0%, 100%);
    --cubic-in: cubic-bezier(0.51, 0.03, 0.64, 0.28);
    --cubic-out: cubic-bezier(0.33, 0.85, 0.4, 0.96);
    --gray-web: hsl(0, 0%, 49%);
    --brancogelo: rgb(245, 245, 245);
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.row-carrinho {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    max-height: 150px;
    border-bottom: 1px solid gray;
}

.row-carrinho2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    max-height: 180px;
    border-bottom: 0px solid transparent;
}

.row-carrinho2new {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    max-height: 120px;
    border-bottom: 0px solid transparent;
}

.product-card-carrinho {
    background-color: var(--main-bg-color);
    max-height: 150px;
    border-bottom: 0px solid gray;
}



.product-card-carrinho-2 {
    background-color: var(--main-bg-color);
    max-height: 120px;
    width: 50%;
    border-bottom: 0px solid transparent;
}


.product-card-img-carrinho {
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-img-carrinho img {
    max-height: 100%;
    transition: all 0.3s ease-in-out;
}

.product-card-img-carrinho img:nth-child(2) {
    display: none;
}

.product-card-info-carrinho {
    padding: 20px;
    width: 55%;
    margin-top: -10px;
    text-align: left;
    position: relative;
}

.product-card-info-carrinhonew {
    padding: 20px;
    width: 55%;
    margin-top: -10px;
    text-align: left;
    position: relative;
}

.product-card-info-carrinhototal {
    padding: 20px;
    margin-top: 10px;
    width: 17%;
    text-align: right;
    justify-items: right;
    position: relative;
}

.product-card-info-carrinhototal2 {
    padding: 20px;
    margin-top: 10px;
    width: 17%;
    text-align: right;
    justify-items: right;
    position: relative;
}


.product-card-info-carrinho2 {
    padding: 20px;
    width: 15%;
    margin-top: 20px;
    position: relative;
}

.product-card-info-carrinho3 {
    padding: 20px;
    width: 22%;
    margin-top: 10px;
    text-align: right;
    display: block;
    position: relative;
}

.product-card-info-carrinhovalortotal {
    padding: 20px;
    width: 27%;
    margin-top: 10px;
    text-align: right;
    display: block;
    position: relative;
}

.product-card-price-carrinho {
    font-size: 15px;
    display: block;
}


.product-card-price-carrinho .curr-price {
    display: block;
    margin-left: 5px;
    font-size: 20px;
    font-weight: 600;
    color: var(--hoockers-green);
}

.textvalortotal {
    display: block;
    margin-left: 5px;
    font-size: 20px;
    font-weight: 600;
    color: var(--hoockers-green);
}

.btn-carrinho {
    display: inline-block;
    border: 2px solid var(--btn-border-color);
    background-color: var(--btn-bg);
    color: var(--btn-color);
    padding: 15px 35px;
    font-size: 15px;
    margin-top: -20px;
    margin-left: 90px;
    outline: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.product-card-info-carrinhototal .curr-price {
    display: block;
    margin-left: 5px;
    font-size: 20px;
    font-weight: 600;
    color: var(--hoockers-green);
}

.product-card-name-carrinho {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}

.row-2 {
    display: block;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product-quantity-wrapper-mobile {
    display: none;
    
}



.product-quantity-wrapper-computer {
    display: flex;
    align-items: center;
    margin-top: 5px;
    
}

.product-quantity-btn-computer {
    height: 30px;
    width: 30px;
    background-color: var(--pale-spring-bud);
    color: white;
    display: grid;
    place-items: center;
    border-radius: 50%;
    cursor: pointer;
}

.product-quantity-computer {
    margin: 0 10px;
    font-size: 25px;
}

.row-revere {
    flex-direction: row-reverse;
}

[class*="col-"] {
    padding: 0 15px;
    margin-bottom: 20px;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

/* medium screen */

@media only screen and (max-width: 1280px) {
    .col-md-1 {
        width: 8.33%;
    }

    .col-md-2 {
        width: 16.66%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33%;
    }

    .col-md-5 {
        width: 41.66%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33%;
    }

    .col-md-8 {
        width: 66.66%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33%;
    }

    .col-md-11 {
        width: 91.66%;
    }

    .col-md-12 {
        width: 100%;
    }


    /** CARRINHO TEMPLATE*/

    .row-carrinho {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
        max-height: 180px;
        border-bottom: 1px solid gray;
    }
    
    .row-carrinho2 {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
        max-height: 120px;
        border-bottom: 0px solid transparent;
    }

    .row-carrinho2new {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
        max-height: 120px;
        border-bottom: 0px solid transparent;
    }
    
    .product-card-carrinho {
        background-color: var(--main-bg-color);
        max-height: 120px;
        border-bottom: 0px solid gray;
    }
    
    
    
    .product-card-carrinho-2 {
        background-color: var(--main-bg-color);
        max-height: 180px;
        width: 20%;
        border-bottom: 0px solid transparent;
    }
    
    
    .product-card-img-carrinho {
        height: 120px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .product-card-img-carrinho img {
        max-height: 100%;
        transition: all 0.3s ease-in-out;
    }
    
    .product-card-img-carrinho img:nth-child(2) {
        display: none;
    }
    
    .product-card-info-carrinho {
        padding: 20px;
        width: 52%;
        margin-top: -10px;
        text-align: left;
        position: relative;
    }

    .product-card-info-carrinhonew {
        padding: 20px;
        width: 18%;
        margin-top: 0px;
        text-align: left;
        position: relative;
    }
    
    .product-card-info-carrinhototal {
        padding: 20px;
        margin-top: 10px;
        width: 27%;
        text-align: right;
        justify-items: right;
        position: relative;
    }

    .product-card-info-carrinhototal2 {
        padding: 20px;
        width: 0%;
        text-align: center;
        justify-items: right;
        position: relative;
    }
    
    
    .product-card-info-carrinho2 {
        display: flex;
    }
    
    .product-card-info-carrinho3 {
        padding: 0px;
        width: 16%;
        margin-top: 30px;
        text-align: right;
        display: block;
        position: relative;
    }
    
    .product-card-info-carrinhovalortotal {
        
        width: 55%;
        margin-top: 10px;
        text-align: right;
        display: block;
        position: relative;
    }
    
    .product-card-price-carrinho {
        font-size: 15px;
        display: block;
    }
    
    
    .product-card-price-carrinho .curr-price {
        display: block;
        margin-left: 5px;
        font-size: 15px;
        font-weight: 600;
        color: var(--hoockers-green);
    }
    
    .textvalortotal {
        display: block;
        margin-left: 0px;
        font-size: 20px;
        font-weight: 600;
        color: var(--hoockers-green);
    }
    
    .btn-carrinho {
        display: inline-block;
        border: 2px solid var(--btn-border-color);
        background-color: var(--btn-bg);
        color: var(--btn-color);
        padding: 15px 35px;
        font-size: 15px;
        margin-left: 100px;
        outline: 0;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .product-card-info-carrinhototal .curr-price {
        display: block;
        margin-left: 5px;
        font-size: 20px;
        font-weight: 600;
        color: var(--hoockers-green);
    }
    
    .product-card-name-carrinho {
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 600;
    }
    
    .row-2 {
        display: block;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .textsub{
        display: flex;
    }

    .product-quantity-wrapper-computer {
        display: flex;
        align-items: center;
        margin-top: 5px;
        
    }
    
    .product-quantity-btn-computer {
        height: 30px;
        width: 30px;
        background-color: var(--pale-spring-bud);
        color: white;
        display: grid;
        place-items: center;
        border-radius: 50%;
        cursor: pointer;
    }
    
    .product-quantity-computer {
        margin: 0 10px;
        font-size: 25px;
    }

    .product-quantity-wrapper-mobile {
        display: none;
        align-items: center;
        margin-top: 5px;
        
    }

    
}

/* small screen */

@media only screen and (max-width: 750px) {
    .col-sm-1 {
        width: 8.33%;
    }

    .col-sm-2 {
        width: 16.66%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33%;
    }

    .col-sm-5 {
        width: 41.66%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33%;
    }

    .col-sm-8 {
        width: 66.66%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33%;
    }

    .col-sm-11 {
        width: 91.66%;
    }

    .col-sm-12 {
        width: 100%;
    }



    /** CARRINHO TEMPLATE*/

    .row-carrinho {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
        max-height: 180px;
        border-bottom: 1px solid gray;
    }
    
    .row-carrinho2 {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
        max-height: 120px;
        border-bottom: 0px solid transparent;
    }

    .row-carrinho2new {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: -20px;
        max-height: 120px;
        border-bottom: 0px solid transparent;
    }
    
    .product-card-carrinho {
        background-color: var(--main-bg-color);
        max-height: 120px;
        border-bottom: 0px solid gray;
    }
    
    
    
    .product-card-carrinho-2 {
        background-color: var(--main-bg-color);
        max-height: 180px;
        width: 20%;
        border-bottom: 0px solid transparent;
    }
    
    
    .product-card-img-carrinho {
        height: 120px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .product-card-img-carrinho img {
        max-height: 100%;
        transition: all 0.3s ease-in-out;
    }
    
    .product-card-img-carrinho img:nth-child(2) {
        display: none;
    }
    
    .product-card-info-carrinho {
        padding: 20px;
        width: 52%;
        margin-top: -10px;
        text-align: left;
        position: relative;
    }

    .product-card-info-carrinhonew {
        padding: 20px;
        width: 18%;
        margin-top: 0px;
        text-align: left;
        position: relative;
    }
    
    .product-card-info-carrinhototal {
        padding: 20px;
        margin-top: 10px;
        width: 27%;
        text-align: right;
        justify-items: right;
        position: relative;
    }

    .product-card-info-carrinhototal2 {
        padding: 20px;
        width: 0%;
        text-align: center;
        justify-items: right;
        position: relative;
    }
    
    
    .product-card-info-carrinho2 {
        display: none;
    }
    
    .product-card-info-carrinho3 {
        padding: 0px;
        width: 26%;
        margin-top: 30px;
        text-align: right;
        display: block;
        position: relative;
    }
    
    .product-card-info-carrinhovalortotal {
        
        width: 55%;
        margin-top: 10px;
        text-align: right;
        display: block;
        position: relative;
    }
    
    .product-card-price-carrinho {
        font-size: 15px;
        display: block;
    }
    
    
    .product-card-price-carrinho .curr-price {
        display: block;
        margin-left: 5px;
        font-size: 15px;
        font-weight: 600;
        color: var(--hoockers-green);
    }
    
    .textvalortotal {
        display: block;
        margin-left: 0px;
        font-size: 20px;
        font-weight: 600;
        color: var(--hoockers-green);
    }
    
    .btn-carrinho {
        display: inline-block;
        border: 2px solid var(--btn-border-color);
        background-color: var(--btn-bg);
        color: var(--btn-color);
        padding: 15px 35px;
        font-size: 15px;
        margin-left: 100px;
        outline: 0;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .product-card-info-carrinhototal .curr-price {
        display: block;
        margin-left: 5px;
        font-size: 20px;
        font-weight: 600;
        color: var(--hoockers-green);
    }
    
    .product-card-name-carrinho {
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 600;
    }
    
    .row-2 {
        display: block;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .textsub{
        display: none;
    }

    .product-quantity-wrapper-computer {
        display: none;
        align-items: center;
        margin-top: 5px;
        
    }

    .product-quantity-btn-computer {
        display: none;
    }

    .product-quantity-computer {
        display: none;
    }

    .product-quantity-wrapper-mobile {
        display: flex;
        align-items: center;
        margin-top: 5px;
        
    }

    .product-quantity-btn-mobile {
        height: 25px;
        width: 25px;
        background-color: var(--pale-spring-bud);
        color: white;
        display: grid;
        place-items: center;
        border-radius: 50%;
        cursor: pointer;
    }

    .product-quantity-mobile {
        margin: 0 10px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .col-sm-1 {
        width: 8.33%;
    }

    .col-sm-2 {
        width: 16.66%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33%;
    }

    .col-sm-5 {
        width: 41.66%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33%;
    }

    .col-sm-8 {
        width: 66.66%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33%;
    }

    .col-sm-11 {
        width: 91.66%;
    }

    .col-sm-12 {
        width: 100%;
    }



    /** CARRINHO TEMPLATE*/

    .row-carrinho {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
        max-height: 180px;
        border-bottom: 1px solid gray;
    }
    
    .row-carrinho2 {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
        max-height: 120px;
        border-bottom: 0px solid transparent;
    }

    .row-carrinho2new {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: -20px;
        max-height: 120px;
        border-bottom: 0px solid transparent;
    }
    
    .product-card-carrinho {
        background-color: var(--main-bg-color);
        max-height: 120px;
        border-bottom: 0px solid gray;
    }
    
    
    
    .product-card-carrinho-2 {
        background-color: var(--main-bg-color);
        max-height: 180px;
        width: 20%;
        border-bottom: 0px solid transparent;
    }
    
    
    .product-card-img-carrinho {
        height: 120px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .product-card-img-carrinho img {
        max-height: 100%;
        transition: all 0.3s ease-in-out;
    }
    
    .product-card-img-carrinho img:nth-child(2) {
        display: none;
    }
    
    .product-card-info-carrinho {
        padding: 20px;
        width: 45%;
        margin-top: -10px;
        text-align: left;
        position: relative;
    }

    .product-card-info-carrinhonew {
        padding: 20px;
        width: 18%;
        margin-top: 0px;
        text-align: left;
        position: relative;
    }
    
    .product-card-info-carrinhototal {
        padding: 20px;
        margin-top: 10px;
        width: 27%;
        text-align: right;
        justify-items: right;
        position: relative;
    }

    .product-card-info-carrinhototal2 {
        padding: 20px;
        width: 0%;
        text-align: center;
        justify-items: right;
        position: relative;
    }
    
    
    .product-card-info-carrinho2 {
        display: none;
    }
    
    .product-card-info-carrinho3 {
        padding: 0px;
        width: 26%;
        margin-top: 30px;
        text-align: right;
        display: block;
        position: relative;
    }
    
    .product-card-info-carrinhovalortotal {
        
        width: 55%;
        margin-top: 10px;
        text-align: right;
        display: block;
        position: relative;
    }
    
    .product-card-price-carrinho {
        font-size: 15px;
        display: block;
    }
    
    
    .product-card-price-carrinho .curr-price {
        display: block;
        margin-left: 5px;
        font-size: 15px;
        font-weight: 600;
        color: var(--hoockers-green);
    }
    
    .textvalortotal {
        display: block;
        margin-left: 0px;
        font-size: 20px;
        font-weight: 600;
        color: var(--hoockers-green);
    }
    
    .btn-carrinho {
        display: inline-block;
        border: 2px solid var(--btn-border-color);
        background-color: var(--btn-bg);
        color: var(--btn-color);
        padding: 15px 35px;
        font-size: 15px;
        margin-left: 100px;
        outline: 0;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .product-card-info-carrinhototal .curr-price {
        display: block;
        margin-left: 5px;
        font-size: 20px;
        font-weight: 600;
        color: var(--hoockers-green);
    }
    
    .product-card-name-carrinho {
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 600;
    }
    
    .row-2 {
        display: block;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .textsub{
        display: none;
    }

    .product-quantity-wrapper-computer {
        display: none;
        align-items: center;
        margin-top: 5px;
        
    }

    .product-quantity-btn-computer {
        display: none;
    }

    .product-quantity-computer {
        display: none;
    }

    .product-quantity-wrapper-mobile {
        display: flex;
        align-items: center;
        margin-top: 5px;
        
    }

    .product-quantity-btn-mobile {
        height: 25px;
        width: 25px;
        background-color: var(--pale-spring-bud);
        color: white;
        display: grid;
        place-items: center;
        border-radius: 50%;
        cursor: pointer;
    }

    .product-quantity-mobile {
        margin: 0 10px;
        font-size: 20px;
    }
}
