@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.material-icons.blanco { color:#fff; }

/*+++++++++++++++++++++++++*/

body{
	background: rgb(242, 243, 247)
}


.sx-top-redes{
    background: #f2f3f7;
}
.sx-top-menu{
    background: #fff;
   
    padding-bottom: 15px;
    
}
.ico-wh{
    width: 40px;
    height: auto;
}
.sx-pagos{
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-bottom: 0;
    padding-left: 0;
    justify-content: center;
    padding-top: 5px;
}
.sx-pagos li{
    padding: 0;
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 14px;
    display: flex;
}


.sx-redes{
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    justify-content: flex-end;
}
.sx-redes li{
    padding: 0;
    height: 40px;
    width: 30px;
   
    
}
.sx-redes li a{
     display: flex;
    height: 100%;
    width: 100%;
}

.sx-redes li a img{
    width: auto;
    max-height: 20px;
    margin: auto;
}


.sx-buscador{
border: 2px solid #c2c2c2;
    display: flex;
    flex-direction: row;
    width: 40%;
    border-radius: 5px;
    height: 35px;
    background: #fff;
    align-items: center;
}
.sx-buscador select{
    border: none;
    border-right: 1px solid #c2c2c2;
    line-height: 25px;
    height: 25px;
    padding-right: 15px;
    	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    font-size: 14px;
    width: 35%;
    background: none;
    background-image: url(../img/flechita.png);
    background-position: 96% 54%;
    background-repeat: no-repeat;
	-moz-osx-font-smoothing: auto;
    
}
.sx-buscador input{
	font-weight: 600;
    padding-left: 10px;
    padding-right: 15px;
    line-height: 25px;
    height: 25px;
    font-size: 14px;
    border: none;
    width: 65%;
    background: none;
    background-image: url(../img/loupe.png);
    background-position: 96% 54%;
    background-repeat: no-repeat;
    background-size: 18px;
}
.xp-tarjeta{
    border-radius: 0;
}
.sx-menu-hr{
    display: block;
    width: auto;

    
}

.sx-scroll{
    white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
    box-sizing: border-box;
margin-left: auto;
margin-right: auto;
max-width: 1920px;
width: 100%;
  
    
}
.sx-menu-hr div{
    display: inline-block;

    border-right: 1px solid #b7b7b7;
    padding-left: 15px;
    padding-right: 15px;
}

.sx-menu-hr div a{
    color: #3a4046;
} 


.sx-menu-hr div a:hover{
   color:#3f0379;
}
.sx-menu-top{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    
}

.sx-menu-categorias{
    position: relative;
    color: #fff;
    display: flex;
    
}
.sx-menu-categorias a{
    display: flex;
    height: 35px;
    background: #3f0379;
    color: #fff;
    line-height: 35px;
    padding: 0 15px;
    border-bottom: 1px solid #fff;
}
.sx-menu-categorias a i{
    color: #fff;
    line-height: 35px;
    
}
.sx-menu-categorias a ul{
      border-left: 1px solid #fff;
}
.sx-ingresa{
    display: flex;
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    
}
.sx-ingresa div{
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 16px;
    
}
.sx-ingresa i{
    font-size: 24px;
    line-height:35px;
    padding-right: 5px;
}
.sx-carrito{
    display: flex;
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    position: relative;
    
}
.sx-ingresa div a{
    color: #000 !important;
    
}
.sx-carrito div a{
    color: #000 !important;
}



.sx-carrito>div{
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 16px;
   
}
.sx-carrito i{
    font-size: 24px;
    line-height:35px;
    padding-right: 5px;
}
.sx-logo{
    max-width: 150px;
    height: 50px;
    padding-left: 10px;
}

.sx-logo img{
    max-width: 100%;
    max-height: 100%;
}

.sx-menu-oculto{
    position: absolute;
    width: auto;
    display: none;
    top: 36px;
    z-index: 3;
	
}
.sx-menu-oculto ul{
    padding-left: 0;
    list-style: none;
	 white-space: nowrap;
	width: auto;
}
.sx-menu-oculto ul .submenu {
    position: absolute;
    right: -100%;
    z-index: 2;
    width: 100%;
    top: 0;
    display: none;
}
.sx-vis{
    display: block !important;
    
}

.sx-pagos span img{
    max-height: 30px;
    width: auto;
}
.sx-pagos span {
    margin-right: 5px;
}


.sx-top-menu{

}

.sx-btn-c{
    width: 100%;
    padding: 20px;
    
}
.sx-btn-c a{
/*
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #919191;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    margin: auto;
    transition: all .5s;
    color: #919191;
    text-transform: uppercase;
*/
    
}

.xp-tarjeta{
    height: 456px;
}
/*
.sx-btn-c a:hover{
    background: #ff4264;
    color: #fff;
}
*/

.xp-tarjeta:hover .sx-btn-c a{
/*
     background: #3f0379;
    color: #fff !important;
    border-radius: 17.5px;
    border: 1px solid #3f0379;
*/
}
.xp-tar-precio span{
    color: #3f0379;
}
.sx-form{
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}
.sx-form input{
    width: 80%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #9d9d9d;
}
.sx-form button{
    background: #3f0379;
    border: none;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}


.sx-pie{
    background: #f2f3f7;
    border-top: 20px solid #202020;
    padding-top: 15px;
    
}

.sx-form-cont input{
    width: 100%;
    margin-bottom: 15px;
    height: 35px;
    line-height: 35px;
    background: none;
    border: none;
    border-bottom: 1px solid #9f9f9f;
}

.sx-form-cont textarea{
    
    border: 1px solid #c2c2c2;
    background: #fff;
    width: 100%;
    color: #000;
    
}
.sx-form-cont button{
    background: #3f0379;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border: none;
    margin-bottom: 30px;
}

.sx-pie h5{
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.links-pie a{
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    color: #3f0379 !important;
}

.text-rojo{
    color: #3f0379;
}
.links-pie a i{
    font-size: 12px;
}



.navbar-fixed-top{
    box-shadow: 1px -4px 12px 0 #000;
    background: rgba(255, 255, 255, 0.9);
}
.submenu{
    border-left: 1px solid #fff;
}
.sx-btn-menu{
    width: 45px;
    height: 45px;
    background: none;
    display: none;
}

.sx-menu-movil{
    transition: all .5s;
background: #fff;
padding: 15px;
position: fixed;
top: 0;
left: -80%;
width: 80%;
height: 100%;
z-index: 1100;
    box-shadow: 10px 0px 10px -13px #000;
}
.sx-menu-movil ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.sx-menu-movil ul li{
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px solid #bcbcbc;
    
    
}

.sx-cbtn{
   width: 35px;
    height: 35px;
    border-radius: 5px;
    background: #ff4264;
    display: flex;

}
.sx-cbtn i{
    margin: auto;
    color: #fff;
}
.sx-cont-cbtn{
    display: flex;
    justify-content:space-between;
}

.sx-moculto{
    left: 0%;
}
.sx-vis1{
    display: none;
}
.tx-rosa{
    color: #3f0379 !important;
}

.h2t{
    color:#3f0379;
}


.sx-inp-num{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
	
}
.sx-inp-num .form-group{
    margin-bottom: 0;
}

.sx-cant{
    background:#3f0379;
    width: 18px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -4px;
    left: 20px;
    font-size: 10px;
	-moz-osx-font-smoothing: auto;
}
.sx-pie2{
    padding-bottom: 30px;
}


.sx-list-resultados{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;

}

.sx-list-resultados .xp-tarjeta{
    width: 18%;
    margin: 1%;
    margin-bottom: 15px;
}

.sx-ti h3{
    margin: 0;
}

.sx-resultado{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sx-ico-my{
    width: 35px;
    height: 35px;
    border-radius: 3px;
    display: flex;
    background: #3f0379;
    color: #fff;
    
}
.sx-ico-my i{
    margin: auto;
    color: #fff;
}
.sx-select-01{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.sx-select-01 select{
    height: 35px;
    line-height: 35px;
    border:  1px solid #c2c2c2;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 20px;
    margin-left: 15px;
    margin-right: 15px;
    	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    font-size: 12px;
    background: #e8e8e8;
    background-image: url(../img/flechita.png);
    background-position: 96% 54%;
    background-repeat: no-repeat;
    
}

.container-w90{
	width: calc(100% - 60px);
margin: auto;
}


.xp-btn-mas {
    border: none;
    background: none;
    color: #3f0379;
    float: right;
}
.xp-btn-mas:hover {
    color: #3f0379;
	text-decoration: underline !important;
}









/*-------------------*/


.menu-xs-2021{
	display:none;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.btmenu-2021{
	width: 45px !important;
	height: 45px;
	display: flex;
}
.btmenu-2021 i{
	margin: auto;
	color: #000;
}



.buscador-2021{
	padding: 15px;
	background: #f2f3f7;
	width: 100%;
	display: none;
}
.buscador-2021 .sx-buscador{
	width: 100%;
	margin: 0;
}

.carousel-control{
	width: 5%;
}
.carousel-control.right{
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
}
.carousel-control.left{
	background-image: linear-gradient(to right, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%)
}

.im-ban01{
	margin-bottom: 15px;
}

.video-youtube-2021{
	width: 100%;
	height: 204px;
	margin-bottom: 15px;
}
.video-youtube-2021 iframe{
	width: 100%;
	height: 100%;
}

.h6t{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}


/*
.sld-15{
	padding-left: 15px;
	padding-right: 15px;
}
*/


/**/
.confetti-button {
  font-family: 'Helvetica', 'Arial', sans-serif;
  display: inline-block;
  font-size: 1em;
  padding: 15px;
  text-align: center;
	width: 100%;
  -webkit-appearance: none;
  appearance: none;
 background: #fff;
 border: 1px solid #939393;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
 transition: all .5s;
  
}
.confetti-button:hover{
	 background-color: #3f0379;
  color: #fff;
	border: none;
	    border-radius: 22.5px;
	box-shadow: 0 2px 25px rgba(255, 0, 130, 0.5);
}
.confetti-button:focus { outline: 0; 
 transition: transform ease-in 0.1s,
}

.confetti-button:before, .confetti-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.confetti-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #3f0379 20%, transparent 20%), radial-gradient(circle, transparent 20%, #3f0379 20%, transparent 30%), radial-gradient(circle, #3f0379 20%, transparent 20%), radial-gradient(circle, #3f0379 20%, transparent 20%), radial-gradient(circle, transparent 10%, #3f0379 15%, transparent 20%), radial-gradient(circle, #3f0379 20%, transparent 20%), radial-gradient(circle, #3f0379 20%, transparent 20%), radial-gradient(circle, #3f0379 20%, transparent 20%), radial-gradient(circle, #3f0379 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.confetti-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #3f0379 20%, transparent 20%), radial-gradient(circle, #3f0379 20%, transparent 20%), radial-gradient(circle, transparent 10%, #3f0379 15%, transparent 20%), radial-gradient(circle, #3f0379 20%, transparent 20%), radial-gradient(circle, #3f0379 20%, transparent 20%), radial-gradient(circle, #3f0379 20%, transparent 20%), radial-gradient(circle, #3f0379 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.confetti-button{
  transform: scale(1);
  
}

.confetti-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}

.confetti-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}
 @keyframes
topBubbles {  0% {
 background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
}
 50% {
 background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
}
 100% {
 background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
 background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
}
}
@keyframes
bottomBubbles {  0% {
 background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
}
 50% {
 background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
}
 100% {
 background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
 background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
}
}




/**/

.heart {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 23px;
top: 16px;
  transform: translate(-50%, -50%);
  background: url(../img/heart-ani.png) no-repeat;
  background-position: 0 0;
  cursor: pointer;
  animation: fave-heart 1s steps(28);
	display: none;
}
.heart1{
	display: block !important;
  background-position: -2800px 0;
  transition: background 1s steps(28);
}
@keyframes fave-heart {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2800px 0;
  }
}


.modal-chica{
	background: none;
	background-image: url(../img/fondo-dibujo.png);
	background-size: contain;
	background-repeat: no-repeat;
background-position: center;
box-shadow: none;
border: none;
}


.modal-chica .modal-header{
	border:none;
}

.modal-chica .modal-footer{
	border:none;
}

.bg-seguir-c{
	background:#3f0379 ;
	border: 1px solid #3f0379;
	color: #fff;
	margin-bottom: 10px;
}
.bg-seguir-c1{
	background: ;
	border: 1px solid #3f0379;
	color: #3f0379;
	margin-bottom: 10px;
}


.ani-chica{
	animation:anichica .5s both;
}

@keyframes anichica{
	0%{
		transform: scale(0)
	}
	100%{
		transform: scale(1);
	}
}

.dsp-flex{
	display: flex;
	height: 100%;
	width: 100%;
}

.dsp-flex .modal-dialog{
	margin: auto;
	
}

.xp-tarjeta figcaption h2{
	margin-top: 10px;
	margin-bottom: 10px;
}
.boton-fijo{
	position: absolute;
top: 15px;
right: 76px;
	background-image: url(../img/corazon-btn.png);
	background-size: contain;
	background-repeat: no-repeat;
color: #fff;
padding: 15px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
	width: 100px;
	height: 100px;
	text-align: center;
	animation: wow 1s infinite;
	line-height: 16px;
padding-top: 27px;
}

@keyframes wow{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.05);
	}
	100%{
		transform: scale(1);
	}
}


/*----------------*/


/*set a border on the images to prevent shifting*/
/*
#gallery_01 img{border:2px solid white;}
Change the colour
.active img{border:2px solid #3f0379 !important;}

.clearfix {
    display: block;
    width: 100%;
    float: left;
}
.zoom-left {
	position: relative;
    width: 100%;
}
#zoom_03{
	 width: 100% !important;
	height: 100% !important;
}
*/
/*
.zoom-left {
    width: 100%;
}
.zoomWrapper{
	width: 100% !important;
}

.zoomWrapper>img{
	position: relative !important;
width: 100% !important;
height: 100% !important;
object-fit: contain;
}
*/
/*
#gallery_01{
	margin-top: 5px;
}
*/
.form-control sx-inpnum{
	z-index: 0;
}
.div-orden{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.div-orden>span{
	padding: 15px;
	text-align: center;
	background:#d4d7df;
	margin-right: 10px;
	margin-bottom: 10px;
}
.div-orden>span>p{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0;
}
.div-orden>span>strong{
	font-weight: bold;
	font-size: 16px;
	color: #009fff;
}

.precio-detalle{
	font-size: 44px;
	color:#3f0379 ;
}
.vista-001{
	width: 100%;
	height: 450px;
}
.vista-001 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.btn-add-fav{
	width: calc(100% - 37px);
padding: 10px;
border: 1px solid #bababa;
text-align: center;
margin: 0 20px;
display: block;
}
.detalle-pro strong{
	margin-top: 20px;
	font-size: 18px;
	display: block;
}
.detalle-pro p{
	font-size: 14px;
	line-height: 22px;
	
}
.tx-detalle{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
}









@media (max-width: 1366px){

}


@media (max-width: 1200px){
	
}
@media  (max-width: 991px){
	

.sx-list-resultados .xp-tarjeta{
    width: 31%;
    margin: 1%;
    margin-bottom: 15px;
}

	
}
@media  (max-width: 768px){
    .sx-menu-top{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .sx-menu-categorias{
        display: none;
    }
/*
    .sx-buscador{
        width: 75%;
        margin-left: 5%;
        margin-right: 5%;
        
    }
    
*/
    .sx-ingresa{
        width: 30%;
    }
    .sx-logo{
        width:calc(100% - 180px);
		padding: 0;
		height: 45px;
		max-width: 100%;
		display: flex;
    }
	.sx-logo img{
		margin: auto;
	}
    .sx-carrito{
        width: 30%;
    }
    .sx-tc{
        text-align: center;
    }
    .sx-btn-menu{
        display: flex;
        
    }
    .sx-btn-menu i{
      margin: auto;
        color: #000;
    }
    
    .sx-vis1{
    display: flex;;
}
    .sx-list-resultados{
    display: flex;
    flex-direction:column;
    
}

.sx-list-resultados .xp-tarjeta{
    width: 100%;
    margin-bottom: 15px;
}
    
	
	.menu-xs-2021{
		display:flex;
		padding-left: 15px;
		padding-right: 15px;
	}
	.sx-cant{
		top: 4px;
left: 22px;
	}
	
	.sx-scroll{
		display: none;
	}
	.sx-top-menu{
		padding-bottom: 0;
		
	}
	.sx-menu-top{
		padding-top: 10px;
		padding-bottom: 10px;
		z-index: 16;
	}
	.navbar-fixed-top{
		background: #fff;
	}
	.sx-buscador select{
		width: 40%;
	}
	.sx-buscador input{
		width: 60%;
	}
	.carousel-inner .item{
/*	height: 180px;*/
}
.carousel-inner .item img{
/*	height: 180px;*/
	width: auto;
	object-fit: cover;
	object-position: center;
	margin: auto;
}
	.sx-carrito > div{
		display: none;
	}
	.bg-seguir-c{
		width: 100%;
	}
	.bg-seguir-c1{
		width: 100%;
	}
	.sx-list-resultados .xp-tarjeta {
		width: 48%;
	}
	.sx-list-resultados{
		flex-direction: row;
flex-wrap: wrap;
	}
	.boton-fijo{
		width: 80px;
	height: 80px;
		font-size: 11px;
		line-height: 14px;
		padding: 10px;
		padding-top: 21px;
	}
}
@media  (max-width: 460px){
	
}


