@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,900;1,700&display=swap");

#procesando {
    display: none;
}
a:hover {
    text-decoration: none;
}
.icontitle {
    height: 10px;
    width: 80px;
    margin: auto;
    background-color: #fba9fe;
    border-radius: 30px;
    margin-bottom: 30px;
}
.container-fluid {
    padding: 0px;
}
body.cart .contcart {
    display: none;
}
body.cart header {
    padding: 0px;
}
.agotado {
    text-align: center;
    border: 3px solid #000;
    display: block;
    font-size: 16px;
    padding: 5px 0px;
}
h2 {
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

label.error {
    color: #f00;
    display: block;
}

.remove {
    cursor: pointer;
}

#redes {
    min-width: 120px;
    margin: 0px auto;
    display: block;
    text-align: center;
}

#redes ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
#redes ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 17px;
    margin: 0px 3px;
    background: #fff;
    transition: 0.5s all;
}
#redes ul li:hover {
    transition: 0.5s all;
    background: #ededed;
}
#redes ul li a {
    text-align: center;
    display: block;
    font-size: 20px;
    color: #000;
    padding: 4px 0px 0px 0px;
}
#redes ul li p {
    display: none;
}

header {
    padding: 0px 0px 0px;
    background: #000000;
}
.redestop {
    text-align: left;
}
.redestop p {
    color: #fff;
}
.redestop ul {
    list-style: none;
    margin: 0px;
    padding: 7px 0px 0px;
    margin-bottom: -4px;
}
.redestop ul li {
    display: inline-block;
    margin: 0px 7px;
}
.redestop a {
    color: #fff;
    font-size: 18px;
}

#banner {
    width: 100%;
    margin: auto;
    background: #000;
    box-shadow: 0 1px 10px rgba(31, 31, 31, 0.47);
}
.slick-next {
    right: 40px;
}
.slick-prev {
    left: 15px;
    z-index: 99;
}
.slick-prev:before,
.slick-next:before {
    font-size: 40px;
    color: #fd55fd;
}
#bannerprincipal a {
    display: block;
}
#bannerprincipal a img {
    width: 100%;
}
.tituloSlide {
    position: relative;
    top: -300px;
    width: 1135px;
    margin: 0px auto;
}

.tituloSlide,
.tituloSlide a {
    font-weight: 400;
    font-style: normal;
    font-family: "Signika", sans-serif;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);

    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
}

.infoSlide {
    top: -300px;
    width: 1135px;
    margin: 0px auto;
    color: #fff;
    position: relative;
    padding: 20px 0px 20px 0px;
}

.slideDesc,
.slideDesc a {
    font-weight: 400;
    font-style: normal;
    font-family: "Noto Sans", sans-serif;
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.infoSlide .readMore {
    margin-top: 20px;
}
.infoSlide .readMore a {
    text-decoration: none;
    background-color: #ff6630;
    padding: 5px;
    color: #fff !important;
}

#intro {
    margin: 0px auto 0px;
    display: block;
}

#intro h1 {
    font-family: "Cormorant", serif;
    text-align: center !important;
    margin: 20px auto 30px 0px;
    color: #000;
}

#intro h2 {
    display: none;
}

#intro p {
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: #827b7b;
    line-height: 28px;
}

#intro strong {
    font-size: 20px;
}

#logo {
    width: 200px;
    margin: 11px 0px 11px;
}
#logo a {
    display: block;
}
#logo img {
    width: 100%;
}

#prodCart h1 {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 31px;
    font-family: "Lato", sans-serif;
}
#prodCart .vermascat {
    text-align: center;
    display: block;
    color: #000;
    padding: 5px 0px;
}

#prodCart .alert {
    font-size: 14px;
}

#prodCart .item {
    padding: 5px;
    width: 24%;
}

.item .title {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    padding: 5px 0px;
    text-align: center;
    color: #6f6f6f;
    letter-spacing: 0.5px;
    margin-top: 7px !important;
    text-transform: uppercase;
}
/* 
.item .image{
	padding: 20px;
} */

.item .image img {
    width: 100%;
    display: block;
    margin: 0px auto;
    transition: 0.5s;
}

.item .cantContent {
    font-size: 14px;
    padding: 2px 10px;
    background: #f9f9f9;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
    height: 24px;
    width: 27px;
}

.item .precio {
    font-size: 16px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    margin: 3px auto 5px;
    color: #000;
    font-weight: bold;
    vertical-align: top;
    display: block;
}

.item .item-cart {
    text-align: left;
    vertical-align: top;
    margin: 10px auto;
    display: inline-block;

    width: 100%;
}

.item-cart b {
    margin: 5px 0px 0px 0px;
    display: inline-block;

    font-weight: normal;
}

#controlesCant {
    float: right;
    width: 70%;
    border: 2px solid #000;
    text-align: center;
    padding: 3px 0px;
}

#contAddCart {
    text-align: center;
}
#contAddCart button {
    border: none;
    width: 100%;
    color: #000;
    padding: 8px 0px;
    display: block;
    border: 2px solid #000;
}

.item .comprar {
    display: block !important;
    margin: 20px auto;
    text-align: center;
}

.item .details {
    margin: 5px 0px;
}

#contTalla {
    width: 100%;
    display: block;
    margin: 10px auto 5px;
}

#contTalla select {
    width: 100%;
    height: 32px;
    border: 2px solid #000;
}

.details .tamano {
    width: 95%;
    margin: 0px auto 10px;
}

.details .tamano label {
    text-align: left;
    margin: 0px 0px 10px 0px;
    display: block;
}

.details .comprar {
    display: inline-block;
}

#tallaz {
    margin: 20px auto;
}

#countItem {
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    z-index: 9999;
}

#countItem span {
    background: #fb42fc;
    color: #fff;
    padding: 1px 0px 0px 0px;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    display: block;
    margin: 4px 0px 0px 5px;
}

#catMenu {
    color: #f2408c;
    width: 100%;
    margin: 25px 0px 0px 0px;
    text-align: center;
}

#catMenu ul {
    margin: 0px;
    padding: 0px;
}
#catMenu ul li {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    vertical-align: top;
}

#catMenu ul li:hover {
    background-color: #fd43fe;
    border-radius: 5px;
}

#catMenu ul li:hover a {
    text-decoration: none;
}

#catMenu a {
    display: block;
    padding: 10px 10px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

#catMenu ul li ul {
    position: absolute;
    width: 220px;
    background: #000;
    z-index: 99999;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    line-height: normal;
    text-align: left;
    display: none;
}

#catMenu ul ul ul {
    margin: 0px 0px 0px 150px;
}

#catMenu ul li ul li a {
    color: #fff;
}

#catMenu ul li ul li {
    border-radius: 0px;
    display: block !important;
    transition: 0.5s all;
    padding: 0px;
}

#catMenu ul li:hover > ul {
    display: block;
    transition: 5s all;
}

#Cmenu {
    height: 38px;
    border-radius: 4px;
    width: 38px;
    background: #000;
    color: #fff;
    position: absolute;
    top: 14px;
    left: 20px;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    display: none;
}

#Cmenu i {
    font-size: 23px;
    font-weight: normal;
    padding: 7px 0px 0px 0px;
}

#controlDetails {
    color: #fff;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
}
.contcart {
    width: 100%;
    text-align: right;
    padding: 0px 18px 0px 0px;
    z-index: 99;
    background: #4c4c4c;
}
#ContDetailsCart {
    margin-top: 4px;
}
#ContDetailsCart a {
    color: #000;
}

#elegidos {
}

#elegidos label {
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0px 5px 2px;
}

#elegidos ul {
    margin: 0px 0px 10px;
    padding: 0px;
    list-style: none;
}

#elegidos ul li:last-child {
    border-bottom: none;
}
#elegidos ul li:first-child {
    border-top: none;
}

#elegidos ul li {
    border-bottom: 1px solid #c1c1c1;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px;
    display: block;
}

#elegidos .updateCart {
    color: #000;
    text-decoration: underline;
    margin: 5px 0px 0px 0px;
    display: block;
    width: 90px;
}

#elegidos .menusProd,
#elegidos .plusProd {
    background: #000;
    width: 25px;
    color: #fff;
}

#elegidos .contProdCart {
    text-align: center;
    width: 32px;
    margin: 0px 0px 0px -4px;
    padding: 0px 3px 0px 0px;
    border: 1px solid #d4cbcb;
}

#elegidos .nameProdCart {
    margin: 0px 0px 0px 0px;
    width: 100%;
}

#elegidos .contRemove strong {
    cursor: pointer;
}

#cartFinalDetails {
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 0px 0px 20px 0px;
}

#messege {
    display: none;
    bottom: 20px;
    z-index: 999;
    border-radius: 4px;
    position: fixed;
    width: 380px;
    left: 50%;
    margin: 0px 0px 0px -190px;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 14px 0px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

#messege i.success {
    color: #25d366;
    font-size: 25px;
    margin: 0px 0px 0px 10px;
}

#contProdInternal {
    width: 380px;
    margin: 0px 0px 20px 0px;
}

#prodInternal .image {
    width: 90%;
    margin: 0px auto;
}

#prodInternal .image img {
    width: 100%;
}

#prodInternal .precio {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    margin: 20px auto 0px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #000;
}

#contProdInternal #contAddCart {
    margin: 10px auto;
}

#contProdInternal #contAddCart button {
    padding: 12px 0px;
}

.esp {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.esp iframe {
    width: 100%;
    margin: 20px auto;
}

.esp img {
    margin: 0px auto;
    display: block;
}

.esp > div {
    width: 100% !important;
}

.smalltam {
    font-size: 12px;
    display: inline-block;
    font-style: italic;
    width: 35%;

    text-align: left;
    height: 28px;
    vertical-align: top;
    line-height: 28px;
}

#cerrar {
    cursor: pointer;
    text-align: right;
}

body#productInternal #prodInternal .cantContent {
    background: #ededed;
}

#prodInternal .cantContent {
    font-size: 14px;
    padding: 2px 10px;
    background: #f9f9f9;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
    font-weight: 300;
}
.stockportalla {
    text-align: center;
    font-size: 12px;
    color: #f46fff;
}
#totalValueBtn {
    display: inline-block;
}

#mediosPago {
    width: 300px;
    margin: 10px auto 40px;
}
#mediosPago img {
    width: 100%;
}
#mediosPago small {
    text-align: center;
    display: block;
    color: #34b707;
    font-weight: bold;
}
#kayak-platform{
    width: 100%;
    margin: 0px auto 20px;
}
#kayak-platform img{
    width: 130px;
    display: block;
    margin: 0px auto;
}
#contenido .content {
    margin: 20px auto;
}
#contenido .content p {
    font-family: "Roboto", sans-serif;
    color: #666666;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    font-weight: 300;
}
#contenido #imagen {
    height: 370px;
    overflow: hidden;
    margin: 0px 10px 0px 0px;
}
#contenido #imagen img {
    width: 100%;
}
.btn-negro {
    background: #000;
    border-color: #c1c1c1;
    font-weight: bold;
    color: #fff !important;
    border: none !important;
}
.btn-negro:hover {
    background: #000;
    border-color: #c1c1c1;
}
div#nombreProd {
    margin: 40px 0px 0px;
}
.btn-verdew {
    background: #25d366;
    border-color: #c1c1c1;
    font-weight: bold;
    color: #fff !important;
    border: none !important;
    line-height: 23px;
}
.btn-verdew:hover {
    background: #25d366;
    border-color: #c1c1c1;
}
.btn-verdew i {
    font-size: 20px;
    padding: 0px 10px 0px 0px;
}

.btn-xs {
    margin: 0px 5px 0px 0px !important;
}

#prodInternal .item-cart {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

#prodInternal .item-cart b {
    margin: 5px 0px 0px 0px;
    display: inline-block;
    font-weight: normal;
}

#prodInternal .details {
    text-align: center;
}

#galerias {
    width: 93%;
    margin: 0px auto;
}

#galerias ul {
    margin: 0px !important;
    padding: 0px !important;
    text-align: center;
}

#galerias ul li {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    margin: 5px 5px;
    height: 80px;
    overflow: hidden;
}

#galerias ul li img {
    width: 100%;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 50px auto 0px;
}

#categoriaDestacada {
    margin: 40px auto;
    display: block;
}
#categoriaDestacada .image {
}
#categoriaDestacada .image img {
    width: 100%;
    margin: 0px auto;
}
#categoriaDestacada .titulo {
    padding: 40px 0px 0px 0px;
    margin: 40px auto 20px;
    font-family: "Cormorant", serif;
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

#categoriaDestacada .contenido {
    font-size: 14px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 300;
}

#categoriaDestacada .contenido p {
    /*font-family: 'Wire One', sans-serif;*/
}

#categoriaDestacada .bg-contenido {
    background: #f9f8f7;
    min-height: 410px;
}

#categoriaDestacada a.readmore {
    border: 1px solid #000;
    background: #fff;
    margin: 20px auto;
    display: block;
    width: 90px;
    text-align: center;
    line-height: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #000;
}
#categoriaDestacada a.readmore:hover {
    background: #000;
    color: #fff;
}

.redesfooter {
    text-align: center;
    margin-top: 30px;
}
.redesfooter .infoenvi {
    display: none;
}
.redesfooter ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.redesfooter ul li {
    display: inline-block;
}
.redesfooter ul li a {
    display: block;
    font-size: 29px;
    color: #000;
    margin: 0px 7px;
}
.mediospago {
    margin: auto;
    padding: 28px 0px 50px 0px;
}
.mediospago h1 {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 22px;
    margin: 25px 0px 8px;
    font-weight: 600;
}
.mediospago img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 600px;
}
footer {
    min-height: 120px;
    padding: 30px 0px 100px;
}
.halltec {
    text-align: center;
}
footer .p1 {
    color: #fff !important;
}

footer #info {
    text-align: center;
    width: 300px;
    color: #000;
    font-family: "Signika", sans-serif;
    margin: 0px auto;
    display: block;
}
footer #info a {
    color: #fff;
}

footer #info img {
    width: 280px;
}

/* --- info novios --- */

#infoNovios #mainImage {
    height: 450px;
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
    display: block;
}

#infoNovios #mainImage img {
    width: 100%;
}

#infoNovios #title {
    position: absolute;
    margin: -90px 0px 0px 0px;
}
#infoNovios #title h1 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#products {
    margin: 20px auto;
}
#products h1 {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-size: 26px;
    margin: 20px 0px;
    line-height: 28px;
    font-weight: 500;
}
#catpadres .item img {
    width: 100%;
}
.row.donaciones {
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    font-style: italic;
}
.row.donaciones h1 {
    text-align: center !important;
    font-style: normal;
    font-weight: 500;
}
/* estilos para paginador*/

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #000 !important;
    border-color: #000 !important;
}
.pagination > li > a,
.pagination > li > span {
    color: #000 !important;
}
ul.pagination li.active a {
    color: #fff !important;
}
.item-cart .btn {
    border: none;
    color: #fff;
    background: #000000;
}
/* .item-cart .btn:hover{background: #c1c1c1!important;} */

/* estilos para blog */

.blog .item .title {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    padding: 5px 0px;
    text-align: left;
    text-transform: uppercase;
    color: #6f6f6f;
    letter-spacing: 0.5px;
    margin-top: 7px !important;
    font-weight: 300;
}
.blog .item .image {
    overflow: hidden;
    border-radius: 6px;
}

.blog .item .image img {
    width: 100%;
    display: block;
    margin: 0px auto;
    transition: 0.5s;
}

.blog .item .image:hover img {
    transform: scale(1.1);
    transition: 0.5s;
    opacity: 1;
}

.blog .item p {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 24px;
}

.ajax-loader-bg {
    top: 0px;
    position: fixed;
    width: 100%;
    height: 1000px;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}

.ajax-loader-container {
    width: 45px;
    height: 45px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
}

#whatsapp {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);
    transition: background-color 0.2s linear;
}

#whatsapp a {
    color: #fff;
    font-size: 40px;
    margin: 2px 0px 0px 13px;
    display: block;
    height: 60px;
}
.compwhatsapp {
    background-color: #25d366;
    padding: 4px 9px;
    border-radius: 5px;
    color: #ffff;
}
#mapaContacto iframe {
    border: none;
}

#sale-container {
    width: 400px;
    margin: 0px auto;
    border: 1px solid #ededed;
    padding: 10px 15px;
    margin: 20px auto;
    border-radius: 4px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

#gracias-btn {
    text-align: center;
    margin: 20px auto 10px;
}

#domicilios .image {
    width: 550px;
    margin: 20px auto;
}

#domicilios .image img {
    width: 100%;
}

#categoriasDestacadas {
    margin: 20px auto;
    background: url(../img/ajax-loader.gif) 50% 50% no-repeat;
    background-size: 28px;
}
#categoriasDestacadas h1 {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 31px;
    font-family: "Lato", sans-serif;
}
#categoriasDestacadas .vermascat {
    text-align: center;
    display: block;
    color: #000;
    padding: 5px 0px;
}
#categoriasDestacadas img {
    width: 100%;
    border-radius: 4px;
}

#categoriasDestacadas .slick-list {
}

#buscar {
    margin: 25px 0px 0px 0px;
}

#buscar button {
    border-radius: 0px 4px 4px 0px !important;
    border: 1px solid #ccc !important;
    background-color: #4c4c4c;
    color: #fff;
}

#gratis {
    width: 260px;
    text-align: center;
    background: #e00404;
    margin: 5px auto 0px;
    padding: 3px 0px 3px;
    color: #fff;
}

/* form group bootstrap*/

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-active {
    opacity: 0.5;
}

@media screen and (min-width: 300px) {
    #elegidos .contRemove {
        margin: -35px 0px 0px 0px;
    }

    #elegidos .updateCart {
    }
}

@media screen and (max-width: 1000px) {
    #redes {
        float: none;
        margin: 5px auto;
        text-align: center;
    }
    #logo {
        margin: 0px auto;
    }
    header {
        padding: 5px 0px 5px;
    }
}

@media screen and (max-width: 990px) {
    #logo {
        margin-top: 4px;
    }
    #catMenu {
        margin: 4px 0px 0px 0px;
    }
    #buscar {
        margin: 10px auto 0px;
    }
    header {
        padding: 5px 0px 21px;
    }

    #prodCart .item{
        width: 48%;
    }
}
@media screen and (max-width: 730px) {
    #intro {
        width: 90%;
    }

    #controlesCant {
        float: none;
        width: 100%;
    }

    .item-cart b {
        display: none;
    }

    .contcart {
        bottom: 20px;
        border-radius: 4px;
        position: fixed;
        padding: 0px;
        margin: auto;
        width: 95%;
        margin: 0px 0px 0px 15px;
        padding-right: 16px;
        background: #4c4c4c;
    }
    #whatsapp {
        bottom: 65px;
        right: 20px;
        height: 54px;
        width: 54px;
    }
    #whatsapp a {
        font-size: 36px;
    }
}
@media screen and (max-width: 626px) {
    .redestop li {
        display: none !important;
    }
    .redestop li.infoenvi {
        display: block !important;
    }
    .redestop p {
        font-size: 12px;
    }
}
@media screen and (max-width: 550px) {
    #Cmenu {
        display: block;
    }
    #catMenu {
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        padding: 10px 0px;
        margin: 30px auto;
        text-align: left;
    }
    #catMenu ul li {
        display: block;
    }
    #catMenu ul:hover li {
        background: none !important;
    }
    #catMenu ul li ul {
        position: initial;
        display: block;
        margin: 0px 0px 0px 30px;
        background: #fff;
    }

    #prodInternal .item-cart {
        width: 100%;
    }
    body#productInternal #prodInternal .item-cart {
        width: 100%;
    }
    #prodInternal .precio {
        margin: 20px auto 0px;
    }
    .esp iframe {
        height: 280px;
    }
    #domicilios .image {
        width: 100%;
    }

    #contProdInternal {
        width: 100%;
    }

    #contProdInternal #controlesCant {
        width: 75%;
        display: inline-block;
        margin: 0px 0px 0px 10px;
    }

    .tituloSlide,
    .tituloSlide a {
        font-size: 20px;
    }
    .tituloSlide {
        top: -150px;
    }

    #contenido #imagen {
        float: none;
        margin: 10px auto;
    }

    /*#banner img{margin: 0px -520px;}*/
    #products .col-md-12 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    #prodCart .title {
        text-align: center;
        font-size: 14px;
    }
    #prodCart .item {
        padding-bottom: 0px;
        border-bottom: 1px solid #ededed;
        margin-bottom: 20px;
    }
    #prodCart .precio {
        font-size: 16px;
        font-weight: bold;
        display: block;
        text-align: center;
    }
    .item .item-cart {
        display: block;
        text-align: center;
        float: none;
        margin: 5px auto;
    }
    #catMenu {
        display: none;
    }
    #elegidos {
        width: 100%;
        margin: 0px -100% 0px 0px;
    }

    #prodInternal h2 {
        text-align: center;
    }
    #contenido #imagen {
        height: 220px;
    }
    #contenido #imagen img {
        width: 550px;
        margin: 0px 0px 0px -150px;
    }

    #infoNovios #mainImage img {
        width: 1500px;
        margin: 0px 0px 0px -390px;
    }
    #categoriaDestacada .bg-contenido {
        min-height: 300px;
    }

    #sale-container {
        width: 100%;
    }

    #controlDetails {
        font-size: 18px;
    }

    #whatsapp {
        bottom: 70px;
    }

    .details .comprar {
        margin: 15px auto 5px;
    }

    #categoriasDestacadas {
        margin: 10px auto;
    }

    #buscar {
        margin: 20px auto 0px;
    }

    #gratis {
        width: 100%;
        margin: 15px auto;
    }
    #intro {
        margin: 0px auto;
        padding: 0px;
    }

    #prodInternal .details {
        padding: 10px 0px;
    }
    #kayak-platform img {
        width: 100px;
    }
}

@media screen and (max-width: 400px) {
    #contProdInternal #controlesCant {
        width: 70%;
        display: inline-block;
        margin: 0px 0px 0px 10px;
    }

    #messege {
        width: 320px;
        margin: 0px 0px 0px -160px;
    }
}

/* Button's Pay Styles */
.section-pay {
    text-align: center;
}

.section-pay p {
    margin: 0;
}

.text {
    margin-bottom: 2rem;
}

.text__value {
    margin-top: 1rem;
    font-size: 3rem;
    font-weight: bold;
}

.buttons__content {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
}

.buttons__content button {
    display: block;
    max-width: 160px;
    width: 100%;
    height: 80px;
    transition: 0.3s all ease-in-out;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position-y: center;
	border-radius: 16px;
}

.buttons__content button:hover {

}

.buttons__content .buttons__payu:hover {
	box-shadow: 0px 0px 15px -3px rgb(44, 167, 50);
}

.buttons__content .buttons__addi:hover {
	box-shadow: 0px 0px 15px -3px rgb(44, 93, 167);
}

.buttons__content .buttons__sistecredito:hover {
	box-shadow: 0px 0px 15px -3px rgb(44, 93, 167);
}

.buttons__content span {
    margin: 0 2rem;
}

.buttons__addi {
    background: url(../img/addi_logo.png);
	border: 2px solid rgba(28,110,164,0.93) !important;

}

.buttons__addi:hover {
    background: url(../img/addi_logo.png);
}

.buttons__payu {
    background: url(../img/payu_logo.png);
	border: 2px solid rgba(28, 164, 28, 0.93) !important;
}

.buttons__payu:hover {
    background: url(../img/payu_logo.png);
}

.buttons__sistecredito {
    background: url(../img/sistecredito_logo.png);
    border: 2px solid rgba(28,110,164,0.93) !important;
}

.buttons__sistecredito:hover {
    background: url(../img/sistecredito_logo.png);
}
.buttons__content a{
    max-width: 130px;
    border-radius: 16px;
}
.buttons__content img{
    width: 100%;
}

#busquedaCedula{
    width: 800px;
    margin: 0px auto;
}

#busquedaCedula table{
font-size: 14px;
}

#cat-flotantes{
    position: fixed;
    margin: 0px 0px 0px 10px;
    bottom: 70px;
    z-index: 99999;
}


#cat-flotantes ul{
    margin: 0px;
    padding: 0px;
}

#cat-flotantes ul li{
    background-color: #000;
    
    border-radius: 4px;
    margin: 5px 0px;
    list-style: none;
}


#cat-flotantes ul li:hover{
    background-color: #4c4c4c;
}


#cat-flotantes ul li a{
    font-family: "Lato", sans-serif;
    color: #fba9fe;
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
}

.all-products{
    padding: 5px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.swal2-modal{
    font-size: 2rem;
}