.checkout__title h1{
    font-family: BebasNeue-Regular;
    /* font-family: Montserrat; */
    /* font-family: "Oswald", Sans-serif; */
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.5rem;
    letter-spacing: 3px;
    position: relative;
}

.checkout__sub-title{
    /*color: var(--bs-primary);*/
    font-size: 1.1rem;
    font-weight: 400;
}

.checkout__nav ol .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.checkout__nav .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}

.checkout__list img{
    max-width: 160px;
    border: 1px solid #efefef;
    border-radius: 5px;
}

.checkout__list h3.product-title{
    /*font-family: Poppins;*/
    font-size: 1rem;
}

.checkout__list h3.product-title::before{
    content: "";
    border: solid 2px #0d6efd;
    border-right: none;
    padding-left: 4px;
}

.checkout__list .text-accent{
    /*background: #8fcbff;*/
    font-size: .9rem;
    padding-top: 0 !important;
}

.checkout__list  .text-muted{
    /*background: #8fffc5;*/
    display: inline;
    /*font-family: Poppins;*/
    font-size: .9rem;
    font-weight: 400;
    width: 100%;
}

.checkout__list .form-label{
    /*font-family: Poppins;*/
    font-size: 0.8rem;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    border-bottom: none;
    padding: 0 0.2rem 0 0.2rem;    
    text-align: center;
    margin-bottom: 1px;    
    width: 100%;
}

.checkout__list input[type="number"]{
    background-color: rgb(243, 243, 243);
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    width: 85px;
    text-align: center;
    margin: 0 auto;
    padding: 0.2rem 0 0.3rem 0;
}

.checkout__list input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: auto !important;
    opacity: 1 !important;
    background: transparent !important;
    border-width: 0px;
    margin: 0;
    border-left: 1px solid #d8d8d8;
    height: 34px;
    width: 23px;
    cursor: pointer;
}

.checkout__list .btRemoverProduto{   
    border-radius: 3px; 
    font-size: .8rem; 
    margin-top: .5rem;
    padding: 0.3rem 0.4rem 0.3rem 0.4rem;
    width: 85px;    
}

/*
.checkout__list .btRemoverProduto{
    border: 1px solid #dc3545;
    border-radius: 3px;
    font-size: .8rem; 
    margin-top: 1rem;
    padding: 0;
    text-decoration: none;
    width: 85px;
    transition: all .3s;
}

.checkout__list .btRemoverProduto:hover{
    background-color: #ffbfc5;    
    transition: all .3s;
}
*/

.checkout__list .checkout__item:last-child{
    border-bottom: none !important;
}

.checkout__list .btRemoverProduto .bi-x-square{
    padding-left: 0;    
}

.checkout__grid .checkout__btn{
    background: var( --bs-warning-border-subtle );
    border: 1px solid var( --bs-orange );
    color: var( --bs-orange );
    transition: all .3s;
}

.checkout__grid .checkout__btn:hover{
    background: var( --bs-yellow );
    border: 1px solid var( --bs-orange );
    color: var( --bs-black );
}

.checkout__sidebar .checkout__form .bg-info{
    color: #fff;
    font-size: .8rem;
    padding: .2rem .5rem .3rem .5rem;
    border-radius: 3px;
}

/*.checkout__sidebar .checkout__form p{
    margin-bottom: 0;
}*/

.checkout__sidebar .checkout__form p .form-label{
    font-weight: 600;
    margin-bottom: 0;
}

.checkout__sidebar .checkout__form input{
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    width: 100%;
}

.checkout__sidebar .checkout__form input:focus{
    background: #f1f1f1;
    border: 1px solid var(--bs-primary);    
    outline: none;
}

.checkout__sidebar .checkout__form textarea{
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    width: 100%;
    height: 110px;
}

.checkout__sidebar .checkout__form textarea:focus{
    background: #f1f1f1;
    border: 1px solid var(--bs-primary);
    outline: none;
}

.checkout__sidebar .checkout__form .txt-aceite{
    /*background: #6c757d;*/
    margin: 0.5rem 0;
}

.checkout__sidebar .checkout__form .txt-aceite p{    
    margin-left: 0;
}

.checkout__sidebar .checkout__form .txt-aceite p span{    
    margin-right: 2px;
}

.checkout__sidebar .checkout__form input[type=checkbox]{       
    position: relative;
    cursor: pointer;
    width: auto;
    margin-top: -8px;
}

.checkout__sidebar .checkout__form input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 2px solid var(--bs-primary);
    border-radius: 3px;
    background-color: white;
}
.checkout__sidebar .checkout__form input[type=checkbox]:checked:after {    
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}

.checkout__whatsapp .btn-whatsapp-send{
    background: #1daa61;
    border-radius: 3px;
    transition: all .3s;
}

.checkout__whatsapp .btn-whatsapp-send:hover{
    background: #039a79;
    transition: all .3s;
}

/*
.checkout__pgto{
    background: #ccc;
}

.title-section--small{
    background: #d8d8d8;
}*/

.title-section--small h3{
    color: #3e3e3e;
    font-size: .8rem;
}

.checkout__pgto .form-check{
    background: #f7f7f7;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.11);
    padding: 1rem;
}

.checkout__pgto .form-check img{
    width: 20px;
}

.checkout__pgto .form-check-label {
    font-weight: 600;
}

.checkout__pgto .form-check-label span{
    color: #727272;
    font-size: .8rem;
}

.checkout__pgto .form-check .form-check-input{    
    border: 2px solid var(--bs-primary);
    margin: 0.3rem 1rem 0 1rem;
}

.pgto__pix{
    background: #f1f1f1;
}

.pgto__header{
    background: var(--bs-teal);
    height: 150px;
}

.pgto__header-blue{
    background: var(--bs-info);
    height: 150px;
}

.pgto__container{
    background: var(--bs-light-bg-subtle);
    border-radius: 3px;
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.11);
    margin-top:-2rem;
}

.pgto__container .wrapper .pgto__title{
    font-size: 1rem;
}

.pgto__qrcode img{
    display: block;
    width: 250px;
    margin: 0 auto;
}

.pgto__total h3{
    color: #fff;
    font-size: 1.5rem;
    text-shadow:  1px 2px 3px #747474;
}

.pgto__produtos .item{
    border: 1px solid #dddddd;
    padding: 0.5rem;
    font-size: .85rem;
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: start;
    align-items: center;
}

.pgto__produtos .item-img{
    width: 60px;
    margin-right: .5rem;
}

.pgto__produtos .total-pedido{
    font-weight: 600;
    padding: 0.5rem;
}

/* Media Query For Desktop */
@media only screen and (min-width: 1200px) {

    .checkout__list img{
        max-width: 90px;
    }

}/* Media Query XL >= 1200px */

@media only screen and (min-width: 992px) {}/* Media Query LG >= 992px */

@media only screen and (min-width: 768px) {}/* Media Query MD >= 768px */

