/* Global styles */
body, html {margin:0;padding:0; font-family: Arial, Helvetica, sans-serif}
body {font-family:sans-serif;font-size:12px;}
h1, h2, h3, h4, h5, h6, form, fieldset, pre, code, p, div, input, textarea, button {margin:0;padding:0;}
img, fieldset {border:0;margin:0;}
noscript {font-size:16px;text-align:center;color:red;font-weight:bold;}
em {font-style: italic;}
strong {font-weight: bold;}
table {border-collapse:collapse;font:inherit;}
div:focus {outline:0;}
input, textarea, select{font-family: Arial, Helvetica, sans-serif}
nav, header, footer, section, article {display:block;}
.clear {clear:both;}
.underline{text-decoration: underline !important;}
.center {text-align:center !important;}
.left {text-align:left !important;}
.right {text-align:right !important;}
.separator {margin:5px 0 0 0;}
.mtop5 {margin-top:5px;}
.mtop10 {margin-top:10px;}
.mtop20 {margin-top:20px;}
.bold {font-weight:bold;}
.fleft, .fl {float:left;}
.fright, .fr {float:right;}
.vtop {vertical-align:top;}
.vmiddle {vertical-align:middle;}
.smaller {font-size:75%;}
.bigger {font-size:125%;}
.nowrap {white-space:nowrap;}
.pointer{cursor:pointer;}
.cursor-auto{cursor:auto;}
ul.plain, ol.plain {list-style-type:none;margin:0;padding:0;}
ul.plain li, ol.plain li {margin:0;padding:0;}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* \*/
.clearfix {display: block;}
/* */

.hidden{
    display: none !important;
}

/*=========================================================*/

/* templates */
.error, .exception, .info, .warning {
    margin:20px 0 0 0;
    padding:5px;
    font-size:1.1em;
    text-align:center;
}
.error, .exception {
    color:red;
    font-weight:bold;
}
*:focus {
    outline: none;
}
/* form styles */
input, textarea, select, button {
    font-size:15px;
}
.form-field-error-label {
    color:red;
    font-weight:bold;
    display:block;
}
.form-field-error {
    border:1px solid red;
}
.btn-primary{
    background-color: #F97509 !important;
    border-color: #F97509 !important;
}
.btn-primary:hover{
    box-shadow: inset 0 -1px 0 #ff9e08 !important;
}
table.form {
    width:100%;
}
table.form th {
    text-align:right;
    padding:3px 6px;
    vertical-align: top;
}
table.form td {
    padding:3px 6px;
    vertical-align: top;
}
table.form input[type=text], table.form textarea, table.form select, table.form input[type=password] {
    width:95%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}


/* definition lists */
dl {
    margin:0;
    padding:0;
    overflow:auto;
}
dt {
    width:30%;
    float:left;
    clear:left;
    text-align:right;
    padding:2px;
}
dd {
    padding:2px;
    overflow:hidden;
}


@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.ttf');
    /*src: url('fonts/fonttk-webfont.eot?#iefix') format('embedded-opentype'),*/
    /*url('fonts/fonttk-webfont.woff') format('woff'),*/
    /*url('fonts/fonttk-webfont.ttf') format('truetype'),*/
    /*url('fonts/fonttk-webfont.svg#FontanaTKTextoKern') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
}
body{
    /*background:url(../images/body_bg.png) center repeat;*/
    margin:0px;
    padding:0px;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif !important;
}
a{
    text-decoration: none;
}
.bold{font-weight: bold;}
.small{font-size: 15px;}

/* ---------------- */

#body{
    /*width:1160px;*/
    margin-right: auto;
    margin-left: auto;
    border-right:1px solid #999;
    border-left:1px solid #999;
    position: relative;
    background-color: #EEEEEE;
}
#body_shadow{
    position: relative;
    /*-moz-box-shadow: 0px 0px 15px #000;*/
    /*-webkit-box-shadow: 0px 0px 15px #000;*/
    /*box-shadow: 0px 0px 15px #000;*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=0, Color='#000000')";*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=0, Color='#000000');*/
}
#footer-bottom{
    border-top: 3px solid #FC7509;
    padding-bottom: 0;
    padding-top:20px;
}
.footer-bottom-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    max-width: 1010px;
    margin: 0 auto;
}
.footer-menu{
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 30%;
}
.footer-menu p{
    font-size: 1.5em;
    color: #F93200;
    font-weight: bolder;
}
.footer-separator {
    background-color: #FC7509;
    width: 1px;
    height: 110px;
}
.footer-menu a{
    font-size: 1.1em;
    color: #333;
    margin-bottom: 5px;
}
.style_form{
    font-size: 0.9em;
}
.footer-menu a:hover{
    color: #FC7509;
}
.footer-contact-ex-p{
    font-size: 1em;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#contact_btn_wrap{
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 200px;
}
.slider-image{
    width: 100%;
    height: 300px;
}
.header-search-bar{
    width: 55%;
    /*display: flex;*/
    align-items: center;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08),0 2px 2px 0 rgba(0,0,0,0.1);
}
.copyright{
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    height: 60px;
}
.shopping-cart-header-link a{
    font-size: 20px;
    color: #FC7509;
    transition: all ease 0.2s;
}
.header-right-box{
    display: flex;
    width: 25%;
    justify-content: space-around;
    align-items: center;
}
.shopping-cart-header-link a:hover{
    color: #FE9C00;
}
.header-search-bar form{
    display: flex;
    align-items: center;
}
.logo-header-responsive{
    display: none;
}
.header-search-form button{
    background-color: transparent;
    border: 0;
    border-left-width: 0px;
    border-left-style: none;
    border-left-color: currentcolor;
    width: 10%;
    text-align: center;
    border-left: 1px solid #7c7c7c;
    height: 20px;
}
.header-logo-box{
    display: flex;
    width: 60%;
    justify-content: space-between;
    align-items: center;
}
.header-search-bar input{
    background-color: transparent;
    border: none;
    width: 90%;
    color: #7C7C7C;
    text-indent: 10px;
    font-size: 16px;
    padding: 5px 0px;
}
.header-search-bar i{
    /*width: 10%;*/
    text-align: center;
    font-size: 17px;
    color: #7C7C7C;
    /*border-left: 1px solid #7c7c7c;*/
}
.header-search-bar i:hover{
    color: #FC7509;
}

/*evito que se superpongan los iconos de la cabecera*/
.header-right-box,
.header-search-bar,
.header-right-box #header-broadcasts,
.header-right-box .header-right-buttons,
.header-right-box #account-menu{
    margin: 0 5px;
}

#contact_btn_wrap #contact_btn{
    background:url(../images/contact_btn.png) center no-repeat;
    width:54px;
    height:250px;
    cursor:pointer;
    position:fixed;
    left:0px;
    top:176px;
    z-index: 100;
}


/**
 * Disponibilidad Ofertas Exclusivas
 */

#disponibilidad_form{
    display:none;
    width:410px;
    height:229px;
    position:fixed;
    top: 60%;
    left: 60%;
    z-index: 10010;
    margin-top: -231px;
    margin-left: -300px;
    background:url(../images/disponibilidad_bg.png) center no-repeat;

    /* progresive */
    background: white;
    border: 1px solid #ccc;
    width: 90%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    box-shadow: 3px 3px 10px black;
    max-width: 400px;
    height: min-content;
    max-height: 230px;
}

#disponibilidad_form > div{
    margin:33px;
}
#disponibilidad_form .close{
    float:right;
    background:url(/images/assets/close.png) center no-repeat;
    width:19px;
    height:19px;
    cursor:pointer;

    position: absolute;
    top: -15px;
    right: -10px;
    background-size: cover;
}
#disponibilidad_form .contact_title{
    padding-left: 14px !important;
    /*width: 288px !important;*/
    padding-bottom: 0;
    border-bottom: none;
}
#disponibilidad_form .disponibilidad_data{
    margin: 0 0 10px 10px;
    border-bottom: 1px solid #FC7509;
    border-top: 1px solid #FC7509;
    overflow: hidden;
    padding: 8px 0 0 10px;
}

#disponibilidad_form .disponibilidad_data .disponibilidad_description{
    background: url(/images/orange_arrow_right.png) top left no-repeat;
    width:230px;
    font-size: 14px;
    /*margin-top: 26px;*/
    float: left;
    min-height: 50px;
}
#disponibilidad_form .disponibilidad_data .twoline{
    padding: 7px 0 22px 22px !important;
}
#disponibilidad_form .disponibilidad_data .oneline{
    padding: 13px 0 16px 22px !important;
}

#disponibilidad_form .disponibilidad_data .disponibilidad_icon{
    float: left;
    margin: 5px 10px 0 0;
}
#disponibilidad_form .disponibilidad_data .disponibilidad_icon div{
    height: 40px;
    width: 40px;
    /*margin-top: 23px;*/
}
#disponibilidad_form .disponibilidad_data .suficiente, #disponibilidad_form .disponibilidad_data .disp1{background: url(/images/disponibilidad_icon_suficiente.png) center no-repeat;}
#disponibilidad_form .disponibilidad_data .suficiente, #disponibilidad_form .disponibilidad_data .disp12{background: url(/images/disponibilidad_icon_suficiente.png) center no-repeat;}
#disponibilidad_form .disponibilidad_data .insuficiente, #disponibilidad_form .disponibilidad_data .disp2{background: url(/images/disponibilidad_icon_insuficiente.png) center no-repeat;}
#disponibilidad_form .disponibilidad_data .sinstock, #disponibilidad_form .disponibilidad_data .disp3{background: url(/images/disponibilidad_icon_sinstock.png) center no-repeat;}
#disponibilidad_form .disponibilidad_data .entransito, #disponibilidad_form .disponibilidad_data .disp4{background: url(/images/disponibilidad_icon_entransito.png) center no-repeat;}
#disponibilidad_form .disponibilidad_data .chequear, #disponibilidad_form .disponibilidad_data .disp5{background: url(/images/disponibilidad_icon_chequear.png) center no-repeat;}


#disponibilidad_form #check-disp-again{
    position: relative;
    overflow: hidden;
}

#disponibilidad_form #check-disp-again a {
    display: block;
    width: 90%;
    text-align: center;
    padding: 5px;
    background: #ea5f1c;
    color: white;
    margin: 10px auto;
    border-radius: 5px;
}

#disponibilidad_form #check-disp-again a:hover {
    text-decoration:none;
    background: #d75213;
}

#disponibilidad_form #check-disp-again a:active {
     text-decoration:none;
    background: #f37a40;
}


#disponibilidad_form .disponibilidad_controls{
    position: relative;

}


.form .contact_title{
    font-weight: bold;
    color:#000;
    font-size: 15px;
    margin:0 0 5px 0;
}
.form .contact_field{
    margin:10px 0 0 0;
}
.form .contact_field .contact_field_title_black{
    color:#000;
    font-size: 15px;
    position: relative;
}
.form .contact_field .contact_field_title{
    color:#ff6d04;
    font-size: 15px;
    position: relative;
}
.form .contact_field .contact_field_title:first-letter{
    color:#ff6d04;
    font-size: 15px;
}
.form .contact_field .input_check input[type=checkbox]{
    top:2px;
    position: absolute;
}
.form .contact_field .input_check label{
    top:2px;
    left:20px;
    position: absolute;
}
.form .contact_field .contact_field_input{
    margin:7px 0 0 0;
    background: url(../images/contact_input_bg.png) center no-repeat;
    width:204px;
    height:23px;
    padding:1px 0 0 1px;
}
.form .contact_field .contact_field_input input[type=text],.form #left .contact_field .contact_field_input input[type=password]{
    width:203px;
    height:23px;
    border:0px;
    background:none;
}
.form .contact_field .contact_field_input_file{
    margin:7px 0 0 0;
    background: url(../images/contact_input_file_bg.png) center no-repeat;
    width:205px;
    height:22px;
    line-height:22px;
    padding:2px 0 0 0;
    overflow: hidden;
    cursor:pointer;
    vertical-align: middle;
    position: relative;
}
.form .contact_field .contact_field_input_file input[type=file]{
    width:250px;
    height:21px;
    border:0px;
    background:none;
    opacity: 0;
    position: absolute;
    z-index: 5;
}
.form .contact_field .contact_field_input_file #file_name_excerpt{
    vertical-align: middle;
    position: absolute;
    z-index: 0;
}

.form .contact_field .contact_field_select{
    margin:7px 0 0 0;
    background: url(../images/contact_select_bg.png) center no-repeat;
    width:205px;
    height:24px;
    padding:0 0 0 0;
    overflow: hidden;
}
.form .contact_field .contact_field_select select{
    width:230px;
    height:24px;
    border:0px;
    background-color:#EDEDED;
}
.form .contact_field .contact_field_textarea{
    margin:7px 0 0 0;
    background:url(../images/contact_textarea_bg.png) center no-repeat;
    width:205px;
    height:164px;
    padding:0px;
}
.form .contact_field .contact_field_textarea textarea{
    background:url(../images/contact_textarea_bg.png) center no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    width:204px;
    height:163px;
    border:0px;
    background:none;
    resize:none;
}
.form .contact_submit{
    margin:37px 0 0 0;
    width:205px;
    position:relative;
}
.form .contact_submit input{
    width:91px;
    height:23px;
    background-image: url(../images/input_submit_bg.png);
    background-position: -15px -14px;
    background-repeat: no-repeat;
    border:0px;
    text-align: left;
    padding:0 0 0 2px;
    margin:0 0 0 0;
    font-size: 15px;
    cursor:pointer;
}
.form .contact_submit input:hover{background-position: -15px -66px;}
.form .contact_submit input[type=reset]{float:left;}
.form .contact_submit input[type=submit]{float:right;}

.form #contact_footer{
    margin:10px 0 0 0;
    background:url(../images/contact_house_icon.png) left center no-repeat;
    height:41px;
    padding:0 0 0 100px;
    font-size: 13px;
    width:370px;
}

#header #bar{
    background: url(../images/menu_bar_bg.jpg) center repeat-x;
    height:10px;
    width: 100%;
    z-index: 1;
    position: absolute;
    left:0px;
    bottom:0px;
}
.responsive-search-header-icon{
    display: none;
    margin-right: 15px;
    font-size: 20px;
    color: #666;
    cursor: pointer;
}
#header #logo{
    background: url(../images/logo_goico_header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height:72px;
    width: 20%;
    z-index: 3;
    cursor: pointer;
    /*position: absolute;*/
    /*left:20px;*/
    /*top:27px;*/

}
.menu-item-bottom{
    height: 2px;
    width: 0;
    background-color: #007bff;
    transition: all ease 0.5s;
    margin:0 auto;
    margin-top: -2px;
}
#header #menu #center .option:hover .menu-item-bottom{
    width: 100%;
}
#header_menu_container{
    height:37px;
    width: 100%;
    background-color: #FAFAFA;
    z-index: 2;
    /*position: absolute;*/
    /*left:61px;*/
    bottom:-8px;
    display: flex;
    justify-content: center;
    transition: all ease 0.3s;
}
#header_menu_container.hidden-menu{
    opacity: 0;
    visibility: hidden;
    margin-top: -37px;
}
#header_menu_container #menu,
#header_menu_container_no_scrolleable #menu{
    display: flex;
    justify-content: center;
}
#header #menu a{
    color:#666;
}
#header #menu #left{
    background: url(../images/menu_corner_left.png) center no-repeat;
    width:23px;
    height:60px;
    float:left;
}
@keyframes example {
    from {border-radius: 10px;}
    to {border-radius: 0 0 10px 10px;}
}
#header #menu #center{
    /*background: url(../images/menu_center_bg.png) center repeat-x;*/
    /*width:997px;*/
    height:60px;
    padding: 0;
    /*float:left;*/
    /*padding: 0 10px;*/
    border-radius: 3px;
    height: 35px;
    /*background: #f2f2f2; !* Old browsers *!*/
    /*background: -moz-linear-gradient(top,  #f2f2f2 0%, #adadad 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top,  #f2f2f2 0%,#adadad 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom,  #f2f2f2 0%,#adadad 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#adadad',GradientType=0 ); !* IE6-9 *!*/
    /*box-shadow: 0px 1px 3px #000;*/
}
#header_menu_container.scrolled #center{
    animation-name: example;
    animation-duration: 0.2s;
    border-radius: 0 0 10px 10px !important;
}
#header_menu_container.scrolled #submenu_wrap{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
}
#header #menu #center .op_separator{
    width:1px;
    height:28px;
    float:left;
    margin:4px 0;
    background: #ED9D22;
    padding:0px;
    border-radius: 5px;
}
#header #menu #center .option{
    /*height:35px;*/
    float:left;
    padding:0px 12px 0 12px;
    font-size: 16px;
    text-align: center;
    /*font-family: 'FontanaTKTextoKern', Arial narrow, Arial, sans-serif;*/
    cursor: pointer;
    /*text-shadow: #fff 1px 1px 0px;*/
    line-height: 37px;
    letter-spacing: 2px;
    transition: all ease 0.3s;
}
/*#header #menu #center .option:first-letter{*/
    /*font-size: 18px;*/
/*}*/
.nonpaid-red{
    color: #9A0000;
}
#header #menu #center .sel{
    /*background: url(../images/menu_option_bg.png) center repeat-x;*/
    /*background: #f2f2f2; !* Old browsers *!*/
    /*background: -moz-linear-gradient(top,  #f2f2f2 50%, #adadad 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top,  #f2f2f2 50%,#adadad 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom,  #f2f2f2 50%,#adadad 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#adadad',GradientType=0 ); !* IE6-9 *!*/

}
#header #menu #center .option:hover{
    /*background: url(../images/menu_option_bg_on.png) center repeat-x;*/
    /*color: #FC7509;*/
    /*background: -moz-linear-gradient(top,  #adadad 0%, #f2f2f2 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top,  #adadad 0%,#f2f2f2 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom,  #adadad 0%,#f2f2f2 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#f2f2f2',GradientType=0 ); !* IE6-9 *!*/
}

#header #menu #center #search{
    float:right;
}
#header #menu #center #search_input{
    float:left;
    height:29px;
    padding:19px 10px 0px 0 ;
}
#header #menu #center #search input[type=text]{
    width:140px;
    padding: 3px 4px 3px 7px;
    background: #f6f6f7;
    border:1px solid #d8d9d9;
    font-size: 15px;
    font-family: Arial narrow, Arial, sans-serif;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#header #menu #center #search .search_btn{
    float:left;
    height:60px;
    width:25px;
    margin:0 0 0 7px;
    cursor:pointer;
    background:url(../images/menu_search_icon.png) center no-repeat;
}

#header #menu #center #welcome{
    float:right;
    font-size: 15px;
    margin: 9px 0 0 0;
    color:#fff;
    /*text-shadow: #fff 1px 1px 0px;*/
}
#header #menu #center #welcome a{
    color:#fff;
}
#header #menu #center #welcome a:hover{
    /*color:#F93200;*/
    text-decoration: underline;
}


#header #menu #right{
    background: url(../images/menu_corner_right.png) center no-repeat;
    width:23px;
    height:60px;
    float:left;
}
#header #menu #right_search{
    background-image: url(../images/menu_corner_right_search.png);
    background-position: top;
    background-repeat: no-repeat;
    width:50px;
    height:60px;
    float:left;
    cursor:pointer;
}
#header #menu #right_search:hover{
    background-position: bottom;
}

/* --- */

#header #submenu_wrap{
    float: left;
    position: relative;
    /*left: 50%;*/
    /*margin-top: 154px;*/
    width: 100%;
    display: flex;
    align-items: center;
    height: 25px;
    justify-content: center;
}
#header #submenu{
    height:30px;
    z-index: 1;
    /*float:left;*/
    position:relative;
    /*left: -50%;*/
}
#header #submenu .left{
    height:43px;
    width:17px;
    float:left;
    background: url(/images/submenu_left.png) center no-repeat;
}
#header #submenu ul{
    float:left;
    height:43px;
    list-style: none;
    margin:0px;
    padding:0px;
}
#header #submenu ul li{
    float:left;
    height: 47px;
    padding:9px 5px 6px 0px;
    margin:0px;
    background: url(/images/submenu_center.png) center repeat-x;
    font-size:13px;
    text-transform: uppercase;
    color:#fff;
}
#header #submenu ul li a{ color:#fff; }
#header #submenu ul li a:hover, #header #submenu ul li.sel a{ color:#fde0c6; }


#header #submenu ul li span.text{ border-left:1px solid #f99031; padding:0 5px 0 10px;}
#header #submenu ul li span.text .first-letter{ font-size: 15px;}
#header #submenu ul li:first-child span{ border-left:0px; padding:0 0 0 10px; margin:0 0 0 0;}

#header #submenu .right{
    height:43px;
    width:17px;
    float:left;
    background: url(/images/submenu_right.png) center no-repeat;
}


/* --------------------------- */

#content,
.content{
    padding: 140px 0 40px 0px;
    width: 1280px;
    /*background: url(../images/content_bg.jpg) center repeat-y;*/
    margin: 0 auto;
}
.header-logo-wrap{
    position: relative;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.account-menu-dropdown{
    font-size: 1em;
    color: #666;
    display: flex;
    align-items: center;
    /*cursor: pointer;*/
}
.account-menu-dropdown span{
    transition: all ease 0.3s;
    cursor: pointer;
    font-size: 16px;
    text-align: right;
}
.account-menu-dropdown i{
    font-size: 1.8em;
    margin-left: 10px;
    margin-right: 10px;
}
#account-menu{
    position: relative;
}
/*.account-dropdown,*/
.account-dropdown-help{
    position: absolute;
    right: 0px;
    display: none;
    top: 10px;
    padding-top: 20px;
}
.account-dropdown-help-wrap{
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08),0 2px 2px 0 rgba(0,0,0,0.1);
    width: 220px;
}
.account-dropdown-login-wrap{
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08),0 2px 2px 0 rgba(0,0,0,0.1);
    padding:10px;
    width: 200px;
}
.account-dropdown-login-wrap-responsive{
     background-color: #fafafa;
     padding:10px;
     width: 50%;
     margin: 0 auto;
 }
.not-logged-menu .responsive-get-pass,
.not-logged-menu .responsive-new-user,
.not-logged-menu .responsive-forgot-pass{
    display: none;
}
.account-dropdown-caret{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.account-dropdown-caret .caret-top{
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0,0,0,0.1);
}
.account-dropdown{
    position: absolute;
    display: none;
    margin-top: 10px;
    top: 10px;
    left: -30px;
    padding-top: 10px;
}
#home_welcome{
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08),0 2px 2px 0 rgba(0,0,0,0.1);
    background-color: #fff;
    width: 180px;
}
.header-account-logged{
    display: flex;
    align-items: center
}
.logged{
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    max-width: 190px;
    overflow: hidden;
    padding: 0 10px;
}
.header-account-not-logged{
    display: flex;
    align-items: center;
}
.header-menu-caret{
    display: flex;
    justify-content: center;
    color: #fff;
}
/*#account-menu.active .account-dropdown,*/
/*#account-menu.active-help .account-dropdown-help{*/
    /*display: block;*/
/*}*/
#body-container{
    /*padding-top: 113px;*/
}
/*#home{*/
    /*padding-top: 113px;*/
/*}*/
.title_underline{
    /*padding: 0 0 12px 0;*/
    margin: 0;
    font-size: 2.5em;
    color: #FC7509;
    border-bottom: 1px solid #FC7509;
    /*margin-bottom: 25px;*/
    padding-bottom: 10px;
}
#home_text .title_underline{
    margin-bottom: 50px;
}
#home_text .title_underline,
#history-container .title_underline{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.rrhh-form .title_underline{
    color: #007BFF;
    border-bottom: 1px solid #007BFF;
}
.account-menu-dropdown-responsive{
    display: none;
}
.home-section-title{
    display: flex;
    justify-content: center;
    padding: 30px 0;
    flex-direction: column;
    align-items: center;
}
.home-section-title .text{
    text-align: center;
    color: #eee;
    font-size: 18px;
}

/* --------------- */

/*#footer{*/
    /*margin:0 0 0 0;*/
    /*height: 181px;*/
    /*background-color: gray;*/
/*}*/
#footer #top{
    background:url(../images/footer_bg_top.png) center repeat-x;
    height:7px;
}
#footer #slide_logos{
    width: 1280px;
    margin-bottom: 27px;
    margin-right: auto;
    margin-left: auto;
    padding: 65px 0px;
    height: 150px;
    overflow:hidden;
    /*border-top: 1px solid #FC7509;*/
    /*border-bottom: 1px solid #FC7509;*/
}   

#footer #logos{
    list-style: none;
    width:16000px;
}
#footer #logos .logo{
    width: 100px;
    float:left;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 20px;
    vertical-align: middle;
}
#footer #logos .logo img{
    margin-top: 25%;
    position: relative;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);

    max-width: 100px;
    max-height: 100px;
}

#footer #bottom{
    /*background: url(../images/footer_bg_bottom.png) #E7E3E0 center repeat-x;*/
    height: 80px;
    font-size: 14px;
}
#footer #bottom .footer_info{
    margin: 0 0 0 83px;
}
/* footer contenido - ul -> list items*/
.inline_list{
    list-style-type: none;
    margin:0;
    padding: 0;
}

.inline_list_item{
    display: inline;
    padding-left: 10px;
}

#footer #bottom .text{
    font-size: 15px;
    margin:0px 0 0 0;
    text-align: left;
    letter-spacing: -0.3px;
}
#footer #bottom .text strong{ font-weight: bold; }
#footer #bottom .copy{
    margin:9px 0 0 0;
    font-size: 15px;
    float:left;
}
.footer-social-networks div:nth-child(2) img{
    margin-right: 10px;
}
/*.footer-social-networks div:first-child{*/
    /*font-size: 14px;*/
/*}*/
/*.footer-social-networks div:nth-child(2){*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*font-size: 25px;*/
/*}*/
/*.footer-social-networks div:nth-child(2) i{*/
    /*margin-right: 5px;*/
/*}*/
/*.footer-social-networks .fa-facebook{*/
    /*color: #3A589D;*/
/*}*/
/*.footer-social-networks .fa-twitter-square{*/
    /*color: #52A2D8;*/
/*}*/
/*.footer-social-networks .fa-youtube-square{*/
    /*color: #BD2D20;*/
/*}*/
#footer #bottom .zedplan{
    margin:4px 85px 0 0;
    float:right;
    width:150px;
    height: 25px;
    background: url(../images/zedplan.png) center no-repeat;
    cursor:pointer;
}

.floating_div{
    display: none;
    position:fixed;
    padding:30px;
    top:50%;
    left: 50%;
    width:654px; /*before:484px;*/
    margin-left: -327px;
    z-index: 10000;
}
.floating_div_small{
    background:url(/images/contact_bg.png) center no-repeat;
    height:352px;
    margin-top: -206px;
    width:484px !important;
}


.floating_div_big{
    background:url(/images/contact_bg_big.png) center no-repeat;
    height:550px;

    top:50%;
    margin-top: -270px; /* vertical align */
}
.floating_div h2{
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}
.floating_div .close, #contact .close{
    float:right;
    background:url(/images/assets/close.png) center no-repeat;
    width:19px;
    height:19px;
    cursor:pointer;
}
.floating_div .item_optiones{
    list-style: none;
    margin:20px 15px 15px 15px;
    padding:0;
    height: 300px;
    width:470px;
    overflow: auto;
}
.floating_div .item_optiones li{
    font-size: 15px;
    margin:10px 6px 0 0;
    float:left;
    width: 210px;
    color:#fff;
    font-size: 15px;
}
.floating_div .item_optiones li a{
    color:#333;
    font-size: 15px;
}


/* special input with arrows */
.amount_selector{
    position: relative;
    width: 100%;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.amount_input_cart, .amount_input_list{
    float:left;
    width:28px;
    height:16px;
}

.amount_selector input{
    width: 40px;
    border: 1px solid #ddd;
    height: 30px;
    padding: 0 2px 0 0 !important;
    background: #fff !important;
    font-size: 11px !important;
    text-align: center;
    margin: 0 7px;
}
.amount_selector .input_arrow_up{top:0px;}
.amount_selector .input_arrow_down{bottom:0px;}
.amount_selector .input_arrow{
    width: 30px;
    height: 30px;
    /*z-index: 10;*/
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    color: #378BFF;
    border: 1px solid #ccc;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hidden-visi{
    visibility: hidden;
}
/*.amount_selector .input_arrow:hover{*/
    /*position:absolute;*/
    /*right:0px;*/
    /*width:10px;*/
    /*height:8px;*/
    /*font-size: 6px;*/
    /*color:#000;*/
    /*z-index: 10;*/
    /*background: #efefef;*/
    /*border-top:1px solid #ddd;*/
    /*border-bottom:1px solid #ddd;*/
    /*border-right:1px solid #ddd;*/
    /*text-align: center;*/
    /*cursor:pointer;*/
/*}*/

#footer .zedplan {
    background:url(/images/logo_zedplan.png) center no-repeat;
    float:right;
    width:198px;
    height:49px;
    margin:10px 0 0 0;
}

#zed_tooltip{background-color:#333333; padding:5px; border:1px solid #cbcbcc; width:250px; height:131px; position:absolute; bottom: 41px;right: 12px; display:none; z-index: 9999;}
#zed_tooltip #zed_screen{width:250px; height:111px;}
#zed_tooltip #zed_screen img{width:240px; margin: 5px;}
#zed_tooltip #zed_text{ color:#fff; text-align: center; margin:3px 0 0 0; font-weight: bold;font-family: Arial, sans-serif;font-size: 12px;}
#zed_tooltip #zed_text a{ color:#fff; text-decoration: none;}
#zed_tooltip #zed_text a:hover{ color:#fff; text-decoration: none;}
.powered .zed_small_preload{ width: 2px !important; opacity: 0.1; }

.powered {float:right; margin: 10px 14px 0 0;}
.powered a.zedplan {float:left;width:150px;height:25px;background-image:url('/images/zedplan.png');}

table.tablesorter thead tr .headerSortUp,
table thead .headerSortUp {
    background: url(/images/asc.gif) bottom right no-repeat !important;
}
table.tablesorter thead tr .headerSortDown,
table thead .headerSortDown {
    background: url(/images/desc.gif) bottom right no-repeat !important;
}

#userinfo3{
    left: 600px;
    position: relative;
    top: 59px;
}

#userinfo2{
    left: 785px;
    position: relative;
    top: 43px;
}

#userinfo1{
    left: 890px;
    position: relative;
    top: 27px;
}

.bigbtn{
    font-size: 12px;
}

.error-input{
    border: 1px solid red;
    color:red;
}


.labelproduct{
    padding: 20px;
}

.labelproduct input{
    margin: 15px;
}


.chilLog{
    display: block;
}

#alternativeProdModal{
    /*width: 40%;*/
    height: auto;
    background: white;
    transition: opacity 0.15s linear 0s;
    margin: 0 auto;
    margin-top: 20px;
    overflow-y: hidden;
    padding: 20px;
    max-height: 515px;
    display: none;
    overflow-x: auto;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 1040;
}

#alternativeProdModal.page-ventas{
    overflow-y: auto;
}

.alternativeProdModalList{
    margin: 0 auto;
    width: 100%;
    max-height: 240px;
    overflow-y: scroll;
}
.alternativeProdModalNav{
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
}
.alternativeProdModalContainer{
    text-align: center;
}
.alternativeProdModalContainer label:hover{
    cursor: pointer;
}
.alternativeChoiceButtons{
    width: 100%;
    margin: 0;
}
.alternativeProdModalNav table{
    width: 100%;
}
#cartOverlay{
    position: absolute;
    background: black;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    display: none;
    z-index: 9998;
}
#videoOverlay{
    position: absolute;
    background: black;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    display: none;
    z-index: 9998;
}
#editRemindModal {
    height: auto;
    background: #FFF none repeat scroll 0% 0%;
    transition: opacity 0.15s linear 0s;
    margin: 20px auto 0px;
    padding: 20px;
    max-height: 515px;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 9999;
    display: none;
}
.editRemindModalList {
    margin: 0px auto;
    width: 100%;
    max-height: 240px;
}
#submenu-goico-logo{
    width: 0px;
    height: 30px;
    transition: all ease 0.5s;
    transform: skewX(6deg);
    margin-left: 9px;
    margin-top: 4px;
}
#submenu-goico-logo img{
    margin-top: -4px;
}
#header_menu_container.scrolled #submenu-goico-logo{
    /*display: block;*/
    width: 140px;
}
/* Botones de search mobile */

.cell-detail {
    text-transform: capitalize;
}

a
{
    text-decoration:none;
}

.pagination {
    margin-right: 5px;
    margin-top: 10px;
}
.help-stars-toggle{
    color: #F97509;
    background-color: #fafafa;
    box-shadow: 1px 1px 2px #000;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.help-stars-videos{
    display: none;
}
.help-star-float{
    position: absolute;
    display: none;
}
.help-star-float i{
    color: #F97509;
    font-size: 15px;
}
.float-star-wrap{
    position: relative;
    cursor: pointer;
}
.float-star-help{
    background-color: #fafafa;
    color: #333;
    box-shadow: 1px 1px 2px #fafafa;
    border: 1px solid #a5a5a5;
    padding: 5px 10px;
    position: absolute;
    min-width: 200px;
    top: 25px;
    left: -92px;
    font-size: 11px;
    font-weight: 400;
    display: none;
    z-index: 1;
}
.float-star-help .caret{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #a5a5a5;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 6px;
}
.video_icon{
    color: #F97509;
    background-color: #fafafa;
    box-shadow: 1px 1px 2px #000;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    cursor: pointer;
}
.help-stars-container{
    position: absolute;
    right: -15px;
    top: 50px;
}
.shopping-cart-header-link{
    position: relative;
}
.header-shopping-badge{
    width: 17px;
    height: 17px;
    background-color: #FF2600;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -3px;
    right: -8px;
    border-radius: 50px;
    font-size: 11px;
}
.header-account-not-logged-responsive{
    display: none;
}
#account-dropdown{
    left: -59px;
}
.header-right-buttons{
    display: flex;
}
.footer-logo{
    max-width: 250px;
}
.footer-logo-container{
    width: 95%;
    max-width: 1010px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#paginador li a,
.pagination li a{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
#paginador li.active a,
.pagination li.active a{
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}



/* previene los clicks */
.noClick {
    pointer-events: none;
}


/*multiples images */
.multipleImagesBox{
    display: flex;
    justify-content: center;
    padding: 5px 22px;
}
.multipleImagesBox a{
    max-height: 35px;
    max-width: 50px;
    margin: 0 3px;
    overflow: hidden;
}
.multipleImagesBox a img{
    width: 100%;
}
.multipleImagesBox a img:hover{
    opacity:.95;
}
/*multiples images (fin)*/




@media screen and (max-width: 1300px){
    .help-stars-container {
        right: 3px;
    }
}
@media screen and (max-width: 560px){
    .amount_selector .input_arrow{
        width: 50px;
        height: 50px;
    }
    .account-dropdown, .account-dropdown-help{
        width: 100%;
    }
    .pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
    div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
    div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
    .pp_content { width: 100%!important; height: auto!important; }
    .pp_fade { width: 100%!important; height: 100%!important; }
    a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
    #pp_full_res img { width: 100%!important; height: auto!important; }
    .pp_details { height: 45px;width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
    a.pp_close { right: 7%!important; top: 10px!important; }
}





.zp-toast{
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    /*height: 70px;*/
    padding: 20px 0 15px 0;
    background: black;
    left: 0;
    color: white;
    opacity: .8;
}

.dont-show{
    display: none;
}

@media screen and (max-width: 721px) {
    /* Modal ofrecimiento de alternativos, ventas */
    #alternativeProdModal.page-ventas {
        width: 95%;
        max-height: 80vh;
    }

    #alternativeProdModal.page-ventas h1 {
        font-size: 1.5em;
    }

    #alternativeProdModal.page-ventas .alternativeChoiceButtons {
        font-size: 0.85em !important;
    }
}