
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
:root{
    --black: #000000;
    --red-primary: #DB4444;
    --gray:#2F2E30;
    --gray-light:#6A6A6A;
    --white: #FFF;
    --gray-border:rgba(0, 0, 0, 0.3);
    --red-secondary:#9D0000;
    --yellow: #FFAD33;
    --body:#F5F5F5;
    --input: #E5E5E5;
    --green:#048C3B;
    --placeholder:#BBBBBB;
    --border-input:#D6D8D9;
    --white-second:#F5F5F5;
    --white-footer:#FAFAFA;
    --link03:#777777;
    --link03-bold:#3F3F3F;
    --lato:"Lato", sans-serif;
    --poppins:"Poppins", sans-serif;
    --montserrat:"Montserrat", sans-serif;
    --inter:"Inter", sans-serif;
    --oswald: "Oswald", sans-serif;
}

a{
    text-decoration: none;
    color: var(--black);
}

a:hover{
    text-decoration: none;
    color: var(--black);
}
body{
    background: var(--body);
    font-family: var(--poppins);
}


.breadcrumb-item{
    color: var(--black);
    opacity: 0.5;
    font-size: 14px;
    font-family: var(--poppins);
    line-height: 21px;
    font-weight: 400;
}

.breadcrumb-item.active{
    color: var(--black);
    opacity: 1;
}


.gray{
    color: var(--black) !important;
    opacity: 0.5 !important;
}

.green{
    color: var(--green);
}
.title-regular{
    font-size: 16px;
    font-family: var(--poppins);
    line-height: 24px;
    font-weight: 400;
}

.title-regular-md{
    font-size: 14px;
    font-family: var(--poppins);
    line-height: 21px;
    font-weight: 400;
}
.title-regular-sm{
    font-size: 12px;
    font-family: var(--poppins);
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.title-medium{
    font-family: var(--poppins);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.title-medium-md{
    font-family: var(--poppins);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.title-semibold{
    font-family: var(--poppins);
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: var(--black);
    opacity: 0.5;
    margin-bottom: 0;
}

.heading-medium{
    font-family: var(--inter);
    font-weight: 500;
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 4%;
}

.heading-semibold{
    font-family: var(--inter);
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 3%;
}


.heading-semibold-lg{
    font-family: var(--inter);
    font-weight: 600;
    font-size: 54px;
    line-height: 64px;
    letter-spacing: 6%;
}

.heading-semibold-md{
    font-family: var(--inter);
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 4%;
}

.heading-regular{
    font-family: var(--inter);
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 3%;
    font-size: 400;
}
.primary{
    color: var(--red-primary) !important;
    opacity: 1;
}

.white{
    color: var(--white) !important;
}

.yellow{
    color: var(--yellow) !important;
}
.red-primary{
    color: var(--red-primary) !important;
}
.red{
    color: var(--red-secondary) !important;
}
.title-section{
    font-family: var(--inter);
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 4%;
    color: var(--black);
}

.subtitle-section{
    position: relative;
    padding-left: 2rem;
}
.subtitle-section::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 40px;
    background: var(--red-primary);
    border-radius: 4px;
    left: 0;
    top: -50%;
    margin-right: 1.5rem;
}


.btn.btn-primary{
    background: var(--red-primary);
    color: var(--white);
    padding: 1rem 3rem;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--poppins);
    font-weight: 500;
}

.btn.btn-primary:focus{
    box-shadow: none;
}
img.img-logo-nav{
    width: 69px;
}

.head-top{
    display: flex;
    justify-content: space-between;
    padding: 0 8rem;
    background: var(--black);
    color: var(--white);
    font-family: var(--poppins);
    font-weight: 600;
    height: 46px;
    align-items: center;
    
}

.head-top-contact, .head-top-social{
    display: flex;
    gap: 1rem;
}

.head-text{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 5.5%;
}

.navbar{
    padding: 1rem 8rem;
    background: var(--body);
    font-family: var(--poppins);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3%;

}

.options-nav{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}
.nav-item-left{
    margin-left: auto;
}
.navbar a{
    color: var(--black);
}

.options-nav-div{
    display: flex;
    align-items: center;
    gap: 1rem;
}


.navbar-nav{
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}


#user-option-nav{
    color: var(--white);
    background: var(--red-primary);
    padding: 2px 5px;
    border-radius: 50px;
}

#cart-item-nav{
    position: relative;
}

#cart-items{
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    background: var(--red-primary);
    border-radius: 50px;
    padding: 2px 4px;
    color: var(--white);
    top: -20%;
    right:-50%;
}

a#dropdownMenuLinkUser{
    background: transparent;
    border: none;
}
a#dropdownMenuLinkUser:focus{
    box-shadow: none;
    border: none;
}
.dropdown-toggle::after{
    display: none;
}

#dropdown-menu-user{
    font-family: var(--poppins);
    font-size: 14px;
    line-height: 21px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,1) 100%);
    border: none;
}

#dropdown-menu-user a.dropdown-item{
    color: var(--white) !important;
}

#dropdown-menu-user a.dropdown-item:hover{
    color: var(--black) !important;
}


footer.footer{
    background: var(--black);
    color: var(--white-footer);
    white-space: normal !important;
    font-family: var(--poppins);
    padding: 5rem 8rem 2rem 8rem;
    position: relative !important;
}
.title-footer{
    font-size: 20px;
    line-height: 28px;
}

.text-footer{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.text-footer a{
    color: var(--white);
}
img.img-logo-footer{
    width: 73px;
    margin-bottom: 1.5rem;
}

.options-footer{
    list-style: none;
    padding-left: 0;
}

li.text-footer{
    margin-bottom: 1.5rem;
}

#suscribe-input{
    background: transparent;
    border:1.5px solid var(--white-footer) ;
    color: var(--white-footer);
    border-right: none;
    margin-top: 1rem;
}
#suscribe-input:focus{
    box-shadow: none;
    border:1.5px solid var(--white-footer) ;
    color: var(--white-footer);
}

#suscribe-button{
    background: transparent;
    color: var(--white-footer);
    border: 1.5px solid var(--white-footer);
    border-left: none;
    margin-top: 1rem;
}

#suscribe-button:focus{
    box-shadow: none;
    border: 1.5px solid var(--white-footer);
    border-left: none;
}

.social-footer{
    display: flex;
    justify-content: space-evenly;
}

.copyright{
    margin-top: 5rem;
    border-top: 1px solid var(--gray);
    font-family: var(--poppins);
    text-align: center;
    padding-top: 2rem;
}

.copy-text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--gray);
}


/*  SECCIÓN PROXIMAMENTE */

.banner-proximamente{
    background-image: url('../img/fondos/proximamente.png');
    background-size: cover;
    height: 95vh;
    /* position: absolute; */
}

.img-logo-banner{
    width: 300px;
    margin-top: 5rem;
    margin-bottom: 5rem;
    
}

.text-banner-div{
    text-align: center;
}

.text-banner{
    font-family: var(--poppins);
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    color: var(--white);
}

.text-banner span{
    font-size: 50px;
}

/* Home */
.home-carousel{
    margin-top: 1.5rem;
}
.carousel-home{
    height: 344px;
}
.carousel-home img{
    object-fit: cover;
    height: 344px;
    position: relative;
}

.carousel-inner::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.5;
    z-index: 1;
    top: 0;
    left: 0;
}

.content-carousel-home{
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 2rem 4rem;
    color: var(--white);
    font-family: var(--poppins);
}

.carousel-indicators{
    z-index: 10;
}

.carousel-control-next, .carousel-control-prev{
    display: none;
}

.subtitle-carousel-home{
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 1rem;
}

.title-carousel-home{
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 1rem;
}

.text-carousel-home{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    width: 70%;
    margin-bottom: 1rem;
}


.categories{
    list-style: none;
    padding-left: 0;
}
li.categorie-item{
    margin-bottom: 0.5rem;
}


/* Top 10 */
.top-10{
    margin-top: 6rem;
}

.card-product{
    padding: 0.5rem;
    border: none;
    background: transparent;
}


.img-product-container{
    height:250px ;
    background: var(--white);
    position: relative;
}
img.img-product{
    background: var(--white);
    object-fit: cover;
    width: 100%;
}

.price-product{
    display: flex;
    gap: 1rem;
}

.price-now{
    color: var(--red-primary);
}

.price-old{
    color: var(--black);
    opacity: 0.5;
    text-decoration: line-through;
}


.stars-product i{
    color: var(--yellow);
}
.stars-product{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.description-product{
    font-family: var(--montserrat);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--gray-light);
    margin-top: 1rem;
}

.btn.btn-add-product{
    background: transparent;
    font-size: 18px;
    font-family: var(--montserrat);
    font-weight: 500;
    line-height: 22.5px;
    color: var(--black);
    border: 1px solid var(--black);
    border-radius: 30px;
    padding: 0.5rem 3rem;
    margin-top: 1rem;
}

.title-container-carousel{
    position: relative;
}

i.bi.bi-chevron-left.slick-arrow,i.bi.bi-chevron-right.slick-arrow {
    position: absolute;
    top: 30%;
}

i.bi.bi-chevron-left.slick-arrow{
    left: -30px;
    background: var(--red-primary);
    border-radius: 50px;
    color: var(--white);
    padding: 0 3px;
}

i.bi.bi-chevron-right.slick-arrow{
    right: -30px;
    background: var(--red-primary);
    border-radius: 50px;
    color: var(--white);
    padding: 0 3px;
}

i.bi.bi-chevron-compact-left.slick-arrow{
    left: 94px;
    background: var(--red-primary);
    border-radius: 50px;
    color: var(--white);
    padding: 5px 10px;
    position: absolute;
    top: 49%;
    z-index: 1000;
    font-size: 18px;
}
i.bi.bi-chevron-compact-right.slick-arrow{
    right: 94px;
    background: var(--red-primary);
    border-radius: 50px;
    color: var(--white);
    padding: 5px 10px;
    position: absolute;
    top: 49%;
    font-size: 18px;
}



.icon-fav{
    position: absolute;
    top: 12px;
    right: 12px;
}


/* Categories */

.categories-section{
    margin-top: 8rem;
    padding-bottom : 100px;
}
.card-categorie{
    width: 90%;
}

.categorie-img {
    width: 100%;
    height: 70px;
    object-fit: scale-down;
}

.card-categorie.active{
    background: var(--red-primary);
}

/* Best sellers */
.best-sellers{
    margin-top: 8rem;
}

.discount, .sold{
    position: absolute;
    top: 15px;
    background: var(--red-primary);
    left: 0;
    border-radius: 4px;
    padding: 4px 12px;
}
.sold{
    background: var(--gray-light);
}

img.img-nuestros-1, img.img-nuestros-2, img.img-nuestros-3{
    width: 100%;
    object-fit: cover;
    /* position: relative; */
    
}


.ours-products{
    margin-top: 8rem;
}

.img-nuestros-secundarios{
    display: flex;
    flex-direction: column;
}

.img-nuestros-1-container, .img-nuestros-2-container, .img-nuestros-3-container, .img-nuestros-4-container{
    position: relative;
}

.img-nuestros-1-container{
    width: 100%;
    height: 100vh;
}

.img-nuestros-1{
    width: 100%;
    height: 100%;
}

.img-nuestros-2-container{
    width: 100%;
    height: 48vh;
}

.img-nuestros-2{
    width: 100%;
    height: 48vh;
}

.img-nuestros-3-container{
    width: 50%;
    height: 48vh;
    /* margin-top: 1rem; */
}
.img-nuestros-3{
    width: 50%;
    height: 48vh;
}

.wrapper{
    /* display: none; */
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    background: #000000;
    opacity: 0.7;
    transition: 0.5s all ease-in-out;
}
.img-nuestros-1-container:hover .wrapper, .img-nuestros-2-container:hover .wrapper, .img-nuestros-3-container:hover .wrapper{
    /* display: flex; */
    width: calc(100% - 1.5rem);
}
.img-nuestros-1-container:hover .link02, .img-nuestros-2-container:hover .link02, .img-nuestros-3-container:hover .link02{
    color: var(--yellow);
}

.container-text-img-ours{
    position: relative;
    bottom: 155px;
    padding: 1.5rem;
    z-index: 10;
}



a.link02{
    font-family: var(--poppins);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    transition:0.3s all ease-in-out;
}

a.link02:hover{
    color: var(--yellow);
}

/* Registrate */
.registrate{
    background-color: var(--white);
    margin-top: 8rem;
    padding-top: 5rem;
    margin-bottom: 8rem;
}

img.img-form-registro {
    width: 100%;
    max-height: 400px;
    object-fit: scale-down;
}

.form-container-registrate{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5rem;
}

.form-container-registrate .form-group-registrate{
    width: 70%;
    text-align: center;
}

.title-registro{
    font-family: var(--poppins);
    font-weight: 600;
    font-size: 22;
    line-height: 32px;

}

.form-group-registrate input.form-control{
    background: var(--input);
    border-radius: 2px;
    border: 1px solid var(--border-input);
    font-family: var(--lato);
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    height: 3rem;
}

.link03-sm{
    font-family: var(--poppins);
    font-size: 8px;
    font-weight: 400;
    line-height: 22.4px;
    color: var(--link03);
}

.link03-sm a{
    color: var(--link03-bold);
}

.dropdown-item.active, .dropdown-item:active{
    background-color: var(--red-primary);
    color: var(--white) !important;
}

/* Acerca de */
.about-us{
    position: relative;
    height: 100%;
}

/* .img-acerca-container{
    position: relative;
} */
.about-us-text{
    /* margin-top: 6rem; */
    width: 45%;
    height: 70vh;
}
img.img-acerca{
    margin-top: 5rem;
    width: 50vw;
    position: absolute; 
    right: 0;
    top: 0%;
    height: 70vh;
    object-fit: cover;
}

.card-stadistic{
    padding: 1rem;
    height: 100%;
    background: transparent;
    border-radius: 4px;
    border: 1px solid var(--gray-border);
}
.icon-container{
    text-align: center;
    margin-bottom: 1rem;
}
.icon-st{
    font-size: 40px;
    color: var(--white);
    background: var(--black);
    border-radius: 50px;
    padding: 0.2rem 0.7rem;
    border: 8px solid lightgray;
    margin-bottom: 2rem;
    position: relative;
}
i.icon-st.fa-solid.fa-sack-dollar{
    padding: 0.5rem;
}

.card-stadistic.active{
    background: var(--red-primary);
}

.card-stadistic.active .icon-st{
    color: var(--black);
    background: var(--white);
    border: 8px solid lightgray;
}

.stadistics{
    margin-top: 3rem;
    margin-bottom: 8rem;
}


/* Carrito */

#table-cart th, #table-cart td{
    font-family: var(--poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: none;
    padding: 1.5rem;
    background: var(--white);
}

#table-cart tr{
    box-shadow: 0px 1px 13px 0px #0000000D;
    border-radius: 5px;
    border-bottom-width: 1rem;
    border-color: var(--body);

}

.table>thead{
    background: var(--white);
    padding: 1rem 0;
}
img.img-produc-cart{
    width: 53px;
    height: 45px;
    object-fit: cover;
}

.producto-cart{
    position: relative;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.eliminar-product{
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: -12px;
    background: var(--red-primary);
    color: var(--white);
    border-radius: 50px;
    padding:4px;
    line-height: 12px;
}

.subtotal-cart-container{
    display: flex;
    justify-content: end;
    margin-top: 3rem;
    margin-bottom: 6rem;
}

.subtotal-cart-container .card{
    border: 1.5px solid var(--black);
    border-radius: 4px;
}

#total-cart td{
    font-family: var(--poppins);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

#total-cart td{
    padding: 1rem 0.5rem;
}

#total-cart tr td:nth-child(1){
    text-align: start;
}
#total-cart tr td:nth-child(2){
    text-align: end;
}

#table-cart tr td:nth-child(3){
    width: 10%;
}


#table-cart tr td:nth-child(4),#table-cart tr th:nth-child(4) {
    text-align: center;
}
#table-checkout tr td:nth-child(2){
    text-align: end;
}

#table-checkout td{
    padding: 1rem 0.5rem;
    align-items: center;
    border-bottom: none;
}
.form-control:focus{
    box-shadow: none;
    border: 1px solid #ced4da;
}

.facturacion-container .col-md-6{
    width: 45%;
}

.facturacion-container{
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.form-facturacion .form-group, #tarjeta-form .form-group{
    font-family: var(--poppins);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 1rem;
}

.form-facturacion .form-group label, #tarjeta-form label{
    opacity: 0.4;
}


.form-facturacion .form-group input, #tarjeta-form input{
    background-color:var(--input) ;
}

.form-check-input:focus{
    /* background-color: var(--red-primary) !important; */
    /* border-color: var(--red-primary) !important; */
    box-shadow: none !important;
}

.form-check-input:checked{
    background-color: var(--red-primary) !important;
    border-color: var(--red-primary) !important;
    box-shadow: none !important;
}


.checkout{
    margin-top: 0;
    margin-bottom: 6rem;
}


.store{
    margin-top: 4rem;
    margin-bottom: 6rem;
}
.noUi-horizontal{
    height: 6px;
}

.noUi-connect{
    background: var(--red-secondary);
}

.noUi-handle:after, .noUi-handle:before{
    display: none;
}

.noUi-handle{
    border-radius: 50px;
    width: 12px !important;
    height: 12px !important;
    background: var(--red-secondary);
    border: 1px solid var(--white);
}

.noUi-horizontal .noUi-handle{
    right: -8px;
    top: -4px;
}

.cat-menu{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.cat-title{
    font-family: var(--lato);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom:0 ;
}

.btn-ver-mas{
    background: transparent;
    border: none;
    padding: 0;
}
.cat-title-option{
    font-family: var(--lato);
    font-size: 14px;
    font-weight: 700;
    line-height: 23.8px;
    color: var(--red-primary);
}

.cat-option a{
    font-family: var(--lato);
    font-size: 14px;
    font-weight: 400;
    line-height: 23.8px;
    color: var(--black);
}

.cat-options{
    list-style: none;
    padding-left: 0;
}

#minInput, #maxInput{
    border: 1px solid var(--black);
    font-family: var(--inter);
    font-size: 14px;
    line-height: 14px;
    font-family: 500;
    height: 2rem;
}

.img-details-product-sm{
    width: 100%;
    height: 18vh;
    object-fit: contain;
    background: var(--white);
    margin: auto;
}

.img-details-product-lg{
    width: 100%;
    height: 80vh;
    object-fit: contain;
    background: var(--white);
}

.relacionados{
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.reviews-product{
    display: flex;
    gap: 2rem;
    align-items: center;
}

.product-details-options{
    display: flex;
    gap: 1.5rem;
}
.btn.btn-primary.sm{
    padding: 0.5rem 3rem !important;
}


.btn.btn-add-fav{
    background: transparent;
    border: 1px solid lightgray;
}

.input-number{
    background: transparent;
    text-align: center;
    border-right: none;
}

#btn-minus{
    background: transparent;
}

#btn-plus{
    background: var(--red-primary);
    border: 1px solid var(--red-primary);
    color: var(--white);
}

.title-regular.gray, .title-regular.green{
    margin-bottom:0 ;
}

.breadcrumb, .text-bread{
    margin-top: 3rem;
    margin-bottom: 4rem;
}

#tarjeta-form .col-md-6{
    width: 50%;
}


.container-account{
    padding: 3rem 6rem;
    box-shadow: 0px 1px 13px 0px #0000000D;

}

.container-info-contact{
    padding: 3rem 3rem;
    box-shadow: 0px 1px 13px 0px #0000000D;

}
.container-account .form-control{
    background: var(--input);
    border: none;
    height: 50px;
}

.account-option a{
    text-decoration: none;
}

.account-option{
    list-style: none;
    margin-bottom: 8px;
}

.btn.btn-secondary{
    background: var(--white);
    color: var(--black);
    padding: 1rem 3rem;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--poppins);
    font-weight: 500;
}

.btns-form{
    display: flex;
    justify-content: end;
    gap: 2rem;
    margin-top: 2rem;
}

.account{
    margin-bottom: 6rem;
}

.btn.btn-secondary.dropdown-toggle{
    padding: 0.5rem;
}

.product-image-left{
    margin-bottom: 1rem;
}

.btns-actions{
    display: flex;
    justify-content: space-between;
}

.modal-body{
    font-family: var(--poppins);
}

#btn-ver-pass{
    border-color: #ced4da;
    border-left: none;
}
#btn-ver-pass:hover{
    background: transparent;
    color: var(--black);
}
#btn-ver-pass:focus{
    box-shadow: none !important;
}

#password{
    border-right: none;
}
.nav-link{
    transition: 5s all ease-in-out;
    position: relative;
}
.nav-link.active{
    color: var(--red-primary);
    border-bottom: 1px solid;
}

.nav-link::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    background: var(--black);
    bottom: 0;
    left:5px;
    transition: 0.3s all ease-in-out;
}
.nav-link:hover::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 90%;
    background: var(--black);
    bottom: 0;
    left: 5px;
}

.nav-link.active:hover::after{
    display: none;
}

.search-input{
    border: none;
    background: var(--white);
}

.search-input:focus{
    box-shadow: none;
    border: none;
}


.search-icon{
    background: var(--white);
    border: none;
}
.pago-exitoso{
    padding: 4rem;
}
.icon-pago{
    height: 300px;
}
.title-pago{
    margin-top: 3rem;
    font-size: 40px;
    font-weight: 600;
}

.text-pago{
    font-size: 20px;
    margin-top: 3rem;

}

.modal-title-lg{
    font-size: 35px;
    font-weight: 600;
}

.calidad-servicio{
    background: var(--red-primary);
    padding: 3rem 0;
}

.img-end{
    display: flex;
    justify-content: center;
}

.title-banner{
    font-family: var(--oswald);
    color: var(--white);
    font-size: 55px;
    font-weight: 400;
    line-height: 67px;
    text-transform: uppercase;
    /* margin-bottom: 2rem; */
}
.text-banner-second{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: var(--white);
    font-weight: 400;
    line-height: 16px;
}

.btn.btn-terciary{
    background: var(--black);
    color: var(--white);
    border-radius: 2px;
    font-family: var(--poppins);
    font-size: 14px;
    line-height: 21px;
    padding: 0.5rem 3rem;
}
.content-banner{
    display:grid ;
    align-content: center;
    gap: 2rem;
}

.img-banner-services{
    height: 380px;
    object-fit: contain;
}

ul.slick-dots{
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    position: absolute;
    bottom: -10px;
    width: 100%;
    background-color: var(--white);
}

ul.slick-dots li button{
    background: rgba(198, 198, 198, 1);
    border-radius: 50px;
    height: 22px;
    width: 22px;
    border: none;
}
li.slick-active button{
    background: var(--red-primary) !important;
    border-radius: 50px;
    height: 22px;
    width: 22px;
    border: none;
}

.banner-content{
    position: relative;
}
.btn-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container-carousel-home, .container-carousel-products{
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.container-carousel-home .row, .container-carousel-products .row{
    margin: 0;
    padding: 0;
}
.carousel-banner, .carousel-banner-new-products{
    width: 100%;
    margin: 0;
    padding: 0;
}

img.banner-main-img{
    width: 100%;
}

.btn.btn-go-to{
    background: var(--white);
    font-family: var(--oswald);
    color: rgba(61, 57, 53, 1);
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;
    border: 1px solid rgba(61, 57, 53, 1);
    padding: 1rem 4rem;
    text-transform: uppercase;
    border-radius: 1px;
}

.white-dots{
    background: var(--white) !important;
    color: var(--red-primary) !important;
}

.dots-second{
    width: 98% !important;
    background: transparent !important;
    gap: 24px !important;
    bottom: 30px !important;
}

.sticky-container{
    position: sticky;
    z-index: 1000;
    bottom: 30px;
    float: right;
    padding-top: 2rem;
    padding-right: 2rem;

}
.sticky-container img{
    width: 50px;
}


  
#dropdown-carrito {
    position: relative;
}

#dropdown-carrito .tooltip-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 300px;
    background-color: white;
    border-radius: 8px;
    z-index: 1050;
    animation: fadeIn 0.3s ease;
}

#dropdown-carrito .cart-tooltip:hover + .tooltip-content,
#dropdown-carrito .tooltip-content:hover {
    display: block;
}

#dropdown-carrito .dropdown-cart-item img.cart-item-img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    object-fit: cover;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1000px) {
    #dropdown-carrito .tooltip-content {
        display: none !important;
    }
    .custom-product-image-orders {
        width: 80px !important;
        height: auto;
        border-radius: 4px;
    }
}



.btn.btn-close-modal-user{
    background: var(--gray-secondary);
    color: var(--red-primary);
    font-weight: 500;
    font-family: var(--poppins);
    font-size: 16px;
    line-height: 24px;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    border: none;
}

.btn.btn-primary-user{
    background: var(--red-primary);
    font-family: var(--poppins);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    border: none;
}

.custom-select-status {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.custom-select-dropdown {
    width: 100%;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    cursor: pointer;
}


.custom-select-dropdown:focus {
    outline: none;
}

.custom-select-dropdown option {
    font-size: 14px;
    padding: 8px;
}


.custom-product-image-orders {
    width: 100px;
    height: auto;
    border-radius: 4px;
}

.custom-select-dropdown {
    width: 100%; 
    padding: 8px 12px;
    border: 1px solid #db4444;
    border-radius: 4px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
