.btn-group{
    float:left;
}
.buttons_top .buttonsGrouped .btn-group{
    width: auto;
    margin: 0;
    /* margin-left: 6px; */
    float: left;
    height: 100%;/* margin-right: 4px; */
    border-right: 1px solid rgb(0 0 0 / 18%);
    border-left: 1px solid rgba(255,255,255,1);
}

.buttons_top .buttonsGrouped .btn-group:first-child{
    border-left: none;
}
.buttons_top .buttonsGrouped .btn-group:last-child{
    border-right: none;
}

#wrapButtonsTopHeaderIframe .btn1,
.buttonsGrouped .btn-group > a,
.buttonsGrouped .btn-group > div > a{
    background: rgba(0, 0, 0, 0.3);
    padding: 0 11px !important;
    text-overflow: ellipsis;
    height: 29px;
    overflow: hidden;
    font-weight: bold;
    line-height: 29px;
    font-size: 12px;
    margin: 0;
    text-shadow: none;
    box-shadow: none;
    font-weight: bold !important;
    border: none;
    display: inline-block;
    /* color: rgba(255, 255, 255, 0.8) !important; */
}


.buttonsGrouped a:hover,
#admin .btn-group.open > a,
#admin .btn-group:hover > a{
    background: rgba(0, 0, 0, 0.2) !important;
    /* color: rgb(0 0 0) !important; */
}
.buttonsGrouped a{}
.buttonsGrouped a{}
.buttonsGrouped a:hover i{
    color: rgb(0 0 0 / 80%) !important;
}

.buttonsGrouped{
    height: 100%;
position: relative;display: b;}

.buttonsGrouped i{
    color: #fff;
    top: 1px;
    position: relative;
    left: -2px;
    font-size: 13px !important;
}

.buttonsGrouped ul.dropdown-menu{
    background: #007ec3;
    position: absolute;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    transition-delay: 4.05s;
    visibility: hidden;
    visibility: hidden;
    transition: all 0s;
    opacity: 0;
    display: block;
    /* transition: visibility 2s, opacity 2s linear; */
}

ul.dropdown-menu.dropdown-menu-right.dropdown {}
.buttonsGrouped ul:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
    z-index: 0;
    border-radius: 0;
}
.buttonsGrouped ul li{
    position: relative;
    width: 100%;
    float: left;
    z-index: 1;
}

.buttonsGrouped ul li a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    
}

.buttonsGrouped ul li a:focus,
.buttonsGrouped ul li a:hover{
    color: #fff;
}
.buttonsGrouped .dropdown-menu a{
    border-bottom: none !important;
    color: rgba(255, 255, 255, 0.5) !important;
}



.buttons_content .buttonsGrouped .btn-group > a,
.buttons_content .buttonsGrouped .btn-group > div > a{
    box-shadow: none !important;
    background: rgba(0, 0, 0, 0.1);
    font-size: 11px !important;
    color: rgb(0 0 0 / 80%) !important;
    /* border-right: 1px solid #aaa; */
    /* border-left: 1px solid #efefef; */
    height: 30px;
    margin: 4px 0px 0 0;
    font-weight: normal;
    line-height: 30px;
    border-radius: 4px !important;
    /* top: 2px; */
    position: relative;
}
.buttons_top a.red{
    background: rgba(255, 0, 0, 0.5) !important;
}
.buttons_top a.green{
    background: rgba(7, 183, 7, 0.5) !important;
}
.buttons_top a.blue{
    background: rgb(0, 125, 195) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}
.buttons_content a.root,
.buttons_top a.root{
    background: #ffad00 !important;
    text-shadow: none !important;
    border-color: #000 !important;
    color:#000 !important;
}
.buttons_content a.root:hover,
.buttons_top a.root:hover{
    background: #ffad00 !important;
}
.buttons_content a.root i.fa,
.buttons_top a.root i.fa{
    color:#000 !important;
}


.buttons_content a.help,
.buttons_top a.help{
    background: #ffa329 !important;
    text-shadow: none !important;
    border-color: #fb9002 !important;
    color: #333 !important;
}
.buttons_top a.help i{
    color: #3d3d3d !important;
    background: rgba(255,255,255,.4);
    width: 19px;
    height: 19px;
    border-radius: 50px;
    text-align: center;
    line-height: 19px;
    position: relative;
    top: 1px;
    left: -5px;
}
.buttons_content a.help:hover,
.buttons_top a.help:hover{
    background: #fb9002 !important;
}

.buttons_content .buttonsGrouped i{
    color: rgba(0, 0, 0, 0.5) !important;
}
.buttons_content .buttonsGrouped a.selected i,
.buttons_content .buttonsGrouped a:hover i{
    color: rgba(0, 0, 0, 0.8) !important;
}
.buttons_content .buttonsGrouped .btn-group i{
    right: 2px;   
}

.buttons_content .buttonsGrouped .btn-group a{
    white-space: nowrap;
    overflow: hidden;
    /* margin: 0; */
    background: transparent;
    font-weight: bold;
    margin-top: 0;
    /* border-left: 1px solid #ccc; */
    /* border-right: 1px solid #fff; */
    line-height: 35px;
    border-radius: 0 !important;
    float:left;
    height: 34px;
    font-size: 13px !important;
    /* border: 1px solid #CCC; */
    text-overflow: ellipsis;
    word-break: normal;
    text-shadow: 0 1px 0 white;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    /* border-right: 1px solid rgba(0,0,0,0.01); */
    /* border-left: 1px solid rgba(255,255,255,0.04); */
}
.buttons_content .buttonsGrouped a.selected,
.buttons_content .buttonsGrouped a:hover{
    background: rgba(0, 0, 0, 0.13) !important;
    color: rgba(0,0,0,0.7) !important;
    text-shadow: none;
    /* color: #999 !important; */
    /* border-radius: 0 !important; */
}
.buttons_content .buttonsGrouped .btn-group:hover{

}
/*******************************************************************************
 * BUTTON 1
 ******************************************************************************/
.btn1{
    display: inline-block;
    height: 25px;
    line-height: 23px;
    padding: 0 8px;

    cursor: pointer;
    overflow: hidden;
    text-align: center;
    text-decoration: none !important;
    outline: none !important;
    white-space: nowrap;

    position: relative;
    border:1px solid #CCC;


    font-size: 12px;
    font-weight: bold !important;
    color: #555 !important;

    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;    

    -webkit-text-shadow: 0 1px 0 white;
    -moz-text-shadow: 0 1px 0 white;
    text-shadow: 0 1px 0 white;

    -moz-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px white;
    box-shadow: inset 0 0 1px white;

    background: rgb(250,250,250);
    background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0, rgba(220,220,220,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(250,250,250,1)), color-stop(100%,rgba(220,220,220,1)));
    background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0,rgba(220,220,220,1) 100%);
    background: -o-linear-gradient(top,  rgba(250,250,250,1) 0,rgba(220,220,220,1) 100%);
    background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0,rgba(220,220,220,1) 100%);
    background: linear-gradient(to bottom,  rgba(250,250,250,1) 0,rgba(220,220,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dcdcdc',GradientType=0 );
}

.btn1.selected,
.btn1:hover{
    color: #3f3f3f;
    background: rgb(232,232,232);
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(249,249,249,1)));
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f9f9f9',GradientType=0 );    
}

/*******************************************************************************
 * BUTTON 2
 ******************************************************************************/
.btn2{
    display: inline-block;
    height: 25px;
    line-height: 23px;
    padding: 0 8px;
    cursor: pointer !important;
    overflow: hidden;
    text-align: center;
    text-decoration: none !important;
    outline: none !important;
    white-space: nowrap;
    position: relative;
    /* border:1px solid #CCC; */
    font-size: 12px;
    font-weight: bold !important;
    color: #fff !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    -moz-box-shadow: inset 0 0 1px #fff !important;
    -webkit-box-shadow: inset 0 0 1px white !important;
    box-shadow: inset 0 0 1px white !important;
    background: #2098c7 !important;
}

.btn2.selected,
.btn2:hover,
.btn2:focus{
    color: #fff !important;
    background: #1481ac !important;
}


.btn-primary {
    display: inline-block;
    height: 27px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    text-decoration: none !important;
    outline: none !important;
    white-space: nowrap;
    position: relative;
    border:1px solid;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /*    font-family: Arial, Tahoma;
    font-size: 11px;
    color: white;*/
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 0px;
    -moz-text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 0px;
    text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 0px;
    -moz-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    background-color: rgb(0, 109, 204);
    background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 68, 204));
}
.btn-primary:hover {
    background: #0044cc;
}
.btn-primary:active {
    background: #0044cc;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}





/* button
---------------------------------------------- */
/*button.btn {
    display: inline-block;
    zoom: 1;  zoom and *display = ie7 hack for display:inline-block 
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 6px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background: #428BCA;
    border: 1px solid #357EBD;
}
button.btn:hover {
    text-decoration: none;
    background: #007ead;
}
button.btn:active {
    position: relative;
    top: 1px;

    color: #80bed6;
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top,  #0078a5,  #00adee);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}*/

button.button_link {
    padding: 0;    
}
button.button_link a {
    display: block;
    padding: 6px 15px;
    color: white;
}



/* blue */
button.blue {
    color: #fff !important;
    background: #0095cd;
    border: 1px solid #357EBD;
    text-shadow: none;
}
button.blue:active,
button.blue:focus,
button.blue:hover {
    color: #fff !important;
    background: #007ead;
}

/* red */
button.red {
    color: #fff;
    background: #ff2828;
    border: 1px solid #dc160c;
}
button.red:active,
button.red:focus,
button.red:hover {
    color: #fff !important;
    background: #dc160c;
}





.button {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background: #428BCA;    
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}

.button.small {
    font-size: 11px;
    padding: 3px 7px 3px;
}
.button.medium {
    font-size: 14px;
    padding: 3px 7px 3px;
}
.button.big,
.button.large {
    font-size: 16px;
    padding: 7px 12px;
}

.buttons_top{
    margin-right: 0;
}
.buttons_top .btn1{
    margin-left: 8px;
}


.btn-group > .btn, 
.btn-group-vertical > .btn {
    /*    position: relative;
        float: left;
        font-size: 12px;
        padding: 4px 7px 3px;
        font-weight: bold;*/
}


.buttonsList{
    background: #f2f7fa;
    padding: 7px 11px 4px;
    clear: both;
    overflow: hidden;
    z-index: 99999999;
    width: 100%;
    position: relative;    
}
.buttonsList a{}




.shortcut-button {
    height: 100px;line-height: 100px;display: block;position: relative;float: left;text-align: center;width: 100px;
    margin-right: 10px;
}

.shortcut-button .icon {
    display: block;
    position: relative;
    font-size: 28px;
    color: #fff;
    margin: 0;
    top: 50%;
    width: inherit;
    margin-top: -27px;
}
.shortcut-button .title{
    box-shadow: none !important;
    border-radius: 0;
    border: none;
    display: block;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 12px;
    height: 10px;
    width: 100%;
    top: auto;
    font-weight: bold;
    line-height: 10px;
}
.shortcut-button .icon, 
.shortcut-button .title {

}
.bg-cyan {
    background-color: #1ba1e2 !important;
}

.btn1.big{
    font-size: 17px;
    padding-top: 11px;
    padding-bottom: 12px;
    height: auto;
    padding-left: 26px;
    padding-right: 26px;
}

.btn1.medium{
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;    
}

.btn1.green{
    background: rgb(250,250,250);
    background: -moz-linear-gradient(top,  rgb(58, 224, 54) 0, rgb(19, 158, 30) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgb(58, 224, 54)), color-stop(100%,rgb(19, 158, 30)));
    background: -webkit-linear-gradient(top,  rgb(58, 224, 54) 0,rgb(19, 158, 30) 100%);
    background: -o-linear-gradient(top,  rgb(58, 224, 54) 0,rgb(19, 158, 30) 100%);
    background: -ms-linear-gradient(top,  rgb(58, 224, 54) 0,rgb(19, 158, 30) 100%);
    background: linear-gradient(to bottom,  rgb(58, 224, 54) 0,rgb(19, 158, 30) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dcdcdc',GradientType=0 );
    color:#fff !important;
    -webkit-text-shadow: 0 1px 0 #000;
    -moz-text-shadow: 0 1px 0 #000;
    text-shadow: none;
    border: rgb(9, 158, 21);
}

.btn1.green:focus,
.btn1.green:hover{
    opacity: 0.8;
}


.shareIcon{
    display: inline-block;
}
.shareIcon i{
    -webkit-font-smoothing: antialiased;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    display: block;
    border-radius: 30px;
    margin-top: 7px;
    background: #ccc;
    color: #888;
}
.shareIcon .fa-google-plus{
    font-size: 12px;
}
.shareIcon:hover .fa-facebook{
    color: #fff;
    background: #1d87be;
}
.shareIcon:hover .fa-twitter{
    color: #fff;
    background: #1da1f2;
}
.shareIcon:hover .fa-google-plus{
    background: #db4437;
    color: #fff;
}
.shareIcon:hover .fa-pinterest{
    background: #B13232;
    color: #fff;
}


a.flag-circle{
    -webkit-font-smoothing: antialiased;
    width: 34px;
    height: 33px;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    display: block;
    margin-left: -4px;
    border-radius: 30px;
    margin-top: -1px;
    color: #888;
    display: inline-block;
    border: 3px solid transparent;
}
a.flag-circle img{
    max-width: 100%;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    opacity: 0.6;
    vertical-align: baseline;
}
a.flag-circle.selected img,
a.flag-circle:hover img{
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: none;
    vertical-align: baseline;
}

a.flag-circle.selected:hover{
    filter: gray; /* IE6-9 */
    /* -webkit-filter: grayscale(1); */ /* Google Chrome, Safari 6+ & Opera 15+ */
    /* filter: grayscale(1); */ /* Microsoft Edge and Firefox 35+ */
    /* opacity: 0.4; */
    border: 3px solid green;
}





a.market-circle{
    margin-left: 12px;
    -webkit-font-smoothing: antialiased;
    width: 26px;
    height: 26px;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    display: block;
    box-sizing: border-box;
    margin-left: 0px;
    border-radius: 30px;
    /* margin-top: -4px; */
    color: #888;
    background: #fff;
    top: 0;
    /*padding: 6px;*/
    position: relative;
    display: inline-block;
    /* border: 1px solid #c7c7c7; */
    /* box-shadow: 0px 0px 3px #000; */
    overflow: hidden;
}
a.market-circle img{
    max-width: 100%;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    opacity: 0.6;
    vertical-align: baseline;
    width:100%;
    height:100%;
}
a.market-circle.selected,
a.market-circle:hover{
    /* box-shadow: 0px 0px 7px #0070c0; */
}
a.market-circle.selected img,
a.market-circle:hover img{
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: none;
    vertical-align: baseline;
}

a.market-circle.selected:hover{
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1);  /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);  /* Microsoft Edge and Firefox 35+ */
    box-shadow: 0px 0px 3px #000;
    /* opacity: 0.4; */
    /*border: 3px solid green;*/
}





.scanGoogleShoppingPrices{
    background: #007daf;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 10px;
    margin: 0 auto;
    display: block;
}
.scanGoogleShoppingPrices:hover{
    background: #1095ca;
    color: #fff;
}


.buttons_top .btn-group > a{
    height: 100%;
    border-radius: 0;
    line-height: 40px;
    font-weight: bold !important;
    font-size: 13px;
    color: rgb(0 0 0 / 68%);
    background: none;
    padding: 0 12px !important;
}
.buttons_top .btn-group > a:hover{
    color: rgb(0 0 0) !important;
}
.buttons_top i:first-child{
    color: rgb(0 0 0 / 50%);
    font-size: 17px !important;
}




#wrapTagsMoreViewed{
    max-width: 50%;
    float: left;
    left: 33px;
    position: relative;
    top: 11px;
    width: 780px;
    height: 30px;
    /* overflow-y: hidden; */
    /* overflow: hidden !important; */
    overflow-x: hidden !important;
}

@-moz-document url-prefix() {
    #JStagsMoreViewed {
      scrollbar-width: none; /* Establecer el grosor de la barra de desplazamiento horizontal */
      scrollbar-color: darkgray lightgray; /* Establecer los colores de la barra de desplazamiento */
    }
  }
#JStagsMoreViewed{
    width: auto;
    display: flex;
    position: relative;
    padding-left: 5px;
    scrollbar-width: none;
}
#JStagsMoreViewed > span{
    display: inline-block;
    position: relative;
    white-space: nowrap;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    height: 23px;
    /* overflow: hidden; */
    line-height: 23px;
    border: 1px solid transparent;
    color: #000;
    background: rgba(255,255,255,0.3);
    padding: 0 6px;
    font-size: 13px;
    margin-right: 3px;
    margin-left: 5px;
    border-right: none !important;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */    
}

#JStagsMoreViewed > span:hover{
    background: rgba(255,255,255,0.6);
}

#JStagsMoreViewed > span.selected,
#JStagsMoreViewed > span.selected:hover{
    background: rgba(0,0,0,0.6);
    color:#fff;
    border-color:rgba(0,0,0,0.6); 
}
#wrapTagsMoreViewed .cl{
    position: absolute;
    content:"x";
    left: -11px;
    top: 1px;
    width: 18px;
    display: none;
    text-align: center;
    line-height: 16px;
    height: 18px;
    z-index: 1;
    border-radius: 50px;
    color:#fff;
    background-color: #c30000;
}
#wrapTagsMoreViewed .cl:hover{
    background-color: #f00;
}
#JStagsMoreViewed > span:hover .cl{
    display: block;
}

#wrapTagsMoreViewed::-webkit-scrollbar,
#wrapTagsMoreViewed .inner::-webkit-scrollbar,
#JStagsMoreViewed::-webkit-scrollbar {
    display: none;
}