 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');

p {
    margin: 0
}
body{
    overflow-x: hidden;
    background: #f7f7f7;
    font-family: "Inter", sans-serif;
}
header{
    background: #680000;
    padding: 10px 10px
}

.iconDolar:after{
    content: 'R$'
} 

#containerSubmitCheckoutCredtCard{
    display: none;
}

.logo{
    width:  80px;
}

form#checkoutForm {
    margin-top: 50px;
}

.bg-default-2{
    margin-bottom: 150px;
}


    footer{
        background:  #EAEAEA;
        color:  #9b9b9b;
        text-align: center;
    }
    h3{color:  #595959}
    .siteSegurio{font-size: 12px}

::-webkit-scrollbar {
     width: 8px;
}
/* Track */
 ::-webkit-scrollbar-track {
     background: #f1f1f1;
}
/* Handle */
 ::-webkit-scrollbar-thumb {
     background: #888;
}
/* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #555;
}
 *{
    margin: 0;
    padding: 0
}
 
#bg-div{
    margin: 0;
    margin-top: 40px;
    margin-bottom:100px
}
#border-btm{

    padding-bottom: 10px;
    margin-bottom: 0px;
    box-shadow: 0px 35px 2px -35px lightgray
}
#test{
    margin-top: 0px;
    margin-bottom: 40px;
    border: 1px solid #FFE082;
    border-radius: 0.25rem;
    width: 60px;
    height: 30px;
    background-color: #FFECB3
}
.active1{
    color: #16254C !important;
    font-weight: bold
}
.bar4{
    width: 15px;
    height: 2px;
    background-color: #ffffff;
    margin: 2px 0
}
.list-group .tabs{
    color: #000000
}
#menu-toggle{

    height: 30px
}
#new-label{
    padding: 2px;
    font-size: 10px;
    font-weight: bold;
    background-color: red;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 5px
}
#sidebar-wrapper{
    min-height: auto;

    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out
}
#sidebar-wrapper .sidebar-heading{
    padding: 0.275rem 1.25rem;
    font-size: 1.0rem
}
#sidebar-wrapper .list-group{
    width: 15rem
}
#page-content-wrapper{
    min-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 85px;
}
#wrapper.toggled #sidebar-wrapper{
    margin-left: 0
}
.list-group-item.active{
    z-index: 2;
    color: #fff;
    background-color: #fff !important;
    border-color: #fff !important
}
@media (min-width: 768px){
    #sidebar-wrapper{
        margin-left: 0
    }
    #page-content-wrapper{
        min-width: 0;
        width: 100%;
        padding-bottom: 150px;
    }
    #wrapper.toggled #sidebar-wrapper{
        margin-left: -15rem;
        display: none
    }
}
.card0{
    margin-top: 10px;
    margin-bottom: 10px
}
.top-highlight{
    color: #00C853;
    font-weight: normal;
    font-size: 20px
}
.form-card input, .form-card textarea,.form-card select {
    padding: 10px 15px 5px 15px;
    border: none;
    border: 1px solid lightgrey;
    border-radius: 6px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: arial;
    color: #2C3E50;
    font-size: 15px; 
}
.form-card input:focus, .form-card textarea:focus, .form-card select:focus{ 
     
    border: 1px solid #a0a0a0;
    outline-width: 0
}
.btn-success{
    height: 50px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    
}
#below-btn a{
    font-weight: bold;
    color: #000000
}
.input-group{
    position:relative;
    width:100%;
    overflow:hidden
}
.input-group input, .input-group select{
    position:relative;
    height: 50px;
    margin-left: 1px;
    margin-right: 1px;
    border-radius:6px;
    padding-top: 5px;
    padding-left: 15px
}
.input-group label{
    position:absolute;
    height: 24px;
    background: none;
    border-radius: 6px;
    line-height: 48px;
    font-size: 15px;
    color: gray;
    width:100%;
    font-weight:400;
    padding-left: 25px
}
input:focus + label,select:focus + select{{
    color: #a0a0a0
}
#qr{
    margin-bottom: 150px;
    margin-top: 50px
}

h3 {
    font-size: 1.25rem;
}


.item-figure img{
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 4px
}
	#cartPrecoFinal{ font-weight: 800}
	.elAssinatura {
		background: #dadfe5;
		border-radius: 5px;
		padding: 4px 5px;
	}
	
 