* {
    font-family: 'Raleway', open-sans;
}


.SubtotalDolarLabel{
    color: #47b2e4;
    justify-content: space-between;
    align-items: center;
    gap:5rem;
}

.SubtotalBsLabel{
    color: #226400;
    justify-content: space-between;
    align-items: center;
    gap:10rem;
}

.SubtotalPesoLabel{


    color: orange;
    justify-content: space-between;
    align-items: center;
    gap:8rem;


}

.p-input{
    width:150px;
}


@media (max-width:768px){
    .p-input{
        width:140px;
    }
}

.Cart-count{

    background: #47b2e2;
    padding-left: 8px;
    border-radius: 200px;
    padding-right: 8px;
    padding-bottom: px;
    padding-top: -1px;
    padding-bottom: 1px;
    position: absolute;
    top: 10%;
    right: 15%;
    
}



/* Estilos Busqueda*/


.searchCont{

    padding-left: 2rem;    
    padding-right: 2rem;    
    margin-top: 1rem;
}

.search_input{

    height: 45px;
    max-width: 60% !important;
}

.bg-genio{

    background-color: #2a448f;
}

.products-table{
    margin-top: 10rem;
    border-radius: 5px;
}


.shopping-btn{

    background-color: #2a448f;
    right: 30px !important;
    left: auto;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    margin-bottom: 1rem;


    
}


.shopping-btn:hover{


    background-color: #47b2e4 !important;
    transition: 0.5s;
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-sm {
    width: 2rem;
    height: 2rem;
    
}


/* Hero de la pagina  */

.hide{

    display: none !important;
}

.Show{
    display:block !important;
}


.t-body{
    background-color: #fff;
}

.btn-compress{
    background: #2a448f;
    border: none;
  
   
}

.btn-compress:hover{
    transition: 0.5s;
    background-color:#47b2e4 !important;
}


body {
    min-height: 100vh;
  
    background-color: #2A448F;
    background-image:linear-gradient(to left bottom, #2a448f, #0075bb, #00a3d2, #00d0d5, #6cfacd);
}

.img-thumbnail{
    width: 100px !important;
    height: 100px !important;
    max-width: none;
}


#signUpForm {
    max-width: 500px;
    background-color: #ffffff;
    margin: 40px auto;
  
    box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
    border-radius: 12px;
}
#signUpForm .form-header {
    gap: 5px;
    text-align: center;
    font-size: .9em;
}
#signUpForm .form-header .stepIndicator {
    position: relative;
    flex: 1;
    padding-bottom: 30px;
}
#signUpForm .form-header .stepIndicator.active {
    font-weight: 600;
}
#signUpForm .form-header .stepIndicator.finish {
    font-weight: 600;
    color: #2a448f;
}
#signUpForm .form-header .stepIndicator::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background-color: #d5efed;
    border-radius: 50%;
    border: 3px solid #ecf5f4;
}
#signUpForm .form-header .stepIndicator.active::before {
    background-color: #5570c2;
    border: 3px solid #d5f9f6;
}
#signUpForm .form-header .stepIndicator.finish::before {
    background-color: #2a448f;
    border: 3px solid #b7e1dd;
}
#signUpForm .form-header .stepIndicator::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background-color: #f3f3f3;
}
#signUpForm .form-header .stepIndicator.active::after {
    background-color: #5570c2;
}
#signUpForm .form-header .stepIndicator.finish::after {
    background-color: #2a448f;
}
#signUpForm .form-header .stepIndicator:last-child:after {
    display: none;
}
#signUpForm input {
    padding: 15px 20px;
    width: 100%;
    font-size: 1em;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
#signUpForm input:focus {
    border: 1px solid #2a448f;
    outline: 0;
}
#signUpForm input.invalid {
    border: 1px solid #ffaba5;
}
#signUpForm .step {
  display: none;
}
#signUpForm .form-footer{
    overflow:auto;
    gap: 20px;
}
#signUpForm .form-footer button{
    background-color: #2a448f;
    border: 1px solid #2a448f !important;
    color: #ffffff;
    border: none;
    padding: 13px 30px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
    margin-top: 5px;
}
#signUpForm .form-footer button:hover {
  opacity: 0.8;
}

#signUpForm .form-footer #prevBtn {
    background-color: #fff;
    color: #009688;
}


/* Estilos cart de carrito */


.Cart_card{


    flex-direction: row;
    border: none;
    margin-bottom: 1rem;
}

.Cart_img{


    width: 30%;
}

.cart_price{
    color: #47b2e4;
}


/*Estilos Paginacion */

.listPage{
    padding:10px;
    text-align: center;
    list-style: none;
}
.listPage li{
    background-color: #ffffffBD;
    padding:20px;
    display: inline-block;
    margin:0 10px;
    cursor: pointer;
}
.listPage .active{
    background-color: #47b2e2;
    color:#000;
}



/* Estilos Responsive */

@media (min-width:1200px) {

    .offcanvas{

        width:60% !important;
    }
    
}  


@media (min-width:280px) and (max-width:1180px) {
    .offcanvas{

        width: 100% !important;
    }


    
}


@media (max-width:600px){
   
    .ProdcustContStyle {
        padding: 1rem;
    }

    
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 0rem;
    }

    .Cart_card{
        text-align: center;
    }
    .offcanvas{
        width: 100% !important;

    }

    .w-auto{

        width: 100% !important;
    }

    .card-title{
        margin-top: 1rem;
        color:#000033
    }

    .card-text{
        color: #000033;
    }

    .erasebtn{
        margin-top: 1rem;
        width: 100%;
    }

    .cart_image{

        width:70% !important
    }

    #outcategory{
        margin-right: 0px !important;
    }

    .cart_price{

        
        margin-top: 1rem;
    }
}

@media (max-width:560px)  {

    .pricecont{
        width: 100%;
    }
    
}

@media (max-width:768px){

    .input-group{

        flex-wrap: nowrap;
    }

    .img-thumbnail{
        width: 150px;
    }
    
}

