@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica.ttf'),
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.skin-blue .main-header .logo {
    background-color: #FFFFFF;
    color: #1A1A1A;
}

.skin-blue .main-header .navbar {
    background-color: #FFFFFF;
    min-height: 100px;
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.skin-blue .main-header .navbar .nav > li > a {
    color: #1A1A1A;
}

.datosDireccionesEnvio input {
    width: 100% !important;
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: #1A1A1A;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #FFFFFF;
    color: #1A1A1A;
}

.navbar:before,
.navbar:after {
    display: none;
}

.dropdown .notifications-menu a {
    background-color: #FFFFFF;
    color: #1A1A1A;
}

.skin-blue .main-header .navbar .nav .open > a {
    /*background-color: #1A1A1A;*/
    color: #FBCE3B;
}

.skin-blue .main-header .navbar .nav .open > a {
    background: rgb(255 255 255);
}

.skin-blue .main-header .navbar .nav > li > a {
    background-color: #FFFFFF;
    color: #1A1A1A;
}

.skin-blue .main-header .navbar .nav > li > a i {
    color: #1A1A1A;
    font-size: 20px;
}

.skin-blue .main-header .navbar .nav > li > a span {
    font-weight: bold;
}

.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:visited,
.skin-blue .main-header .navbar .nav > li > a:focus {
    background-color: #FFFFFF !important;
    color: #FBCE3B !important;
}

.main_bg {
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    padding: 30px 20px;
}

.main_title {
    max-width: 555px;
    margin: 21px 0 0 35px;
}

.main_title p {
    /*font-family: Helvetica LT Std;*/
    font-style: normal;
    font-weight: bold;
    font-size: 65px;
    line-height: 65px;
    /* or 100% */
    color: #FFFFFF;
}

.main_label {
    display: flex;
    justify-content: end;
    align-items: baseline;
    margin-left: 35px;
}

.main_label p {
    margin-left: 24px;
    /*font-family: Helvetica LT Std;*/
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 65px;
    /* identical to box height, or 406% */
    color: #FBCE3B;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.main_line {
    width: 130px;
    height: 5px;
    background-color: #FBCE3B;
    display: block;
}

.search_input {
    margin-top: 15px;
    border: none;
    border-bottom: 2px solid #9fa0a0;
    font-size: 18px;
}

.search_input:focus {
    border-bottom: 2px solid #FBCE3B;
    background-color: #FFFFFF;
}


/*.indivi_cat{
	opacity: 0.8;
	cursor: pointer;
}
.indivi_cat:hover{
	opacity: 1;
	cursor: pointer;
}*/

.thumb {
    cursor: pointer;
    transition: background-size 0.5s linear;
}

.thumb:hover {
    cursor: pointer;
    background-size: 130% 130%;
}

.input-group-addon {
    border: none;
    padding-top: 25px;
}

.v_view li a:hover {
    color: #FBCE3B;
    background-color: #1A1A1A;
}

.boxPropiedades {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0;
}

.descripBloqueArt a {
    /*font-family: Helvetica LT Std;*/
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration-line: none;
    color: #1A1A1A !important;
    text-transform: capitalize;
}

.boxPrecioArticulo {
    text-align: center !important;
    width: 100% !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 19px !important;
    text-align: center !important;
    color: #1A1A1A !important;
    margin-bottom: 10px !important;
}

.boxGlobal:hover {
    background-color: #FFFFFF !important;
}

.boxPropiedades button {
    width: 80%;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1A1A1A;
    height: 40px;
    background: #FBCE3B;
    border: none;
    border-radius: 0;
    justify-content: center;
}

.boxPropiedades button:hover {
    background-color: #1A1A1A !important;
    color: #fbce3b !important;
}

.boxPropiedades button:focus,
.addProduct button:focus {
    outline: none;
}

.addProduct button {
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1A1A1A;
    height: 40px;
    background: #FBCE3B;
    border: none;
    border-radius: 0;
    justify-content: center;
}

.addProduct button:hover {
    background-color: #1A1A1A !important;
    color: #fbce3b !important;
}

.alertify-notifier .ajs-message.ajs-error {
    background-color: #fbce3b !important;
    color: #FFFFFF !important;
    border: none !important;
}

.descripcionesarticulo a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #1A1A1A;
}

.boxTitulo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxTitulo_lista {
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxGlobal_lista {
    padding: 30px !important;
}

.micuenta h3 a {
    /*font-size: 20px;
	font-weight: bold;*/
    color: #1A1A1A;
}

.micuenta h3 a:hover {
    color: #FBCE3B;
}

#formRegistro input,
#formRegistro select,
#formRegistro textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #FBCE3B;
}

.skin-blue .content-header {
    text-align: center;
    font-weight: bold;
}

.check_item {
    width: auto !important;
    margin-right: 20px !important;
}

.cfn_part {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    align-items: center;
}

.micuenta .text-left h3 {
    display: flex;
}

.micuenta .text-left h3 i {
    width: 40px;
}

.micuenta .text-left h4 {
    padding-left: 40px;
}

.micuenta .text-left h3 a {
    width: calc(100% - 40px);
}

.micuenta .text-left h4 a {
    color: #1A1A1A;
}

.micuenta .text-left h4 a:hover {
    color: #FBCE3B
}

table {
    font-size: 16px;
    border: 1px solid #1A1A1A;
}

#formContacto input,
#formContacto textarea {
    border: none;
    border-bottom: 1px solid #FBCE3B;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
    height: auto;
}

button {
    border: none !important;
    border-radius: 0 !important;
    color: #1a1a1a !important;
    background-color: #fbce3b !important;
}

table thead {
    background-color: #1A1A1A;
    color: #FFFFFF;
    border: 2px solid #1A1A1A !important
}

table tbody {
    background-color: #FFFFFF;
}

.table-bordered > tbody > tr > td {
    border: 1px solid #1A1A1A;
}

.cookiesms {
    color: #fbce3b !important;
    background-color: #1A1A1A !important;
}

.main-footer {
    background-color: #1A1A1A;
    border: none;
    padding: 50px 20px 20px;
}

.first_footer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.first_footer ul {
    list-style: none;
    text-align: left;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 33px;
}

.first_footer ul a {
    color: #FFFFFF;
}

.first_footer ul a:hover {
    color: #fbce3b;
}

.second_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.second_footer ul {
    list-style: none;
    text-align: left;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 33px;
    padding: 0px;
}

.second_footer p {
    width: 180px;
    /*font-size: 16px;*/
    /*line-height: 33px;*/
    color: #FFFFFF;
}

.second_footer i {
    margin-right: 20px;
}

.social_group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_group i {
    margin: 30px;
    font-size: 20px;
    color: #FFFFFF;
}

.social_group a i:hover {
    color: #fbce3b;
}

#usuario,
#password {
    border: none;
    border-bottom: 1px solid #fbce3b;
    margin-bottom: 20px;
}

.user-footer a:hover {
    color: #fbce3b !important;
}

.content-header h1 a,
.content-header h1 {
    font-size: 30px;
    font-weight: bold;
    color: #1A1A1A;
}

.alert-danger,
.alertify-notifier.ajs-center {
    background-color: #fbce3b !important;
    border: none !important;
    color: #1A1A1A !important;
    display: none;
}

.content-header h1 a:hover {
    color: #fbce3b;
}

.skin-blue .sidebar-menu > li.header {
    color: #FFFFFF !important;
}

.boxGlobal {
    border-style: none !important;
    display: flex;
    flex-direction: column;
}

.boxFoto {
    background-color: transparent;
    overflow: hidden;
}

.boxFoto img.img-responsive {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90% !important;
    max-height: 90% !important;
}

.articuloDatos h4 {
    color: #FFFFFF !important;
    background-color: #1A1A1A !important;
    font-weight: bold;
    border-bottom: 1px solid #1A1A1A !important;
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
}

.min_header {
    border-bottom: 1px solid #1A1A1A;
    margin-bottom: 30px;
}

.label-danger {
    background-color: #fbce3b !important;
}


/*.articuloMouseOver{
  height: 100%;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90% !important;
    max-height: 90% !important;
}*/

.articuloMouseOver {
    margin: 0 auto;
}

.articuloMouseOverCapa {
    text-align: center;
    margin-bottom: 50px !important;
}

.in_cat {
    background-color: #FBCE3B;
    min-height: 150px;
}

.in_cat p {
    margin: 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    color: black;
    font-size: 24px;
    font-weight: bold;
}

.articuloMouseOverCapa p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.mobile_basket {
    display: none;
}

.skin-blue .main-sidebar {
    background-color: #1a1a1a !important;
}

.content-header-product {
    text-align: left;
    background: transparent;
    position: relative;
    padding: 15px 15px 0 15px;
    font-weight: bold !important;
}

.content-header-product h1 {
    font-weight: bold;
}

.content-header-product .breadcrumb {
    background-color: #FFFFFF;
}

.content-header-product .breadcrumb li a {
    color: #5d5d5d;
    font-size: 12px;
}

.content-header-product .breadcrumb li a:hover {
    color: #fbce3b;
}

.skin-blue .main-header .navbar .nav .open > a {
    background-color: none;
}

.main_thumb {
    margin-top: 15px;
    margin-bottom: 10px;
}

.breadcrumb {
    background-color: #FFFFFF !important;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #888;
    content: "\2022";
}

.menu-familias,
.treeview-menu > li a {
    font-size: 14px;
}

.skin-blue .sidebar a {
    color: #FFFFFF;
}

.skin-blue .sidebar a:hover {
    color: #fbce3b !important;
}

.special_title {
    text-align: left;
    padding-left: 200px;
}

.special_title ol {
    font-size: 12px;
    padding: 0;
}

.special_title ol a {
    color: #5d5d5d;
}

.special_title ol a:hover {
    color: #fbce3b;
}

.thumb {
    padding: 20px;
    min-height: 212px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%
}

.thumb h3 {
    /*font-family: Helvetica LT Std;*/
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    color: #FFFFFF;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    text-align: left;
}

.plus_img {
    display: flex;
    justify-content: flex-end;
    margin-top: 80px;
}

.bg_title {
    margin-top: 20px;
    margin-left: 10px;
}

.main_category {
    margin-top: 20px;
}

.main_category ul {
    list-style: none;
    padding: 0 20px;
}

.main_category ul li a {
    /*font-family: Helvetica LT Std;*/
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #1A1A1A;
    border-bottom: 2px solid #fbce3b;
    padding-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.main_category ul li a:hover {
    color: #fbce3b !important;
}

.cat_g {
    display: flex;
    padding: 70px 0;
    /*justify-content: space-around;
    align-items: center;
    width: 100%;*/
}

.category_group {
    text-align: center;
    padding: 0 32px;
    cursor: pointer;
}

.skin-blue .wrapper {
    background-color: #FFFFFF !important;
}

.mobile_header {
    padding: 0;
}

.articuloMouseOverCapa {
    height: 200px !important;
}

.skin-blue .main-header .navbar {
    padding: 0 !important;
}

.articuloMouseOver {
    width: auto !important;
}

@media only screen and (min-width: 768px) {
    #menu_btn {
        padding-left: 0 !important;
    }

    .skin-blue .main-header .navbar .nav > li > a {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .articuloMouseOverCapa {
        height: 130px !important;
    }

    .mobile_product {
        display: block !important;
    }

    .desktop_product {
        display: none !important;
    }

    .special_title {
        text-align: left;
        padding-left: 40px;
    }

    .cat_g {
        display: inline-block;
    }

    .main_cat {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .mobile_basket {
        display: block;
    }

    .main-header {
        padding: 0;
    }

    .navbar-custom-menu > .navbar-nav > li.notifications-menu {
        display: none !important;
    }

    .main_logo img {
        width: 200px;
    }

    .skin-blue .main-header .navbar .nav > li > a span {
        display: none;
    }

    .navbar-nav > .user-menu .user-image {
        margin: 0 auto;
    }

    .content-header h1 {
        font-size: 27px;
    }

    .content-header h1 a {
        font-size: 27px;
    }

    .main_title p {
        font-size: 40px;
        line-height: 50px;
    }

    .main_line {
        width: 100px;
    }

    .main_label p {
        font-size: 17px;
        line-height: 25px;
    }

    .main_bg {
        padding: 10px 0px;
        min-height: auto !important;
    }

    .user-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile_menu {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .mobile_header {
        padding: 0;
    }
}

div#footer-contact-container {
    justify-content: space-between;
    width: 100%;
}

div#footer-contact-container div {
    margin: 20px;
    width: fit-content;
}

#img-footer {
    margin-left: 50px;
}

#phone-footer {
    display: none;
}

.icon-yellow i {
    color: #FBCE3B;
}

.icon-yellow {
    margin-bottom: 40px;
    margin-top: 10px;
}

#footer-contact-mobile div {
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    color: white;
    margin-bottom: 10px;
}

#footer-contact-mobile {
    margin-bottom: 10px;
}

#footer-dir-mobile {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: white;
    margin: 20px 0px;
}

div.vertical-yellow {
    width: 1px;
    background-color: #FBCE3B;
    margin: 0 10px;
}

div.condiciones-footer-mobile a {
    color: white;
}

footer i {
    color: #FBCE3B;
    padding-right: 10px;
    font-size: 22px;
}

button.equis {
    color: white;
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 26px;
    width: 50px;
    background-color: #1a1a1a;
}

.menuLightOverlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none;
    height: 100%;
    width: 100vw;
    z-index: 1020;
}

.main-sidebar {
    top: 115px;
    height: calc(100% - 115px);
    min-height: calc(100% - 115px);
    overflow-y: hidden;
}

.grand-menu {
    width: 45vw;

}

.grand-menu-xl {
    width: 100vw;

}

/*body.sidebar-open{*/
/*    overflow-y: hidden;*/
/*}*/
aside.main-sidebar {
    overflow-y: auto;
}

.sidebar-menu li > a > .fa-angle-left {
    right: auto;
    margin-left: 15px;
    margin-top: -6px;
}

.sidebar-menu li > a > .fa-angle-left.xl {
    font-size: 16px;
    margin-top: -9px;
}

.sidebar-menu > li {
    padding-left: 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
}

.sidebar-menu li.treeview.menu-familias {
    padding-left: 20px;
}

.sidebar-menu li.treeview.menu-familias li {
    padding-left: 10px;
}

.sidebar-menu li.header {
    padding-left: 35px;
}

#bmm1 {
    padding-left: 30px;
}

/*.fa-chevron-down{*/
/*    padding-left: 15px;*/
/*}*/

.space-between {
    width: 10px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff !important;
    background-color: #FBCE3B !important;
    border-color: #FBCE3B !important;
}

.articuloFoto {
    margin-top: 10px;
}

.finalizar-pago-div {
    display: flex;
    width: fit-content;
    margin-left: auto;
}

.finalizar-pago {
    width: fit-content;
    margin-left: auto;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    background-color: black !important;
    color: #FBCE3B !important;
}

div.white{
    background-color: white !important;
    border: none;
    color: black!important;
    padding: 0px !important;

}

div.white a{
    background-color: white !important;
    border: none;
    color: #FBCE3B!important;
    font-size: 22px;
}

div.white strong{
    margin-left: auto !important;
}

div.yellow {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: black!important;
    margin: 20px 0px !important;

}

div.margin-bottom-10 {
    margin-bottom: 10px;
}

div.myDatosDireccionesEnvio{
    background-color: white !important;
    padding: 20px !important;
    border: 1px solid black !important;
}

div.myDatosDireccionesEnvio input, div.myDatosDireccionesEnvio textarea,div.myDatosDireccionesEnvio select{
    background-color: white !important;
    border: none;
    border-bottom: 1px solid black !important;
}

div.myDatosDireccionesEnvio input:focus, div.myDatosDireccionesEnvio textarea:focus,div.myDatosDireccionesEnvio select:focus{
    border-bottom: 2px solid black !important;
}

@media (max-width: 767px) {
    .main-sidebar {
        padding-top: 20px !important;
    }
}

@media (max-width: 750px) {
    #phone-footer {
        display: flex;
        flex-direction: column;
    }

    #desktop-footer {
        display: none;
    }

    #img-footer {
        width: 144px;
        height: auto;
        margin-bottom: 40px;
        margin-left: 0px;
    }
}

@media (max-width: 400px) {
    div.condiciones-footer-mobile {
        flex-direction: column;
    }

    div.vertical-yellow {
        width: 15px;
        height: 1px;
        margin: 10px auto;
    }
}