﻿/* Import fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@font-face {
    font-family: Rubik;
    src: url(/fonts/Rubik/Rubik-VariableFont_wght.ttf);
}

@font-face {
    font-family: Rubik;
    src: url(/fonts/Rubik/Rubik-Italic-VariableFont_wght.ttf);
    font-style: italic;
}

@font-face {
    font-family: Rubik;
    src: url(/fonts/Rubik/Rubik-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Rubik;
    src: url(/fonts/Rubik/Rubik-SemiBold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Rubik;
    src: url(/fonts/Rubik/Rubik-SemiBold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Rubik;
    src: url(/fonts/Rubik/Rubik-SemiBoldItalic.ttf);
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: Rubik;
    src: url(/fonts/Rubik/Rubik-SemiBoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: Rubik;
    src: url(/fonts/Rubik/Rubik-SemiBoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}

/* General styles */

html,
body,
select::-ms-expand,
select::-webkit-select {
    font-family: 'Rubik', Times, serif;
    height: 100%;
}


select::-ms-expand,
select::-webkit-select {
    font-family: 'Rubik', Times, serif !important;
}

body {
    font-size: 14px;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004) !important;
    text-rendering: optimizeLegibility !important;
}
/*cartel no disponible en el modal*/
.modal-content .no-disponible {
    width: 47%;
    background: #E2E2E2;
    padding: 9px;
    border-radius: 5px;
    text-align: center;
    cursor: not-allowed;
    color: #000;
    text-align: center;
}
/*cartel no disponible en el detalle del producto*/
.pd-price .no-disponible {
    width: 100%;
    background: #E2E2E2;
    padding: 9px;
    border-radius: 3px;
    text-align: center;
    cursor: not-allowed;
    color: #000;
}
/*cartel no disponible en el catálogo*/
.download-card__content-box .no-disponible {
    width: 90%;
    background: #E2E2E2;
    padding: 9px;
    border-radius: 5px;
    margin: 0px auto;
    /* text-align: center; */
    cursor: not-allowed;
    color: #000;
}

a,
button,
img {
    -moz-transition: .4s ease;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
}


    a:hover {
        opacity: 0.8;
    }

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 700;
}

main {
    min-height: calc(100% - 199px);
    position: relative;
    padding-bottom: 15px;
}

.padding0 {
    padding-left: 0px;
    padding-right: 0px;
}


/* color fondo del sistema */
.color_body {
    background: #f0f3f5 !important;
}


/* color barra de navegaci n */
.color_navbar {
    /*background: #1677cb !important;*/
    background: #fff !important;
}


    /* color links de la barra de navegaci n */
    .color_navbar .nav > li > a {
        /*color: #fff !important;*/
        color: #333 !important;
        /*TD:2018-04-12: Agrego color subrayado de links*/
        /*text-decoration: underline;
        text-decoration-color: #333;*/
    }


/* color del footer */
.color_footer {
    background-color: rgba(0,0,0,0.05);
    color: #333;
    position: absolute;
    bottom: 0px;
}


@media (max-width: 767px) {
    main {
        min-height: 0;
        padding-top: 90px !important;
    }
}

ul,
ul > li {
    padding: 0;
}

    ul > li {
        list-style: none;
    }

*:focus {
    outline: none;
    box-shadow: none;
}

hr {
    border-color: #ddd;
}

/* Common styles */

.floatingbox {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border: solid thin #eaeaea;
    width: 100%;
    float: left;
}



@media (max-width: 991px) {
    .container {
        width: 100%;
    }
}

body.top_nav_visible {
    padding-top: 50px;
}

.breadcrumb {
    margin: 0px;
    padding: 14px 0 18px 0;
    background: transparent;
    font-size: 13px;
    text-transform: uppercase;
}

    .breadcrumb a {
        color: black !important;
    }



.custom-scrollbar::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #dee0e6;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #a3a5ad;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #a3a5ad;
}

.page-title {
    margin-bottom: 20px;
    font-size: 20px;
    display: inline-block;
    margin: 10px 0px;
}

.xs-show {
    display: none;
}

@media (max-width: 767px) {
    .xs-show {
        display: block;
    }
}

/* color de los textos */
.color_fonts {
    color: #333 !important;
}

/* Form */

form input,
form select,
form textarea {
    width: 100%;
    height: 45px;
    min-height: 45px;
    background-color: #fdfdff;
    resize: none;
}

form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(../images/select-down-arrow.svg) no-repeat center right 10px #fdfdff;
    background-size: 10px;
    padding-right: 30px;
}

/* Buttons */

.btn {
    border: none;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    box-shadow: none !important;
}

    .btn:before {
        background-color: #000;
        opacity: .2;
    }

.btn-default {
    background-color: #ddd !important;
    color: #6d6d6d !important;
}

    .btn-default:hover {
        color: #fff !important;
    }

.btn-square {
    width: 42px;
    padding: 0;
    height: 43px;
    margin-top: -1px;
    border-radius: 2px;
}

.btn-large {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 4px;
}

    .btn-large i {
        font-size: 16px;
        top: 3px;
    }

a.btn.btn-primary.hvr-sweep-to-right.color_button_grey {
    background-color: #2d2c2c;
}

#sideSearch i {
    font-size: 12px;
}

.simple-button, .simple-button:hover {
    background: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: 400;
    text-decoration: underline;
    font-size: 1.1rem;
    color: #333 !important;
}

@media (max-width:500px) {
    .mobile-100 {
        width: 100%;
        margin-bottom: 20px
    }
}
/* Form */

.checkbox {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    padding-left: 17px;
}

    /*.checkbox input {
        display: none;
    }*/

    .checkbox input {
        height: 12px;
        width: 12px;
        top: 2px;
        border-radius: 0px;
        background-color: #efefef;
        display: inline-block;
        position: relative;
        margin-right: 8px;
        position: absolute;
        /* left: 0; */
        top: 0px;
        margin-left: -20px;
    }

    .checkbox [type=checkbox]:checked + span:before {
        content: '';
        position: absolute;
        top: 1px;
        left: 1px;
        width: 11px;
        height: 5px;
        border-radius: 0px;
        background-color: transparent;
        background-size: 100%;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-left: solid 2px;
        border-bottom: solid 2px;
        border-color: #333;
    }

select,
textarea {
    padding: 8px 12px;
    border-radius: 3px;
    box-shadow: none !important;
    border: solid thin #ebebeb !important;
    width: auto;
    min-height: 40px;
}

input {
    /*padding: 8px 12px;
    border-radius: 3px;*/
    box-shadow: none !important;
    border: solid thin #ebebeb !important;
    width: auto;
    /*min-height: 40px;*/
}
/*.download-card__content-box input {
    padding: 4px 12px;
    border-radius: 3px;
    box-shadow: none !important;    
    width: auto;
    min-height: 40px;
}*/
/*.vista-list input {
    padding: 8px 12px;
    border-radius: 3px;
    box-shadow: none !important;
    border: solid thin #fff !important;
    width: auto;
    min-height: 40px;
}*/
@media (max-widht:1440px) {
    #products input {
        height: 32px !important;
        /* min-height: 30px; */
        /* border: none !important; */
    }
}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

.navbar-default {
    border: none;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}



@media (min-width: 992px) {
    .navbar-default .left-menu {
        display: inline-block;
        float: left;
        margin-left: 20px;
        padding-top: 5%;
    }
}

.navbar > .container .logo-menu,
.navbar > .container-fluid .logo-menu {
    margin: 10px 0;
    /*height: 70px; ajusta el espacio blanco de arriba y abajo del logo */
    padding: 0;
    /*max-width: 150px;*/
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.navbar .logo-menu img {
    width: 100%;
}

.left-menu {
    float: left;
    margin-left: -10px;
}


.nav > li > a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    opacity: .6 !important;
    position: relative;
}

.navbar-default .client-menu {
    float: right;
    padding-top: 2%;
    /*padding-right:15px;*/
}

.client-menu {
    font-size: 1.4rem;
}

@media (max-width: 425px) {
    .client-menu {
        font-size: 1rem;
    }
}

@media (max-width: 1024px) {
    .navbar-default .client-menu {
        padding-top: 1.5%;
    }
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent !important;
}

#menuppal > li > a span {
    position: relative;
    padding: 15px 0;
    display: inline-block;
}

@media (max-width: 991px) {
    #menuppal > li > a span {
        width: 100%;
    }
}

#menuppal > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

    #menuppal > li > a span:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transition: .4s ease;
        -webkit-transition: .4s ease;
        -o-transition: .4s ease;
    }

#menuCarrito > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

#menuCarrito > a span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: .4s ease;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
}

@media (max-width: 991px) {
    #menuppal > li > a {
        font-size: 13px;
    }

        #menuppal > li > a span:before {
            height: 2px;
            bottom: 10px;
        }
}

#menuppal > li.active > a span:before {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#menuUser > li > a {
    font-weight: 600;
    opacity: 1 !important;
    text-transform: none;
    padding-top: 11px;
    padding-right: 0px;
}

/*#menuUser > li > a {
    padding-right: 40px;
}*/

#menuUser .user-avatar {
    display: block;
    max-width: 26px;
    position: absolute;
    right: 7px;
    top: 12px;
    border-radius: 50%;
    overflow: hidden;
}

    #menuUser .user-avatar img {
        width: 100%;
        vertical-align: top;
    }

#menuUser .dropdown-menu {
    position: absolute !important;
    background-color: #fff;
    border: none;
    border-radius: 0px 0px 3px 3px !important;
    left: initial;
    right: -4px;
    margin-top: 0px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

    #menuUser .dropdown-menu a {
        color: #333 !important;
        background-color: transparent !important;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 11px;
        padding: 6px 15px;
        opacity: .8;
    }

        #menuUser .dropdown-menu a:hover {
            opacity: 1;
        }

@media (max-width: 991px) {
    #menuUser .dropdown-menu {
        right: 0;
        margin-top: 4px;
    }
}

@media (max-width: 768px) {
    #menuUser .dropdown-menu {
        right: 0px;
        margin-top: -4px;
    }
}

@media (max-width: 425px) {
    #menuUser .dropdown-menu {
        right: -6px;
        margin-top: -4px;
    }
}


#menuCarrito > li > a {
    padding: 0;
    opacity: 1 !important;
    padding-left: 10px;
}

#menuCarrito i {
    font-size: 21px;
    line-height: 50px;
}

.cart-icon {
    padding-top: 7px;
}

@media (max-width:768px) {
    .cart-icon {
        padding-top: 2px;
    }
}

#menuCarrito .counter {
    position: relative;
    top: 3px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
}


#menuUser .user-name {
    text-decoration: underline;
    text-decoration-color: #333;
    font-size: 13px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .navbar-default .client-menu {
        position: absolute;
        top: 0;
        /*right: 60px;*/
        right: 20px;
    }

    #menuCarrito,
    #menuUser {
        display: inline-block;
        float: left !important;
        margin-left: 9px;
    }



        #menuCarrito > li > a {
            padding: 4px 8px;
        }

        #menuUser .user-avatar {
            max-width: 24px;
            top: 13px;
            right: 8px;
        }
}

@media (max-width: 425px) {
    #menuCarrito .counter {
        font-size: 1rem;
    }

    #menuUser .user-avatar {
        width: 25px;
        top: 8px;
        padding-right: 1px;
    }

    /*#menuUser > li > a {
        padding-right: 30px;
    }*/

    .logo-menu {
        width: 120px !important;
    }

    .navbar > .container .logo-menu {
        top: -15px !important;
        position: absolute;
        margin-top: 24px;
    }

    .navbar-default .client-menu {
        top: 10px;
    }
}


@media (max-width: 375px) {
    .navbar-default .client-menu {
        position: absolute;
        top: 10px;
        /*right: 60px;*/
        right: 15px;
    }
}

@media (max-width: 320px) {
    .navbar-default .client-menu {
        top: 2px;
    }
}


.nav > li.active > a,
.nav > li > a:hover {
    opacity: 1 !important;
    background: transparent !important;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin: 0;
}

@media (max-width: 991px) {
    .navbar-collapse .pull-right {
        width: 100%;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: rgba(255,255,255,0.4);
    }

    .navbar-collapse {
        overflow-x: hidden;
        border-top: 1px solid rgba(255,255,255,0.4);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

        .navbar-collapse.in {
            display: block !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }
}


.navbar-toggle {
    border: none !important;
    /*background-color: rgba(0,0,0,.2) !important;*/
    /*margin: 8px 0;*/
    /*margin-top: 6%;*/
    border-radius: 0;
}

@media (max-width: 425px) {
    .navbar-toggle {
        margin-top: 13%;
        /*margin-bottom: 15px;*/
    }


    .navbar-nav {
        float: right !important;
        margin: 7.5px -15px;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 16px;
}

/* Slick slider */

.slick-slide {
    width: 100%;
}

    .slick-slide img {
        width: 100%;
    }

.slick-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border: none;
}

.slick-prev {
    left: 0;
    background: url(../images/arrow_prev.svg) no-repeat center;
    background-size: 20px;
}

.slick-next {
    right: 0;
    background: url(../images/arrow_next.svg) no-repeat center;
    background-size: 20px;
}

.slick-dots {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    position: absolute;
    bottom: -30px;
}

    .slick-dots > li {
        display: inline-block;
    }

    .slick-dots button {
        width: 10px;
        height: 10px;
        border: none;
        border-radius: 50%;
        text-indent: -99999px;
        padding: 0;
        margin: 0 5px;
        background: #333;
        opacity: .3;
    }

    .slick-dots .slick-active button {
        opacity: 1;
    }

/* Products */


#products .color_fonts a {
    color: #333 !important;
}


#products > .container > .row {
    margin: 0 -10px;
}

    #products > .container > .row > .col-xs-12 {
        padding: 0 10px;
    }

#products .left-container {
    padding: 10px;
}

@media (max-width: 768px) {
    #products .left-container {
        margin-bottom: 20px;
    }
}

#products .left-container .filtro-container {
    margin-bottom: 10px;
}

#products .left-container h4 {
    font-size: 13px;
    margin: 0 2px 15px;
}



#products .left-container .btn-collapse {
    position: relative;
    display: block;
    position: relative;
}

    #products .left-container .btn-collapse:before,
    #products .left-container .btn-collapse.collapsed:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 16px;
        height: 16px;
        opacity: .3;
    }

    #products .left-container .btn-collapse:before {
        background: url(../images/minus.svg) center no-repeat;
        background-size: 100%;
    }

    #products .left-container .btn-collapse.collapsed:before {
        background: url(../images/plus.svg) center no-repeat;
        background-size: 100%;
    }

#products .left-container a {
    text-decoration: none !important;
    color: inherit;
}

#products .left-container .select-all {
    padding: 10px 0;
    border-top: solid 2px #e9eaec;
    border-bottom: solid 2px #e9eaec;
}

#products .left-container ul {
    padding: 10px 0;
    z-index: 1;
}

    #products .left-container ul > li {
        margin: 4px 0;
        display: inline-block;
        width: 100%;
    }

        #products .left-container ul > li .submenu {
            padding: 0;
            margin: 5px 0;
        }

            #products .left-container ul > li .submenu > li {
                padding-left: 15px;
            }

#products .right-container .pd-list {
    margin: 0 -5px;
}

    #products .right-container .pd-list .pd-box {
        padding: 0 5px;
        position: relative;
    }


#products form select {
    min-width: 323px;
}


/*Products detail*/



#products-detail .color_fonts a {
    color: #333 !important;
}


#products-detail > .container > .row {
    margin: 0 -10px;
}

    #products-detail > .container > .row > .col-xs-12 {
        padding: 0 10px;
    }

#products-detail .left-container {
    padding: 20px;
}

@media (max-width: 767px) {
    #products-detail .left-container {
        margin-bottom: 20px;
    }
}

#products-detail .left-container .filtro-container {
    margin-bottom: 10px;
}

#products-detail .left-container h4 {
    font-size: 15px;
    margin: 0 0 15px;
}

#products-detail .left-container .btn-collapse {
    position: relative;
    display: block;
    position: relative;
}

    #products-detail .left-container .btn-collapse:before,
    #products-detail .left-container .btn-collapse.collapsed:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 16px;
        height: 16px;
        opacity: .3;
    }

    #products-detail .left-container .btn-collapse:before {
        background: url(../images/minus.svg) center no-repeat;
        background-size: 100%;
    }

    #products-detail .left-container .btn-collapse.collapsed:before {
        background: url(../images/plus.svg) center no-repeat;
        background-size: 100%;
    }

#products-detail .left-container a {
    text-decoration: none !important;
    color: inherit;
}

#products-detail .left-container .select-all {
    padding: 10px 0;
    border-top: solid 2px #e9eaec;
    border-bottom: solid 2px #e9eaec;
}

#products-detail .left-container ul {
    padding: 10px 0;
}

    #products-detail .left-container ul > li {
        margin: 4px 0;
        display: inline-block;
        width: 100%;
    }

        #products-detail .left-container ul > li .submenu {
            padding: 0;
            margin: 5px 0;
        }

            #products-detail .left-container ul > li .submenu > li {
                padding-left: 15px;
            }

#products-detail .right-container .pd-list {
    margin: 0 -5px;
}

    #products-detail .right-container .pd-list .pd-box {
        padding: 0 5px;
        position: relative;
    }


#products-detail form select {
    min-width: 323px;
}

/*fin products-detail*/

#formBusqueda .form-group {
    display: inline-block;
    float: left;
    width: 100%;
    margin-right: 5px;
}

    #formBusqueda .form-group .search-input {
        border-radius: 2px;
        padding: 8px;
    }

@media (max-width: 991px) {

    /*#formBusqueda .form-group,
    #formBusqueda .form-group input,
    #formBusqueda .form-group select {
        width: 100%;
        font-size: 13px;
    }*/

    #formBusqueda .form-group .search-input {
        min-width: 0;
    }

    #formBusqueda .form-group {
        margin-bottom: 8px;
    }

    /*#formBusqueda .btn {
        width: 100%;
        margin-bottom: 10px;
    }*/
}

#formBusqueda .button-search {
    position: absolute;
    right: 0px;
    top: 2px;
}


/*nuevo buscador*/
.searchTerm {
    float: left;
    width: 100%;
    border: 3px solid #00B4CC;
    height: 20px;
    border-radius: 2px;
    outline: none;
}

    .searchTerm:focus {
        color: #00B4CC;
    }

.searchButton {
    position: absolute;
    right: -0px;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
}

.search {
    width: 100%;
    position: relative
}

/**/




.arrow-filtro {
    position: absolute;
    right: 16%;
    top: 19%;
}

.pd-container {
    position: relative;
    margin-bottom: 10px;
    min-height: 360px;
    -moz-transition: .4s ease;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
}

.pd-content {
    float: left;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 500;
    padding: 15px;
    height: 360px;
    text-align: center;
    background-color: #fff;
    border: solid thin #eaeaea;
}

.pd-container:hover .pd-content {
    position: absolute;
    min-height: 400px;
    z-index: 1000;
}

@media (min-width: 992px) {
    .pd-container:hover .pd-content {
        -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 1199px) {
    .pd-container {
        min-height: 310px;
    }

    .pd-content {
        height: 310px;
    }

    .pd-container:hover .pd-content {
        min-height: 350px;
    }
}

@media (max-width: 991px) {
    .pd-container {
        min-height: 0;
        width: 100%;
        float: left;
    }

    .pd-content {
        width: 100%;
        height: auto;
        position: initial;
    }

    .pd-container:hover .pd-content {
        height: auto;
        min-height: 0;
        position: initial;
    }

    .pd-container .btn {
        opacity: 1 !important;
        pointer-events: initial !important;
    }

    .pd-container .pd-images .slick-prev {
        left: 0px !important;
    }

    .pd-container .pd-images .slick-next {
        right: 0px !important;
    }

    .pd-container .pd-images .slick-prev,
    .pd-container .pd-images .slick-next {
        opacity: .1 !important;
    }
}

.pd-container h5 {
    margin: 12px 0 8px;
    letter-spacing: 1px;
}

.pd-container .sku,
.pd-container .stock {
    display: block;
    text-transform: uppercase;
    color: #a1a1a1;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 3px;
}

.pd-container .stock {
    text-transform: none;
}

.stock .disp-alta {
    text-transform: uppercase;
    color: #26c138;
}

.stock .disp-media {
    text-transform: uppercase;
    color: #e69e2f;
}

.stock .disp-baja {
    text-transform: uppercase;
    color: #da1111;
}

.pd-container .btn {
    width: 100%;
    margin-top: 10px;
    opacity: 0;
    pointer-events: none;
    -moz-transition: .4s ease-out;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
}

.pd-container:hover .btn {
    opacity: 1;
    pointer-events: initial;
}

.pd-container .pd-images .slick-prev {
    opacity: 0;
    left: -15px;
}

.pd-container .pd-images .slick-next {
    opacity: 0;
    right: -15px;
}

.pd-container:hover .pd-images .slick-prev {
    opacity: .2;
    left: 0;
}

.pd-container:hover .pd-images .slick-next {
    opacity: .2;
    right: 0;
}

    .pd-container:hover .pd-images .slick-prev:hover,
    .pd-container:hover .pd-images .slick-next:hover {
        opacity: .5;
    }

/* Footer */

/*footer {
    width: 100%;
    margin-top: 15px;
    font-size: 13px;
    padding: 15px 0;
    float: left;
    /*position: absolute;*/
/*top: 100%;*/
}

/*.main-login ~ footer {
    position: relative;
    top: 100%;
}*/

.main-login {
    padding-top: 3px !important;
}


@media (max-width: 991px) {
    footer {
        font-size: 10px !important;
    }
}




/*.main-login ~ footer {
    top: 100%;
}*/

.main-register ~ footer {
    position: relative;
}

footer .left {
    float: left;
}

footer .right {
    float: right;
}

    footer .right a {
        margin-left: 10px;
        color: inherit !important;
    }

@media (max-width: 767px) {
    footer .left,
    footer .right {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        margin: 2.5px 0;
    }
}

/*@media (max-width: 475px) {
    .main-login ~ footer {
        position: absolute;
        height: 103px;
        top: 100%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio : 2) and (device-aspect-ratio: 40/71) {
    .main-login ~ footer {        
        margin-top: 121px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio : 2) and (device-aspect-ratio: 2/3) {
    .main-login ~ footer {
        margin-top: 121px;
    }
}*/


/* Login */

#login {
    /*display:flex;
  	align-items:center;*/
    height: 100%;
    width: 100%;
    float: left;
}


    #login .floatingbox {
        padding: 0px;
        width: 375px;
        margin: auto;
        position: relative;
        margin-top: 40px;
        margin-bottom: 15px;
        left: 50%;
        -ms-transform: translate(-50%);
        /* -webkit-transform: translate(-50%, -50%); */
        transform: translate(-50%);
        /* border: none; */
    }

    #login .popupbox {
        width: 500px;
    }

    #login input,
    #login select {
        width: 70%;
        min-height: 45px;
        background-color: #fdfdff;
        margin-left: 15%;
    }

@media (max-width: 767px) {

    #login {
        padding: 20px;
    }

        #login .floatingbox {
            position: initial;
            margin-top: 0px !important;
            width: 100%;
            -ms-transform: none;
            -webkit-transform: none;
            transform: none;
            margin: 0;
        }

        #login input,
        #login select {
            font-size: 13px;
        }
}

#login .btn {
    width: 70%;
    min-height: 45px;
    line-height: 45px;
    margin-top: 10px;
    margin-left: 15%;
}

#login .floatingbox img {
    width: 100%;
}

#login .floatingbox > .row {
    margin: 0;
    position: relative;
}

    #login .floatingbox > .row > .col-xs-12 {
        padding: 0;
        position: initial;
    }

#login .left-container,
#login .right-container {
    overflow: hidden;
}

@media (max-width: 767px) {
    #login .left-container {
        height: 300px;
    }
}

#login .logo {
    /*max-width: 170px;*/
    margin: 40px auto;
    text-align: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#login .login-header {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

    #login .login-header h4 {
        margin: 0 auto;
        font-size: 14px;
        letter-spacing: 1px;
        display: table;
        /*position: relative;*/
        color: #c5c5c5;
        padding-top: 30px;
    }

        #login .login-header h4:before,
        #login .login-header h4:after {
            content: '';
            position: absolute;
            width: 500px;
            height: 2px;
            top: 50%;
            margin-top: -1px;
            background: #c5c5c5;
        }

        #login .login-header h4:before {
            right: 100%;
            margin-right: 5px;
        }

        #login .login-header h4:after {
            left: 100%;
            margin-left: 5px;
        }

#login .user-welcome {
    margin: 30px 0 20px;
}

    #login .user-welcome h4 {
        text-transform: none;
        margin-top: 0;
    }

    #login .user-welcome p {
        font-size: 14px;
        margin-bottom: 0;
    }

#login .user-box {
    width: 100%;
    min-height: 50px;
    position: relative;
    padding-left: 60px;
    margin: 15px 0 25px;
    display: block;
}

    #login .user-box .user-avatar {
        border-radius: 50%;
        overflow: hidden;
        width: 50px;
        position: absolute;
        left: 0;
        top: 0;
    }

    #login .user-box .user-realname,
    #login .user-box .user-name {
        display: block;
    }

    #login .user-box .user-realname {
        font-size: 18px;
        margin-bottom: 3px;
    }

    #login .user-box .user-name {
        font-size: 13px;
    }

#login .recover-pass {
    float: right;
    font-size: 12px;
    display: inline-block;
    margin: 10px 0;
}

#login .reg-footer {
    padding: 15px 20px 25px 20px;
    font-size: 13px;
}

#login .login-options {
    /*position: absolute;*/
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    margin-top: 20px;
    font-size: 13px;
    background: #e7eaec
}

#login .reg-footer {
    float: left;
    width: 100%;
    text-align: left;
}

@media (max-width: 767px) {
    #login .login-options {
        position: initial;
        width: 100%;
        float: left;
        margin-top: 20px;
    }
}

#login .step_wrapper {
    width: 100%;
}

    #login .step_wrapper .row {
        margin: 0 -20px;
    }

    #login .step_wrapper form {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 0 20px;
    }

    /*#login .step_wrapper #ingresarUsuario {
	padding-left: 40px;
}

#login .step_wrapper #ingresarPassword {
	padding-right: 40px;
}*/

    #login .step_wrapper #ingresarUsuario,
    #login .step_wrapper #ingresarPassword,
    #login .step_wrapper #recuperarPassword,
    #login .step_wrapper #msjPassword {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-transition: .6s ease;
        -webkit-transition: .6s ease;
        -o-transition: .6s ease;
    }

    #login .step_wrapper.animate #ingresarUsuario,
    #login .step_wrapper.animate #ingresarPassword,
    #login .step_wrapper.animate #recuperarPassword,
    #login .step_wrapper.animate #msjPassword {
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

#login .wrapper {
    padding: 0 20px;
}

#login form .row {
    margin: 0 0px;
}

    #login form .row > .form-group {
        padding: 0 10px;
    }

/* Product details */

.pd-details .pd-row {
    float: left;
    width: 100%;
}

.pd-details .pd-head h2 {
    letter-spacing: 2px;
    margin-top: 0;
}

@media (max-width:475px) {
    .pd-details .pd-head h2 {
        letter-spacing: 0px;
        margin-top: 0;
        font-size: 14px;
    }
}

.pd-details h4 {
    font-size: 16px;
}

.pd-details p {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 10px;
}

p.descripcion-texto {
    margin-bottom: 32px;
}

.pd-details .pd-head .sku {
    display: block;
    text-transform: uppercase;
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.pd-details .pd-price {
    padding: 15px 0;
    /*border-top: solid thin #ddd;*/
    border-bottom: solid thin #ddd;
    /*margin: 10px 0;*/
}

    .pd-details .pd-price .old-price {
        color: #a1a1a1;
        text-decoration: line-through;
    }

    .pd-details .pd-price .old-price,
    .pd-details .pd-price .current-price {
        font-size: 24px;
        font-weight: 500;
        display: inline-block;
        margin-right: 10px;
    }

    .pd-details .pd-price .stock {
        display: inline-block;
        color: #a1a1a1;
        font-size: 13px;
        font-weight: 600;
        margin: 8px 0;
        float: right;
    }

.pd-details .pd-grid {
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid thin #ddd;
}

    .pd-details .pd-grid input {
        /*max-width: 38px;*/
        text-align: center;
        font-size: 13px;
        padding-right: 0;
        padding-left: 0;
        margin: auto;
        display: table;
    }

    .pd-details .pd-grid select {
        max-width: 55px;
        font-size: 13px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .pd-details .pd-grid #selectColor {
        max-width: none;
        text-transform: uppercase;
        max-width: 80px;
    }

    .pd-details .pd-grid .table .btn {
        padding: 0;
        background: transparent;
        outline: none !important;
        box-shadow: none !important;
        /*opacity: .2;*/
    }

        .pd-details .pd-grid .table .btn:hover {
            opacity: 1;
        }

    .pd-details .pd-grid .table {
        margin: 15px 0 0;
    }

        .pd-details .pd-grid .table td {
            vertical-align: middle;
        }

        /*.pd-details .pd-grid .table thead th {
	border-top: solid thin #ddd !important;
}*/

        .pd-details .pd-grid .table tfoot td {
            text-align: center;
            /*border-bottom: solid thin #ddd;*/
            text-transform: uppercase;
        }

        /*.pd-details .pd-grid .table tfoot td:last-child {
	border-bottom: none;
}*/

        .pd-details .pd-grid .table tfoot .pd-size {
            background-color: #f5f7f9;
            border-bottom: solid thin #ddd;
        }

        .pd-details .pd-grid .table .pd-size {
            text-align: center;
            background: #f5f7f9;
            border-top: solid thin #ddd;
            border-left: solid thin #ddd;
            border-right: solid thin #ddd;
        }

    .pd-details .pd-grid .btn-add {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .5px;
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none !important;
        margin: 10px 0;
    }

.pd-detail-content {
    padding: 20px 15px 15px;
}

.pd-showcase,
.pd-thumbs {
    /*max-width: 480px;*/
    margin-left: auto !important;
    margin-right: auto !important;
}

.pd-showcase {
    border: solid thin #eee;
}

.pd-thumbs {
    margin: 15px 0;
}

    .pd-thumbs.vertical {
        margin-top: 0;
        max-width: 80px;
    }

@media (max-width: 767px) {
    .pd-thumbs.vertical {
        max-width: 100%;
    }

    .user-welcome h5 {
        font-size: 12px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

.pd-thumbs .slick-list {
    margin: 0 -5px;
}

.pd-thumbs .slick-slide {
    padding: 0 5px;
}

    .pd-thumbs .slick-slide img {
        opacity: .5;
        border: solid thin #ddd;
    }

        .pd-thumbs .slick-slide img:hover {
            cursor: pointer;
        }

    .pd-thumbs .slick-slide.slick-current img {
        opacity: 1;
    }

.pd-related {
    margin-bottom: 60px;
}

    .pd-related .slick-list {
        margin: 0 -5px;
    }

    .pd-related .slick-slide {
        margin: 0 5px;
    }

    .pd-related .pd-container {
        min-height: 400px;
    }

@media (max-width: 767px) {
    .pd-details .pd-price .stock {
        float: left !important;
        display: block;
        width: 100%;
    }

    .pd-details .btn-large {
        width: 100% !important;
        min-width: 100% !important;
        margin: 5px 0;
    }
}

.pd-details .pd-grid.pd-table {
    border-top: none;
    padding-top: 0px;
}

    .pd-details .pd-grid.pd-table .table {
        border-bottom: solid 1px #ddd;
    }

    .pd-details .pd-grid.pd-table .col-delete {
        width: 80px;
    }

    .pd-details .pd-grid.pd-table .table td {
        vertical-align: top;
        padding: 10px;
    }

    .pd-details .pd-grid.pd-table .pd-description {
        position: relative;
        min-height: 80px;
        padding-left: 95px;
        vertical-align: middle;
        display: inline-block;
    }

        .pd-details .pd-grid.pd-table .pd-description img {
            position: absolute;
            top: -5px;
            left: 0;
            max-width: 80px;
            border: solid thin #ddd;
            max-height: 90px;
        }

        .pd-details .pd-grid.pd-table .pd-description h5 {
            margin-top: 0;
            font-size: 15px;
        }

        .pd-details .pd-grid.pd-table .pd-description .sku {
            display: block;
            text-transform: uppercase;
            color: #3b3a3a;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 5px;
        }


.pd-details .table-total {
    margin-top: 5px !important;
    border-bottom: none !important;
}

    .pd-details .table-total > tbody > tr:last-child > td {
        border: solid thin #ddd;
        background-color: #f5f7f9;
        /*padding: 10px !important;*/
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

        .pd-details .table-total > tbody > tr:last-child > td:first-child {
            border-right: none !important;
        }

        .pd-details .table-total > tbody > tr:last-child > td:last-child {
            border-left: none !important;
        }

.pd-details .pd-grid.pd-table .table .btn {
    /*height: auto;*/
    height: 29px;
    min-width: 25px;
    line-height: initial;
}

#minus_0 {
    height: 30px;
}

#plus_0 {
    height: 30px;
}

/*url listado de pedidos*/
.url-pd a span {
    font-weight: 800;
    text-align: left;
    text-decoration: underline;
    color: #333
}


th.col-cant-total, .col-cant, .col-stotal {
    text-align: right;
}

th.col-status {
    text-align: center;
}




@media (max-width: 767px) {

    .pd-details .table-total > tbody > tr:last-child > td {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .pd-details .pd-grid.pd-table .table td {
        vertical-align: top;
        padding: 10px 0px;
    }

    .pd-details .table-total > tbody > tr > td {
        padding: 5px 0;
    }

    .pd-details .pd-grid.pd-table .table .btn {
        height: auto;
        line-height: initial;
        /*opacity: .5;*/
        /*margin-bottom: 10px;*/
        height: 29px;
    }

        .pd-details .pd-grid.pd-table .table .btn .xs-show {
            display: inline-block !important;
        }

    .table-mobile,
    .table-mobile > thead,
    .table-mobile > thead > tr,
    .table-mobile > tbody,
    .table-mobile > tbody > tr,
    .table-mobile > tbody > tr > td {
        display: block;
        width: 100%;
    }

        .table-mobile > thead > tr > th {
            display: none;
        }

            .table-mobile > thead > tr > th:first-child {
                display: block;
                padding: 5px 0;
            }

        .table-mobile > tbody > tr > td {
            border: none;
            padding: 5px 0;
        }

            .table-mobile > tbody > tr > td:first-child {
                padding-top: 15px;
            }

            .table-mobile > tbody > tr > td:last-child {
                border-bottom: solid thin #ddd;
            }
}

.pd-details .table-resumen {
    margin-top: 0 !important;
    border-bottom: none !important;
}

    .pd-details .table-resumen,
    .pd-details .table-resumen > thead,
    .pd-details .table-resumen > thead > tr,
    .pd-details .table-resumen > tbody,
    .pd-details .table-resumen > tbody > tr,
    .pd-details .table-resumen > tbody > tr > td {
        display: block;
        width: 100%;
    }

        .pd-details .table-resumen > tbody > tr > td {
            border: none;
            padding: 5px 0 !important;
        }

            .pd-details .table-resumen > tbody > tr > td:first-child {
                padding-top: 15px !important;
            }

            .pd-details .table-resumen > tbody > tr > td:last-child {
                padding-bottom: 15px !important;
            }

            .pd-details .table-resumen > tbody > tr > td:last-child {
                border-bottom: solid thin #ddd;
            }

        .pd-details .table-resumen .price {
            font-size: 14px !important;
        }

.pd-details .table-overflow {
    overflow-y: auto;
    max-height: 288px;
}

.pd-details .total-container {
    margin-top: 20px;
}




@media (max-width:425px) {
    .pd-details .pd-grid.pd-table .table {
        border: none;
    }
}



/* Detalle pedido */

.form-section ul {
    margin: -4px 0;
}

@media (min-width: 768px) {
    .form-section ul.columns {
        columns: 3;
        -moz-columns: 3;
        -webkit-columns: 3;
        min-width: 33.33% !important;
    }
}

.form-section ul > li {
    padding: 4px 0;
}

    .form-section ul > li strong {
        margin-right: 5px;
    }

.form-section .alert-msg {
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    /*display: inline-block;*/
}

#product_detail .status {
    display: inline-block;
    float: right;
    font-size: 16px;
}

    #product_detail .status span {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .03em;
    }

        #product_detail .status span.success {
            color: #26c138;
        }

        #product_detail .status span.danger {
            color: #da1111;
        }


/*home*/

#home {
    padding: 0px;
}

.col-categoria {
    float: left;
    width: 19.8%;
    padding-left: 15px;
    padding-top: 10px;
}

@media (max-width:425px) {

    .col-categoria {
        float: left;
        width: 50%;
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (max-width:768px) {
    .margenes-pastillas {
        padding-left: 3.5px;
        padding-right: 7px;
    }
}


@media (max-width:425px) {
    .margenes-pastillas {
        padding-left: 9.5px;
        padding-right: 7px;
    }
}


/
/*quantity*/
#products input {
    /*min-height: 30px;*/
    /*border: none !important;*/
}



.input-number {
    margin-top: 0px;
    text-align: center
}

@media(min-width:768) {
    #product_detail input {
        max-width: 120px !important;
    }
}

.quantity-input {
    border: 1px solid #e3e3e3;
    float: left;
}

input.quantity-input__screen {
    width: 42px;
    height: 30px;
    border-radius: 0px;
    font-size: 12px;
    text-align: center;
}



button.quantity-input__modifier.quantity-input__modifier--right,
button.quantity-input__modifier.quantity-input__modifier--left {
    -webkit-appearance: caret;
    -moz-appearance: caret;
    height: 30px;
    background-color: #f9f9f9;
    font-size: 10px;
}



@media (max-width:1024px) {
    .quantity-input {
        border: none;
        float: none !important;
        margin-bottom: 20px;
    }

    .download-card .btn {
        float: none !important;
    }

    /*#formBusqueda .form-group .search-input {
            min-width: 340px;
        }*/

    #products form select {
        min-width: 262px;
    }
}




@media (max-width:991px) {
    /*#formBusqueda .form-group .search-input {
            min-width: 250px;
        }*/

    #products form select {
        min-width: 236px;
    }

    .arrow-filtro {
        position: absolute;
        right: 24%;
        top: 19%;
    }
}



@media (max-width:780px) {
    #formBusqueda .form-group .search-input {
        min-width: 150px;
        border-radius: 2px;
        padding: 8px;
    }

    #products form select {
        min-width: 185px;
    }

    .arrow-filtro {
        position: absolute;
        right: 24%;
        top: 19%;
    }
}

@media (max-width:320px) {
    .posicion-qty-mobile {
        left: 16.66666667% !important;
    }

    .ancho-qty-mobile {
        width: 66.66666667% !important;
    }
}




/*filtros de listado de productos*/

#formBusqueda .button-calendar {
    margin-left: -47px;
    margin-top: 2px;
}

#product_detail #formBusqueda .form-group .search-input {
    min-width: 170px;
    background-color: #9e9e9e21;
}

#product_detail .arrow-filtro {
    position: absolute;
    right: 4%;
    top: 19%;
}

.btn-calendar {
    width: 32px;
    padding: 0;
    background-color: white;
    /*margin-right: 9px;*/
    right: 1px;
    position: absolute;
    top: 1px;
}

/* en 425px */



@media (max-width:425px) {
    #formBusqueda .button-calendar {
        margin-left: -47px;
        margin-top: 2px;
    }

    .btn-calendar {
        width: 25px;
        padding: 0;
        background-color: white;
        max-height: 32px;
        /* margin-right: 9px; */
        right: 3px;
        position: absolute;
        top: 2.4px;
    }

    .margin-mobile {
        margin-bottom: 14px;
    }
}



#product_detail #formBusqueda .form-group {
    display: inline-block;
    float: right;
    width: auto;
    /*margin-right: 9px;*/
    /* min-width: 56px; */
}

.btn-primary:hover {
    opacity: 0.6;
}

@media (max-width:1024px) {
    .quantity-input {
        border: none;
        float: none !important;
        margin-bottom: 20px;
    }

    .download-card .btn {
        float: none !important;
    }

    #product_detail #formBusqueda .form-group .search-input {
        min-width: 181px;
        position: absolute;
    }

    #product_detail form select {
        padding-right: 54px;
    }

    #product_detail #formBusqueda .form-group {
        display: inline-block;
        float: left;
        width: auto;
        margin-right: 3px;
        /*min-width: 56px;*/
    }
}


@media (max-width: 768px) {
    #product_detail #formBusqueda .form-group .search-input {
        min-width: 260px;
    }
}

@media (max-width: 425px) {
    #product_detail #formBusqueda .form-group .search-input {
        min-width: 375px;
    }

    #product_detail .arrow-filtro {
        position: absolute;
        right: 11%;
        top: 75%;
    }

    #product_detail form select {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        /* background: url(../images/select-down-arrow.svg) no-repeat center right 10px #fff; */
        /* background-size: 10px; */
        padding-right: 22px;
    }
    /*#product_detail #product_detail .arrow-filtro {
        position: absolute;
        right: 7%;
        top: 76%;
    }*/
    #product_detail .form-group.buscador .calendar {
        width: 100% !important;
        margin-right: 0px !important;
    }
    /*.form-group.calendar {
       width: 100% !important;
        margin-right: 0px !important;
    }*/
    .form-group.ordenar {
        width: 100% !important;
    }

    #product_detail #formBusqueda .button-search .btn-calendar {
        float: right !important;
        margin-right: -8px !important;
        margin-top: -1px !important;
    }

    #product_detail .pd-detail-content {
        padding: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .pd-detail-content {
        padding: 30px 15px;
    }
}

@media (max-width: 375px) {
    #product_detail #formBusqueda .form-group .search-input {
        min-width: 328px;
    }
}

@media (max-width: 320px) {
    #product_detail #formBusqueda .form-group .search-input {
        min-width: 274px;
    }
}


/*#product_detail #formBusqueda .form select {
    padding-right: 50px!important;
}*/

/* pagination

.pagination {
    margin: 0;
}

    .pagination > li > a,
    .pagination > li > span {
        padding: 4px 8px;
        margin-left: -1px;
        color: #000;
        background-color: #fff;
        border: 1px solid #000;
        margin: 0 3px;
        font-size: 0.9rem;
        text-transform: uppercase !important;
    }

    .pagination > li.prev > a,
    .pagination > li.more > a,
    .pagination > li.next > a {
        padding-left: 3px;
        padding-right: 3px;
        border: none;
        background: #FFF !important;
    }

        .pagination > li.prev > a:hover,
        .pagination > li.next > a:hover {
            text-decoration: underline;
        }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span,
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        border-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: #000;
        border-color: #000;
    }

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        border-color: #000;
        color: #000;
    } */

/*CERRITO TABLA*/

td.eliminar {
    width: 40px;
}

.pd-description h5 {
    margin-top: 10px;
    margin-bottom: 3px;
}


/*CONFIRMACION DE PEDIDO*/

i.fa.fa-angle-down.arrow-form {
    right: 8%;
    margin-top: 40px;
    position: absolute;
}

#confirmation textarea {
    height: 100px;
}
/*CONFIRMACION DE registro*/
.login-registro {
    text-align: right;
}

.center {
    text-align: center;
    margin-top: 20px;
}


.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

#actualRecordsQty, #totalRecordsQty {
    font-weight: bold;
}


/*botón aplicar del carrito*/
.btn-aplicar {
    width: 100%;
    color: white;
    padding: 6px 35px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
    margin-right: 26%;
}


    .btn-aplicar:focus, a:hover {
        opacity: 0.8;
        text-decoration: none;
    }

#product_detail .input-number {
    height: 40px;
    width: 130px;
}

@media (max-width:450px) {
    .input-group.qty-mobile {
        /* display: flex; */
        max-width: 185px;
        margin: auto;
    }

    .margin-cart-mobile {
        margin: 0px 18%;
    }

    .btn-detail {
        width: 100%;
    }
}

@media (max-width:375px) {
    #product_detail .input-number {
        height: 40px;
        width: 100%;
    }
}

/*carrito*/
th.col-cant-total {
    width: 281px;
    text-align: center;
}




.main-container {
    min-height: 100vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 103px; /* height of your footer */
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 15px;
    font-size: 13px;
    padding: 15px 0;
    height: 65px;
}

/*@media (max-width: 768px) {
    footer {
        height: 105px;
    }
}*/

@media (max-width: 425px) {
    footer {
        height: 100px;
    }
}

.nofilterButton {
    border: none;
    background: none;
    color: #333333;
    border-radius: 5px;
    font-size: 11px;
    text-decoration: underline;
    text-align: left;
    padding-top: 33px;
}

@media (max-width: 1024px) {
    .nofilterButton {
        font-size: 10px;
        text-align: right;
    }

    #formBusqueda .btn-large {
        height: 40px;
        line-height: 40px;
        padding: 0 18px;
        float: right;
    }
}

.padding-filter {
    padding-right: 10px;
    padding-left: 0px;
}


@media (max-width:425px) {
    .padding-filter {
        padding-right: 0px;
        padding-left: 0px;
    }
}


@media (max-width: 768px) {

    .filterButton {
        margin-bottom: 20px !important;
    }
}

form input, form select, form textarea {
    padding-left: 9px;
}

#DeliveryOptionID option {
    font-weight: normal;
}


/*#shopping-cart input {
    height: 29px;
}*/


#product_detail input {
    height: 40px;
}



/*zona carrito y usuario*/


.zona-user {
    float: right;
    right: 0px;
    position: relative;
}


/*back to top*/
.back-to-top {
    display: none;
    position: fixed;
    bottom: 65px;
    right: 0px;
    /*display: inline-block;*/
    padding: 15px;
    margin: 1em;
    border: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: white;
    width: 50px;
    height: 50px;
    z-index: 1000;
    text-align: center;
    font-size: 1.5rem;
    box-shadow: 2px 2px 3px #999;
}

    .back-to-top:hover {
        cursor: pointer;
    }

.grayscale {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 0.8;
}

.btn-volver {
    /*text-align: center;
    border: 1px solid grey;
    background-color: #fff !important;
    color: #6d6d6d !important;
    padding: 6px 31px;
        border-radius: 4px;
    font-size: 1.2rem;*/
    color: grey;
    border: 1px solid grey;
    background-color: #fff !important;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 2px;
}

.btn-vaciar {
    text-align: center;
    border: 1px solid grey;
    background-color: grey !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 4px;
    font-size: 1rem;
}

.words-container1 {
    word-break: break-all;
}

.thumbnail .caption {
    height: 67px;
}


.thumbnail {
    border-radius: 0px;
    padding-top: 0px;
}

.box-pasti {
    display: flex;
    align-items: center;
    height: 329px;
    padding: 10px
}


/*hedaer fixed*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 106px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

    .header.shrink {
        height: 60px;
        line-height: 80px;
    }

        .header.shrink .navbar > .container .logo-menu, .navbar > .container-fluid .logo-menu {
            margin-top: 17px;
            margin-bottom: -15px;
            width: 150px;
        }


        .header.shrink .navbar-default .left-menu {
            display: inline-block;
            float: left;
            padding-top: 2px;
        }

        .header.shrink ul.cuit {
            display: none;
        }

        .header.shrink .navbar-default .client-menu {
            float: right;
            padding-top: 0.4%;
        }



        .header.shrink .navbar > .container button.navbar-toggle {
            margin-top: 2%;
        }

    .header .navbar > .container button.navbar-toggle {
        margin-top: 6%;
    }


@media (max-width:768px) {
    .zona-user {
        float: right;
        right: 11px;
        position: relative;
        bottom: 13px;
    }

    .header.shrink .navbar-default .zona-user {
        bottom: 4px;
    }
}


@media (max-width: 425px) {
    .header .navbar > .container button.navbar-toggle {
        margin-top: 10%;
    }

    .header.shrink .navbar > .container .logo-menu {
        margin-left: 1%;
        margin-top: 7%;
    }

    .header.shrink .navbar-default .zona-user {
        float: right;
        right: 11px;
        position: relative;
        bottom: 15px;
    }

    .left-menu {
        display: inline-block;
        float: left;
        margin-left: 0px;
        padding-top: 5px;
        text-align: left
    }

    .navbar-default .left-menu {
        display: inline-block;
        float: left;
        margin-left: 0px;
        padding-top: 4.6%;
    }

    .zona-user {
        bottom: 20px;
    }

    .header-name {
        max-width: 320px;
    }
}

@media (max-width: 375px) {
    .header.shrink .navbar > .container .logo-menu {
        margin-left: 0%;
        margin-top: 8%;
    }

    .header-name {
        max-width: 320px;
    }
}

.header h1 {
    font-size: 30px;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header.shrink h1 {
    font-size: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*espacios arriba para que el menú no tape el contenedor*/

/*#home{
    margin-top:12%;
}

@media (max-width:685px){
    #home {
        margin-top: 120px;
    }
}*/
.pastillas {
    height: 300px;
}

@media (max-width:1024px) {
    .pastillas {
        height: 350px;
    }
}

.account-body main {
    padding-top: 5px;
}


.account-body .main-register ::-webkit-input-placeholder {
    font-size: 12px;
}

.account-body .main-register ::-moz-placeholder {
    font-size: 12px;
}

.account-body .main-register :-moz-placeholder {
    font-size: 12px;
}

.account-body .main-register :-ms-input-placeholder {
    font-size: 12px;
}

.account-body .main-register ::placeholder {
    font-size: 12px;
}

.bkg-register {
    padding: 15px;
    background-color: #f5f4f4;
    border-radius: 10px;
    margin-bottom: 20px;
}

/*#registro .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 9px;
    padding-left: 9px;
}*/

main {
    padding-top: 120px;
}

    main#login {
        padding-top: 0px;
    }

}

@media (max-width:768px) {

    .pastillas {
        height: 400px;
    }
}


@media (max-width:769px) {
    main.main-register {
        padding-top: 10px !important;
    }
}

.carousel .left > img,
.carousel .right > img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel .right > img {
    left: auto;
    right: 20px;
}

.header-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customer-select {
    margin-top: 0px;
    padding-top: 0px !important;
}

.promotion {
    color: #a1a1a1;
    font-size: 20px;
}


/*.btn.btn-promotion {
    max-height: 30px;
    line-height: 30px;
    border-radius: 2px;
}*/

.btn.promotion_button.promotion {
    top: 3px;
    color: white;
    font-size: 20px
}

.orderByLink {
    cursor: pointer;
}

.family-img {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.required-text {
    font-size: 12px;
    font-weight: 100;
    color: red
}

.fright {
    float: right;
}
/*.user-form input {
    max-width:200px;
}*/

a.btnNextStep {
    float: right;
    margin-top: 2px;
}

a.confirmed-button {
    float: right;
    margin-top: 2px;
}

/*carrito opciones de tipo de pedido*/

.tipo-pedido {
    width: 50%;
    border: 1px solid #d4d4d4;
    border-radius: 7px;
}

.input-tipo-pedido {
    background-color: #e2e2e2c4;
    padding-top: 7px;
    border-radius: 7px 0px 0px 7px;
}

.font-total {
    font-size: 16px
}

.width-tipo-pedido {
    width: 100%
}

@media (max-width:1024px) {
    .tipo-pedido {
        width: 70%;
    }

    .input-tipo-pedido {
        padding-left: 17px;
    }
}

@media (max-width:768px) {
    .tipo-pedido {
        width: 100%;
    }

    .input-tipo-pedido {
        padding-left: 11px;
    }

    .width-tipo-pedido {
        width: 36%
    }
}

@media (max-width:425px) {
    .nopadding-mobile {
        padding: 0px;
    }

    .font-total {
        font-size: 12px
    }

    .pd-details .table-total > tbody > tr:last-child > td {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .width-tipo-pedido {
        width: 100%
    }
}


.ws-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 140px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    text-decoration-color: white;
}

.ws-float-m {
    margin-top: 10px;
}


.login-footer {
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    /* height: 70px; */
}

.new-login-footer span a {
    margin-left: 0px !important
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.footer-login-iso {
    width: 40%;
    text-align: left;
    float: left;
}

@media (max-width: 768px) {
    .main-register .left {
        text-align: right !important;
        float: right
    }

    .footer-registro {
        display: flex;
        flex-direction: column
    }

    .copyright-registro {
        order: 1;
    }

    .login-registro {
        order: 0;
    }
}


.footer-login-copy {
    float: right;
    width: 57%;
    text-align: right;
    padding-right: 20px;
}

.footer-login-iso img {
    width: 120px;
    padding: 20px;
    float: left
}

@media (max-width:768px) {
    .footer-login-iso {
        width: 40%;
        text-align: left;
        float: left;
    }

        .footer-login-iso img {
            width: 100px;
            float: left;
            padding: 26px 8px;
        }

        .footer-login-iso p {
            font-size: 11px;
        }

    .footer-login-copy {
        float: right;
        width: 50%;
        text-align: right;
    }

        .footer-login-copy p {
            font-size: 10px;
        }

        .footer-login-copy b {
            font-size: 10px;
        }
}

@media only screen and (max-width:425px) {
    .footer-login-iso {
        width: 100%;
        text-align: left;
        float: left;
    }

        .footer-login-iso p {
            font-size: 11px;
            text-align: right;
            padding-right: 10px;
        }

    .footer-login-copy {
        width: 100%
    }

    .text-login {
        text-align: left;
        padding-left: 23px;
    }
}

@media (max-width:425px) {
    .nopadding-mobile {
        padding: 0px;
    }

    .font-total {
        font-size: 12px
    }

    .pd-details .table-total > tbody > tr:last-child > td {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .width-tipo-pedido {
        width: 100%
    }
}

.notbuyable {
    color: white;
    font-size: 14px;
    margin-right: 5px;
}

.recuadro-gracias {
    background-color: #e2e2e2;
    text-align: center;
    min-height: 200px;
    margin-top: 37px;
    padding-top: 7%;
    margin-bottom: 20px;
}

.imagen-gracias {
    position: absolute;
    /*background-color: #d561a1;*/
    width: 80px;
    height: 80px;
    z-index: 9000;
    border-radius: 50%;
    text-align: center;
    right: calc(54% - 80px);
}

.padding-notbuyable {
    padding-top: 15px;
}

@media (max-width:475px) {
    .recuadro-gracias {
        padding: 20% 20px 7%;
    }

    .imagen-gracias {
        right: calc(48vw - 80px);
    }

    .padding-notbuyable {
        padding-top: 24px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1250px;
    }
}


.btn-app {
    color: white;
    box-shadow: none;
    border-radius: 3px;
    position: relative;
    padding: 1px 9px;
    margin: 0;
    min-width: 60px;
    max-width: 80px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
    transition: all .2s;
    background-color: steelblue !important;
}

    .btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
        font-size: 20px;
        display: inline-block;
    }

    .btn-app:hover {
        border-color: #fff;
        /* transform: scale(1.1); */
        color: #fff;
        opacity: 0.8;
    }


.pedido {
    float: right;
    margin-top: 5px;
    margin-right: 15px;
}

@media (max-width: 425px) {
    .page-title {
        margin-bottom: 20px;
        font-size: 13px;
        display: inline-block;
        margin: 10px 0px;
    }

    .excel {
        background-color: #3ca23c !important;
        margin-bottom: 6px;
    }

    .pedido {
        float: left;
        margin-top: 0px;
        margin-right: 15px;
    }
}

.pdf {
    background-color: #dc2f2f !important;
}

.excel {
    background-color: #3ca23c !important;
}

.csv {
    background-color: #e86c3a !important;
}

.imprimir {
    background-color: #8766b1 !important;
}

.buttonnposition {
    position: absolute;
    bottom: 0px
}

.card-body {
    height: 33vh;
    height: 33vh;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 715px;
    }
}

.addtocart_modal {
    width: calc(100% - 20px);
    margin-left: 20px
}


@media (min-width: 1440px) {
    .modal-lg {
        width: 715px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 811px;
    }
}

@media (max-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 9px auto;
    }

    #product_detail .addtocart_modal {
        width: calc(100% - 10px);
        margin-left: 10px;
        padding: 0 8px;
    }
}

@media (max-width: 475px) {
    .modal-dialog {
        width: 85%;
        text-align: center;
        margin: 9px auto;
    }

    .card-body {
        height: 25vh;
    }

    .addtocart_modal {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px
    }

    /*MF-AGREGO STYLE PARA ELIMINAR LA LINEA INFERIOR EN EL LISTADO DE CLIENTES*/
    #movementsTable .table-mobile > tbody > tr > td:last-child {
        border-bottom: 0px !important
    }

    #movementsTable td {
        padding: 10px;
    }
}

.price-color {
    padding-bottom: 20px;
}

.btn-notavailable {
    opacity: 0.9;
    background: #888888;
    color: white;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    padding: 6px;
    text-align: center;
    margin-bottom: 2px
}

@media (max-width: 1024px) {
    #product_detail .btn-notavailable {
        font-size: 9px;
        margin: 0px 3px 5px;
        width: 98%;
    }
}

@media (max-width: 768px) {
    .col-sm-5a {
        width: 41.66666667%;
    }

    #product_detail .btn-notavailable {
        font-size: 9px;
        margin: 0px 11px 5px;
        width: 91%;
    }

    #product_detail .download-card .btn {
        width: 90%;
        margin-bottom: 5px;
    }
}

@media (max-width: 425px) {
    #product_detail .addtocart_modal {
        width: 100%;
        padding: 0 8px;
        margin-left: 0px
    }

    #product_detail h4 {
        margin-top: 20px;
    }

    #product_detail .download-card .btn {
        overflow: hidden;
        height: 34px;
        line-height: 28px;
        padding: 1px 9px;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: .5px;
        text-transform: uppercase;
        box-shadow: none !important;
        /* float: right; */
        margin: 7px;
        width: 91%;
    }

    #product_detail .btn-notavailable {
        font-size: 9px;
        margin: 8px 5px;
        width: 96%;
    }
}

#product_detail .download-card {
    text-align: center;
}

.words-container1 {
    word-break: normal;
}

.thumbnail .caption {
    height: 67px;
    margin-top: 15px;
}

@media(max-width: 600px) {
    .right.carousel-control img,
    .left.carousel-control img {
        width: 12px;
        height: 12px;
    }
}

.copyright-login {
    text-align: right !important;
    padding-right: 15px !important
}
