*{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.body{
    background-color:#fff;
    overflow-x:hidden;
}
.h4{
    font-size: 1em;
    font-weight: bolder;
}
hr{
    height: 1px;
    background-color: #000;
}
.reset-margins{
    width:0;border:0;margin:0;
}
#barra{
    background-color: rgb(31, 31, 31);
    z-index: 1100;
    overflow: hidden;
}
#search-bar{
    width: 500px;
    height: 38px;
    border-radius: 5px;
}
#btn-search{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 20px 5px 20px;
    outline: inherit;
    border: none;
    background-color: #bbbbbb;
}
#btn-search-icon{
    margin-bottom: 3px;
}
.icon-zoom-in{
  position:relative;
  left:500px;
  z-index:999;
  border-color: #fff;
}
#logo-img{
  width: 80px;
}
.mobile-bottom-navbar{
    display: none;
    padding: 0;
    margin: 0;
    border: 0;
}
.mob-nav-bg{
    background-color: #fff;
    height: 8vh;
    border-top: 1px solid #acacac;
}
.active-icon{
    fill: #000;
}
.inactive-icon{
    fill: #818181;
    opacity: 0.9;
}
.nav-list{
    padding-top: 4%;
    width: 100%;
    display: inline-flex;
}
.nav-list div:hover{
    background-color: #c9c9c9;
}
.link-nav-mobile{
    text-decoration: none;
    color: #000;
}
#user-link{
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
    background-color: transparent ;
    border-color: transparent;
    border-radius: 20px;
}
#user-link:hover{
    text-decoration: underline;

}
#user-icon{
    margin-bottom: 4px;
    margin-right: 5px;
}
#cart-btn{
    border-radius: 20px;
    background-color: rgb(63, 60, 60) !important;
    border-color: rgb(63, 60, 60) !important;
    color: #fff !important;
    opacity: 0.9;
}
#cart-ico{
    margin-bottom: 4px;
}
.category-bg{
    background-color: rgb(55, 55, 55);
    padding-top: 67px;
}
.category-bg a{
    text-decoration: none;
    color: #fff;
    list-style: none;
}
.category-button{
    background-color: transparent;
}
.dropdown-menu-bg{
    display: none;
}
.padd-navbar{
    padding-left: 30%;
    padding-right: 30%;
}
.category-bg .category-button:hover + .dropdown-menu-bg {
    display: flex;
    transition: all 600ms;
}
.category-button:hover{
    background-color: rgb(70, 70, 70);
    transition: all 600ms;
}
.dropdown-menu-bg:hover{
    display: flex;
}
.nav-mobile-top{
    padding: 1vh 0vh 1vh 0vh;
}
.btn-offcanvas{
    background-color: transparent;
}
.offcanvas-bg{
    background-color: rgb(63, 60, 60);
}
.top-nav-mob-sec{
    padding-top: 30%;
    background-color: #fff;
}
.top-nav-mob-cart{
    height: 40px;
    background-color: #fff;
    display: none;
}
.proccess-payment-bg {
    display: none;
    background-color: #ebebeb;
}
.cart-info-sm{
    padding-top:50px;
    margin-left: 5%;
    margin-right: 5%;
    display: none;
}
.cart-info-sm-bg{
    position: relative;
    margin-top: 50px;
    margin-left: 5%;
    margin-right: 5%;
    display: none;
}
.btn-carousel-edit{
    position: absolute;
    background-color: #fff;
    padding: 1rem 1rem 1rem 1rem;
    border: 1px solid #2b3035;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 400px;
    color: #000;
}
.btn-carousel-edit-1 span{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.btn-carousel-edit-2 span{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.btn-carousel-edit-1{
    left: -1.5%;
    top: 40%;
}
.btn-carousel-edit-2{
    right: -2%;
    top: 40%;
}
.proccess-payment-bg{
    height: 15vh;
}
.delete-cart-button{
    display: none;
}
.wrapper{
    max-height: 180px;
    display: flex;
    overflow: auto;
    overflow-y: hidden;
}
.wrapper::-webkit-scrollbar{
    width: 0;
}
.wrapper .item{
    min-width: 170px;
    max-width: 170px;
    height: 170px;
    text-align: center;
    background-color: #eeeeee;
    margin-right: 5px;
}
.container-product-card{
    padding-top: 30px;
    padding-bottom: 50px;
}
.card-item-price-desc{
    font-weight: 500;
    color: rgb(221, 22, 22);
}
#product-price{
    font-size: 1.4em;
}
.product_note{
    min-width: 70%;max-width: 70%;
    max-height: 100px;
}
.img-column img{
    width: 170px;
}
.mobile-content{
    display: none;
}
.container-product-pc{
    padding-top: 100px;
    padding-bottom: 150px;
}
.descuento-bg{
    color: rgb(209, 209, 209);
    background-color: #BF0019;
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    left: 5px;
    top: 5px;
    border-radius: 5px;
}
.descuento-bg p{
    position: relative;
    top: 7px;
    font-weight: 500;
    font-size: 0.9em;
}
.link-style-dark{
    text-decoration: none;
    color: #000;
}
.link-style-light{
    text-decoration: none;
    color: #fff;
}
.discount-price-bg{
    color: #BF0019;
    font-size: 1.25em;
    font-weight: 700;
}
.card-pc-footer{
    background-color: #fff;
    padding-left: 20px;
}
.submenu-bg{
    display: none;
    position: absolute;
    z-index: 1000;
    background-color:rgb(51, 51, 51);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.transform-50{left: 50%;transform: translateX(-50%);}
.transform-62{left: 62%;transform: translateX(-62%);}
.transform-55{left: 55%;transform: translateX(-55%);}
.submenu-normal{
    left: 50%;
    transform: translateX(-50%);
}
.type-1-sub{
    min-width: 8%
}
.type-2-sub{
    min-width: 10%
}
.type-3-sub{
    min-width: 20%
}
.type-4-sub{
    min-width: 35%
}
.category-bg{
    z-index: 1000;
}
.category-trigger{
    color:#fff;
}
.category-trigger:hover{
    cursor: pointer;
}
.category-bg .category-trigger:hover + .submenu-bg,
.category-bg .submenu-bg:hover {
    display: block;
}
#info-shop-bg{
    background-color: rgb(33, 33, 33);
}
#info-shop-size{
    padding: 50px 20px 50px 20px;
}
#info-shop-ico{
    opacity: 0.7;
}
#info-section{
    background-color: transparent;
}
.slider-style{
    width:100%;height:100%;border-radius:10px;
}
.slider-mob-style{
    border-radius:5px;
    width: 100%;
    height: 100%;
}
.price-before{
    color: #000;
    text-decoration: line-through;
}
#footer-bg{
    margin-top: 5%;
    background-color: #252525;
    color: rgb(226, 226, 226);
}
.product-img-box{
    max-width: 480px;
    max-height: 480px;
    min-width: 380px;
    min-height: 380px;
}
.product_price_size{
    font-size: 40px;
    font-weight: 600;
}
.img-container{
    padding: 160px 20px 0px 20px;
}
.final-price{
    font-size: small;
    margin-left: 10%;
    font-weight: 600;
}
.discount-color{
    color: #BF0019;
}
.price-before{
    font-size: 15px;
    text-decoration: line-through;
}
.discount-box{
    background-color: #BF0019;
    padding: 4px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    position: absolute;
    margin-top: 18px;
}
.no-stock{
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.no-price{
    color: #000;
}
.span-weight{
    font-weight:600;
}
.quantity-input{
    width: 120px !important;
}
.add-product-button{
    padding: 10px;
    border-radius: 0.2143rem;
    border: 2px solid #252525;
    width: 40%;
    color: #252525;
}
.add-product-button:hover{
    color: #fff;
    background-color: #252525;
    transition: all 200ms;
}
.WhatsApp-product-button{
    padding: 10px;
    border-radius: 0.2143rem;
    border: 2px solid #25d366;
    background-color: #25d366;;
    width: 40%;
    color: #fff;
}
@media(max-width:991px){
    .WhatsApp-product-button{
        padding: 10px;
        border-radius: 0.2143rem;
        border: 2px solid #25d366;
        background-color: #25d366;;
        width: 100%;
        color: #fff;
    }
}
.buy-product-button{
    background-color: #252525;
    border: 2px solid #252525;
    padding: 10px;
    border-radius: 0.2143rem;
    width: 40%;
}
#checkconditions:hover{
    cursor:pointer;
}
.product-img-selector{
    border: 1px solid rgb(151, 151, 151);
    width: 100px;
    height: 100px;
}
.breadcrumb-item a {
    text-decoration: none;
}
.breadcrumb-item a:hover{
    text-decoration: underline;
}
.input-min, .input-max{
    border: 1px solid rgb(120, 120, 120);
    border-radius: 0.25rem;
    padding: 5px;
}
.delete-filters{
    border: 1px solid rgb(115, 115, 115);
    color: #252525;
    border-radius: 0.15rem;
    transition: all 300ms;
}
.delete-filters:hover{
    background-color: rgb(115, 115, 115);
    color: #fff;
    transition: all 300ms;
}
.a-filter{
    text-decoration: none;
}
.dropdown-filter{
    border: 1px solid rgb(180, 180, 180);
    padding: 5px;
    border-radius: 0.15rem;
    width: 200px;
}
.dropdown-group-filter .dropdown-menu{
    width: 200px;
}
.filter-dropdown-column{
    width: 600px;
}
.small-product-section{
    display: none;
}
.medium-product-section{
    display: none;
}
.container-filter{
    margin-left: 15% !important;
    margin-right: 15% !important;
}
.filter-bigger-column{
    display: none;
}
.small_product_container{
    display: none;
}
.medium-price-selector{
    display: none;
}
.hoverEffect{
    cursor: pointer;
}
.register-client{
    padding-top: 10%;
    padding-bottom: 150px;
}
.register-client-bg div{
    padding-left: 3vh;
}
.register-client-bg-2 div{
    padding-left: 2vh;
}
.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35vh;
    box-shadow: none;
}
.search-bar-mob{
    border:1px solid #b4b4b4;border-radius:4px;
}
.search-button{
    border-left:1px solid #b4b4b4;
}
.search-container{
    padding-top: 100px;
}
.product-pc-search{
    padding-top:15vh;
    margin-left:25%;
    margin-right:25%;
}
.medium-product-section-search{
    display: none;
}
.cat-card-mob-ind{
    border: 1px solid #535353;
    border-radius: 4px;
    padding: 20px 5px 20px 5px;
}
#bo-bt{
    margin-bottom: 20px;
}
#contact-pc{
    margin-bottom: 20px;
    margin-right: 10px;
}
#contact-pc div a{
    color: #fff;
    text-decoration: none;
}
#ico-contact-pc{
    margin-right: 5px;
}
#btn-phone-pc{
    background-color: #3144d0;
    border-radius: 5px;
    padding: 5px 43px 7px 10px;
    z-index: 3000;
}
#btn-whatsapp-pc{
    background-color: #25d366;
    border-radius: 5px;
    padding: 5px 10px 7px 10px;
    z-index: 3000;
}
#contact-group-pc{
    z-index: 2;
}
.mob-model-dropdown-text{
    font-size: 0.75em;
}
.mob-model-dropdown-image{
    max-width:75px;
    max-height:75px;
    border-radius:5px;
}
.password-input-container {
    position: relative;
}

.form-control {
    padding-right: 40px;
}

.show-password-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1;
}
.filter-column{
    background-color: #e4e4e4 !important;
    border-radius: 5px !important;
}
.casilla-modelo{
    border:2px solid #2b3035 !important;
    border-radius: 5px !important;
    padding-top: 2rem !important;
}
/* CART */
.column-cart{
    border: 1px solid #c2c2c2;
    border-radius: 4px;
}
.delete-full-cart-btn{
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    width: 150px;
    height: 45px;
}
.cont-buying-btn{
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    width: 150px;
    height: 45px;
}
.cont-buying-btn:hover{
    border: 1px solid transparent;
    transition: all 200ms;
}
.delete-full-cart-btn:hover{
    border: 1px solid rgb(184, 33, 33);
    transition: all 300ms;
}
.delete-full-cart-btn:hover .basura{
    fill: rgb(184, 33, 33);
    transition: all 300ms;
}
.delete-full-cart-btn:hover span{
    color: rgb(184, 33, 33);
    transition: all 300ms;
}
.cont-buying-btn:hover{
    border: 1px solid rgb(0, 0, 0);
    transition: all 300ms;
}
.delete-sp-button{
    position: absolute;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    background-color: #cccccc;
    opacity: 0.8;
}
.delete-sp-button:hover{
    cursor:pointer;
}
.share-sp-button{
    position: absolute;
    font-size: 18px;
    line-height: 37px;
    text-align: center;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-color: #cccccc;
    opacity: 0.8;
    padding-right: 2px;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(94, 94, 94, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5000;
}
.spinner-border {
    color: #fff;
}
.progress-buying div{
    font-weight: 600;
    color: #6d6d6d;
}
.progress-buying div:hover{
    cursor: pointer;
}
.circle-dark{
    display: inline-block;
    height: 1.5rem;
    padding-bottom: 25px;
    min-height: 1.5rem;
    width: 1.8rem;
    min-width: 1.8rem;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 2px solid rgb(51, 51, 51);
    box-sizing: border-box;
    border-radius: 50%;
    background: #2c2c2c;
}
/* Panel usuario */
.sep-up{
    padding-top: 200px;
}
.sep-up h3{
    padding-top: 50px;
}
.option div{
    border-top: 1px solid #6d6d6d;
    border-bottom: 1px solid #6d6d6d;
    border-left: 1px solid #6d6d6d;
    padding: 1em;
    background-color: #fff;
}
.option:hover{
    cursor: pointer;
    transform: scale(1.02);
    transition: all 300ms;
}
.icon-col{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.icon-col svg{
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width:70px; 
    height:70px;
}
.logout{
    padding-top: 80px;
}
.logout svg{
    margin-bottom: 5px;
}
.logout-text{
    font-size: 1.2em;
    font-weight: 600;
}
.text-opt-col{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #6d6d6d;
}
.logout-modal{
    padding-top: 10%;
}
.column-order{
    min-height:200px;
    border-radius: 5px;
}
.column-order:hover{
    transform: scale(1.02);
    cursor: pointer;
    transition: 300ms;
}
.column-order span{
    margin-top: 5px;
    margin-right: 5px;
    right: 0;
    top: 0;
    padding: 1rem;
    border-radius: 20px;
}
.column-order-2{
    min-height:200px;
    border-radius: 5px;
}
.column-order-2 span{
    margin-top: 5px;
    margin-right: 5px;
    right: 0;
    top: 0;
    padding: 1rem;
    border-radius: 20px;
}
.edit-row{
    width: 50%;
}
.mail-input-edit:hover{
    cursor: not-allowed;
}
.commercial-com-div:hover{
    background-color:#dbdbdb;
    cursor: pointer;
}
.checkbox-communication:hover{
    cursor: pointer;
}
/* Reseñas */
.container-reseñas{
    max-width: 550px;
    border-radius: 5px;
}
.container-reseñas .puntos-column{
    width: 30%;
    border-right: 1px solid #dee2e6;
}
.container-reseñas .puntos-column h2{
    font-size: 2.5em;
}
.container-reseñas .reseñas-column{
    width: 70%;
}
.inside-lateral{
    padding-top: 15%;
}

/* CART MOBILE */
.main-cart{
    padding-top:150px;padding-bottom:10vh;
}
.btn-manage-quantity{
    padding: .25rem !important;
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}
.btn-manage-quantity-1{
    padding: .25rem !important;
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}
.img-cart-product{
    max-width:170px;max-height:170px;
}
/* Procesar el pedido */
.panel-process-order{
    background-color: rgba(201, 201, 201, 0.5);
    border-radius: 5px;
}
.products-order{
    border: 1px solid #b9b9b9;
    border-radius: 5px;
}
.img-order-product{
    max-width: 100px;
    max-height: 100px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.quantity-order-product{
    display: flex;
    justify-content: center;
    transform: translateY(150%);
    align-items: center;
}
.btn-option-shipping{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    width: 100% !important;
    border: 1px solid #535353 !important;
    position: relative !important;
}
.btn-check:checked + .btn-option-shipping {
    border: 2px solid #05772f !important;
}
.square-color{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 40px;
    background-color: #05772f;
    color: #b9b9b9;
    clip-path: polygon(30px 0, 100% 100%, 100% 0);
}
.btn-check:checked + label .square-color {
    display: block;
}
.btn-option-pay{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    width: 100% !important;
    border: 1px solid #535353 !important;
    position: relative !important;
}
.btn-check:checked + .btn-option-pay {
    border: 2px solid #05772f !important;
}
.square-color svg{
    margin-left: 60%;
}
.sep-up-order{
    padding-top: 150px;
    padding-bottom: 20vh;
}
.btn-submit-order{
    width: 50% !important;
}
/* Checkout */
.sep-up-checkout{
    padding-top: 170px;
    padding-bottom: 20vh;
}
/* summary page */
.payed-container{
    padding-top: 10vh;
}
.payed-container-header img{
    border-radius: 50%;
    max-width: 90px;
}
.payed-container-header span{
    clip-path: polygon(0 0, 100% 0, 100% 13%, 0 55%);
    top: 0;
    left: 0;
    width: 100%;
    height: 20vh;
    background-color: #5c5c5c;
    z-index:-1;
}
.payed-container-bg{
    border: 1px solid #a0a0a0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.payed-container-body{
    padding-top: 5%;
}
.product-row-summary{
    margin: 1rem;
}
.product-column-summary{
    margin: 0.75rem;
}
.hidden{
    display: none;
}
.payed-container-m{
    margin-left: 25%;
    margin-right: 25%;
    padding-top: 5vh;
    padding-bottom: 15vh;
}
.paypal-button{
    border-radius: 4px;
    min-height: 35px;
    background-color: #FFC439;
    padding: 10px;
}
.paypal-button:hover{
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.05);
}
.img-paypal-icon{
    width: 20px;
}
.img-paypal-logo{
    width: 80px;
}
.btn-cookie{
    border: 1px solid #2b3035;
}
.btn-cookie-accept{
    background-color: #2b3035;
    color: #fff;
}
.btn-cookie-reject{
    background-color: #fff;
    border: 2px solid #2b3035;
}
.btn-cookie-select{
    background-color: rgba(222, 226, 230, 0.5);
}
.btn-cookie-reject:hover{
    color: #fff;
    background-color: #2b3035;
    transition: all 300ms;
}
.background-cookies{
    background-color: rgba(90, 90, 90, 0.5);
    width: 100%;
    height: 100% !important;
    position: fixed !important;
    z-index: 1200;
}
.check-cookies-2{
    cursor: pointer;
}
.check-cookies-3{
    cursor: pointer;
}
.check-policy{
    cursor: pointer;
}
/* Mediaquerys */
@media(max-width:1400px){
    .option{
        min-height: 180px;
    }
    .payed-container-m{
        margin-left: 25%;
        margin-right: 25%;
    }
}
@media(max-width:991px){
    .sep-up-order{
        padding-top: 80px;
    }
    .sep-up-checkout{
        padding-top: 80px;
        padding-bottom: 10vh;
    }
    .payed-container{
        padding-top: 10vh;
    }
    .payed-container-m{
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 25vh;
    }
    .btn-submit-order{
        width: 100% !important;
    }
    .size-input{
        width: 50% !important;
    }
    .color-input{
        width: 50% !important;
    }
    .mobile-bottom-navbar{
        display: flex;
    }
    #barra{
        display: none;
    }
    .top-nav-mob-cart{
        display: block;
    }
    .top-nav-mob-cart{
        display: block;
    }
    .cart-info-sm{
        display: block;
    }
    .cart-info-sm-bg{
        display: block;
    }
    .mobile-content{
        display: block;
    }
    .pc-content{
        display: none;
    }
    .container-product-pc{
        display: none;
    }
    .category-bg{
        display: none;
    }
    .dest-title-des-class{
        margin-top: 100px;
    }
    .descuento-bg{
        font-size: 0.8em;
        border-radius: 3px;
    }
    .price-before{
        font-size: 0.8em;    
    }
    .discount-price-bg{
        font-size: 1.2em;
    }
    .disp-card{
        font-size: 1em;
    }
    .img-container{
        padding: 80px 0px 0px 0px;
    }
    .dropdown-group-filter{
        width: 100%;
    }
    .dropdown-filter{
        border: none;
        border-radius: 0;
        background-color: #fff;
    }
    .dropdown-group-filter .dropdown-menu{
        width: 250px;
    }
    .price-before{
        font-size: 1.2em;
    }
    .model-mob-name{
        font-size: 0.75em;
    }
    .register-client-bg{
        border:none;
    }
    .register-client-bg-2{
        border:none;
    }
    .register-client-bg div{
        padding-left: 1vh;
    }
    .register-client-bg-2 div{
        padding-left: 0vh;
    }
    .product_note{
        min-width: 100%;
    }
    .option{
        min-height: 230px;
    }
    .main-cart{
        padding-top:30px;padding-bottom:10vh;
    }
    .img-cart-product-mob{
        max-width:170px;max-height:170px;
    }
}
@media(max-width:370px){
    .icon-col svg{
        width: 50px;
        height: 50px;
    }
}
@media(max-width: 380px){
    .stars-pc-content{
        display: none;
    }
    .inside-lateral h2{
        font-size: 2em !important;
        transform: translateY(60%) !important;
    }
}
@media(max-width:349px){
    .mob-model-dropdown-image{
        width: 60px;
    }
}
@media(max-width:340px){
    .ESP-flag{
        display: none;
    }
    .btn-manage-quantity{
        padding: 0!important;
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
}
@media(max-height:805px){
    .mob-nav-bg{
        height: 10vh;
    }
}
@media(max-height:635px){
    .mob-nav-bg{
        height: 12vh;
    }
}
@media(max-height:543px){
    .mob-nav-bg{
        height: 14vh;
    }
}
@media(max-width:530px){
    .img-cart-product-mob{
        max-width:90px;max-height:90px;
    }
}
@media(max-width:500px){
    #search-bar-mobile-bg{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .product-column-summary{
        margin: 0;
    }
    .product-row-summary{
        margin: 0;
    }
}
@media(max-width:992px){
    .product-img-box{
        max-width: 280px;
        max-height: 280px;
        min-width: 280px;
        min-height: 280px;
    }
    .register-mob-cont{
        padding-top:15vh;padding-bottom:30vh;
    }
}
@media(max-width:767px){
    .product-img-box{
        max-width: 480px;
        max-height: 380px;
        min-width: 280px;
        min-height: 280px;
    }
    .img-column-panel-order img{
        max-width: 80px !important;
    }
    .payed-container{
        margin-left: 0%;
        margin-right: 0%;
    }
    .option{
        min-height: auto;
    }
    .logout{
        padding-top: 0px;
    }
    .sep-up{
        padding-top: 100px;
    }
    .edit-row{
        width: 100%;
    }
}
@media(max-width:472px){
    .proccess-payment-bg{
        display: block;
    }
    .delete-cart-button{
        display: flex;
    }
    .buy-cart-button a{
        display: none;
    }
    .quantity-paragraph{
        display: none;
    }
    .name-product-order-panel{
        font-size: 0.8em;
        padding-left: 20px !important;
    }
}
@media(max-width:300px){
    .product-img-box{
        max-width: 480px;
        max-height: 480px;
        min-width: 250px;
        min-height: 250px;
    }
    .mob-model-dropdown-image{
        width: 45px;
        max-height: 50px;
        min-height: 40px;
    }
    .product-img-selector{
        width: 70px;
        height: 70px;
    }
    .size-input{
        width: 100% !important;
    }
    .color-input{
        width: 100% !important;
    }
}
@media(max-height:780px){
    .proccess-payment-bg{
        height: 21vh;
    }
}
@media(max-height:760px){
    .proccess-payment-bg{
        height: 20vh;
    }
}
@media(max-height:740px){
    .proccess-payment-bg{
        height: 19vh;
    }
}
@media(max-height:720px){
    .proccess-payment-bg{
        height: 18vh;
    }
}
@media(max-height:650px){
    .proccess-payment-bg{
        height: 19vh;
    }
}
@media(max-height:635px){
    .proccess-payment-bg{
        height: 20vh;
    }
}
@media(max-height:607px){
    .proccess-payment-bg{
        height: 21vh;
    }
}
@media(max-height:545px){
    .proccess-payment-bg{
        height: 22vh;
    }
}
@media(max-width:1963px){
    .medium-product-section{
        display: block;
    }
    .small-product-section{
        display: none;
    }
    .big-product-section{
        display: none;
    }
}
@media(max-width:1650px){
    .container-filter{
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    .register-client{
        padding-top: 15%;
    }
}
@media(max-width:1399px){
    .small-product-section{
        display: block;
    }
    .medium-product-section{
        display: none;
    }
    .btn-carousel-edit-1{
        left: -1.5%;
        top: 35%;
    }
    .btn-carousel-edit-2{
        right: -2%;
        top: 35%;
    }
}
@media(max-width:1150px){
    .medium-price-selector{
        display: block;
    }
    .normal-price-selector{
        display: none;
    }
}
@media(max-width:1200px){
    .btn-manage-quantity-1{
        padding: .05rem !important;
        padding-top: .05rem !important;
        padding-bottom: .05rem !important;
    }
    .img-cart-product{
        max-width:120px;max-height:120px;
    }
}
@media(max-width:2207px){
    .product-pc-search{
        margin-left: 20%;
        margin-right: 20%;
    }
}
@media(max-width:1810px){
    .product-pc-search{
        margin-left: 10%;
        margin-right: 10%;
    }
}
@media(max-width:1355px){
    .product-pc-search{
        margin-left: 5%;
        margin-right: 5%;
    }
}
@media(max-width:1215px){
    .product-pc-search{
        margin-left: 0%;
        margin-right: 0%;
    }
}
@media(max-width:1090px){
    .big-product-section-search{
        display: none;
    }
    .medium-product-section-search{
        display: block;
    }
    .policy-check{
        padding-left:3vh !important;
    }
}
/* Menú hover */
@media(max-width:2087px){.transform-62{left: 65%;transform: translateX(-65%);}}
@media(max-width:1883px){.type-4-sub{min-width: 45%;}.type-6-sub{min-width: 70%;}}
@media(max-width:1721px){.transform-62{left: 67%;transform: translateX(-67%);}.transform-55{left: 58%;transform: translateX(-58%);}.type-1-sub{min-width: 10%}}
@media(max-width:1505px){.transform-62{left: 70%;transform: translateX(-70%);}}
@media(max-width:1512px){.type-4-sub{min-width: 60%;}}
@media(max-width:1345px){.type-6-sub{min-width: 80%;}.transform-62{left: 74%;transform: translateX(-74%);}.transform-55{left: 60%;transform: translateX(-60%);}}
@media(max-width:1177px){.type-6-sub{min-width: 100%;}.type-4-sub{min-width: 70%;}}
@media(max-width:1117px){.transform-62{left: 80%;transform: translateX(-80%);}.transform-55{left: 63%;transform: translateX(-63%);}.type-1-sub{min-width: 15%}}

/* Animaciones */
@keyframes floatAnimation {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-15px);
    }
    100% {
      transform: translateY(0);
    }
  }

.flotar {
    display: inline-block;
    animation: floatAnimation 2s infinite;
}