





/*CABECERA*/









/* COLECCION - BUSCADOR - MARCA */


/*PIE DE PAGINA*/


/* reset */
a[href], a:hover{
    color:inherit;
    text-decoration:none;
}

/* boton ver producto en coleccion */

.quick-view {
    position: absolute;
    top: 44%;
    right: 44%;
}

.quick-view a {
    font-family: 'Ruda', sans-serif;
    background-color: #A5E126;
    padding: 5px;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    color: #1F1818;
    text-transform: uppercase;
    display: none;
}

.grid-stn:hover .quick-view a {
    display: block;
}


body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Ruda', sans-serif;

}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

.h1, .h2 , .h3, .h3, .h4{
    font-family: 'Ruda', sans-serif;
    font-weight: bold;
}

.button:focus{
    outline: none;
}

.bs-rounded {
    border-radius: 100px !important;
}

.bs-rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
}

.bs-rounded-right {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #000000 !important;
}
/****************
    botones
*******************/
.btn{
    border-radius:0 !important;
}
.bg-primary, .btn-primary, .badge-primary {
    background-color: #000000 !important;
    border-color: #000000 !important;
    border-radius:0;
    
}

.bg-secondary, .btn-secondary, .badge-secondary {
    background-color: #826d98 !important;
    border-color: #826d98 !important;
    border-radius:0;

}

.bg-primary, .btn-primary, .bg-secondary, .btn-secondary {
    color: #fff !important;
    border-radius: 0 !important;
}

.btn-primary:hover {
    background-color: #826d98 !important;
    border-color: #826d98 !important;

}

.btn-secondary:hover {
    background-color: #fffff !important;
    border-color: #fffff !important;
}

.text-primary {
    color: #fffff !important;
}




/* HEADER */

.bs-header {
    z-index: 9000;
}
.bs-header .navbar-brand{
    margin:0;
    padding:0;
    transition: .3s;
}

.bs-nav {
    background:white;
}

.nav-item.active .nav-link{
    background:#826d98;
}

.bs-header .dropdown-menu{
    border-radius:0;
    margin-top:0;
}

.bs-nav img {
    max-height: 42px;
}

.bs-nav-menu .active > a {
    /* enlace del menu pricipal activo */
    font-weight: 700;
    color: #444 !important;

}

.btn.d-flex:not(.bs-filter-btn) {
    width: 40px;
    height: 40px;
    border-radius:0!important;

}

#bs-header-cart:after {
    display: none;
}

#bs-header-cart-dropdown {
    min-width: 250px;
    max-width: 400px;
}

.bs-nav-menu a.dropdown-item:not(.active):hover {
    color: #000000 !important;
}

.navbar li.active a, .navbar li a.active, .navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: #fff !important;
    font-weight: 700 !important;
    background-color: rgba(0,0,0,.15);
}
/********************
    hover header
********************/
.bs-header .nav-item .nav-link:hover{
    background:#ded6e2;
}
.bs-header .nav-item.active .nav-link:hover{
    background:#826d98;
}
.bs-header  .dropdown-item:hover,
.bs-header .show .nav-link.dropdown-toggle{
    background:#ded6e2;   
}


@media (min-width: 768px) {
    header img {
        height: 70px;
    }
}

@media (max-width: 767.9px) {
    header img {
        max-height: 35px !important;
    }
    header .flex-nowrap {
        width: 100%;
    }
}


/* Header menu*/


/*.bs-nav, .dropdown-menu {
    background-color:#50B5E4;

}*/

/* MAIN */

main {
    flex: 1 0 auto;
}


.text-info {
    color: #826d98 !important ;
}


/* home */

.bs-home-social a {
    font-size: 1.5em;
}


.bs-info {
    padding:30px;
    width:100%;
    color: #fff;
    background-color: #826d98;
}

/* Slider Home */
/*
.owl-nav {
  position: absolute;
  top:40%;
  left: 0;
  width: 100%;
  font-size: 55px;
  font-weight:700;
  color: #636363;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  text-align: center;

}*/
.owl-nav{
    font-size: 55px;
}
.owl-dots{
    position:absolute;
    left:0;
    right:0;
}
.owl-next, .owl-prev{
    top:50%;
    transform: translateY(-50%);
    position: absolute;
}
.owl-next:hover, .owl-prev:hover{
    background:transparent;
    color:white;
}
.owl-prev{
    left:0px;
}
.owl-next{
    right:0px;
}
/*.owl-theme .owl-nav [class*=owl-]:hover {
     background:none!important;
     color:#869791!important;
     text-decoration:none
}*/

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}

/* collection */

.bs-collection img {
    width: 100%;
}

.bs-title-home {

    background-color: #50B5E4;
    width: 10%;
    height: 6px;

}

.bs-discount {
    
    top: 5px;
    left: -3px;
    z-index: 5000;
    width: 3.0em;
    height: 3.0em;q
    padding-bottom: .15em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: white;
    border-radius: 10em;

}

.card {
    font-family: 'Ruda', sans-serif;
    border-radius: 0;
    border:none;
}

.bs-pagination ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bs-pagination li {
    margin: .7em .2em 0;
    font-size: 1.2em;
}

.bs-pagination li a {
    width: 1.5em;
    height: 1.5em;
    padding-bottom: .15em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #aaa;
    color: white;
    border-radius: 0;
}

.bs-pagination li a:hover {
    transform: scale(1.1);
    text-decoration: none;
}

.bs-pagination li i {
    padding-top: .18em;
}

.bs-pagination .actual {
    width: 1.5em;
    height: 1.5em;
    padding-bottom: .15em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: white;
    border-radius: 0;
}


 /* collection images */

.img-square{
    width:100%;
    position:relative;
    overflow:hidden;
}
.img-square:after{
    content:"";
    display:block;
    padding-bottom:100%;
}
 .img-square picture{
    position:absolute;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow: hidden;
}
.img-square  picture img{
    width:100%;
    height:100%;
    object-fit: contain;
    transition:all .5s ease;
}

a:not([data-to]):hover .img-square  picture img{
    transform: translateY(-30px);
}

a:hover .card-text {
    transform: scale(1.1);
    transition: .5s;
}


:-o-prefocus, .img-square  picture img{
        width:100%;
        height:auto;
}
@media all and (-ms-high-contrast:none) { 
     /* IE10 */
     .img-square picture img{
        width:100%;
        height:auto;
     }
    /* IE 11*/
    *::-ms-backdrop, 
    .img-square picture img{
        width:100%;
        height:auto;
    }
    
    
}
/* product */


.bs-product-title {

    z-index: 100;
}

.bs-select-product {
    width: 50%;
}
.bs-input-product{
    width:70%;
}

#bs-product-sku {
    font-size: 12px;
}

#bs-product-stock{
    color:#aaa;
    font-style:italic;
    font-size: 0.9em;
}

@media (min-width: 992px) {
    #bs-product-slider img {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        
    }
    
    #bs-product-thumbnails .owl-item {
        width: 61px !important;
        margin-bottom: 5px;
    }
}

@media (min-width: 1200px) {
    #bs-product-thumbnails .owl-item {
        /*width: 78px !important;*/
        margin-bottom: 10px;
    }
}

/* carro */

.bs-cart-dropdown-remove {
    right: -20px;
    top: 25%;
}

@media (min-width: 1200px) {
    .bs-cart-quantity {
        min-width: 50px !important;
        max-width: 50px !important;
    }
}

/* FOOTER */

.bs-footer-main a:hover {
    /* enlaces de menus hover */
    text-decoration: underline

}

.bs-footer-copyright {
    
}

/*.bs-footer a {

    color: white;
    text-decoration: none;
    margin: 0 10px 0 10px;

}*/

.bs-footer-social a, .bs-home-social a {
    width: 2em;
    height: 2em;
    background-color: #666;
}

.bs-footer-social a:hover, .bs-home-social a:hover {
    background-color: #000000;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(0,0,0,.4);
}


#bs-footer-backtotop {
    z-index: 1000;
}

@media (max-width: 991px) {
    .bs-footer-brand {
        text-align: center;
    }

    .bs-footer-social {
        justify-content: center;
    }
}

/* owl sliders */
.owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
}

.owl-video-frame {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*nouislider*/
.noUi-tooltip {
    display: none !important;
}

.noUi-active .noUi-tooltip {
    display: block !important;
}

.noUi-horizontal {
   height: 8px !important;
}

.noUi-connect {
    height: 50%;
	background-color: #000000 !important;
}

.noUi-handle {
    width: 28px !important;
    height: 28px !important;
    border-radius: 0;
   top: -10px !important;
}

.noUi-handle:before, .noUi-handle:after {
    display: none !important;
}


/*articulos*/


.bs-article img{
    max-width:100%;
    height:auto;
}


/*helper*/

.img-square.fitcover  picture img{
    object-fit:cover;
}





/*Inicio > Destacados*/

/* Block1 

*/
.block1-wrapbtn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;

  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
}

/* Hover

*/
.hov-pointer:hover {cursor: pointer;}

/* ------------------------------------ */
.hov-img-zoom {
	display: block;
	overflow: hidden;
}
.hov-img-zoom img{
	width: 100%;
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.hov-img-zoom:hover img {
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.w-size2 {
    width: 179px;
}
.bg3 {
    background-color: rgba(255,255,255,0.95);
}
.size2 {
    width: 100%;
    height: 46px;
}
.m-text2 {
    font-family: 'Ruda', sans-serif;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
}
.flex-c-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.trans-0-4 {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


/*.Formulario Suscripcion */

.form-control{
    border-radius: 0px;
}

.bs_form_sus form {
    display: flex;
    justify-content: center;
    border-radius: 0px;

}

.bs_form_sus .button_form {
    height: 40px;
}

.bs_form_sus fieldset {    
    width: 80%;
    
}

/*.col{
  max-width:200px;
  width:45%;
  display:inline-block;
}
//img cuadrada
.square-img{
  width:100%;
  position:relative;
  &:after{
    content:"";
    display:block;
    padding-bottom:100%;
    background:red;
  }
  picture{
    position:absolute;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    img{
      max-width:100%;
      height:auto;
    }
  }
}*/
/***************************
    fix-menu
****************************/
/******************************************************
NUEVO MENU 29-11-2018
*******************************************************/
.fixed-top .navbar-collapse{
        overflow-x:hidden;
        overflow-y:scroll;
        max-height:70vh;
    }

.dropdown.bs-big > ul > li > a{
        color:#000000;
        font-weight:500;
    }
.dropdown.bs-big > ul > li > a[href]:hover{
    text-decoration:underline;
}
@media screen and (min-width:576px){
    .fixed-top .navbar-expand-sm .navbar-collapse{
        overflow-x:visible;
        overflow-y:visible;
    }
    .dropdown.bs-big{
        position:static;
    }
    .dropdown.bs-big .dropdown-menu.show{
        left:0;
        right:0;
        width:100%; /* necesario para ie */
        margin-left: auto;
        margin-right:auto;
    }
    .navbar-expand-sm .dropdown.bs-big .dropdown-menu.show{
        display:flex;
        flex-wrap:wrap;
    }
    
    .navbar-expand-sm .dropdown.bs-big > ul > li:not(:first-child){
        border-left: 1px solid #eee;
    }
    
    .container .dropdown.bs-big .dropdown-menu.show{
        max-width:540px;
    }
    /*division columnas sm*/
    .bs-big.bs-divide-6 .dropdown-item{width:16.6%;}
    .bs-big.bs-divide-5 .dropdown-item{width:20%;}
    .bs-big.bs-divide-4 .dropdown-item{width:25%;}
    .bs-big.bs-divide-3 .dropdown-item{width:33.3%;}
    .bs-big.bs-divide-2 .dropdown-item{width:50%;}
}
@media screen and (min-width:768px){
    .fixed-top .navbar-expand-md .navbar-collapse{
        overflow-x:visible;
        overflow-y:visible;
    }
    .container .dropdown.bs-big .dropdown-menu.show{
        max-width:720px;
    }
    .navbar-expand-md .dropdown.bs-big .dropdown-menu.show{
        display:flex;
        flex-wrap:wrap;
    }
    .navbar-expand-md .dropdown.bs-big > ul > li:not(:first-child){
        border-left: 1px solid #eee;
    }
    /*division columnas md*/
    .bs-big.bs-divide-md-6 .dropdown-item{width:16.6%;}
    .bs-big.bs-divide-md-5 .dropdown-item{width:20%;}
    .bs-big.bs-divide-md-4 .dropdown-item{width:25%;}
    .bs-big.bs-divide-md-3 .dropdown-item{width:33.3%;}
    .bs-big.bs-divide-md-2 .dropdown-item{width:50%;}
}
@media screen and (min-width:992px){
    .fixed-top .navbar-expand-lg .navbar-collapse{
        overflow-x:visible;
        overflow-y:visible;
    }
    .container .dropdown.bs-big .dropdown-menu.show{
        max-width:960px;
    }
    .navbar-expand-lg .dropdown.bs-big .dropdown-menu.show{
        display:flex;
        flex-wrap:wrap;
    }
    .navbar-expand-lg .dropdown.bs-big > ul > li:not(:first-child){
        border-left: 1px solid #eee;
    }
    /*division columnas lg*/
    .bs-big.bs-divide-lg-6 .dropdown-item{width:16.6%;}
    .bs-big.bs-divide-lg-5 .dropdown-item{width:20%;}
    .bs-big.bs-divide-lg-4 .dropdown-item{width:25%;}
    .bs-big.bs-divide-lg-3 .dropdown-item{width:33.3%;}
    .bs-big.bs-divide-lg-2 .dropdown-item{width:50%;}
}
@media screen and (min-width:1200px){
    .fixed-top .navbar-expand-xl .navbar-collapse{
        overflow-x:visible;
        overflow-y:visible;
    }
    .container .dropdown.bs-big .dropdown-menu.show{
        max-width:1140px;
    }
    .navbar-expand-xl .dropdown.bs-big .dropdown-menu.show{
        display:flex;
        flex-wrap:wrap;
    }
    .navbar-expand-xl .dropdown.bs-big > ul > li:not(:first-child){
        border-left: 1px solid #eee;
    }
    /*division columnas xl*/
    .bs-big.bs-divide-xl-6 .dropdown-item{width:16.6%%;}
    .bs-big.bs-divide-xl-5 .dropdown-item{width:20%;}
    .bs-big.bs-divide-xl-4 .dropdown-item{width:25%;}
    .bs-big.bs-divide-xl-3 .dropdown-item{width:33.3%;}
    .bs-big.bs-divide-xl-2 .dropdown-item{width:50%;}
}

/* migas de pan */
.bs-breadcrumb .breadcrumb{
    background:transparent;
}
.bs-breadcrumb ol,
.bs-breadcrumb ul,
.bs-breadcrumb li{
    margin-bottom:0;
}
.bs-breadcrumb{
    color:rgba(0,0,0,0.5);
    background-color:#f8f9fa;
}
[data-bs="video"].embed-responsive iframe,
[data-bs="video"].embed-responsive img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background:black;
}
[data-bs="video"] img{
	cursor:pointer;
}
[data-bs="video"] img:hover + .icon, 
[data-bs="video"] img + .icon:hover{
	color:white;
	opacity:1;
}

[data-bs="video"] .icon{
	cursor:pointer;
	position: absolute;
	z-index: 50;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	margin: 0 auto;
	color: silver;
	opacity: 0.75;
	font-size: 4rem;
}