@charset "utf-8";
/* CSS Document */
/* CSS STYLE */
html {overflow-y: scroll }
body {
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
img {max-width: 100% }
#top {
    /*    background: none repeat scroll 0 0 #444444;*/
    color: #ddd;
    font-size: 12px;
    /*margin-bottom: 16px;*/
    padding-bottom: 4px;
    padding-top: 4px;
}
#top .container .separator {
    border-left: 1px solid #CCCCCC;
    display: inline-block;
    height: 10px;
    margin: 0 20px;
    width: 1px;
}
#navigation {
	background: #1e8cbe none repeat scroll 0 0;
    border-bottom: 1px solid #005684;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 4.6rem;
    left: 0;
    margin-bottom: 1.6rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    /*   border-bottom: 3px solid #ccc;;
    margin-bottom: 20px;*/
}
.navbar {border-radius: 0!important }
#navigation .navbar-default {
 	background-color: #1e8cbe;
    border-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { background:none;outline: medium none }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {outline: medium none }

.dropdown-menu {
    padding: 0px!important;
    border-radius: 0!important;
}
#navigation .menu {
	margin-top:12px;
}
#navigation .menu ul li {
}
#navigation .menu li {
}
#navigation .menu li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
	padding-bottom: 10px;
    padding-top: 15px;
}
#navigation .menu li a:hover {
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
	border-bottom: solid 4px #0572a4;
}
#navigation .menu li.active a {
	border-bottom: solid 4px #0572a4;
}


#main .main-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #E5E5E5; /* border 1, if you have front component*/
    margin-bottom: 20px;
    padding: 10px;
}

/* breadcrumbs */
#breadcrumbs {
	background-color: #e0e0e0;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
}
#breadcrumbs .moduletable {
    border: 0;
    padding: 0;
}
#breadcrumbs .breadcrumb {
	background: transparent none repeat scroll 0 0;
    border: medium none;
    margin: 88px 0 0;
    padding: 0 25px;
	
}
#breadcrumbs span {
	color:#1e8cbe;
	font-weight:500;
}

/* fullwidth */
#fullwidth {
    overflow: hidden;
	margin: 95px auto 10px;
	width:100%;
}
#fullwidth .moduletable {
    border: 0;
    padding: 0;
}
#fullwidth .layout-slideshow .sprocket-features-content {
    padding: 8%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#fullwidth .layout-slideshow .sprocket-features-title, .layout-slideshow .sprocket-features-desc {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
}
#fullwidth .layout-slideshow .sprocket-features-title, .layout-slideshow .sprocket-features-desc {
    color: #4fb2ce;
    width: 100%;
}
#fullwidth .layout-slideshow .sprocket-features-title {
    display: inline-block;
    font-size: 3em;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.3em;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
#fullwidth .layout-slideshow .sprocket-features-desc {
	background:none;
    color: #4fb2ce;
    display: inline-block;
    font-size: 3.1em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0;
    min-width: 100%;
    padding: 0px;
    text-align: center;
}
#fullwidth .layout-slideshow .sprocket-features-arrows .arrow {
    border-radius: 3px;
    cursor: pointer;
    display: block;
    font-size: 2.2em;
    height: 45px;
    margin: 0 34px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 24px;
    z-index: 10;
}
#fullwidth .sprocket-features-arrows {
	margin:0 50px;
}
#fullwidth .readon {
	background: #4fb2ce none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: 5px;
    padding: 18px 46px;
    text-transform: uppercase;
}
#fullwidth .readon:hover {
	text-decoration:none;
	background:#666;
}
/*SLIDE*/
div.slide {
	width:1160px;
	max-width:1160px;
	margin: 0 auto;
}

/* top parallax */
#fullwidth .top-parallax {
	border-bottom:6px solid #1e8cbe;
}
#fullwidth .top-parallax .moduletable {
	margin-bottom:0;
}
#fullwidth .top-parallax h1 {
	font-size: 50px;
    padding: 10% 26%;
}

.black .moduletable {
    background: none repeat scroll 0 0 #222222;
    border-color: #222222;
    color: #AAAAAA;
}
.moduletable {
    /*    background: none repeat scroll 0 0 #FFFFFF;;
    border: 1px solid #E5E5E5;*/
    margin-bottom: 20px;
    padding: 10px;
}
.panel.moduletable {    padding: 0 }
.panel .moduletable {
    box-shadow: none;
    margin: 0px 10px;
    padding: 10px;
}
#brand {
    float: left;
    padding-left: 15px;
    padding-top: 5px;
}
.page-header {margin: 10px 0 20px }
.hasTooltip {display: inline !important }
.noMainbody {display: none !important }
ul.unstyled,
ol.unstyled {
    list-style: outside none none;
    margin-left: 0;
    padding: 0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  /*  float: left;
    position: relative !important;*/
    margin-left: 0 !important;
}
.checkbox label, .radio label {
    padding-left: 20px;
    padding-right: 10px;
}
label {
    display: block;
    margin-bottom: 5px;
}
label,
input,
button,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    font-family: arial;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {cursor: pointer }
.control-group input, .control-group textarea, .control-group .uneditable-input{/*width: 100% !important */}
.contact-form .control-group input, .contact-form .control-group textarea, .contact-form .control-group .uneditable-input {
    width: 100%;
}
.email-copy-input {float: left }
#pop-print {
    float: right;
    margin: 10px;
}
div#jform_catid_chzn.chzn-container, div#jform_catid_chzn.chzn-container div.chzn-drop, div#jform_state_chzn.chzn-container, div#jform_state_chzn.chzn-container div.chzn-drop, div#jform_featured_chzn.chzn-container, div#jform_featured_chzn.chzn-container div.chzn- drop, div#jform_access_chzn.chzn-container, div#jform_access_chzn.chzn-container div.chzn-drop, div#jform_metadata_tags_chzn.chzn-container, div#jform_metadata_tags_chzn.chzn-container div.chzn-drop, div#jform_language_chzn.chzn- container, div#jform_language_chzn.chzn-container div.chzn-drop, div#jform_language_chzn.chzn-container, div#jform_tags_chzn.chzn-container {
    width: 260px !important;
}
.control-group .control-label {
    padding-top: 7px;
    padding-bottom: 7px;
}
.chzn-container-single .chzn-single {
    width: 140px;
}
.chzn-container .chzn-drop{
    width: 100px;
}
.btn.modal {
    bottom: auto;
    display: inline;
    left: auto;
    position: relative;
    top: auto;
}
html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/***************************************************/
/* CONTENT */
.pull-left {
    float: left;
    max-width: 100%;
}
#content {
	margin: 40px 0 80px;
}
#content p {
	color: #777777;
    font-size: 16px;
    line-height: 1.66em;
}
#content .pager {
	margin:50px 0;
}
#content p strong {
	color:#5d5d5d;
}
#content ul li {
	color: #777777;
    font-size: 16px;
    line-height: 1.66em;
}

/* PAGINA INICIAL */
#content .item-pagepagina-inicial p {
	padding: 0 40px;
}
#content .item-pagepagina-inicial .page-header {
	border: medium none;
    margin: 0;
}
#content .item-pagepagina-inicial h2 {
	text-align:center;
	font-weight:bold;
	letter-spacing:3px;
	text-transform:uppercase;
	color:#393836;
	font-size:26px;
}
#content .item-pagepagina-inicial .divider {
	margin-bottom: 34px;
    padding: 2px 0;
    text-align: center;
}

/* PAGINA ARITUCULOS */
#content .item-pagearticulos img {
	border: 1px solid #eee;
	border-radius:2px;
    margin-right: 28px;
    max-width: 100%;
    padding: 10px;
}
#content .item-pagearticulos p {
	text-align:justify;
}
#content .blogarticulos .item {
	margin: 0 24px;
    padding: 0;
    width: 45%;
}
#content .blogarticulos .item img {
	padding: 16px 0;
    width: 100%;
}
#content .blogarticulos .btn {
	border:#337ab7 solid 1px;
	border-radius:2px;
	padding:12px 25px;
}
#content .blogarticulos .btn:hover {
	background:#337ab7;
	color:#fff;
	text-decoration:none;
}

/* PAGINA EQUIPOS */
#content .blogequipos img {
	width:100%;
}
#content .blogequipos .page-header {
	margin:0;
}
#content .blogequipos .btn {
	border:#337ab7 solid 1px;
	border-radius:2px;
	padding:12px 25px;
}
#content .blogequipos .btn:hover {
	background:#337ab7;
	color:#fff;
	text-decoration:none;
}

/* ACCESORIOS */
#content .item-pageaccesorios .sprocket-mosaic-head h2 {
	color: #337ab7;
    font-size: 20px;
}
#content .item-pageaccesorios .text {
	color: red;
    font-size: 13px;
    font-weight: bold;
}
#content .item-pageaccesorios .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
    display: none;
    float: right;
}
#content .item-pageaccesorios .sprocket-grids-b-item {
    border: 1px solid #ccc;
    display: block;
    position: relative;
}

#content .item-pageaccesorios .sprocket-grids-b-item h2 {
}
#content .item-pageaccesorios .sprocket-grids-b-item a {
	font-size:15px;
	text-transform:uppercase;
	color:#1e8cbe;
}
#content .item-pageaccesorios .sprocket-grids-b-item a:hover {
	text-decoration:none;
	color:#d5e8fb;
}
#content .item-pageaccesorios .sprocket-grids-b-item .sprocket-grids-b-readon {
	padding:5px 12px;
	border:solid 2px #1e8cbe;
	transition: all 0.2s ease-in-out 0.2s; 
}
#content .item-pageaccesorios .sprocket-grids-b-item .sprocket-grids-b-readon:hover {
	border:solid 2px #ffffff;
}

#content .item-pageaccesorios .item-image {
	border: 1px solid #f2f2f2;
    margin: 0 24px 0 0;
    max-width: 40%;
    padding: 10px;
	cursor:pointer;
}
#content .item-pageaccesorios .item-image img:hover {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	transition: all 0.2s ease-in-out 0.2s; 
}
#content .item-pageaccesorios .sprocket-mosaic-hovercontent {
    bottom: 0;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 1em;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 80px;
}


/* contacto */
#content .item-pagecontacto {
	text-align:center;
}
#content .item-pagecontacto .page-header {
	border:none;
}
#content .item-pagecontacto h2 {
	color: #393836;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}
#content .item-pagecontacto p {
	color: #777777;
    font-size: 16px;
    line-height: 1.66em;
	padding:0 40px;
}
#content .item-pagecontacto .logo-novo {
	padding: 0 50px;
}
#content .item-pagecontacto .logo-novo img {
	max-width:60%;
}
#content .item-pagecontacto .direccion {
	border-left:solid 3px #CCC;
}

#content .item-pagecontacto .direccion p {
	font-size: 16px;
    font-weight: 300;
    text-align: left;
}

/* Wrapper for page content to push down footer */
#wrap {
    height: auto !important;
    margin: 0 auto -60px;
    min-height: 100%;
    padding: 0;
}

/* showcase */
#showcase {
	min-width:100%;
	max-width:100%;
}
#showcase .container {
	min-width:100%;
	max-width:100%;
	padding:0;
}
#showcase .row {
	padding:0;
	margin:0;
}
#showcase .moduletable {
	padding: 0;
}
#showcase .parallax h3 {
	font-size: 37px;
    padding: 6% 18%;
    text-transform: uppercase;
}
/* soporte */
#showcase .soporte {
	background: #f6f6f6 none repeat scroll 0 0;
    overflow: hidden;
    padding: 34px 40px 24px;
    width: 100%;
}
#showcase .soporte .descripcion {
	color: #5a5a5a;
    float: left;
    font-size: 23px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
#showcase .soporte .blog-bottom {
	float:right;
	
}
#showcase .soporte .blog-bottom:hover {
	background:#fff;
	color:#4fb2ce;
}
#showcase .soporte .blog-bottom a {
	border:1px solid #4fb2ce;
	padding:16px 24px;
	background:#4fb2ce;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:3px;
	cursor:pointer;
	color:#FFF;
}
#showcase .soporte .blog-bottom a:hover {
	text-decoration:none;
	color:#4fb2ce;
	background:#FFF;
}


/* feature */
#feature {
	margin:40px 0;
}
#feature p {
	color: #777777;
    font-size: 16px;
    line-height: 1.66em;
}
#feature .readon {
	border:#337ab7 solid 1px;
	border-radius:2px;
	padding:12px 25px;
}
#feature .readon:hover {
	background:#337ab7;
	color:#fff;
	text-decoration:none;
}

/* formulario de contacto */
#feature .contacto {
	background: #4f8ba6 none repeat scroll 0 0;
    padding: 10px 125px;
}
#feature .contacto .visform input, .visform select, .visform textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    padding: 14px;
	min-width:100%;
}
#feature .contacto .field1 {
	width:49%;
	float:right;
}
#feature .contacto .field2 {
	width:49%;
	float:left;
}
#feature .contacto .field3 {
	width:49%;
	float:right;
}
#feature .contacto .field4 {
	width:49%;
	float:left;
}
#feature .contacto .field5 > label.mensaje {
	display:none;
}
#vispoweredby {
	display:none;
}
#feature .contacto .visBtnCon {
    width: 106px;
}
#feature .contacto .visBtnCon .btn {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #4f8ba6;
    font-size: 16px;
    letter-spacing: 3px;
    padding: 12px 25px;
    text-transform: uppercase;
}
#feature .contacto input.btn:hover {
	background:#484c52;
	color:#fff;
	text-decoration:none;
	border: 1px solid #484c52;
}

#feature .sprocket-strips-s-item img {
	height: 250px;
}



/* bottom */
#bottom {
	background-color: #484c52;
    padding: 25px 0;
}
#bottom .divider {
	color:#f15322;
}
#bottom a:hover {
	color:#47a1ef;
	text-decoration:none;
}
#bottom p {
	color:#fff;
	font-weight:300;
}
#bottom h3 {
	color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 22px;
    text-transform: uppercase;
}
#bottom .bottom-logo {
	 padding: 6px 0;
}




/* Set the fixed height of the footer here */
#footer {
    background-color: #303741;
    color: #fff;
    font-size: 12px;
    margin-top: 24px;
    padding: 0 0 10px;
    position: relative;
}
#footer.well {
    border-radius: 0;
    border: 0;
    margin: 0;
}
#footer .moduletable {
    background: transparent;
    border: 0;
    margin-bottom: 0;
}
#push {    height: 60px }
/* LAYOUT */
/* Floats */
.float-left {float: left }
.float-right {float: right }
.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {clear: both }
.ie7 .group {zoom: 1 }
/* JOOMLA */
.form-horizontal .control-label {text-align: inherit!important;}
i.icon-calendar:before {
	content: "\1f4c5";
	display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
}
div.contact-form-field label,
div.message-label label {
display: inline !important;
}
div#jform_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
    padding: 0;
}
.control-group input[type="checkbox"] {
    width: 10px!important;
}
.btn-toolbar {
    margin-bottom: 10px;
}
.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}
.cols-2 .column-1 {
    float: left;
    width: 46%;
}
.cols-2 .column-2 {
    float: right;
    margin: 0;
    width: 46%;
}
.cols-3 .column-1 {
    float: left;
    margin-right: 4%;
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-2 {
    float: left;
    margin-left: 3%  !important ; 
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-3 {
    float: right;
    padding: 0 5px;
    width: 29%;
}
.items-row {
    margin-bottom: 10px !important;
    overflow: hidden;
}
.column-1,
.column-2,
.column-3 {padding: 10px 5px }
.column-2 {
    margin-left: 40%;
    width: 55%;
}
.column-3 {width: 30% }
.blog-more {padding: 10px 5px }
/*TO TOP*/
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
	z-index:999;
}
.back-to-top:hover {background-color: rgba(135, 135, 135, 0.50) }
/* Media Queries */
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) { 
}
/* Landscape phones and down */
@media (max-width: 480px) { 
#breadcrumbs {
    background-color: #e0e0e0;
    color: #fff;
    margin-top: 55px;
    padding: 0 20px;
    text-transform: uppercase;
}
#fullwidth .slide {
    margin-top: 118px;
}
#fullwidth .layout-slideshow .sprocket-features-content {
    padding: 0 10px;
}
#fullwidth .layout-slideshow .sprocket-features-title {
    font-size: 1em;
}
#fullwidth .readon {
    background: #4fb2ce none repeat scroll 0 0;
    color: #fff;
    font-size: 10px;
    letter-spacing: 5px;
    padding: 14px 28px;
    text-transform: uppercase;
}
#showcase .soporte {
	padding:20px;
}
#content .item {
	min-width:100%
}
#content .blogarticulos .item {
    margin: 0;
    padding: 0;
    width: 100%;
}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
#breadcrumbs {
    background-color: #e0e0e0;
    color: #fff;
    margin-top: 6px;
    padding: 0 20px;
    text-transform: uppercase;
}
#fullwidth .slide {
    margin-top: 118px;
}
#fullwidth .layout-slideshow .sprocket-features-content {
    padding: 0 10px;
}
#fullwidth .layout-slideshow .sprocket-features-title {
    font-size: 2em;
}
#fullwidth .readon {
    background: #4fb2ce none repeat scroll 0 0;
    color: #fff;
    font-size: 10px;
    letter-spacing: 5px;
    padding: 14px 28px;
    text-transform: uppercase;
}
#showcase .soporte {
	padding:20px;
}
#content .item {
	min-width:100%
}
#content .blogarticulos .item {
    margin: 0;
    padding: 0;
    width: 100%;
}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
}
/* Large desktop */
@media (min-width: 1200px) { 
}
/* Fix disappearing tabs on editor page - Added by Waseem Sadiq 8th March 2015*/
.icons .btn-group,
.icons .btn-group a[data-toggle="tab"][aria-expanded="false"],
ul.nav-tabs > li > a[data-toggle="tab"][aria-expanded="false"]
{
    display:block!important;
}
/*MENU LEFT*/
div#sidebar ul.nav.menu.accesorios li.active a {
	background: #e0e0e0; 
}
div#sidebar h3.title {
	margin-top:0;
	font-size:18px;
}
div#sidebar .nav > li > a {
	padding:5px 0;
}
/*BLOG TITULOS*/
div.blog .page-header {
	margin-top: 0;
	min-height: 68px;
}
div.blog .page-header h1 {
	font-family: 'Roboto Condensed', sans-serif;
}

div.blog .page-header h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
}
div.blog .item {
	border: solid 1px #f1f1f1;
	min-height: 550px; 
}
div.blog .item > .item-image {
	max-width: 100%;
    max-height: 298px;
    overflow: hidden;
	margin-bottom: 10px;
	height: 298px;
}
div.blog .item > .item-image img {
	min-width: 100%; 
}
/*PAGINA ITEM PAGE*/
.item-page .page-header h1 {
	font-family: 'Roboto Condensed', sans-serif;
	border-bottom: solid 1px #eee;
}
.item-page .page-header {
	border: none;
}
.item-page .page-header h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	border: none;
}
.item-page > .item-image {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 50%;
	padding: 20px;
	border: solid 1px #eee;
}
#content .item-page p strong {
	color: #1e8cbe;
	font-weight: 800;
}

/*LEER MAS*/
#content a.btn {
	border:#337ab7 solid 1px;
	border-radius:2px;
	padding:12px 25px;
}
#content a.btn:hover {
	background:#337ab7;
	color:#fff;
	text-decoration:none;
}
/*** ACCESORIOS ***/
/*titulos*/
div.block.titles {
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
	margin-top: 50px;
}
div.custom.titles {
	padding: 0 60px;
	color: #5a5a5a;
	font-size: 18px;
	font-weight: 300;
}
div.block.titles {
	padding-bottom: 40px;
	border0-bottom: 1px solid #999;
}
span#mxcpr {
	display:none;
}
/*accesorios*/
div#comjshop {
	padding:10px;
}
.block_product .jshop_price {
	color:#000;
	font-weight:800;
}
.jshop_list_product .product .description {
	text-align: center;
}
.oiproduct {
	padding-bottom:20px;
	border-bottom:1px dotted;
}
.jshop_img_description img {
	max-width: 20%;
	margin: 10px auto;

}
div.text_zoom {
	display:none;
}
.productfull span#list_product_image_middle img {
	min-width:300px;
	border: solid 1px #ccc;
}
div.row-fluid.jshop {
	width:45%;
	float:left;
	min-height:480px;
}
div.jshop_prod_description {
	text-align:justify;
	font-weight:300;
	padding-top:0;
}
.productfull #block_price {
	color:#000;
	font-weight:800;
}
div.row-fluid.jshop .product_label img {
 
}
.shariff {
	bottom:0;
}