/*************************
*******Typography******
**************************/
/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,300,400italic,500,700,100); */
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700); */
/*@import url(https://fonts.googleapis.com/css?family=Abel); */


html {
    width: 100%;
}

select {
    border-radius: 0;
    border-color: rgb(169, 169, 169);
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    font-weight: 400;
    color: #000000;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;

    font-size: 1.30rem;



    /*
    background-image: url(/static/images/party.jpg);
    background-repeat: repeat;
    background-position: top;
    background-attachment: fixed;
    */



}

/*input, select, textarea, .pwd-reveal {*/
/*    min-height: 46px;*/
/*}*/

/*.cart_quantity_up, .cart_quantity_down, .cart_quantity_delete {*/
/*    min-height: 46px;*/
/*    vertical-align: center;*/
/*}*/



input[type=checkbox] {
    display: inline-block;
    width: 32px;
    vertical-align: middle;;
    padding: 0px;
    /*margin: 0px;*/
}

.form-control input[type=checkbox] {
    display: inline-block;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1; }


ul li {
    list-style: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

/*a {*/
/*    -webkit-transition: 300ms;*/
/*    -moz-transition: 300ms;*/
/*    -o-transition: 300ms;*/
/*    transition: 300ms;*/
/*}*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #C23972;
}

h1, .h1 { font-size: 1.70em; }
h2, .h2 { font-size: 1.66em }
h3, .h3 { font-size: 1.64em }
h4, .h4 { font-size: 1.62em }
h5, .h5 { font-size: 1.60em }
h6, .h6 { font-size: 1.58em }

.form-control {
    border-radius: 10px;
}

.btn {
    border-radius: 10px;
}

.btn:hover, .btn:focus {
    outline: none;
    box-shadow: none;
    /*color: white !important;*/
    color: white;
}



.navbar-toggle {
    background-color: #000;
}

a#scrollUp {
    bottom: 0px;
    right: 10px;
    padding: 5px 10px;
    background: #C23972;
    color: #FFF;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

a#scrollUp i {
    font-size: 30px;
}


.col-centered{
    float: none;
    margin: 0 auto;
}





/*************************
*******Header CSS******
**************************/


#header {
    position: sticky;
    top: 0;
    width: 100%;

    vertical-align: middle;
    white-space: nowrap; /* this does the trick */

    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);

    z-index: 9999;
    height: 90px;
    /*border-bottom: 4px   #BC2361  groove;*/
}

#header.header-topped {
    z-index: 100000002;
}


#header .line1 {
    width: 100%;
    display: flex;
    background-color: white;
    height: 100%;

    flex-wrap: nowrap;
    justify-content: normal;
    align-content: normal;
    align-items: center;
    flex-direction: row;
    padding: 10px 0;
    z-index: 9999999;
    border-top: 4px solid #BC2361;
    /*border-bottom: 3px solid #0066C9;*/
}


#header .line1 .logo-container {
    display: flex;
    padding-left: 12px;
    flex-direction: row;
    margin-bottom: 1px;
    /*align-items: center;*/

    justify-content: left;
}


#header .logo-container .logo {
    width: 28rem;
}




#header .toggle-categorias {
    border:  2px solid #BC2361;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0 12px;


    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    color: #BC2361;
    background-color: white;
}

#header .toggle-categorias:hover {
    background-color: #BC2361;
    color: white;

}

#header .toggle-categorias i:hover {
    background-color: unset;
}

#header .toggle-categorias span {
    margin-left:6px;
}



#header .toggle-categorias > * {
    vertical-align: middle;
}



/*
#header > .line1 .search_box input {
    height: 3.38462rem;
}
 */

#header > .line1 .shop-menu {
    order: 4;
    margin-left: auto;
}

#header .line1 .fa-shopping-cart {
    font-size: 36px;
}


#header .line1 .boton-carrito {
    position:relative;
}

#header > .line1 .header__boton__texto {
    margin-left: 4px;
}


#header .line1 .header__boton {
    /* lets draw borders with #666666 color  and 20px radius */

    /* lets add some padding */
    padding: 5px 10px;

    /* lets add some font size */
    margin-right: 12px;
}

#header .line1 .header__boton__texto {
    font-weight: 500;
    color: #666666;
    background-color: transparent;
}

/* on hover lets change the background color to parent and children */
#header .line1 .header__boton:hover {
    border-radius: 15px;
    background-color: #eeeeee;
}

#header .line1 .header__boton:hover * {
    background-color: #eeeeee;
}





.header__boton__icono {
    width: 20px;
}

.header--carrito--icono {
    display: inline-block;
    position: relative;
    width: 20px;
    margin-right: 4px;
}

.header--carrito--icono {
    position: relative;
    width: 20px;
    margin-right: 4px;
}


.header--carrito--icono--num-articulos {
    position:absolute;
    top: -10px;
    right: -10px;
    font-size: 9px;
    /* marke it a cirlc4 */;
    border-radius: 50%;
    width:18px;
    height:18px;
    background-color: #C23972 !important;

    /* center the content text   vertically */
    line-height: 18px;
    text-align: center;

    color: white !important;
}







/*
    header tablet
/* *!*/
/*@media all and (min-width: 990px) and (max-width: 1098px) {*/
/*    #header {*/
/*        height: 90px;*/
/*        overflow:hidden;*/
/*    }*/
/*    #header > .line1 {*/
/*        height: 60px;*/
/*        padding: 0px;*/
/*        vertical-align: middle;*/
/*        padding-left: 0px;*/
/*    }*/

/*    #header > .line1 .logo-container {*/
/*        padding: 1px;*/
/*        margin: 0px;*/

/*    }*/
/*    #header > .line1 > .logo-container .logo {*/
/*        width: 8em;*/
/*    }*/



/*    #header > .line1 i {*/
/*        font-size: 32px;*/
/*        padding: 0px;*/
/*        margin: 0px;*/

/*    }*/

/*    #header > .line1 .header__boton__texto {*/
/*        display: none;*/
/*    }*/
/*}*/


/*
    Movil
 */


.solo-movil {
    display: none;
}

.solo-ordenador {
    display: none;
}


@media all and (min-width: 990px) {
    .solo-ordenador {
        display: initial;
    }
}




@media all and (max-width: 990px) {
    .esconder-movil {
        display: none !important;
    }

    .solo-movil {
        display: initial;
    }

    .informacion-movil {
        padding: 0;
    }
}


#header .toggle-busqueda-movil {
    display: none;
    color: #696763;
}

@media all and (max-width: 350px) {
    #header > .line1 > .logo-container .logo {
        margin: 0 -14px;
    }
}
#header > .line1 > .logo-container .logo {
    width: 12em;
}

@media all and (max-width: 990px) {

    #header {
        height: 60px;
        position: sticky;
    }

    #header > .line1 {
        height: 100%;
        padding: 0;
        vertical-align: middle;
    }

    #header .toggle-categorias {
        order: 1;
        padding: 0;
        margin: 0;
        border: none;
    }

    #header .toggle-categorias span {
        display: none;
    }

    #header > .line1 .logo-container {
        order: 2;
        padding: 1px;
        margin: 0px;
    }

    #header > .line1 > .logo-container .logo {
        width: 12em;
    }

    #header > .line1 .search_box {
        order: 3;
    }

    #header > .line1 .shop-menu {
        order: 4;
        margin-left: auto;
        display: flex;
        justify-content: end;
        padding-right: 12px;
    }

    #header > .line1 .shop-menu ul {
        justify-content: space-between;

    }

    #header .line1 .spacer {
        flex: 1;
        display: inline-block;
    }

    /* last child selector */
    #header .line1 .header__boton {
        margin: 0
    }

    #header .line1  .spacer{
        display: none;
    }

    #header .line1 .header__boton:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    #header > .line1 .header__boton__texto {
        display: none;

    }

    #header > .line1 i {
        font-size: 2.525rem;
        padding: 2px;
        margin: 5px;
    }


    #header > .line1 .shop-menu ul .shop-menu-register {
        display: none;
    }
}

/*
    Header simple
 */

.main-wrapper-simple {
    min-height:100vh;
    display:flex;
    flex-direction:column;
    /*justify-content:space-between;*/
}

#header-simple {
    top: 0;
    width: 100%;

    vertical-align: middle;

    height: 140px;
    margin-bottom: 12px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}


#header-simple  .logo-container {
    flex: 1;
    max-height:  120px;
    text-align: center;
    padding: 16px;
}


#header-simple  .logo-container .logo {
    width: 200px;
}


/*
    Movil
 */

@media all and (max-width: 990px) {

    #header-simple {
        height: 80px;
        /*position: sticky;*/
    }

    #header-simple > .line1 {
        height: 60px;
        padding: 0px;
        vertical-align: middle;
        padding-left: 0;
    }

    #header-simple > .line1 .logo-container {
        order: 2;
        padding: 1px;
        margin: 0;

    }
    #header-simple > .line1 > .logo-container .logo {
        width: 120px;
    }
}



















/*.secondary-nav {*/
/*    color: #ffffff;*/
/*    height: 30px;*/
/*    width: 100%;*/
/*    border-top: 0px;*/
/*    margin: 0px;*/
/*    padding: 0px;*/
/*    border-bottom: 1px solid white;*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    flex-direction: row;*/
/*    !*-webkit-box-shadow: 0px 50px 78px -16px rgba(0, 0, 0, 0.75);*!*/
/*    !*-moz-box-shadow: 0px 50px 78px -16px rgba(0, 0, 0, 0.75);*!*/
/*    !*box-shadow: 0px 50px 78px -16px rgba(0, 0, 0, 0.75);*!*/
/*    !* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 *!*/
/*    !* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D *!*/
/*    background: #03638a; !* Old browsers *!*/

/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0); !* IE6-9 *!*/
/*}*/
/*!**/
/*    Secondary navigation*/
/* *!*/




/*.secondary-nav > * {*/
/*    flex: 1;*/
/*    height: 100%;*/
/*    justify-content: center;*/


/*    text-align: center;*/
/*    font-weight: 500;*/
/*    align-content: center;*/
/*    display: flex;*/

/*    min-width: 100px;*/

/*}*/

/*.secondary-nav >*:not(:last-child) {*/
/*    border-right: 2px groove white;*/
/*}*/

/*.secondary-nav > * > * {*/
/*    overflow: hidden;*/
/*}*/


/*.secondary-nav *:hover {*/
/*    background: #C23972;*/
/*    color: blue;*/
/*}*/

/*.secondary-nav *:hover > a {*/

/*    color: white;*/
/*}*/

/*.secondary-nav > div > a {*/
/*    padding-top: 4px;*/
/*    font-size: 1.1em;*/
/*    color: white;*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    !*text-transform: uppercase;*!*/
/*    height: 100%;*/
/*}*/






.btn.
{
    text-wrap: normal;
    word-wrap: break-spaces;
}

.register-button:hover {
    color: unset !important;

}

.btn.btn-rosa {
    background-color: #C23972;
    color: white;
    border: 1px solid #C23972;
}

.btn.btn-rosa:hover, .btn.btn-rosa:focus {
    background-color: #BC2361;
    color: white;
}


.btn.btn-gris {
    background-color: #d7d7d7;
    color: #232323;
}

.btn.btn-gris:hover, .btn.btn-gris:focus {
    background-color: #474747;
    color: white;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*background-color: #f3f3f3;*/
    background-color: white;
    margin: 0;
    padding: 0;
}

/*.descripcion-resumida {*/
/*    width: 100%;*/
/*    max-width: 1000px;*/
/*    margin: 30px auto;*/
/*    padding: 20px;*/
/*    background-color: #fff;*/
/*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
/*    border-radius: 8px;*/
/*}*/

/*.descripcion-resumida h3 {*/
/*    font-size: 28px;*/
/*    color: #333;*/
/*    text-align: center;*/
/*    padding-bottom: 10px;*/
/*    margin-bottom: 20px;*/
/*    border-bottom: 2px solid #007bff;*/
/*}*/

/*.descripcion-resumida h4 {*/
/*    font-size: 20px;*/
/*    color: #007bff;*/
/*    margin-top: 20px;*/
/*    margin-bottom: 10px;*/
/*    font-weight: bold;*/
/*}*/

/*.descripcion-resumida ul {*/
/*    list-style-type: none;*/
/*    padding-left: 0;*/
/*}*/

/*.descripcion-resumida ul li {*/
/*    margin-bottom: 12px;*/
/*    background-color: #f9f9f9;*/
/*    padding: 12px;*/
/*    border-radius: 5px;*/
/*    border-left: 4px solid #007bff;*/
/*}*/

/*.descripcion-resumida ul li ul {*/
/*    margin-left: 0;*/
/*    padding-left: 0;*/
/*}*/

/*.descripcion-resumida ul li ul li {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    background-color: transparent;*/
/*    padding: 5px 0;*/
/*    margin: 5px 0;*/
/*    border-bottom: 1px solid #e0e0e0;*/
/*}*/

/*!* Style for the label (left side) *!*/
/*.descripcion-resumida ul li ul li::before {*/
/*    content: "";*/
/*    font-weight: bold;*/
/*    color: #333;*/
/*    flex-basis: 40%;*/
/*    text-align: left;*/
/*}*/

/*!* Style for the value (right side) *!*/
/*.descripcion-resumida ul li ul li span {*/
/*    color: #007bff;*/
/*    font-weight: bold;*/
/*    flex-basis: 60%;*/
/*    text-align: right;*/
/*}*/

/*
    Search dropdown
 */

.search_box {
    padding-left: 8px;
    display: inline-flex;
    position: relative;
    flex-grow: 1;
    /*max-width: 1080px;*/
    /*width: 100%;*/

}

.search_box--button {
    background-color: #BC2361;
    color: white;
}

.search_box--button:hover {
    background-color: #BC2361;
    color: white;
}




.search_box input::placeholder {
    color: #010101;
    opacity: 1;
}

.search_box .search_box__group {
    width: 100%;
}
.search_box input {
    border: 1px solid #d0d0d1!important;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: 45px;
    outline: medium;
    padding-left: 10px;
    width: 100%;

    border-radius: 5px;

    background: #e1e1e1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*padding: 0 0 0 12px;*/
    /*border-radius: 4px 0 0 4px;*/

}


.busqueda-movil {
    display: none;
}

.busqueda-movil.mostrar {
    display: none;
}



@media all and (max-width: 1200px) {
    .toggle-categorias span {
        display: none;
    }
}

@media all and (max-width: 450px) {

    #header .toggle-busqueda-movil {
        display: inline-block;
    }

    .secondary-nav {
        display: none;
    }


    .search_box {
        display: none;
    }

    .busqueda-movil.mostrar {
        display: block;
    }

    .busqueda-movil {
        width:100%;
        position: fixed;
        z-index: 9999999999999;
        border-bottom: 1px solid #1b1e21;
    }

    .busqueda-movil .busqueda-global-textbox {
        width: 100%;
        height: 40px;

        border: 2px #1b1e21 solid;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 300;
        outline: medium none;
        padding: 1px 10px;
        color: black;
        /*max-width: 300px;*/
        background: #FAFAFA;
        border-radius: 5px;
    }
}



.search-dropdown {
    /*line-height: 0;*/
    position: fixed;
    min-height: 0px;
    width: 70%;
    background-color: white;
    z-index: 100000002;
    display: none;
    padding: 0px;

    left: 50%;
    transform: translateX(-50%);

    -webkit-box-shadow: 1px 12px 14px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 12px 14px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 12px 14px 1px rgba(0, 0, 0, 0.75);

    overscroll-behavior: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}



.search-dropdown.movil {
    position: fixed;
    top:100px;

}




.search-dropdown li {

    /*height: 50px;*/
    padding: 8px;
    /*border-bottom: 1px solid grey;*/
    font-size: 12px;
    height: 100px;
    display: flex;
}

.search-dropdown li > * {
}

.search-dropdown li:hover  {
    background-color: #dcbdc8;
}

.search-dropdown li > .imagen {

    display: inline-block;
    width: 80px;
    margin-right: 10px;

    /*border: 1px solid #eeeeee;*/
}

.search-dropdown li > .imagen img {
    height: 100%;
}


.search-dropdown li > .info {
    flex:1;
    position: relative;
    height:80px;
    display:inline-block;
    text-overflow: ellipsis;
}

.search-dropdown li  > .info > .texto {
    display: block;
    font-size: 18px;
}

.search-dropdown li > .info  > .precio {
    color: #C23972;
    font-size: 22px;
    font-weight: 800;
    display: block;
    position: absolute;
    bottom: 0px;
}


.search-dropdown li span.extra {
    display: block;
}

@media all and (max-width: 990px) {
    .search-dropdown {
        width: 100%;
        font-size: 12px;
    }
    .search-dropdown li > .info > .texto {
        font-size: 12px;
    }
}


.search-dropdown li:last-child {
    border-bottom: none;
}

.header_top {
    background: none repeat scroll 0 0 #F0F0E9;
}

#header > .line1 .container .row {
    border-bottom: 0px solid #f5f5f5;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0px;
    padding-top: 8px;
    background-color: white;
}

#header > .line1 .container .row .col-sm-4 {
    padding-left: 0;
}

#header > .line1 .container .row .col-sm-8 {
    padding-right: 0;
}


.btn-group.open .dropdown-toggle {
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    background-color: #C23972;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}


@media (max-width: 990px) {
    #header {
        position: sticky  !important;
        display: flex;
        z-index: 100000;
    }

    .breadcrumbs {
        position: static  !important;
        top: 0;
    }
}


.shop-menu ul {

    margin: 0.5rem;
    padding: 0.5rem;
    height: 100%;
}

.shop-menu ul li {
    vertical-align: middle;
    display: inline-block;
    padding:  15px;
    text-align: center;
    height: 100%;
    font-size: 16px;
}

.shop-menu ul li > * {
    height: 100%;
    display: inline-block;
}

.shop-menu ul li  * {
    vertical-align: middle;
}


.shop-menu ul li:last-child {
    padding-right: 0;
}

.shop-menu ul li a {
    background: #FFFFFF;
    color: #696763;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin-top: 0px;
}

.shop-menu ul li a i {
    margin-right: 3px;
    display:block;
    font-size: 20px;
}

.shop-menu ul li a:hover {
    color: #C23972;
    background: #fff;
}


.navbar-collapse.collapse {
    padding-left: 0;
}

.mainmenu ul li {
    padding-right: 15px;
    padding-left: 15px;
}

.mainmenu ul li:first-child {
    padding-left: 0px;
}

.mainmenu ul li a {
    color: #696763;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 300;
    padding: 0;
    padding-bottom: 10px;
}

.mainmenu ul li a:hover, .mainmenu ul li a.active, .shop-menu ul li a.active {
    background: none;
    color: #fdb45e;
}


.contactinfo ul li:first-child {
    margin-left: -15px;
}

.contactinfo ul li a {
    font-size: 12px;
    color: #696763;
    font-family: 'Montserrat', sans-serif;
}

.contactinfo ul li a:hover {
    background: inherit;
}


.fa-bars:hover {
    background: #0083C9;
}

.fa-facebook:hover {
    background: #0083C9;
}

.fa-twitter:hover {
    background: #5BBCEC;
}

.fa-linkedin:hover {
    background: #FF4518;
}

.fa-dribbble:hover {
    background: #90C9DC;
}

.fa-google-plus:hover {
    background: #CE3C2D;
}


/*  Dropdown menu*/
.navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
}

.nav.navbar-nav > li:hover > ul.sub-menu {
    display: block;
    /*-webkit-animation: fadeInUp 400ms;*/
    /*-moz-animation: fadeInUp 400ms;*/
    /*-ms-animation: fadeInUp 400ms;*/
    /*-o-animation: fadeInUp 400ms;*/
    /*animation: fadeInUp 400ms;*/
}

ul.sub-menu {
    position: absolute;
    top: 30px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    list-style: none;
    padding: 0;
    margin: 0;
    width: 220px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;
}

.dropdown ul.sub-menu li .active {
    color: #FDB45E;
    padding-left: 0;
}

.navbar-nav li ul.sub-menu li {
    padding: 10px 20px 0;
}

.navbar-nav li ul.sub-menu li:last-child {
    padding-bottom: 20px;
}

.navbar-nav li ul.sub-menu li a {
    color: #fff;
}

.navbar-nav li ul.sub-menu li a:hover {
    color: #FDB45E;
}

.fa-angle-down {
    padding-left: 5px;
    padding-right: 12px;
}

@-webkit-keyframes fadeInUp {

    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*************************
*******Footer CSS******
**************************/
#footer {
    background-color: #ffffff;
    position: relative;
    bottom: -78px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    min-height: 200px;
}



.footer-top {
    border-bottom: 2px  white dotted;
    text-align: center;
    padding-top:20px;
}




.footer-icons li {
    margin:0 auto;
    display:inline-block;
    list-style: none;
    padding: 6px;
    text-align: center;
    font-size: 16px;
    font-weight:600;
    width:150px;
    /*min-width: 120px;*/



}

.footer-icons li i {
    text-align:center;
    display: block;
}


.iframe-img {
    position: relative;
    display: block;
    height: 61px;
    margin-bottom: 10px;
    border: 0px solid #CCCCC6;
    border-radius: 3px;
}

.overlay-icon {
    position: absolute;
    top: 0;
    width: 100%;
    height: 61px;
    background: #C23972;
    border-radius: 3px;
    color: #FFF;
    font-size: 20px;
    line-height: 0;
    display: block;
    opacity: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.overlay-icon i {
    position: relative;
    top: 50%;
    margin-top: -20px;
}


.address {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.address img {
    width: 100%;
}

.address p {
    color: #666663;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    left: 25px;
    position: absolute;
    top: 50px;
}


#footer {
    margin-top: 30px;
    /*background-color: #9FB3CB;*/

    background-color: #2a2c4c;
    color: #FFF;
}

.footer-widget {
    margin-bottom: 68px;


    background: #2a2c4c;
    color: #FFF;
}

.footer-widget .container {
    border-top: 0px solid #FFFFFF;
    padding-top: 15px;
}

.single-widget h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.single-widget h2 i {
    margin-right: 15px;
}

.single-widget ul li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;

}

.single-widget ul li a i {
    margin-right: 18px;
}

.single-widget ul li a:hover {
    background: none;
    color: #0083C9;
}

.searchform input {
    border: 0px solid #DDDDDD;
    color: #CCCCC6;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-top: 0;
    outline: medium none;
    padding: 7px;
    width: 212px;
}

.searchform button {
    background: #C23972;
    border: medium none;
    border-radius: 0;
    margin-left: -5px;
    margin-top: -3px;
    padding: 7px 17px;
}

.searchform button i {
    color: #FFFFFF;
    font-size: 20px;
}

.searchform button:hover, .searchform button:focus {
    background-color: #C23972;
}

.searchform p {
    color: #8C8C88;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-top: 25px;
}

.footer-bottom {
    background: #D6D6D0;
    padding-top: 10px;
}

.footer-bottom p {
    color: #363432;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-left: 15px;
}

.footer-bottom p span a {
    color: #2a2c4c;
    font-style: italic;
    text-decoration: underline;
}


/*************************
******* Home ******
**************************/
#slider {
    padding-bottom: 8px;
}

.carousel-indicators li {
    background: #C4C4BE;
}

.carousel-indicators li.active {
    background: #C23972;
}
/* Quitado */
/*.item {*/
/*    padding-left: 100px;*/
/*}*/

.carousel-control.left, .carousel-control.right {
    background-image:none !important;
    filter:none !important;
    color: #C23972;
}


.pricing {
    position: absolute;
    right: 40%;
    top: 52%;
}



.item h1 {
    color: #B4B1AB;
    font-family: abel;
    font-size: 48px;
    margin-top: 115px;
}

.item h1 span {
    color: #C23972;
}

.item h2 {
    color: #363432;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 10px;
}

.item p {
    color: #363432;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.get {
    background: #C23972;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 23px;
}

.item button:hover {
    background: #C23972;
}

.control-carousel {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: #C2C2C1;
}

.control-carousel:hover {
    color: #C23972;
}

.right {
    right: 0;
}


/************************
Main Wrapper
************************/


/************************
Main Wrapper
************************/
.main-wrapper {
    margin-left: inherit;

}

.main-wrapper .container-fluid {
    padding-bottom: 64px;
    max-width: 1560px;
}

.main-wrapper .container-fluid.epc-non-boxed {
    max-width: unset;
    padding-bottom: 0;
}

.main-wrapper.con-menu {
    margin-left: 320px;
    margin-top: 90px;
}

@media all and (max-width: 990px) {

    .main-wrapper {
        margin-top: 0 !important;
    }

    .main-wrapper.con-menu {

        margin-left: initial;
    }

    .product-information {
        padding: 4px 0 0 0;
    }


    .product-information .price-block {
        margin-bottom: 4px !important;
    }

    .main-wrapper .container-fluid.contenedor-producto {
        padding: 0 0 0 0;
        max-width: 1560px;
        margin: 0 1.5rem;
    }

    .main-wrapper .container-fluid.contenedor-producto hr {
        margin-top: 12px;
        margin-bottom: 12px;
    }


    .main-wrapper .container-fluid.contenedor-producto-descripcion {
        /*padding: 0 0 64px 0;*/
        max-width: 1560px;
        margin: 0;
    }


    /*.main-wrapper .container-fluid {*/
    /*    padding: 8px !important;*/

    /*}*/

}

/*@media all and (max-width: 1098px) {*/

/*    .main-wrapper {*/

/*        margin-top: 86px;*/
/*    }*/

/*    .main-wrapper.con-menu {*/

/*        margin-top: 86px;*/
/*    }*/

/*}*/


/************************
Menu lateral
************************/
.brand_products__background-overlay {
    position: fixed; /* Fixed position to stay in place */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    z-index: 100000000; /* Ensure it's above other content */
    visibility: hidden; /* Hide it by default */
    cursor: pointer;
    /* avoid scrolling of background elements*/
}


body.overlayed::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent overlay */
    z-index: 100000000;
}

body.overlayed {
    overflow: hidden;


}


#brand_products {
    box-shadow: black 2px 0 30px 0px;
    /*background-color: rgb(240, 240, 240);*/
    transform: translateX(-640px);


    left: -640px;
    position: fixed;
    background-color: rgb(255, 255, 255);
    flex-direction: column;
    bottom: 0px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 100000004;
    max-height: 100%;
    transition: transform 0.33s ease 0s;
    height: 100%;
    width: 340px;
    border-radius: 0px 32px 32px 0px;
    /*line-height: 64px;*/

    text-align: left;
    overflow: hidden;
}

.brand_products__title {
    background-color: white;
    font-size: 1.2em;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 0px 32px 0px 0px;
}

.brand_products__title h2 {
    font-size: 1.2em;
    color: #BC2361;
    height: 16px;
    margin: 10px;
    /*text-align: left;*/

}



.brand_products__title__close-button {
    position: absolute;
    float: right;
    right: 27px;
    /* top: 48px; */
    color: #0a0a0a;

}

.brand_products__close_button {
    background-color: #BC2361;
    color: #fff;
    font-size: 1.5em;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 0px 32px 0px 0px;
}





#brand_products.brand_products--show {

    transform: translateX(0);
    display: initial;
    left: 0 !important;

}

#brand_products .menu-categorias__header {
    width: 100%;
    height: 28px;
    font-size: 0.82em;
    background-color: #BC2361;
    color: #fff;
}

#brand_products .menu-categorias__header h2 {
    color: white;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    margin: 0px;
    transition: visibility 0s, opacity 0.5s linear;

}


#brand_products .category-products {
    /*overflow-y: auto;*/
    height: 100%;
    border: 0px solid #F7F7F0;

    /*
    margin-bottom: 35px;
    padding-bottom: 20px;
    */
    padding-bottom: 20px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 5px;
    overflow: scroll;



    /*
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.75);
    */
}


#brand_products .category-products .panel-heading {
    padding: 2px;
    font-size: 14px;
}

#brand_products .category-products .panel-heading h2 {
    padding: 0px;
    margin: 0px;
}



#brand_products .category-products h5 {
    padding: 2px;
    margin: 2px;
}


#brand_products .category-products .panel-body {
    padding: 0px;
    margin: 0px;
}


#brand_products .category-products .panel-body ul li {
    padding: 0px;
    margin: 0px;
}


#brand_products .category-products .panel-body ul li a {
    color: #3e5266;
    font-weight: 375;
    line-height: 0.5;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}




h2.title:before {
    /*content: " ";*/
    position: absolute;
    /*background: #fff;*/
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
}

.category-products .panel {
    /*background-color: rgb(240,240,240);*/
    border: 1px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
}


.category-products .panel-default {
    /*background-color: rgb(240,240,240);
    border: 0 none;
    color: #FFFFFF;
    */
    /*background-color: rgb(240, 240, 240);*/

}

.category-products .panel-default .panel-heading {

    background-color: white;


    /*background-color: rgb(240,240,240);
    border: 0 none;
    color: #FFFFFF;
    */
    /*background-color: rgb(240, 240, 240);*/
    color: #03638a;
    padding: 2px 5px;
}

.category-products .panel-body {
    /*background-color: rgb(240, 240, 240);*/
}


.category-products .panel-default .panel-heading .panel-title{
    line-height: 20px;
}



.menu-seleccionado {
    text-decoration: underline;
}

.category-products .panel-body ul li.menu-seleccionado {
    background-color: #9acfea !important ;
    color: #7a43b6 !important ;

}

.category-products .panel-default .panel-heading .panel-title a.menu-seleccionado {
    font-weight: 700 !important;
}




.category-products * {
    vertical-align: middle;
}

.category-products .panel-default .panel-heading:hover {
    background: #9acfea;
}

.category-products .panel-default .panel-heading .panel-title {
    /*border-bottom: 1px  gray inset;*/
    height: 32px;
}

.category-products .panel-default .panel-heading .panel-title a {
    color: #040404;
    font-family: Montserrat, Open Sans,sans-serif;
    font-size: 1.30rem;
    font-weight: 600;
    padding-left: 6px;
    text-decoration: none;
    line-height: 1.8em;
}




.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0 none;
}

.category-products .badge {
    background: none;
    /*border-radius: 10px;
    color: #03638a;
    */
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.panel-body {
    /*background-color: rgb(240,240,240)*/;
}

.panel-body ul {
    padding-left: 20px;
}

.panel-body ul li a {
    color: black;
    font-weight: bold;
    line-height: 1;

    font-family: 'Montserrat', sans-serif;
    font-size: 12px;

}

.brands-name {
    border: 1px solid #F7F7F0;
    padding-bottom: 20px;
    padding-top: 15px;
}

.brands-name .nav-stacked li a {
    background-color: #FFFFFF;
    color: #696763;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover {
    background-color: #fff;
    color: #696763;
}

.shipping {
    background-color: #F2F2F2;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}

.price-range {
    margin-top: 30px;
}

.well {
    background-color: #FFFFFF;
    border: 1px solid #F7F7F0;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 35px;
}

.tooltip-inner {
    background-color: #C23972;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #C23972;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.padding-right {
    padding-right: 0;
}

.features_items {
    /*overflow: hidden;*/
}

h2.title {
    color: #C23972;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    /*margin: 0 15px;*/
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.product-image-wrapper {

    /*border: 1px solid grey;*/
    /*box-shadow: 0 0 14px 1px rgba(0, 0, 3, 0.18);*/
    /*border: 1px solid #e0e0e0;*/
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;

    position: relative;
    overflow: hidden;
    margin: 0 auto 30px;
    /*ss*/
    /*min-height: 400px;*/
    /*height: 480px;*/
    max-width: 340px;
    background-color: white;
    /*
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.55);
    */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.product-image-wrapper:hover {
    box-shadow: 0px 0px 3px 1px #82b0dc;

}



.single-products {
    position: relative;
    height: 100%;
    /*min-height: 460px;*/
}

.new, .sale {
    position: absolute;
    top: 0;
    right: 0;
}

.escandallo {
    position: absolute;
    bottom: 0;
    right: 0;
}

.regalo {
    position: absolute;
    bottom: 0;
    left: 0;
}


.regalo-fijo {
    color: green;
    font-size: 20px;
    font-weight: 700;
}


.productinfo h2 {
    color: #C23972;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #696763;
    margin-top: 2px;

    /*height:300px;*/
}

.product-overlay h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.productinfo p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #696763;
    margin: 0 2px 6px;
}

.product-image-wrapper .productinfo--image-holder {
    position: relative;
    width: 100%;
    /*min-height: 173.67px;*/
    /*border-bottom: 3px solid #c94f83;*/
    background-color: #f9f9f9; /* Placeholder background color */

    justify-content: center;
    align-items: center;
}

/*.productinfo .productinfo--image-holder > a {*/

/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    box-sizing:border-box;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover; !* Ensure image covers the container *!*/

/*}*/

.product-image-wrapper .productinfo--image-holder .productinfo-main-image {
    width: 100%;
    opacity: 0; /* Initially hide the image */
    visibility: hidden; /* Initially hide the image */
    transition: opacity 0.5s ease; /* Smooth transition for showing the image */
}




/*.productinfo .productinfo--image-holder .spinner {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover; !* Ensure image covers the container *!*/
/*}*/


.etiqueta-producto-lista {

    position: absolute;
    top: 12px;
    left: 12px;
    background: #fb1eb7;
    /* opacity: 0.8; */
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    border-radius: 4px;
}


.etiqueta-producto-lista .etiqueta-producto-lista--icon {
    height: 16px;
    width: 16px;
}

.etiqueta-producto-lista .etiqueta-producto-lista--text {
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}




.etiqueta-producto-detalle {
    /*background: rgba(227, 227, 227, 0.82);*/
    opacity: 1;
    border: 1px solid #C23972;
    border-radius: 6px;
    padding: 6px 4px;
    text-align: center;
    display:inline-block;
    margin: 4px;
    text-decoration: none; /* Ensures no underline appears on hover */
}



.etiqueta-producto-detalle .etiqueta-producto-detalle--icon {
    height: 16px;
    width: 16px;
}

.etiqueta-producto-detalle .etiqueta-producto-detalle--text {
//color: black;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bolder;
    color: #C23972;
}



.precio-hot {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgb(227, 227, 227);


    opacity: 0.8;
    padding-left: 8px;
    padding-right: 8px;
}

.precio-hot .precio-hot--icon {
    height: 16px;
    width: 16px;
}

.precio-hot .precio-hot--text {
    color: black;
    font-size: 10px;
    vertical-align: center;
}

.productinfo .productinfo-main-image {
    width: 100%;


}

.productinfo .disponibilidad-lista {
    /*margin-left: 4px;*/
    /*margin-right: 4px;*/
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.productinfo {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f9f9f9;
}

.productinfo .productinfo-data {
    padding: 2px 6px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.productinfo .productinfo-data .spacer  {
    flex-grow: 1;
}

.product-information .price-block {
    margin-bottom: 28px;
}

.productinfo .productinfo-data .productinfo-data-disponibilidad  {
    display: inline-block;
    /*border-top: 1px solid #cccccc;*/
    padding: 6px 4px ;
    /*margin-bottom: 40px;*/
    height: 82px;
    overflow: hidden;

}




.productinfo-verprecio {
    font-size: 24px;
    font-weight: 700;
    background-color: #c0c0c0;
    margin-top: 4px;
    /*border-color: unset;*/
}

.productinfo-precio {

    position: relative;
    font-size: 27px;
    font-weight: 700;
    color: #C23972;
    text-align: center;
    line-height: 2;

}



.productinfo-en-tienda {
    color: blueviolet !important;
}


.productinfo-precio-iva{
    position: absolute;

    bottom: 18px;
    padding-left: 2px;
    font-size: 8px;
}



.productinfo-precio-canon {
    position: absolute;

    bottom: 8px;
    padding-left: 2px;
    font-size: 8px;

}

.productinfo .product-name {
    margin-top: 6px;

    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    line-height: 1.5em; /* Adjust this based on your font size */
    max-height: 5em;  /* 1.5em (line-height) * 3 lines = 4.5em */
    text-overflow: ellipsis;
    white-space: normal;
}

@media all and (max-width: 476px) {
    .product-image-wrapper {
        height: unset;
    }

    .productinfo .productinfo-verprecio {
        font-size: 12px;
        font-weight: 700;
        background-color: #c0c0c0;
        margin-top: 4px;
        padding: 4px;
        /*border-color: unset;*/
    }

    .productinfo-precio {
        font-size: 20px;
        font-weight: 700;
        line-height: 2.5;
        text-align: center;
    }

    .productinfo-precio-canon {
        position: static;
        display: block;
    }

    .productinfo .product-name {
        margin-top: 6px;
        font: 500 13px/20px Montserrat, "Open Sans", sans-serif;
    }

    .productinfo-codigo-stock {
        display: none;
    }
}


.productinfo .product-name * {
    text-overflow: ellipsis;
}

.productinfo .product-name, .product-name a {
    /* padding-top: 20px; */
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
    margin-bottom: 2px;
    text-overflow: ellipsis;

    height: 110px;
    overflow: hidden;
    /*color: #696763;*/
    /*font-weight: bolder;*/


    font: 600 12px/20px Montserrat, "Open Sans", sans-serif;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #4a4a4a;
}


.productinfo .product-marca {
    /* padding-top: 20px; */
    margin: 0 2px;
    font-size: 11px;
    color: #797979;
    letter-spacing: -0.010em;

}


@media all and (min-width: 990px) {
    .productinfo .product-name {
        /*padding-top: 10px;*/

    }
}


.productinfo .productinfo-data--bottom {
    position: absolute;
    bottom: 0;
    /*align-self: flex-end;*/
    width: 100%;
    padding-bottom: 2px;

}

@media all and (max-width: 990px) {
    .productinfo .productinfo-data--bottom {
        display: none;
    }
}


@media all and (min-width: 476px) {

    .productinfo .product-name {
        height: 80px;
    }
}

@media all and (min-width: 990px) {
    .productinfo .product-name {
        height: 100px;
    }
}



.product-overlay {
    background: #C23972;
    top: 0;
    display: none;
    height: 0;
    position: absolute;
    transition: height 500ms ease 0s;
    width: 100%;
    display: block;
    opacity: 1;
}

.single-products:hover .product-overlay {
    display: block;
    height: 100%;
}

.product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.product-overlay .add-to-cart {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    color: #C23972;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.product-overlay .add-to-cart:hover {
    background: #fff;
    color: #C23972;
}

.product-overlay p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.add-to-cart {
    background: #F5F5ED;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.add-to-cart:hover {
    background: #C23972;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
}

.add-to {
    margin-bottom: 10px;
}

.add-to-cart i {
    margin-right: 5px;
}

.add-to-cart:hover {
    background: #C23972;
    color: #FFFFFF;
}


.category-tab {
    overflow: hidden;
    /*border-radius: 1%;*/
}

.category-tab  .nav-tabs {
    background: #40403E;
    border-bottom: 1px solid #C23972;

    list-style: none outside none;
    margin: 0 0 12px;
    padding: 0;
    width: 100%;
}


.category-tab .nav-tabs li a {
    border: 0 none;
    border-radius: 0;
    color: #B3AFA8;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.category-tab .nav-tabs li a:hover {
    background: #C23972;
    color: #fff;
}

.category-tab .tab-content {
    padding-top: 12px;
}

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #C23972;
    border: 0px;
    color: #FFFFFF;
    cursor: default;
    margin-right: 0;
    margin-left: 0;
}

.nav-tabs li a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 0;
}

.recommended_items {
    overflow: hidden;
}

#recommended-item-carousel .carousel-inner .item {
    padding-left: 0;
}

.recommended-item-control {
    position: absolute;
    top: 41%;
}

.recommended-item-control i {
    background: none repeat scroll 0 0 #C23972;
    color: #FFFFFF;
    font-size: 20px;
    padding: 4px 10px;
}

.recommended-item-control i:hover {
    background: #ccccc6;
}

.recommended_items h2 {

}

.our_partners {
    overflow: hidden;
}

.our_partners ul {
    background: #F7F7F0;
    margin-bottom: 50px;
}

.our_partners ul li a:hover {
    background: none;
}

/*************************
*******Shop CSS******
**************************/
#advertisement {
    padding-bottom: 45px;
}

#advertisement img {
    width: 100%;
}

.pagination {
    display: block;
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 15px;
    padding-bottom:25px;
}

.pagination li:first-child a, .pagination li:first-child span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination li:last-child a, .pagination li:last-child span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination .active a, .pagination .active span, .pagination .active a:hover,
.pagination .active span:hover, .pagination .active a:focus,
.pagination .active span:focus {
    background-color: #C23972;
    border-color: #C23972;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}

.pagination li a, .pagination li span {
    background-color: #f0f0e9;
    border: 0;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    color: #000;
}

.pagination li a:hover {
    background: #C23972;
    color: #fff;
}

/*************************
*******Product Details CSS******
**************************/
/*.product-details {*/
/*    overflow: hidden;*/
/*}*/

#similar-product {
    margin-top: 40px;
}

#reviews {
    padding-left: 25px;
    padding-right: 25px;
}

.product-details {
    margin-bottom: 40px;
    /*overflow: hidden;*/
    margin-top: 10px;
}



.view-product {
    position: relative;
}

.view-product .imagen-principal {
    border: 1px solid #F7F7F0;

    width: 100%;
}

.view-product h3 {
    background: #C23972;
    bottom: 0;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px 20px;
    position: absolute;
    right: 0;
}

#similar-product .carousel-inner .item {
    padding-left: 0px;
}

#similar-product .carousel-inner .item img {
    display: inline-block;
    margin-left: 15px;
}

.item-control {
    position: absolute;
    top: 35%;
}

.item-control i {
    background: #C23972;
    color: #FFFFFF;
    font-size: 20px;
    padding: 5px 10px;
}

.item-control i:hover {
    background: #ccccc6;
}

.newarrival {
    position: absolute;
    top: 0;
    left: 0
}


.product-information {
    /*border: 1px solid #C23972;*/
    border-radius: 1%;
    /*background-color: #ebeced;*/
    overflow: hidden;
    padding: 20px 0  30px 0;
    max-width: 550px;

    position: relative;
    margin: 4px;




    /*color: #000000;*/
    /*-webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.75);*/
    /*-moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.75);*/
    /*box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.75);*/
    min-height: 330px;
    /*max-height: 430px;*/
}



.product-information h1 {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-top: 0;
    font-weight: 700;
}

.product-information p {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
}



/*.product-information span {*/
/*    !*display: inline-block;*!*/
/*    margin-bottom: 8px;*/
/*    margin-top: 18px;*/
/*}*/

.product-information span input {
    border: 1px solid #DEDEDC;
    color: #696763;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 33px;
    outline: medium none;
    text-align: center;
    width: 50px;
}

.product-information span label {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-right: 5px;
}

.product-information .row {
    margin-bottom: 8px;
}


.product-information .pi-precio {
    position: relative;
    display: inline-block;
    color: #C23972;
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    font-weight: 800;
    margin-right: 30px;
    margin-top: 0px;

}


.product-information .pi-descuento-original {
    margin-bottom: 2px;
    display: inline-flex;
    flex-direction: column;
    vertical-align: middle;
    margin-right: 14px;
}

.product-information .pi-descuento-original--label {
    font-size: 14px;
    color: gray;
}

.product-information .pi-descuento-original--value {
    font-size: 16px;
    color: dimgray;
    text-decoration: line-through;
    padding: 4px 0;
    font-weight: bold;
}

.product-information .pi-descuento {
    margin-bottom: 2px;
    display: inline-flex;
    flex-direction: column;
    vertical-align: middle;
}

.product-information .pi-descuento--label {
    font-size: 14px;
    color: gray;
}

.product-information .pi-descuento--value {
    text-align: center;
    font-size: 16px;
    background:linear-gradient(to bottom, #ea0000 0%, #b5295f 100%);
    color: white;
    border-radius: 3px 3px 3px 3px;
    padding: 4px 8px;
    font-weight: bold;
}


.product-information .pi-precio-con-iva {
    position: relative;
    display: inline-block;
    color: #C23972;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-right: 30px;
    margin-top: 0px;
}

.product-information .pi-precio .pi-precio-iva{
    position: absolute;
    right: -25px;
    bottom: 18px;
    padding-left: 2px;
    font-size: 10px;
}

.product-information .pi-buttons {
    display: flex;
    position: absolute;
    bottom: 0;
    padding: 10px 0px;

    width: 100%;
    margin-left: -20px;
    height: 68px;
}

.product-information .pi-buttons  *{
    flex: 1;
    flex-flow: column;
    height: 100%;
    padding: 0px 2px;
    text-align: center;
    margin:6px;
}


.product-information .pi-buttons #cantidadArt {
    width: 60px;
    flex-grow: 0.2;

}

.share {
    margin-top: 15px;
}

.cart {
    background: linear-gradient(to left, #e0498a 0%, #b5295f 100%); /* Smooth transition */
    border: 0 none;
    border-radius: 12px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
    height: 50px;
}


.cart:hover {
    background: linear-gradient(to bottom, #e8428c 0%, #c03069 100%); /* Slightly brighter on hover */
}

.cart.buy-button {
    font-size: 1.35em;
    margin-bottom: 24px;
    background: linear-gradient(to left, #db3077 0%, #b5295f 100%);

}

.cart.buy-button:hover {
    background: linear-gradient(to bottom, #e8428c 0%, #c03069 100%); /* Slightly brighter on hover */
}

.cart.share-button {
    display: none;

}

@media all and (max-width: 990px) {

    .cart > * {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

    .cart.buy-button {
        height: 54px;
        font-size: 1.35em;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        font-weight: 400;
        /*background-color: #dd0000;*/
    }

    .cart.share-button {

        height: 54px;
        width: 54px;
        margin-right: 6px;
        font-size: 1.35em;
        display: inline-flex;
        justify-content: center;
        align-items: center;

        background: linear-gradient(to left, #078bff 0%, #3d8fd3 100%);
        border-radius: 8px;
    }


    .cantidad-carrito {
        display: none;
    }

    .precio-detalle-movil {
        padding: 1rem;

        -webkit-box-shadow: 0 -4x 3px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 -4px 3px 0px rgba(0,0,0,0.15);
        box-shadow: 0 -4px 3px 0px rgba(0,0,0,0.15);

        position: fixed;
        left: 0;
        bottom: 0;
        height: 76px;
        width: 100%;
        z-index: 2;
        background: white;
        display: flex;
    }
}


.shop-details-tab {
    /*border: 4px solid #40403E;*/
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    background-color: white;

}


/*.shop-details-tab .col-sm-12 {*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*}*/

/*************************
*******404 CSS******
**************************/
.logo-404 {
    margin-top: 60px;
}

.content-404 h1 {
    color: #363432;
    font-family: 'Montserrat', sans-serif;
    font-size: 41px;
    font-weight: 300;
}

.content-404 img {
    margin: 0 auto;
}

.content-404 p {
    color: #363432;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.content-404 h2 {
    margin-top: 50px;
}

.content-404 h2 a {
    background: #C23972;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    font-weight: 300;
    padding: 8px 40px;
}

/*************************
*******login page CSS******
**************************/
#form {
    display: block;
    margin-bottom: 185px;
    margin-top: 185px;
    overflow: hidden;
}

.login-form {

}

.signup-form {

}

.login-form h2, .signup-form h2 {
    color: #696763;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

.login-form form input, .signup-form form input {
    background: #F0F0E9;
    border: medium none;
    color: #696763;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
}

.login-form form span {
    line-height: 25px;
}

.login-form form span input {
    width: 15px;
    float: left;
    height: 15px;
    margin-right: 5px;
}

.login-form form button {
    margin-top: 23px;
}

.login-form form button, .signup-form form button {
    background: #C23972;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-family: 'Montserrat', sans-serif;
    padding: 6px 25px;
}

.login-form label {

}

.login-form label input {
    border: medium none;
    display: inline-block;
    height: 0;
    margin-bottom: 0;
    outline: medium none;
    padding-left: 0;
}

.or {
    background: #C23972;
    border-radius: 40px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-top: 75px;
    text-align: center;
    width: 50px;
}


/*************************
*******Cart CSS******
**************************/
#do_action {
    margin-bottom: 50px;
}



.breadcrumbs {
    z-index: 10000000;
    width: 100%;

    height: 28px;
    background: #2174af;
    /*margin-top: 78px;*/


    /*border-top: 0.5px solid grey;*/
    /*background-color: #5e8ad5;*/
    color: white;
    margin-bottom: 0;
    padding-bottom: 0;

    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */

    /*overflow-x: -moz-scrollbars-none;*/
    /*overflow-x: scroll;*/
    /*-ms-overflow-style: none;*/
    /*scrollbar-width: none;*/

    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumbs .breadcrumb {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumbs::-webkit-scrollbar{
    width: 0;
    height: 0;
    display: none;
}




.breadcrumbs > * {
    color: white;
}

.breadcrumbs .breadcrumb {
    background: transparent;
    color: white;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-bottom: 0px;
    padding-left: 8px;
}

.breadcrumbs .breadcrumb ol {
    margin-bottom: 0px;
}

.breadcrumbs .breadcrumb li a {
    background: inherit;
    color: #FFFFFF;
    padding: 4px 7px;
}

.breadcrumbs .breadcrumb > .active {
    color: #FFFFFF;
    padding: 4px 4px;
    font-weight: bolder;
}

.breadcrumbs .breadcrumb > li + li:before {
    content: "";
}

@media all and (max-width: 990px) {
    .breadcrumbs .breadcrumb {
        color: darkgray;
    }

    .breadcrumbs {
        height: 32px;
        border-top: 1px solid antiquewhite;
        border-bottom: 1px solid antiquewhite;
        background: white;
    }

    .breadcrumbs .breadcrumb li a {
        color: #1c1f22;
    }

    .breadcrumbs .breadcrumb > .active {
        color: #1b1e21;
    }
}


#cart_items .cart_info {
    border: 1px solid #E6E4DF;
    margin-bottom: 50px;
    background-color: #fefefe;
}

#cart_items .cart_info > .table {
    padding-bottom: 0 !important;
}

#cart_items .cart_info .cart_menu {
    background: #C23972;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

#cart_items .cart_info .table.table-condensed thead tr {
    height: 40px;
}

#cart_items .cart_info .table.table-condensed tr {
    border-bottom: 1px solid #F7F7F0
}

#cart_items .cart_info .table.table-condensed tr:last-child {
    border-bottom: 0
}

#cart_items .cart_info .image {
    padding-left: 30px;
}

#cart_items .cart_info .cart_description .nombre_producto {
    margin-bottom: 0
}

#cart_items .cart_info .cart_description .nombre_producto a {
    color: #363432;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#cart_items .cart_info .cart_disponibilidad {
    /* color: #363432; */
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    /* font-weight: normal; */
}

#cart_items .cart_info .cart_description p {
    color: #696763;
    font-size: 10px;
}

#cart_items .cart_info .cart_price p {
    color: #696763;
    font-size: 14px;
    text-align: right;
}

#cart_items .cart_info .cart_total_price {
    color: #C23972;
    font-size: 14px;
    text-align: right;
}

#cart_items .cart_info
.table.table-condensed.total-result {
    margin-bottom: 10px;
    margin-top: 35px;
    color: #696763
}

#cart_items .cart_info
.table.table-condensed.total-result tr {
    border-bottom: 0
}

#cart_items .cart_info
.table.table-condensed.total-result span {
    color: #C23972;
    font-weight: 700;
    font-size: 16px
}

#cart_items .cart_info
.table.table-condensed.total-result
.shipping-cost {
    border-bottom: 1px solid #F7F7F0;
}

.cart_info table tr td {
    border-top: 0 none;
    vertical-align: inherit;
}

.cart_product {
    display: block;
    margin: 15px -70px 10px 25px;
}

.cart_quantity_button a {
    background: #F0F0E9;
    color: #696763;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 25px;
    float: left;
}

.cart_quantity_input {
    color: #696763;
    float: left;
    font-size: 16px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.cart_delete {
    display: none;
    margin-right: -12px;
    overflow: hidden;
}

.cart_delete a {
    background: #F0F0E9;
    color: #FFFFFF;
    padding: 5px 7px;
    font-size: 16px
}

.cart_delete a:hover {
    background: #C23972;
}

.bg h2.title {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}

.heading h3 {
    color: #363432;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.heading p {
    color: #434343;
    font-size: 16px;
    font-weight: 300;
}

#do_action .total_area {
    padding-bottom: 18px !important;
}

#do_action .total_area, #do_action .chose_area {
    border: 1px solid #E6E4DF;
    color: #696763;
    padding: 30px 25px 30px 0;
    margin-bottom: 80px;
}

.total_area span {
    float: right;
}

.total_area ul li {
    background: #E6E4DF;
    color: #696763;
    margin-top: 10px;
    padding: 7px 20px;
}

.user_option label {
    color: #696763;
    font-weight: normal;
    margin-left: 10px;
}

.user_info {
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
    overflow: hidden;
}

.user_info label {
    color: #696763;
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.user_info .single_field {
    width: 31%
}

.user_info .single_field.zip-field input {
    background: transparent;
    border: 1px solid #F0F0E9
}

.user_info > li {
    float: left;
    margin-right: 10px
}

.user_info > li > span {

}

.user_info input, select, textarea {
    background: #F0F0E9;
    border-width: 1px;
    color: #696763;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    resize: none;
}

.user_info select:focus {
    border: 0;
}

.chose_area .update {
    margin-left: 40px;
}

.update, .check_out {
    background: #C23972;
    border-radius: 0;
    color: #FFFFFF;
    margin-top: 18px;
    border: none;
    padding: 5px 15px;
}

.update {
    margin-left: 40px;
}

.check_out {
    margin-left: 20px
}

/*************************
*******checkout CSS******
**************************/
.step-one {
    margin-bottom: -10px
}

.register-req, .step-one .heading {
    background: none repeat scroll 0 0 #F0F0E9;
    color: #363432;
    font-size: 20px;
    margin-bottom: 35px;
    padding: 10px 25px;
    font-family: 'Montserrat', sans-serif;
}

.checkout-options {
    padding-left: 20px
}

.checkout-options h3 {
    color: #363432;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

.checkout-options p {
    color: #434343;
    font-weight: 300;
    margin-bottom: 25px;
}

.checkout-options .nav li {
    float: left;
    margin-right: 45px;
    color: #696763;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.checkout-options .nav label {
    font-weight: normal;
}

.checkout-options .nav li a {
    color: #C23972;
    font-size: 18px;
    font-weight: normal;
    padding: 0
}

.checkout-options .nav li a:hover {
    background: inherit;
}

.checkout-options .nav i {
    margin-right: 10px;
    border-radius: 50%;
    padding: 5px;
    background: #C23972;
    color: #fff;
    font-size: 14px;
    padding: 2px 3px;
}

.register-req {
    font-size: 14px;
    font-weight: 300;
    padding: 15px 20px;
    margin-top: 35px;
}

.register-req p {
    margin-bottom: 0
}

.shopper-info p, .bill-to p, .order-message p {
    color: #696763;
    font-size: 20px;
    font-weight: 300
}

.shopper-info .btn-primary {
    background: #C23972;
    border: 0 none;
    border-radius: 0;
    margin-right: 15px;
    margin-top: 20px;
}

.form-two, .form-one {
    float: left;
    width: 47%
}

.shopper-info > form > input, .form-two > form > select, .form-two > form > input,
.form-one > form > input {
    background: #F0F0E9;
    border: 0 none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-weight: 300
}

.form-two > form > select {
    padding: 10px 5px
}

.form-two {
    margin-left: 5%
}

.order-message textarea {
    font-size: 12px;
    height: 335px;
    margin-bottom: 20px;
    padding: 15px 20px;
}

.order-message label {
    font-weight: 300;
    color: #696763;
    font-family: 'Montserrat', sans-serif;
    margin-left: 10px;
    font-size: 14px
}

.review-payment h2 {
    color: #696763;
    font-size: 20px;
    font-weight: 300;
    margin-top: 45px;
    margin-bottom: 20px
}

.payment-options {
    margin-bottom: 125px;
    margin-top: -25px
}

.payment-options span label {
    color: #696763;
    font-size: 14px;
    font-weight: 300;
    margin-right: 30px;
}

/*************************
******* Contact CSS ********
**************************/
.contact-map {
    width: 100%;
    height: 385px;
    margin-bottom: 70px
}

.contact-info .heading, .contact-form .heading {
    text-transform: capitalize;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

#contact-page
.form-control::-moz-placeholder {
    color: #8D8D8D;
}

#contact-page .form-control {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #696763;
    height: 46px;
    padding: 6px 12px;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: inherit;
}

#contact-page #message {
    height: 160px;
    resize: none;
}

#main-contact-form .btn-primary {
    margin-bottom: 15px;
    margin-top: 20px;
}

#contact-page .form-control:focus, #contact-page .form-control:hover {
    box-shadow: inherit;
    border-color: #FDB45E;
}

#contact-page .contact-info {
    padding: 0 20px;
}

#contact-page .contact-info address {
    margin-bottom: 40px;
    margin-top: -5px;
}

#contact-page .contact-info p {
    margin-bottom: 0;
    color: #696763;
    font-size: 16px;
    line-height: 25px;
}

.social-networks {
    overflow: hidden;
    text-align: center;
}

.social-networks ul {
    margin-top: -5px;
    padding: 0;
    display: inline-block;
}

.social-networks ul li {
    float: left;
    text-decoration: none;
    list-style: none;
    margin-right: 20px;
}

.social-networks ul li:last-child {
    margin-right: 0;
}

.social-networks ul li a {
    color: #999;
    font-size: 25px;
}

.contact-info .social-networks ul li a i {
    background: none;
}

.contact-info .social-networks ul li a:hover {
    color: #C23972;
}

/*
	Registro
*/
.registro-terminos-distribuidor {
    display: none;
}

/*
	Detalles del artículo
*/

.detalles-articulo {
    padding-left: 0;
    padding-right: 0;
    /*padding: 32px 0 8px 0;*/
    /*background-color: white;*/
    /*color: black;*/
    font-family: 'Montserrat', 'Open Sans', sans-serif;
}

/*@media all and (max-width: 990px) {*/
/*    .detalles-articulo {*/
/*        padding: 12px 0 !important;*/
/*    }*/
/*}*/

.detalles-articulo ul {
    /*background-color: white;*/
    border: none;
    padding-left: 0 !important;
}

.detalles-articulo ul li {

}

/*.detalles-articulo  * {*/
/*    background-color: white;*/
/*}*/

.view-product .imageholder {
    width: 100%;
    max-height: 380px;
    padding: 0px;
}

/* Imagen sticky para el detalle del artículo */
@media all and (min-width: 990px) {

    .view-product {
        margin: auto;
        max-width:600px;
    }


    .imagen-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
    }
}


/*
	Elementos del carrito
*/
.cart_info .disponibilidad-no, .cart_info .disponibilidad-no p {
    background-color: #ed6365;
    color: white;
    font-size: 14px;
}

.cart_info > table > tbody .precio-subido {
    background-color: #ed6365;
}

.cart_info > table > tbody .precio-bajado {
    background-color: #80ff80;
}

.cart_info > table > tbody .precio-igual {

}


.cart_info > table > tbody .articulo-baja {
    background-color: #F333FF;
}

/*
	Columna derecha carrito
*/
.carrito-columna {
    border: medium;
    border-color: #bcc2cd;
    border-radius: 1px;
    border-style: solid;
    border: 1px solid #E6E4DF;
    overflow: hidden;
    margin: 0px 2px 10px;
}

.carrito-columna .cabecera {
    display: flex;
    background-color: #C23972;
    color: white;;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    margin: auto;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 2px solid;
    border-bottom-color: silver;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.carrito-columna .cuerpo {
    padding: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background-color: #fefefe;
}

.carrito-columna .izquierda {
    float: left;
}

.carrito-columna .derecha {
    float: right;
    font-weight: 700;
}

.carrito-pagar input[type=submit], .finalizar_btn {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: #0080ff;
    color: white;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #E6E4DF;
    margin-bottom: 12px;
}

.seguir_comprando_btn {
    display:inline-block;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: white;

    color: #0080ff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #0080ff;
    text-align: center;
    line-height: 40px;

}



.boton_primario {
    display:inline-block;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: #0080ff;
    color: white;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #E6E4DF;

    text-align: center;
    line-height: 40px;
}

.boton_primario:hover {
    color: white;
}

.boton_secundario {
    display:inline-block;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: white;

    color: #0080ff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #0080ff;
    text-align: center;
    line-height: 40px;

}


.carrito-pagar .revalorizar_btn {
    background-color: #ff8080;
    color: white;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.imagen-detalles-mini {
    cursor: pointer;
    cursor: hand;
    width: 72px;
    height: 72px;
}

/*
	contenedor principal
*/
.main-container {

}

.disponibilidad-24h {
    /*background-color: green;*/
    color: green;
    font-weight: 900;
    /*color: white;*/
}

.disponibilidad-48h {
    /* background-color: yellow; */
    /* color: black; */
    /*color: #f07624;*/
    font-weight: 400;
}

.disponibilidad-prox {
    /* background-color: yellow; */
    /* color: black; */
    color: #0000FF;
    font-weight: 900;
}

.disponibilidad-no {
    /* background-color: red; */
    /* color: white; */
    color: red;
    font-weight: 900;
}

/*
	Panel de control
*/
.panel-control-caja ul {
    padding: 20px;
}

/*  Historial de pedidos */
.pedido-header {

}

.pedido-holder {
    border: 1px dashed black;
    margin: 0;
    padding: 12px;
    width: 100%;
}

.pedido-header .row {
    margin: 0;
    padding: 12px;
    width: 100%;
    font-size: 18px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

.pedido-body, pedido-body .row {
    margin: auto 0;
}

.pedido-body, .pedido-body #cart_items .cart_info {
    margin-bottom: 0px !important;
}

.pedido-header, .pedido-header div {

}


#filtros-content .panel-body{
    padding: 0;

}

/* Search form */
.busqueda-form {
    overflow-x: hidden;
    padding: 5px;
    border: 1px solid #cccccc;

    background-color: rgb(240, 240, 240);

    /*-webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.75);*/
    /*-moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.75);*/
    /*box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.75);*/

    color: black;
    font-family: 'Montserrat', sans-serif;
    /*font-weight: 800;*/
;
}

.busqueda-form * {
    border-radius: 10px !important;
    vertical-align: center;
}

.busqueda-form > .row {
    padding-left: 2px;
    padding-right: 2px;
}

/*.busqueda-form > .row > * {*/
/*    margin: 0px;*/
/*}*/

/*
.busqueda-form input, select {
    margin: 16px;
}

 */
.busqueda-form .espacio-stock {
    /*padding: 0px 6px;*/
    height: 100%;
}

.busqueda-form .espacio-boton {
    /*padding: 6px 6px;*/
    height: 34px;
}

.busqueda-form .buscar_btn {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin:4px 0;
}


.busqueda-form input[type="text"], .busqueda-form select {
    height: 32px;
    background-color: white;
    margin: 4px 0;
}

.busqueda-form .buscar-btn {
    width: 100%;
}


.panel-control--caja--header {
    color: white;
}


#gdpr-cookie-message {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin-left: 20px;
    background: #3B3646;
    color: white;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    max-width: 320px;
    font-size: 8px;
}

#gdpr-cookie-message a {
    color: #EE4B5A;
    border-bottom: 1px solid white;
    padding-bottom: 2px;
    font-size: 10px;
}

#gdpr-cookie-message a:hover {
    color: white;
    border-bottom: 1px solid #EE4B5A;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message h4 {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #EE4B5A;
    margin: 0 0 8px 0;
    padding: 0
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0px;
    text-align: right
}

#gdpr-cookie-message button {
    position: relative;
    background: #ca4169;

    color: white;
    border-radius: 3px;
    border: none;
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    padding: 5px 8px;
    margin-left: 15px;
    vertical-align: middle;
    cursor: pointer
}

#gdpr-cookie-message button:hover {
    background: white;
    color: #EE4B5A
}


div.eurpc-alert {

    font-size: larger;
}

div.eurpc-alert.alert-danger {
    background-color: red;
    color: white;
}

.cabecera-carrito {
    margin-top: 12px;
}

.carrito-boton-nuevo {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.carrito-boton-carritos {
    margin-top: 10px;
    width: 100%;
}


.modal-dialog {
    position: absolute;
    width:50%;
    top: 20%;
    left: 25%;
}

@media all and (max-width: 990px) {
    .modal-dialog {
        position: absolute;
        width:90%;
        top: 40% !important;
        left: 5% !important;
    }
}

/* loading */
.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}


.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;

}

.overlay i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.spin-big {
    font-size: 50px;
    height: 50px;
    width: 50px;

}

.spin-normal {
    font-size: 35px;
    height: 35px;
    width: 35px;
}

.spin-small {
    font-size: 20px;
    height: 20px;
    width: 20px;
}

.carrito-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 50px;
    z-index: 10000;
    opacity: .6;
    background-color: gray;

}


/* otro spinner */
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999999;
    height: 4em;
    width: 4em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);


}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 034º12/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;


}

.loading:not(:required):after {

    content: '';
    display: block;
    font-size: 30px;
    width: 1em;
    height: 1em;
    margin-top: -1em;
    -webkit-animation: spinner 4500ms infinite linear;
    -moz-animation: spinner 4500ms infinite linear;
    -ms-animation: spinner 4500ms infinite linear;
    -o-animation: spinner 4500ms infinite linear;
    animation: spinner 4500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(51, 122, 183, 0.95) 1.5em 0 0 0, rgba(194, 57, 114, 0.95) 1.1em 1.1em 0 0, rgba(51, 122, 183, 0.95) 0 1.5em 0 0, rgba(194, 57, 114, 0.95) -1.1em 1.1em 0 0, rgba(51, 122, 183, 0.95) -1.5em 0 0 0, rgba(194, 57, 114, 0.95) -1.1em -1.1em 0 0, rgba(51, 122, 183, 0.95) 0 -1.5em 0 0, rgba(194, 57, 114, 0.95) 1.1em -1.1em 0 0;
    box-shadow: rgba(51, 122, 183, 0.95) 1.5em 0 0 0, rgba(194, 57, 114, 0.95) 1.1em 1.1em 0 0, rgba(51, 122, 183, 0.95) 0 1.5em 0 0, rgba(194, 57, 114, 0.95) -1.1em 1.1em 0 0, rgba(51, 122, 183, 0.95) -1.5em 0 0 0, rgba(194, 57, 114, 0.95) -1.1em -1.1em 0 0, rgba(51, 122, 183, 0.95) 0 -1.5em 0 0, rgba(194, 57, 114, 0.95) 1.1em -1.1em 0 0;

}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }


    75% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.login-form-container > *{
    max-width: 380px;
    margin: 0 auto;
}

@media all and (max-width: 767px) {
    .login-form-container > *{
        max-width: unset;
    }
}

.login-info-container {
    padding: 2.5rem;
    padding-right: 3.75rem;
    border-right: 1px solid #CCCCCC;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.login-info-container__item {
    width: 100%;
    padding: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}




.formContent {

    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;

    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.3);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.3);
    text-align: left;
    border: 1px #eeeeee solid;

    padding: 36px;
    max-width: 980px;
    color: #1b1e21;

    margin: 0 auto;
}

@media all and (max-width: 990px) {
    .formContent {
        box-shadow: unset;
        -webkit-box-shadow: unset;
        border: unset;
        border-radius: unset;
        text-align: left;
        max-width: unset;
    }
    .formContent > * {
        margin-bottom: 16px;
    }

}




.bundle-wrapper {
    padding: 10px 5px;
    /*max-width: 220px;*/
}


.bundle {
    /*height: 400px;*/
    background-color: rgb(240, 240, 240);
    /*min-width: 280px;*/

    color:black;
    border: 1px #f3f3f3 solid;
    position: relative;
    padding: 0px;

    /*
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);

     */
    /*box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);*/

}



.bundle-nombre {
    padding: 0px 10px;
    overflow: hidden;
    margin:0px;
    text-align: center;
    font-weight: 800;
    font-size: 1.80em;
    color: #3c3c3c;
    padding-bottom: 8px;
    height: 120px;
    /*border-bottom: 1px gray solid;*/
}


.bundle img {
    width: 100%;
}

.bundle-descripcion
{
    background-color: rgb(250, 250, 250 );
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 12px;
    /*height:150px;*/
    font-weight: 400;
    height: 40%;
}

.bundle-bottom {
    padding: 10px 10px;
    /*bottom: 0px;*/
    /*position: absolute;*/
    border-top: 1px solid #0066C9;
    width:100%;
    background-color: rgb(250, 250, 250 );
}

.bundle-precio {
    font-size: 24px;
    font-weight: 600;
    color: #696763;
    display: inline-block;
    text-align: center;
}

/*.bundle-boton {*/
/*    position: absolute;*/
/*    right: 2px;*/

/*}*/

.bundle-articulos {
    border-top: 3px solid #b92c28 ;
    padding-top: 10px;
    /*overflow-y: auto;*/

    /*
        border: 1px solid grey;
        background:rgba(200,30,15,0.5);
        padding: 10px 5px;
    */
    overflow-y: auto;
    height:40%;
    font-size: 12px;
}

.bundle-articulos ul {
    padding-left: 22px;
    padding-right: 6px;




}

.bundle-articulos li {
    list-style-type: none;
    padding-left: 10px;
}

.bundle-articulos li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #0066C9; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    font-size: 1.30em;
}



@media (min-width: 0px) and ( max-width: 500px) {
    .bundle-wrapper {
        height: unset;
    }

    .bundle-articulos {
        height: 30%;
    }

    .bundle {
        height: 650px;
        overflow: hidden;
    }

    .bundle-nombre {
        height: 210px;
    }

    .bundle-precio {
        font-size: 10px !important;
        text-align: center;
    }
}


@media (min-width: 501px) and ( max-width: 1139px) {
    .bundle-wrapper {
        height: 580px;
    }

    .bundle-articulos {
        height: 35%;
    }

    .bundle {
        height: 580px;
    }
}



@media (min-width: 1140px) {
    .bundle-wrapper {
        height: 500px;
        margin-bottom: 12px;
    }

    .bundle-articulos {
        height: 40%;
    }

    .bundle {
        height: 500px;
    }
}




.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
    float: left;
}

.col-xs-5th-5 {
    float: left;
    width: 100%;
}

.col-xs-5th-4 {
    width: 80%;
}

.col-xs-5th-3 {
    width: 60%;
}

.col-xs-5th-2 {
    width: 40%;
}

.col-xs-5th-1 {
    width: 20%;
}

.col-xs-5th-pull-5 {
    right: 100%;
}

.col-xs-5th-pull-4 {
    right: 80%;
}

.col-xs-5th-pull-3 {
    right: 60%;
}

.col-xs-5th-pull-2 {
    right: 40%;
}

.col-xs-5th-pull-1 {
    right: 20%;
}

.col-xs-5th-pull-0 {
    right: auto;
}

.col-xs-5th-push-5 {
    left: 100%;
}

.col-xs-5th-push-4 {
    left: 80%;
}

.col-xs-5th-push-3 {
    left: 60%;
}

.col-xs-5th-push-2 {
    left: 40%;
}

.col-xs-5th-push-1 {
    left: 20%;
}

.col-xs-5th-push-0 {
    left: auto;
}

.col-xs-5th-offset-5 {
    margin-left: 100%;
}

.col-xs-5th-offset-4 {
    margin-left: 80%;
}

.col-xs-5th-offset-3 {
    margin-left: 60%;
}

.col-xs-5th-offset-2 {
    margin-left: 40%;
}

.col-xs-5th-offset-1 {
    margin-left: 20%;
}

.col-xs-5th-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
        float: left;
    }

    .col-sm-5th-5 {
        float: left;
        width: 100%;
    }

    .col-sm-5th-4 {
        width: 80%;
    }

    .col-sm-5th-3 {
        width: 60%;
    }

    .col-sm-5th-2 {
        width: 40%;
    }

    .col-sm-5th-1 {
        width: 20%;
    }

    .col-sm-5th-pull-5 {
        right: 100%;
    }

    .col-sm-5th-pull-4 {
        right: 80%;
    }

    .col-sm-5th-pull-3 {
        right: 60%;
    }

    .col-sm-5th-pull-2 {
        right: 40%;
    }

    .col-sm-5th-pull-1 {
        right: 20%;
    }

    .col-sm-5th-pull-0 {
        right: auto;
    }

    .col-sm-5th-push-5 {
        left: 100%;
    }

    .col-sm-5th-push-4 {
        left: 80%;
    }

    .col-sm-5th-push-3 {
        left: 60%;
    }

    .col-sm-5th-push-2 {
        left: 40%;
    }

    .col-sm-5th-push-1 {
        left: 20%;
    }

    .col-sm-5th-push-0 {
        left: auto;
    }

    .col-sm-5th-offset-5 {
        margin-left: 100%;
    }

    .col-sm-5th-offset-4 {
        margin-left: 80%;
    }

    .col-sm-5th-offset-3 {
        margin-left: 60%;
    }

    .col-sm-5th-offset-2 {
        margin-left: 40%;
    }

    .col-sm-5th-offset-1 {
        margin-left: 20%;
    }

    .col-sm-5th-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
        float: left;
    }

    .col-md-5th-5 {
        float: left;
        width: 100%;
    }

    .col-md-5th-4 {
        width: 80%;
    }

    .col-md-5th-3 {
        width: 60%;
    }

    .col-md-5th-2 {
        width: 40%;
    }

    .col-md-5th-1 {
        width: 20%;
    }

    .col-md-5th-pull-5 {
        right: 100%;
    }

    .col-md-5th-pull-4 {
        right: 80%;
    }

    .col-md-5th-pull-3 {
        right: 60%;
    }

    .col-md-5th-pull-2 {
        right: 40%;
    }

    .col-md-5th-pull-1 {
        right: 20%;
    }

    .col-md-5th-pull-0 {
        right: auto;
    }

    .col-md-5th-push-5 {
        left: 100%;
    }

    .col-md-5th-push-4 {
        left: 80%;
    }

    .col-md-5th-push-3 {
        left: 60%;
    }

    .col-md-5th-push-2 {
        left: 40%;
    }

    .col-md-5th-push-1 {
        left: 20%;
    }

    .col-md-5th-push-0 {
        left: auto;
    }

    .col-md-5th-offset-5 {
        margin-left: 100%;
    }

    .col-md-5th-offset-4 {
        margin-left: 80%;
    }

    .col-md-5th-offset-3 {
        margin-left: 60%;
    }

    .col-md-5th-offset-2 {
        margin-left: 40%;
    }

    .col-md-5th-offset-1 {
        margin-left: 20%;
    }

    .col-md-5th-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4 {
        float: left;
    }

    .col-lg-5th-5 {
        float: left;
        width: 100%;
    }

    .col-lg-5th-4 {
        width: 80%;
    }

    .col-lg-5th-3 {
        width: 60%;
    }

    .col-lg-5th-2 {
        width: 40%;
    }

    .col-lg-5th-1 {
        width: 20%;
    }

    .col-lg-5th-pull-5 {
        right: 100%;
    }

    .col-lg-5th-pull-4 {
        right: 80%;
    }

    .col-lg-5th-pull-3 {
        right: 60%;
    }

    .col-lg-5th-pull-2 {
        right: 40%;
    }

    .col-lg-5th-pull-1 {
        right: 20%;
    }

    .col-lg-5th-pull-0 {
        right: auto;
    }

    .col-lg-5th-push-5 {
        left: 100%;
    }

    .col-lg-5th-push-4 {
        left: 80%;
    }

    .col-lg-5th-push-3 {
        left: 60%;
    }

    .col-lg-5th-push-2 {
        left: 40%;
    }

    .col-lg-5th-push-1 {
        left: 20%;
    }

    .col-lg-5th-push-0 {
        left: auto;
    }

    .col-lg-5th-offset-5 {
        margin-left: 100%;
    }

    .col-lg-5th-offset-4 {
        margin-left: 80%;
    }

    .col-lg-5th-offset-3 {
        margin-left: 60%;
    }

    .col-lg-5th-offset-2 {
        margin-left: 40%;
    }

    .col-lg-5th-offset-1 {
        margin-left: 20%;
    }

    .col-lg-5th-offset-0 {
        margin-left: 0%;
    }
}


span.color-alternativo {
    color: #2174af;
}

.pdr-6 {
    padding-right: 6px;
}

.pdr-12 {
    padding-right: 12px;
}

.pdl-6 {
    padding-left: 6px;
}

.pdl-12 {
    padding-left: 12px;
}


.canon-detalle {
    color: #C23972;
    font-weight: 800;
}

.filtros {

    /*box-shadow: 0 0 2px 1px rgba(0, 0, 3, 0.10);*/
}

.filtros, .filtros * {
    padding-left: 12px;
}

.filtros .filtro-valor-lista {
    margin-bottom: 32px;
}

.filtros .filtro-valor-lista {
    border-top: 1px solid #C23972;
    list-style: none;
    padding-left: 4px;
    padding-top: 8px;
}

.filtros ul > li:not(:first-child) {
    margin-top: 8px;

}

.filtros .filtro-title {
    font-weight: 800;
    font-size: 18px;
    width:100%;
    background-color:  #C23972;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    text-align: center;
}


.filtro-valor {
    font-weight: 400;
}

.filtro-valor:before {
    font-family: FontAwesome;
    /*content: "\f14a";*/
    content: "\f096";

    margin-right: 8px;
}

.filtro-valor.active:before {
    content: "\f14a";
}

.filtro-valor:hover
{
    text-decoration: underline;
}

@media all and (max-width: 767px) {

    .filtros-col {
        display: none;
    }
}


/* Hide scrollbar for Chrome, Safari and Opera */
#brand_products .category-products::-webkit-scrollbar-track  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0;

}

#brand_products .category-products::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);

}

#brand_products .category-products::-webkit-scrollbar {
    width:8px;

}



h1.titulo-principal
{
    text-align: center;
    font-size: 2.0em;
    margin-bottom: 16px;
    border-left: 10px solid pink;
    border-right: 10px solid pink;
    text-transform: uppercase;
}

h2.titulo-secundario1
{
    text-align: left;
    font-size: 1.6em;
    margin-top: 32px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

h2.titulo-secundario2 {
    text-align: left;
    font-size: 1.6em;
    margin-bottom: 16px;
    margin-top: 32px;
    text-transform: uppercase;
}


@media all and (max-width: 990px) {
    h1.titulo-principal {
        font-size: 1.2em;}

    h2.titulo-secundario1 {
        font-size: 1.2em;
    }

    h2.titulo-secundario2 {
        font-size: 1.2em;
    }
}


@media all and (max-width: 990px) {

    .busqueda-form input[type="text"], select {
        height: 32px;
    }

    .busqueda-form .espacio-stock {
        margin-bottom: 4px !important;
    }
}


footer {
    font-family: 'Montserrat', sans-serif;
}


footer > * {
    margin: 0;
    padding: 15px 32px;

}

@media all and (max-width: 990px) {
    footer > * {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.footer-arriba {
    background-color: #2A2C4C;
}


.footer-medio {
    background-color: #43467B;
    font-size: 12px;
}

.footer-abajo {
    background-color: #2A2C4C;
}

footer, footer a, footer a:hover {
    color: white;
}

.footer__footer-header {
    color: white;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.footer__lista-links-header {
    font-weight: 700;
    color: white;
    /*
    border: 0;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
     */
}


.footer__lista-links {
    list-style: none;
    padding-left: 0;
}


.footer__lista-links li {
    margin-top: 16px;
}


.footer__red-social {
    width:22px;
    height:22px;
    margin-right: 10px;
}

.footer__metodo-pago {
    width:48px;
    height:48px;
    margin-top: 8px;
    margin-right: 10px;
}

.footer__logos {

    margin-top: 12px;
    display: flex;
    max-width: 900px;

    flex-direction: row;

    margin-left: auto;
    margin-right: auto;
}


.footer__logos > * {
    display: inline-block;
    flex: 1;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    margin: 8px;
}

.footer__logos > div > p {
    margin-top: 12px;
}


.footer__logo-principal {

    width:96px;
    height:96px;
}

.footer__columna-movil {
    padding: 0 !important;
}

@media all and (max-width: 992px) {

    .footer__logos {
        margin-top: 0;
    }

    .footer__logos p {
        display: none;
    }

    .footer__logo-principal {
        width:32px;
        height:32px;
        margin-right: 10px;
    }


    /*.footer__lista-links li:nth-last-child(1) {*/
    /*    margin-bottom: 32px;*/

    /*}*/

    .footer__columna-movil {
        margin-bottom: 32px !important;
    }

    .footer__columna__texto {
        margin-bottom: 32px !important;
    }
}

.category-products .panel {
    margin-top: 0 !important;
    padding-top: 3px;
}

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}


.reparaciones-container {
    background-image: url("/static/images/reparacion/214.png");
    background-position: center;

    background-size: cover;
    color: black;


    /*
    box-shadow: 10px 10px 78px 27px rgba(202, 33, 152, 0.80);
    -webkit-box-shadow: 10px 10px 78px 27px rgba(202, 33, 152, 0.80);
    -moz-box-shadow: 10px 10px 78px 27px rgba(202, 33, 152, 0.80);
    filter: blur(8px);
    -webkit-filter: blur(8px);

    */

    object-fit: fill;




}


.reparaciones__descripcion-box {
    padding: 4px 8px;
}

.reparaciones__row {
    padding: 8px 0 0 0 !important;
}

.reparaciones__title {
    text-align: center;
    font-size: 36px;
    text-decoration: underline;
    color: black;
}

.reparaciones__descripcion {
    font-size: 18px;
    padding: 20px;
}


.reparaciones__form-container {
    padding: 10px !important;
}


.reparaciones__form-container, .reparaciones__form-container .form-group {
    /*background-color: rgba(165, 31, 125, 0.6);*/
    /*background-color: #c6d9fd;*/
    color: black;
    opacity: 1;
    padding: 4px 20px 4px 20px;

    margin-bottom: 0 !important;
    /*border-left:  2px gray solid ;*/


}

.reparaciones__form-container input, .reparaciones__form-container select, .reparaciones__form-container textarea  {
    margin-bottom: 24px !important;

}

.reparaciones__form-container .reparaciones__form-container__titulo {
    text-align: center;
    font-size:36px;
    color: black;
}


.dispositivos-escritorio.slick-slider {
    /*
    margin-left: -15px !important;
    margin-right: -15px !important;

     */
    margin-bottom: 8px;
}

.eliminar_form {
    margin-right: 8px;
    display: inline-block;
}

.carrito-holder {
}



.carrito-vacio {
    text-align: center;
    height:350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carrito-vacio-content {
    margin: auto 0;
    vertical-align: center;
}

.carrito-vacio-content .icon-container {
    display: inline-block;
    background-color: lightgray;
    border-radius: 50%;
    padding: 30px;
    margin-top: 20px;
}
.carrito-vacio-content .icon-container i {
    font-size: 100px;

}


.carrito-vacio h2 {
    color: #020202;
}

/*@media all and(max-width: 450px) {*/
/*    .carrito-vacio {*/
/*        height: 450px;*/
/*    }*/
/*}*/

.carrito-item {
    border-bottom: 1px solid #660066;
    margin-bottom: 16px;
    display: flex;
    padding: 4px;
}

.carrito-item .carrito-item__image {
    margin-right: 8px;
    width: 100px;
}

.carrito-item .carrito-item__image > img {
    width: 100%;
}

@media all and (min-width: 990px)  {
    #header .line1 .shop-menu {
        margin-left: 24px;
    }

}




.carrito-item .carrito-item__textos {
    flex: 1;
    flex-direction: column;


}

.carrito-item .carrito-item__textos__acciones {
    margin-top: 8px;
    display: flex;


}



.carrito-item .carrito-item__textos > * {
    padding-bottom: 6px;
}


@media all and (max-width: 767px) {
    .esconder-xs {
        display: none!important;
    }
}


.eleccion-carrito   {
    display: flex;
    font-weight: normal;
    width: 100%;
    justify-content: space-between;
}

.eleccion-carrito > * {

}

.eleccion-carrito .eleccion-carrito-selector {
    min-width: 20px;
    width: 40px;
}

/*.detalles-articulo span::before {*/
/*    content: ": ";*/
/*}*/

/* lg */ 
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
 
 
.usa{
	margin-right: 0;
} 

.shipping img{
	width: 100%;
}

.searchform input{
	width: 160px;
}

/*
.product-information span span{
	width: 100%;
}
*/


#similar-product .carousel-inner .item img{
	width: 65px;
}

#cart_items .cart_info .cart_description h4, 
#cart_items .cart_info .cart_description p{
	text-align: center;
} 

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
   
.shop-menu ul li a{
	padding-left: 0;
}

#slider-carousel .item{
	padding-left: 30px;
}

.item h2{
	font-size: 24px;
}

.girl{
	margin-left: 0;
}

.pricing{
	width: 100px;
}


.shipping img{
	width: 100%;
}

.slider.slider-horizontal{
	width: 100% !important;
}

.tab-pane .col-sm-3, .features_items .col-sm-4{
	width: 50%;
}

.footer-widget .col-sm-2{
	width: 33%;
	display: inline-block;
	margin-bottom: 50px;
}

.footer-widget .col-sm-3{
	display: inline-block;
	width: 40%;
}

#similar-product .carousel-inner .item img{
	width: 60px;
	/*margin-left: 0;*/
}

/*.product-information span span{*/
/*	display: block;*/
/*	width: 100%;*/
/*}*/

.product-information .cart{
	margin-left: 0;
	/*margin-top: 15px;*/
}

.item-control i{
	font-size: 12px;
	padding: 5px 6px;
}

#cart_items .cart_info .cart_description h4, #cart_items .cart_info .cart_description p{
	text-align: center;
}

.companyinfo h2{
	font-size: 20px;
}

.address {
	margin-top: 48px;
	margin-left: 20px;
}

.address p {
	font-size: 12px;
	top: 5px;
}

}

/* xs */
@media (max-width: 767px) {

.header_top .col-sm-6:first-child{
	display: inline-block;
	float: left;
}

.header_top .col-sm-6:last-child{
	display: inline-block;
	float: right;
}

.header-middle .col-sm-4 {
	display: inline-block;
	overflow: inherit;
	width: 100%;
}

.social-icons ul li a i {
	padding: 8px 10px;
}

.shop-menu.pull-right{
	float: none !important;
}

.shop-menu .nav.navbar-nav{
	margin-left: -30px;
	margin-bottom: 0px;
}

.header-bottom .col-sm-9{
	display: inline-block;
	width: 100%;
}

.mainmenu{
	width: 100%;
}

.mainmenu ul li{
	background: rgba(0, 0, 0, 0.5);
    padding-top: 15px;
	padding-bottom: 0;
}

.mainmenu ul li:last-child{
	padding-bottom: 15px;
}

.mainmenu ul li  a{
	color: #fff;
}

.navbar-collapse.in{
	overflow: inherit;
}

.mainmenu ul li a.active{
	padding-left: 15px;
}

.dropdown .fa-angle-down{
	display: none;
}

ul.sub-menu{
  position: relative;
  width: auto;
  display: block;
  background: transparent;
  box-shadow: none;
  top: 0;
}

.sub-menu li{
	background: transparent;
}

.mainmenu .navbar-nav li ul.sub-menu li{
	background: transparent;
	padding-bottom:0;
}

.nav.navbar-nav > li:hover > ul.sub-menu{
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
  box-shadow: none;
}

.header-bottom{
	position: relative;
}

.header-bottom .col-sm-3 {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 38px;
}

#slider-carousel .item{
	padding-left: 0;
}

.shipping{
	margin-bottom: 25px;
}

.pricing{
	width: 100px;
}


.footer-widget .col-sm-2 {
	width: 28%;
	display: flex;
	margin-bottom: 50px;
	margin-top: 0;
	float: left;
	margin-left: 30px;
}

.companyinfo{
	text-align: center;
}

.footer-widget .col-sm-3{
	display: inline-block;
}

.single-widget{

}

/*
.product-information span {
	display: block;
}
*/

#similar-product {
	margin-bottom: 40px;
}

.well{
	display: inline-block;
}

}

/* XS Portrait */
@media (max-width: 480px) {

.contactinfo{
	text-align: center;
}

.contactinfo ul li a {
	padding-right: 15px;
	padding-left: 0;
}

.social-icons.pull-right{
	float: none !important;
	text-align: center;
}

.btn-group.pull-right, 
.footer-bottom .pull-left, 
.footer-bottom .pull-right, 
.mainmenu.pull-left,
.media.commnets .pull-left,
.media-list .pull-left{
	float: none !important;
}

.header_top .col-sm-6:first-child{
	display: block;
	float: none;
}

.header_top .col-sm-6:last-child{
	display: block;
	float: none;
}

.contactinfo .nav.nav-pills, .social-icons .nav.navbar-nav{
	display: inline-block;
}

.logo{
	text-align: center;
	width: 100%;
}

.shop-menu ul li {
	padding: 0;
}

.header-middle .col-sm-4{
	text-align: center;
	overflow: inherit;
}

.shop-menu .nav.navbar-nav {
	margin-left: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child{
	margin-right: 0;
}

.header-bottom .col-sm-9{
	display: inline-block;
	width: 100%;
}

.mainmenu{
	width: 100%;
}

.mainmenu ul li{
	background: rgba(0, 0, 0, 0.5);
    padding-top: 15px;
	padding-bottom: 0;
}

.mainmenu ul li:last-child{
	padding-bottom: 15px;
}

.mainmenu ul li a {
	color: #FFF;
	padding-bottom: 0;
}

.navbar-collapse.in{
	overflow: inherit;
}

.mainmenu ul li a.active{
	padding-left: 15px;
}

.dropdown .fa-angle-down{
	display: none;
}

ul.sub-menu{
  position: relative;
  width: auto;
  display: block;
  background: transparent;
  box-shadow: none;
  top: 0;
}


.mainmenu .navbar-nav li ul.sub-menu li{
	background: transparent;
	padding-bottom:0;
}

.nav.navbar-nav > li:hover > ul.sub-menu{
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
  box-shadow: none;
}


.item{
	padding-left: 0;
}

.item h1{
	font-size: 30px;
	margin-top: 0;
}

.item h2{
	font-size: 20px;
}

.pricing{
	width: 70px;
}

/*.category-tab ul li a{*/
/*	font-size: 12px;*/
/*}*/

.companyinfo h2, .companyinfo p{
	text-align: center;
}

.video-gallery{
	margin-top: 30px;
}

.footer-bottom p{
	font-size: 13px;
	text-align: center;
}

.footer-widget .col-sm-2 {
	width: 50%;
	display: flex;
	margin-bottom: 50px;
	margin-top: 0;
	float: left;
	padding-right: 0;
	padding-left: 30px;
	margin-left: 0;
}

.single-widget {
	padding-left: 0;
}

.features_items{
	margin-top: 30px;
}

/*.category-tab .nav-tabs li{*/
/*	float: none;*/
/*}*/

#similar-product .carousel-inner .item img{
	margin-left: 4px;
}

.product-information{
	margin-top: 8px;
}

#reviews p, .blog-post-area .single-blog-post p{
	text-align: justify;
}

#reviews form span input{
	width: 100%;
	margin-bottom: 20px;
}

#reviews form span input:last-child{
	margin-left: 0;
}

.blog-post-area .single-blog-post h3{
	font-size: 14px;
}

.blog-post-area .post-meta ul li{
	margin-right: 7px;
}

.shipping{
	margin-bottom: 20px;
}

.commnets{
	padding: 0;
}

.content-404 h1{
	font-size: 30px;
}

.content-404 h2 a{
	font-size: 20px;
}

.order-message{
	display: inline-block;
}

.response-area .media img{
	width: auto;
}

.sinlge-post-meta li{
	margin-bottom: 10px;
}

.product-information{
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
}



}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff /*url('./ajax-loader.gif')*/ center center no-repeat;
}


/* Arrows */
.slick-prev, .slick-next
{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0;
    line-height: 0;

    z-index: 10;

    position: absolute;
    top: 50%;
    color: #BC2361;

    display: block;

    width: 40px;
    height: 40px;
    padding: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    border: none;
    outline: none;

    background: rgba(117, 115, 115, 0.5) !important;
    border-radius: 7px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before, .slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 15px;
}
[dir='rtl'] .slick-prev
{
    right: 15px;
    left: auto;
}
.slick-prev:before
{
    content: "\f060";
}
[dir='rtl'] .slick-prev:before
{
    content: '\f061';
}

.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: '\f061';
}
[dir='rtl'] .slick-next:before
{
    content: '\f060';
}

/* Dots */
.slick-dotted.slick-slider
{
    /*margin-bottom: 30px;*/
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: 20px;
    z-index: 100;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 8px;
    line-height: 20px;
    color: #BC2361;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: "\f192";
    text-align: center;

    opacity: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.slider {
   background-color: white;
   /*margin: 100px auto;*/
   height: auto!important;
   }

  .slick-slide {
  margin: 0px 0px;
  }

 .slick-slide img {
 width: 100%;
 }


.slick-track
{
    margin-left: unset !important;
    margin-right: unset !important;
}

 .slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: none;
}




.slick-slider picture {
    display: none;
}

.slick-slider.slick-initialized picture {
    display: block;
}

.slick-slider picture:first-of-type {
    display: block;
    visibility: visible;
}



.slider .slide:not(:first-of-type) {
    display: none;
}
.slider.slick-initialized .slide:not(:first-of-type) {
    display:block;
}

/*.slick-slide {*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*}*/

/*.slick-slide.slick-active {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/

/*.slick-track{*/
/*    margin-left: 0 !important;*/
/*}*/


.slick-slider {
    touch-action: auto;
    -ms-touch-action: auto;
    margin-bottom: 0px;
}