@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #333;
	font-family: "Karla", Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #333;
	outline: medium none;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
ul {list-style: none;}
ol li {margin-left: 20px;}

caption, th, td {
	font-weight: normal;
	vertical-align: middle;
}
strong {font-weight: 700;}
q, blockquote {quotes: none;}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	content: none;
}
img {
	height: auto;
	max-width: 100%;
}
a img {border: none;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}

.box{
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 30px;
	margin: 0 0 30px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table.table{
	border: 1px solid #ddd;
	margin-bottom: 30px;
	width: 100%;
}
table.table th {
	background:#f5f5f5;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size: 16px;
	padding:15px 8px;
}
table.table td {
	background: #FFFFFF;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 15px 8px;;
	text-align: center;
}

small,
small a{font-size: 12px; color: #888;}

p{margin: 0 0 0px;}

/*** Inputs ***/
input, textarea, select {
	border: 1px solid #ddd;
	padding: 8px;
	margin: 0;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background: #eee;
	cursor: not-allowed;
}
#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {}

sup{color: #ff0000;}

.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {clear: both;}

/* Page heading */
.page-heading,
.page-subheading{
	font-size: 24px;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.page-heading span.heading-counter {
	font-size: 14px;
	font-weight: 400;
	float: right;
	margin: 5px 0;
	text-transform: none;
}
h3.page-product-heading{
	background: #eee;
	padding: 10px;
	margin: 0 0 10px;
}
h3.subheading{
	font-size: 20px;
	margin: 0 0 30px;
}

/** Button Colors **/
button,
input.button_mini,
input.button_small,
input.button,
input.button_large,
input.exclusive_mini,
input.exclusive_small,
input.exclusive,
input.exclusive_large,
a.button_mini,
a.button_small,
a.button,
a.button_large,
a.exclusive_mini,
a.exclusive_small,
a.exclusive,
a.exclusive_large,
span.button_mini,
span.button_small,
span.button,
span.button_large,
span.exclusive_mini,
span.exclusive_small,
span.exclusive,
span.exclusive_large {
	background: #333;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 14px;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

button:hover,
input.button_mini:hover,
input.button_small:hover,
input.button:hover,
input.button_large:hover,
input.exclusive_mini:hover,
input.exclusive_small:hover,
input.exclusive:hover,
input.exclusive_large:hover,
a.button_mini:hover,
a.button_small:hover,
a.button:hover,
a.button_large:hover,
a.exclusive_mini:hover,
a.exclusive_small:hover,
a.exclusive:hover,
a.exclusive_large:hover,
span.button_mini:hover,
span.button_small:hover,
span.button:hover,
span.button_large:hover,
span.exclusive_mini:hover,
span.exclusive_small:hover,
span.exclusive:hover,
span.exclusive_large:hover {}

button.std-btn,
input.std-btn,
a.std-btn,
span.std-btn {
	background: #888;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 14px;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
button.std-btn:hover,
input.std-btn:hover,
a.std-btn:hover,
span.std-btn:hover {
	background: #333;
}

button[disabled],
input.button_mini_disabled,
input.button_small_disabled,
input.button_disabled,
input.button_large_disabled,
input.exclusive_mini_disabled,
input.exclusive_small_disabled,
input.exclusive_disabled,
input.exclusive_large_disabled,
span.exclusive_large_disabled {
	color: #999;
	background: #eee;
	cursor: default;
}
input.button_mini_disabled:hover,
input.button_small_disabled:hover,
input.button_disabled:hover,
input.button_large_disabled:hover,
input.exclusive_mini_disabled:hover,
input.exclusive_small_disabled:hover,
input.exclusive_disabled:hover,
input.exclusive_large_disabled:hover,
span.exclusive_large_disabled:hover {
	background: #999;
}

i.left{margin-right: 6px;}
i.right{margin-left: 6px;}
i.fa-trash-o{font-size: 21px; color: #ff0000;}
i.fa-trash-o:hover{color: #333;}

/*** Forms ***/
.form-group{margin:0 0 30px;}
.form-group:last-child{margin:0;}
.form-group label,
.form-group span{
	display:block;
	margin: 0 0 10px;
}
.form-group .form_info,
.form-group .inline-infos{color: #999; margin: 5px 0 0;}
.form-group p.radio label,
.form-group p.radio input,
.form-group p.checkbox label,
.form-group p.checkbox input{display:inline; padding:0;}

.radio-inline{display: inline-block; margin-right: 15px;}
.radio-inline label{margin: 0;}

.form-group.form-ok input,
.form-group.form-ok textarea {
	background: url("../img/icon/form-ok.png") no-repeat scroll 98% 10px #DDF9E1;
	border: 1px solid #46A74E;
	color: #35B33F;
}
.form-group.form-error input,
.form-group.form-error textarea {
	background: url("../img/icon/form-error.png") no-repeat scroll 98% 10px #FFF1F2;
	border: 1px solid #ff0000;
	color: #ff0000;
}
.checkbox{margin: 0 0 15px; border: none;}

label.required:after {
	color: #FF0000;
	content: "*";
}

/*** Header ***/
#header .container{position: relative;padding-top: 18px;}
#header #nav-row {background: #eee;}
#header #header-row {border-bottom: 1px solid #ddd;}
#header #header_logo {position: absolute; z-index: 102;}

#tptn_header_links {position: absolute;}
#tptn_header_links ul li {display: inline; margin:0 0 0 30px;}
#tptn_header_links ul li a{color: #888; text-decoration: none;}
#tptn_header_links ul li a:hover{color:#333;}

#header .shopping_cart {position: absolute; z-index: 104;}
/*#header .shopping_cart > a:before {
	content: "\f07a";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 16px;
}*/


#header .shopping_cart > a {
    text-decoration: none;
    background: url("../img/carrito.png") no-repeat 0 0;
    line-height: 30px;
    padding-left: 32px;
    height: 30px;
    display: inline-block;
}

#header .shopping_cart > a:hover {
    text-decoration: none;
    background: url("../img/carrito-hover.png") no-repeat 0 0;
    line-height: 30px;
    padding-left: 32px;
    height: 30px;
    display: inline-block;
}
#header .shopping_cart > a > span {margin-left: 5px;}
#header #tptnhtmlbox1{position: absolute;}
#header #tptnhtmlbox1 .tptnhtml1{display: none;}

/*** Columns ***/
#columns{padding: 30px 0;}
#left_column .block {
	background: #f9f9f9;
	border: 1px solid #ddd;
	margin: 0 0 30px;
	padding: 20px;
}
#left_column .title_block{
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	margin: 0 0 20px;
	padding: 0 0 15px;
}
#left_column .title_block a {text-decoration: none;}

#left_column .block_content {}
#left_column .block_content li{margin: 0 0 15px;}
#left_column .block_content li:last-child{margin: 0;}
#left_column .block_content li a:hover {color: #888; text-decoration: none;}

.mansup-container {/*border:1px solid #eee;*/ margin-bottom:30px;}
.mansup-container:hover {/*border:1px solid #ccc*/}
.mansup-container a{display: block;text-align: center}
.mansup-container img{text-align: center}

/* Footer */
#footer{background: #333;}
.footer_top {
	border-top:1px solid #ddd;
	padding:30px 0;
}

.footer_top .footer-block{float:left; position:relative;}

.footer_bottom h4{
	margin-bottom: 15px;
}

.footer_top h4, .footer_bottom h4{
	border-bottom:1px solid #ddd;
	font-size: 15px;
	padding: 0 0 15px;
	color: #f9f9f9;
	text-transform: uppercase;
}
.footer_top a {color:#b6b6b6; text-decoration:none;}
.footer_top a:hover {color:#e70d96;}
.footer_top ul {
	clear:both;
	margin:20px 0 0;
}
.footer_top li {margin:0 0 3px; color:#b6b6b6;}
.footer_top h4:after{
	font-family: "FontAwesome";
	content: "\f078";
	font-size: 14px;
	color: #999;
	cursor: pointer;
	position:absolute;
	top:3px;
	right:15px;
}
.footer_top h4.active:after{content: "\f077";}

/*#block_contact_infos li{margin: 0 0 20px 35px;}*/
#block_contact_infos li.address{line-height: 24px;}
#block_contact_infos li:before{
	font-family: "FontAwesome";
	font-size: 16px;
	position: absolute;
	left: 20px;
}
#block_contact_infos li.address:before{content: "\f041";}
#block_contact_infos li.phone:before{content: "\f095";}
#block_contact_infos li.mail:before{content: "\f0e0";}

.footer_bottom{
	overflow: hidden;
	padding:15px 0;
}
.footer_bottom .copyright_txt{color:#888;line-height: 80px}
.footer_bottom .payment-icon{
	background-image:url("../img/custom/pago_seguro.png");
	background-repeat:no-repeat;
	height:80px;
}

/*** Breadcrumb ***/
#center_column .breadcrumb {display: none;}
.breadcrumb {
	color: #888888;
	margin-bottom: 30px;
}
.breadcrumb .navigation-pipe {margin: 0 5px;}
.breadcrumb a:hover {color:#888; text-decoration: none;}

/*** SUB BANNER ***/
.tptnbanner {text-align: center; margin-top: 30px;}
.tptnbanner a{display: block; position: relative; text-decoration: none;}
.tptnbanner img{vertical-align: top;}
.tptnbanner a:before{
	background: rgba(0,0,0,0.3);
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
}
.tptnbanner a:after{
	background: rgba(255,255,255,0.3);
	border-radius: 100%;
	box-shadow: 0 0 0 8px rgba(246,249,250,0.42);
	color: #fff;
	font-family: "FontAwesome";
	content: "\f0c1";
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	z-index: 2;
	-webkit-transform: scale(2);
	transform: scale(2);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
}
.tptnbanner a:hover:before {
	left: 0;
	width: 100%;
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=100);
}
.tptnbanner a:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*** Homepage Tabs ***/
#tptnprodtabs{margin-top: 0;}
.tabs_title{margin: 0 0 40px;}
.tabs_title li a{
	color: #ccc;
	font-size: 24px;
	display: block;
	text-decoration:none;
	text-transform: uppercase;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.tabs_title li a:hover,
.tabs_title li a.selected {color: #333;}
.tabs_container {overflow:hidden;}
.tabs_container .item {margin-bottom: 30px; text-align: center;}
.tabs_container img{vertical-align: top;}
.tabs_container .product-image-container{position: relative; overflow: hidden;}
.tabs_container .second-image{display: none;}
/*.tabs_container .item:hover .first-image{display: none;}
.tabs_container .item:hover .second-image{display: block;}*/
.tabs_container .product_name {margin: 15px 0 0;}
.tabs_container .content_price{font-size: 18px; margin: 10px 0 0;}
.tabs_container .content_price span{margin:0 3px;}
.tabs_container .functional-buttons {
	position: absolute;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.tabs_container .functional-buttons a,
.tabs_container .functional-buttons span{
	background: #333;
	font-size: 16px;
	display: block;
	text-align: center;
	margin: 0 2px;
	height: 34px;
	line-height: 34px;
	width: 34px;
}
.tabs_container .functional-buttons a{
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.tabs_container .functional-buttons a:hover{text-decoration: none;}
.tabs_container .functional-buttons div {display: inline-block;}

.tabs_container p.not-available{
	color: #888;
	font-size: 18px;
	text-align: center;
}

/*** Product Carousel ***/
.tptncarousel {margin-top:30px; position:relative;}
.tptncarousel h4, .tptncarousel h2{
	font-size: 20px;
	margin: 0 0 30px;
	padding: 0 70px 0 0;
	text-transform: uppercase;
}
.tptncarousel .tptnslides{overflow: hidden;}
.tptncarousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
.tptncarousel .owl-item {float: left;}
.tptncarousel .item {text-align: center; width: 99%;}
.tptncarousel img{vertical-align: top;}
.tptncarousel .item .product_name {margin: 8px 0 0;min-height:55px;}
.tptncarousel .item .content_price,
.tptncarousel .item .price_display {font-size: 18px; margin: 7px 0;}
.tptncarousel .item .old-price {margin-left: 5px;}

.tptncarousel .item .loading{
	min-height: 150px;
	background: url("../img/ajax-loader.gif") no-repeat center center
}
.grabbing {
	cursor:url("../img/custom/grabbing.png") 8 8, move;
}

.tptncarousel .owl-controls {
	position:absolute;
	top:0px;
	right:1px;
}
.tptncarousel .owl-buttons div{
	background: #eee;
	color: #888;
	cursor: pointer;
	float: left;
	font-family: "FontAwesome";
	font-size: 18px;
	padding: 5px 12px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.tptncarousel .owl-buttons .owl-prev{margin:0 6px 0 0;}
.tptncarousel .owl-buttons .owl-prev:before{content: "\f104";}
.tptncarousel .owl-buttons .owl-next:before{content: "\f105";}
.tptncarousel .owl-buttons div:hover{background: #333; color: #fff;}

/*** Homepage Brands ***/
#tptnbrands{
	border-bottom: 0;
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
}
#tptnbrands .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
#tptnbrands .owl-wrapper{
	overflow: hidden;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
.grises img {
filter: url('https://3nutritionpro.com/themes/UniqueShop/css/global.css?version=1.0.27#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
filter: Gray(); /* IE4-8 and 9 */

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.grises img:hover {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: none;

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#tptnbrands .owl-item {float: left;}
#tptnbrands .brand-item {text-align: center;float: left;max-width:99px;margin-right:15px}
#tptnbrands  .textmanhome{padding-top:10px; display: none}
/*#tptnbrands .brand-item:hover img {opacity: 1;}*/
#tptnbrands .brand-item img {/*opacity: 0.5;*/width: 100%}
#tptnbrands .owl-controls {}
#tptnbrands .owl-buttons div{
	font-family: "FontAwesome";
	font-size: 24px;
	position: absolute;
	top: 28px;
	cursor: pointer;
}
#tptnbrands .owl-buttons .owl-prev{left:0;}
#tptnbrands .owl-buttons .owl-next{right:0;}
#tptnbrands .owl-buttons .owl-prev:before{content: "\f104";}
#tptnbrands .owl-buttons .owl-next:before{content: "\f105";}
#tptnbrands .owl-buttons div:hover{color: #aaa;}

/*** SortPagiBar Category page ***/
.content_sortPagiBar{
	border-top: 1px solid #E5E5E5;
	margin: 0 0 30px;
	padding: 30px 0 0;
}
.content_sortPagiBar .sortPagiBar {overflow: hidden;}
.content_sortPagiBar .display {float: left;}
.content_sortPagiBar .display li{float: left; margin-right: 10px;}
.content_sortPagiBar .display li.display-title{margin-top: 4px;}
.content_sortPagiBar .display li a{
	color: #AAA;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
}
.content_sortPagiBar .display li.selected a{
	color: #222;
	cursor: default;
}
.content_sortPagiBar .sortPagiBar #productsSortForm {float: right; margin: 0 0 0 30px;}
.content_sortPagiBar .sortPagiBar select{padding: 3px;}

.content_sortPagiBar .nbrItemPage{float: right;}

div.pagination {float: left;}
ul.pagination li{
	background: #eee;
	display: inline-block;
	margin: 0 5px 0 0;
}
ul.pagination li > a,
ul.pagination li > span{
	padding: 10px 14px;
	display: block;
	text-decoration: none;
}
ul.pagination .current {color: #fff;}
ul.pagination li > a:hover{background: #ddd;}
ul.pagination li.disabled{
	color: #bbb;
	cursor: default;
}

.content_sortPagiBar .compare-form {float: right;}

.content_sortPagiBar .instant_search,
.content_sortPagiBar .showall,
.content_sortPagiBar .product-count {display: none !important;}

/*** Cart page ***/
ul#order_step { }
ul.step {
	margin: 30px 0;
	overflow: hidden;
}
ul.step li {
	background: #eee;
	float:left;
	text-align:center;
	text-transform: uppercase;
}
ul.step li.first {margin: 0}
ul.step li a,
ul.step li span {
	padding:12px 0;
	display:block;
	text-decoration: none;
}
ul.step li.step_current span,
ul.step li.step_current_end span{color:#fff;}
ul.step li.step_done:hover {background: #eee;}
ul.step li.step_done a:after{
	color: #7CCB00;
	font-size: 16px;
	content: "\f00c";
	display: inline-block;
	font-family: "FontAwesome";
	margin-left: 5px;
}
ul.step li.step_done:hover{background: #E5E5E5;}
ul.step li.step_todo span{color: #999;}

.cart_last_product{display: none;}

#order-detail-content {margin-bottom:30px;}

table#cart_summary th,
table#cart_summary td {border-right: none;}

.cart_quantity .cart_quantity_input {float:left; text-align:center;}
.cart_quantity .cart_quantity_button {
	float: left;
	margin: 0 0 0 5px;
	width: 15px;
}
.cart_quantity .cart_quantity_button .btn{
	font-size: 12px;
	color: #999;
}
.cart_quantity .cart_quantity_button .btn:hover{color: #333;}

table#cart_summary_total{float:right;}
table#cart_summary_total td{text-align: left;}
table#cart_summary_total .price{color:#222; text-align:center;}

.cart_voucher{
	border:1px solid #ddd;
	float:left;
}
.cart_voucher .voucher_box{padding:15px; overflow:hidden;}
.cart_voucher h4 {
	background: #f9f9f9;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	padding: 10px;
}
.cart_voucher #display_cart_vouchers {
	clear:both;
	line-height: 16px;
	color:#666;
	font-weight:normal;
	border-top:1px dotted #ccc
}
.cart_voucher #display_cart_vouchers .title_offers {margin-top:10px}
.cart_voucher #display_cart_vouchers span {}
.cart_voucher .discount_name {float: left;}
.cart_voucher .button {
	float: left;
	padding: 0 5px;
	height: 34px;
}

#cart_summary .price {
	border-right:none;
	color:#333;
}
#cart_summary .price-percent-reduction {display: none;}
.total_price_container p {text-align: left}

table#cart_summary .cart_total_price .total_price_container {padding:0;}
.cart_total_price .total_price_container p {
	display:block;
	padding:8px;
	color:#fff;
	text-transform:uppercase;
	background:#333
}
.cart_total_price span {font-size:22px;}

.cart_navigation{
	border-top: 1px solid #ddd;
	margin: 30px 0 0;
	overflow: hidden;
	padding: 30px 0 0;
}
.cart_navigation .standard-checkout{float: right;}

.order_carrier_content .carrier_title{font-size: 18px;}
.order_carrier_content p.checkbox{margin: 0;}
.order_carrier_content a.iframe{text-decoration: underline;}

#ordermsg{margin: 20px 0 0;}

#order .delivery_option > div > table.resume,
#order-opc .delivery_option > div > table.resume {height: 50px;}
#order .delivery_option > div > table.resume.delivery_option_carrier td,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td {padding: 8px 11px 7px 11px;}
#order .delivery_option > div > table.resume td.delivery_option_radio,
#order-opc .delivery_option > div > table.resume td.delivery_option_radio {width: 20px;}
#order .delivery_option > div > table.resume td.delivery_option_logo,
#order-opc .delivery_option > div > table.resume td.delivery_option_logo {width: 100px;}
#order .delivery_option > div > table.resume td.delivery_option_price,
#order-opc .delivery_option > div > table.resume td.delivery_option_price {width: 160px;}

#HOOK_SHOPPING_CART #loyalty{margin: 0 0 20px;}
.payment_module {
	margin: 0 0 30px;
	overflow: hidden;
}
p.payment_module a {
	background: #f9f9f9;
	border: 1px solid #ddd;
	font-size: 16px;
	padding: 30px;
	display: block;
	text-decoration: none;
}
p.payment_module a:hover{background: #eee;}
.payment_module img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

/** 404 page **/
#pagenotfound{text-align: center;}
#pagenotfound .img-404{margin: 0 0 20px;}
#pagenotfound button{padding: 8px;}
#pagenotfound .buttons{margin: 20px 0 0;}

/** Social block **/
.redesstop{padding-top: 4px;}
#tptnsocial{display: inline-block}
#block_contact_infos li.redess {
    margin-left: 0;
}
#tptnsocial li {margin:0px;display: inline-block}
#tptnsocial li a{
	color: #fff;
	font-size: 15px;
	text-align: center;
	display: list-item;
	height: 30px;
	line-height: 30px;
	width: 30px;
	-webkit-transition: background-color 0.8s;
	transition: background-color 0.8s;

        border-radius: 200px 200px 200px 200px;
        -moz-border-radius: 200px 200px 200px 200px;
        -webkit-border-radius: 200px 200px 200px 200px;
        opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */

}

#tptnsocial li.facebook a{background-color:#4862A3;}
#tptnsocial li.twitter a{background-color:#00ACEE;}
#tptnsocial li.google a{background-color:#E52C27;}
#tptnsocial li.instagram a{background-color:#517FA4;}
#tptnsocial li.pinterest a{background-color:#cb2027;}
#tptnsocial li.envelope a{background-color:#e71a9b;}
#tptnsocial li.youtube a{background-color:#E52C27;}
#tptnsocial li a:hover{/*background-color:#111;*/
opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

/*** General ***/
.unvisible,
.not-displayable,
.hide,
.block_hidden_only_for_screen {display: none;}
.hidden{display: none !important}

#back-top {
	background: #333;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 20px;
	text-align: center;
	position: fixed;
	right: 0;
	bottom: 50px;
	z-index: 1;
	height: 40px;
	line-height: 40px;
	width: 40px;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}

.product-name,
.product-name a{}
.product-name:hover,
.product-name a:hover{color: #888; text-decoration: none;}

.price {}
.old-price {
	color: #bbb;
	text-decoration: line-through;
}

.new-box,
.sale-box {
	background: #FFFFFF;

	position: absolute;
	top: 0;
	z-index: 100;
}
.new-box {
	/*box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);*/
	left: 0;
        margin-left: 15px;
        /*border: 1px solid #ccc;*/
        padding: 0px;
}
.sale-box {
	/*box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.2);*/
	color: red;
	right: 0;
        margin-right: 15px;
        border: 1px solid red;
        padding: 4px;
}

.rating {
	clear: both;
	display: block;
	margin: 2em;
	cursor: pointer; }

.rating:after {
	content: ".";
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden; }

.cancel{
	float: left;
	margin: 0 1px 0 0;
	width: 16px;
	height: 16px;
	cursor: pointer; }

.cancel, .cancel a {
	background: url(../img/custom/delete.gif) no-repeat 0 -16px !important; }

.cancel a, .star a {
	display: block;
	background-position: 0 0; }

div.star_on a {background-position: 0 -16px;}
div.star_hover a,
div.star a:hover {background-position: 0 -32px;}

.star {
	display: inline-block;
	font-weight: normal;
}

.star a {
	display: block;
	position: absolute;
	text-indent: -5000px;
}

div.star:after {
	content: "\f005";
	font-family: "FontAwesome";
	display: inline-block;
	color: #ddd;
}
div.star.star_on:after {color: #F5B81C;}
div.star.star_hover:after {
	content: "\f005";
	font-family: "FontAwesome";
	display: inline-block;
	color: #F5B81C;
}

.alert-info,
.alert-warning,
.warning,
.alert-success,
.success,
.alert-danger,
.danger{
	margin: 10px 0;
	padding: 15px 10px 15px 45px;
	position: relative;
}
.alert-info,
.alert-warning,
.warning{
	background: #E2EFF7;
	color: #3396D7;
}
.alert-success,
.success {
	background: #E1F2E4;
	color: #e70d96;
}
.alert-danger,
.danger{
	background: #FEE7E9;
	color: #FF0000;
}

.alert-info:before,
.alert-warning:before,
.warning:before,
.alert-success:before,
.success:before,
.alert-danger:before,
.danger:before{
	font-family: "FontAwesome";
	font-size: 20px;
	position: absolute;
	left: 15px;
	top: 14px;
}
.alert-info:before,
.alert-warning:before,
.warning:before{
	content: "\f05a";
}
.alert-success:before,
.success:before{
	content: "\f058";
}
.alert-danger:before,
.danger:before{
	content: "\f071";
}

ul.footer_links {
	border-top: 1px solid #ddd;
	overflow: hidden;
	margin: 30px 0 0;
	padding: 30px 0 0;
}

/** Text Editor **/
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6{margin: 0 0 15px; font-weight: 700;}

.rte h2{font-size: 20px;}
.rte h4{font-size: 18px;}
.rte h5{font-size: 16px;}
.rte h6{font-size: 14px;}

.rte p {line-height: 22px;}
.rte ul{list-style: disc inside none;}
.rte .cms-box{margin: 0 0 30px;}

.rte iframe{max-width: 100%; margin: 10px 10px 0 0;}

/* SimpTip v1.0.2
// A simple CSS tooltip made with Sass
// source: https://github.com/arashmanteghi/simptip/
// ducoment: http://arashm.net/lab/simptip/
// by @ArashManteghi - http://arashm.net */

.simptip {
	position: relative;
	display: inline-block;
        background-color: #333;
}
.simptip:hover {
        background-color: #e70d96;
}
.simptip:before,
.simptip:after {
	position: absolute;
	visibility: hidden;
	opacity: 1;
	z-index: 1;
	left: 50%;
	bottom: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.simptip:before {
	content: '';
	border-color: #333333 transparent transparent;
	border-style: solid;
	border-width: 6px;
	margin-bottom: -15px;
}
.simptip:after {
	background-color: #333;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: -3px;
	padding: 0 10px;
	content: attr(data-tooltip);
	white-space: nowrap;
	width: auto;
}
.simptip:hover:before,
.simptip:hover:after{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, -10px);
	-moz-transform: translate(-50%, -10px);
	-ms-transform: translate(-50%, -10px);
	-o-transform: translate(-50%, -10px);
	transform: translate(-50%, -10px);
}
/**/
#footerss {
    border-top: 1px solid #ddd;
    padding: 20px 0;
}
#footerss .reinsurance ul li {
    text-align: center;
}
#footerss .reinsurance ul li h2 {
    color: #e70d96;
    font: 700 28px/1.1em "Karla", Helvetica, sans-serif;
    margin: 0 0 8px;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.1s ease 0s;
}
#footerss .reinsurance ul li h2 span {
    display: block;
    font: 100 18px/1em "Karla", Helvetica, sans-serif;
    transition: all 0.1s ease 0s;
}
#footerss .reinsurance ul li p {
    margin: 0;
    padding: 0 0 10px;
}

#phone-number {
    /*background: transparent url("../img/duda.png") no-repeat scroll left center;*/
    text-align: center;
   /* padding-left: 50px;*/
}
#phone-number h1 {
    color: #333 !important;
    font-size: 25px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 15px 0 7px;
    text-transform: none;
}
/*.listcomentarios_title{color:#333}*/
.listcomentarios_title,.listcomentarios_date,.listcomentarios_puntua{color:#888}

a.webphone i.left{ margin-right:3px;}
a.webtwiiterc,a.webphone{display: inline-block;
    line-height: 20px;vertical-align: middle;color: #333;text-decoration: none;font-weight:400;
}
a.webtwiiterc img{
  vertical-align: middle;margin-right: 3px;
}
a.webtwiiterc{
 color:#3d96ff;
 margin-left: 10px
}
#tptnprodtabs h4, #tptnprodtabs h2{font-size: 24px;margin-bottom: 10px}
#tptnprodtabs h4 a, #tptnprodtabs h2 a{text-decoration: none}
#rfeedback-feedback-form .radio-inline {
    display: inline-block!important;
    margin-right: 10px;
}
.rich-feedback-form-group {
    margin: 0 0 10px!important;
}
#rfeedback-feedback-form input.form-control {
    width: 10px;
}
#rich_feedback_feedback_txt{width: 300px;}
.showallitem{clear: left;clear: both;text-align: right;padding:15px 0px}
.showallitemp{clear: left;clear: both;text-align: right;padding:3px 0px 10px}
#modulecategoryproduct{text-align: center; border: solid 1px #666}
.titleprodrd {
    color: #333;
    font-size: 14px;
    padding: 15px 0px;
    text-transform: uppercase;
    transition: color 0.5s ease 0s;
    text-align: center
}
#modulecategoryproduct .product_name{margin-bottom: 5px}
#modulecategoryproduct .price_display{margin-bottom: 25px}


/*producto list*/
ul.product_list {}
ul.product_list img{vertical-align: top;}
ul.product_list .product-image-container{text-align: center; position: relative;}
ul.product_list .second-image{display: none;}
ul.product_list .functional-buttons {
  width: 100%;
}
ul.product_list .functional-buttons a,
ul.product_list .functional-buttons span,
.tptnslides .functional-buttons a,
.tptnslides .functional-buttons span,
.listapers .functional-buttons a,
.listapers .functional-buttons span
{
  /*background: #eee;*/
  font-size: 16px;
  display: block;
  margin: 0 3px;
  height: 34px;
  line-height: 34px;
  width: 34px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
ul.product_list .functional-buttons a,
.tptnslides .functional-buttons a,
.listapers .functional-buttons a
{color: #fff;}
ul.product_list .functional-buttons span,
.tptnslides .functional-buttons span,
.listapers .functional-buttons span
{
  background: #ddd;
  color: #999;
  cursor: default;
}
ul.product_list .functional-buttons a:hover,.tptnslides .functional-buttons a:hover,.listapers .functional-buttons a:hover{text-decoration: none;}
ul.product_list .functional-buttons div,.tptnslides .functional-buttons div,.listapers .functional-buttons div {display: inline-block;}
ul.product_list .functional-buttons div.wishlist a.checked,
.tptnslides .functional-buttons div.compare a.checked,
.listapers .functional-buttons div.compare a.checked {color: #aaa;}
ul.product_list .content_price span,.tptnslides .content_price span,.listapers .content_price span {display: inline-block;}

.tabs_container li .functional-buttons a:hover,
ul.product_list .functional-buttons a:hover,
.tptnslides .functional-buttons a:hover,
.listapers .functional-buttons a:hover{/*background:#e70d96;*/}
ul.product_list .functional-buttons div.wishlist a.checked:before,
ul.product_list .functional-buttons div.compare a.checked,
.tptnslides .functional-buttons div.compare a.checked,
.listapers .functional-buttons div.compare a.checked{/*color: #e70d96;*/}

.listapers .item .product_name {
    margin: 8px 0 0;
    min-height: 55px;
    text-align: center
}
.listapers .product_name a:hover{color: #888; text-decoration: none;}
.listapers .item .content_price,
.listapers .item .price_display
{font-size: 18px; margin: 7px 0;text-align: center}
#product_name_perso{min-height:30px; }
.layer_cart_deporte{color:#e70d96}
#index #latest-blog,#left_column .blogModule{}
/*.fa-shopping-cart{
    content:initial!important;
    background: transparent url("../img/carrito.png") no-repeat center center;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-decoration: none;
}
.fa-shopping-cart::before{content:none!important}*/
/*#product #add_to_cart button{
        background: #eee url("../img/carrito.png") no-repeat 6px center;
	border: none;
	color: #333;
	font-size: 17px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 14px 10px 38px;
	margin: 0;
	text-decoration: none;

}
#product #add_to_cart button:hover{
   background-color: #e70d96;
}
#product .box-info-product .exclusive::before {
    content: initial!important;
}*/
#block_contact_infos li.footercontact {
    margin: 0 0 20px 0px;
}
#block_contact_infos li.footercontact div{line-height:20px;}
.transportestop{display: inline-block; margin-left:73px;}
.transportestop span.titleetop{line-height: 20px;vertical-align: bottom;font-size:16px;font-weight: 600;display: inline-block;color:#e70d96 }
.transportestop span.titleetopp{line-height: 20px;vertical-align: bottom;display: inline-block;margin-right: 5px;color:#e70d96 ;font-weight: 600}
.logoenvio{vertical-align: middle}
.logoenvio:last-child{margin-left: 57px}

.atencioclientetop{text-align: center; display: inline-block; margin-left: 104px; vertical-align: middle; position: relative;}
.atencioclientetop span{display: block}

#cms .rte,#idTab1,#extraTab_1,#extraTab_2{text-align: justify}
.ivadp{
    color: #404040;
    font-size: 15px;
    font-weight: 600;
    padding-left: 5px
}
.ivalp{
    color: #666;
    font-size: 13px;
    font-weight: 600;
    padding-left:3px
}
.tptncarousel h4, .tptncarousel h2 {background: #e70d96;color: #fff;padding-left: 5px;font-size:20px;min-height: 29px;padding-top: 0}
.tptncarousel h4 a, .tptncarousel h2 a{color: #fff;font-size:20px;}
.tptncarousel .owl-buttons div {color: #fff;background: transparent}
#module-calculadora-deporte .page-heading{
	font-weight: 700;
}
#product .rte p {
    padding-bottom: 10px;
}
.contactmovil{display:none!important}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* left column social share block */

.tptnsocial-left-block h4{
	margin-left: 4%;
  font-weight: bold;
}

.tptnsocial-left-block ul{
	margin-top: 5%;
  margin-left: 18%;
  width: 220px;
}
#manufacturer .content_sortPagiBar{display:none}


#navmar {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
#navmar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#navmar ul li {
    display: inline;
    padding: 0 5px;
}
#navmar ul li img {
    width: 99px;
    text-align: center;
}
.sdsarticle-des, .sdsarticle-des p {
    font-size: 15px;
}
#module-smartblog-details textarea{
    width: 100%;
    height: 200px
}
.sdsarticle-des h1{font-size: 23px;font-weight: 600;margin: 0 0 10px}
.sdsarticle-des h2{font-size: 20px;font-weight: 600;margin: 0 0 10px}
.sdsarticle-des h3{font-size: 16px;font-weight: 600;margin: 0 0 10px}
#module-smartblog-category .sdsarticle-des{color: #000!important;}
#module-smartblog-category .sdstitle_block a{font-size:22px!important;}
#module-smartblog-details .sdsarticle-des,#module-smartblog-details .sdsarticle-des p {
    color: #333!important;
    font-size: 17px!important;
}
#module-smartblog-details .page-heading {
  font-weight: 700!important;
  font-size: 29px!important;
  text-transform: initial!important;
}

#module-smartblog-details .box {
    background:none!important;
    border:0!important;
    margin:0 0 20px!important;
    padding:0!important;
}
#module-smartblog-details .form-group {
    margin: 0 0 5px!important;
}
#module-smartblog-category #layered_block_left{
    display: none;
}
#cms .rte a{color: #e70d96;font-weight: 600}
.listcomentarios_comentario {
    min-height:60px;
}
.toptagtitle{margin-top: 5px;}

.clear{
  clear: both;
}

#cms p{
	margin: 10px 0;
}

#category .cat_desc.rte h2{
	line-height: 22px;
    font-weight: normal;
    font-size: 100%;
}

#product #short_description_content h2{
	font-size: 100%;
    font-weight: normal;
}

#search_block_top .toptagtitle {
	margin: 10px 0px;
	color: #e70d96;
	text-align: center;
	font-size: 19.5px;
}

#footer .footertittle{
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	padding: 0 0 15px;
}

#layer_cart .cart_header{
	background: #f1f1f1;
	color: #e70d96;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 10px;
}

#id_new_comment_form .subheading{
	font-size: 20px;
	margin: 0 0 30px;
}

.fa-phone-o{
	position: absolute;
	top: 5px;
	left: -37px;

}

.fa-phone-o:before{    content: "\f095"; font-size: 27px;}
#top-phone{font-weight: bold; font: 20px "Karla", Helvetica, sans-serif; letter-spacing: 1px; font-style: italic;}
#top-schedule{
	font-size: 11px;
	margin-top: 2px;
	font: 11px "Karla", Helvetica, sans-serif;
}

.footer_copyright_txt{
	background-color: #ddd;
	color: #606060;
	padding: 11px;
	font-size: 11px;
	text-align: center;
}

.footer_bottom #payment-icon img{
	height: 48px;
}

#logo_mobile{display: none;}
.show_mobile{display: none;}

a.subcategory-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    max-height: 48px;
    overflow: hidden;
    background: #333;
    color: #b6b6b6;
    display: block;
}
a.subcategory-name:hover{
	    color: #e70d96;
}

.menu-logos-marcas li {
    float: left !important;
    width: 123px;
}

.menu-logos-marcas .sub-container ul {
    float: left;
}


@media(max-width: 992px){
		#subcategories{
			display: none;
		}
}

@media(max-width: 768px) {
	#category .cat_title {
		padding: 0px 15px;
	}
}


.cat_title h1{
	width: 80%;
	float:left;
}
.cat_title .heading-counter{
	float: right;
	width: 20%;
	text-align: right;
}
.cat_title{
	width: 100%;
	display:inline-block
}

#footer #newsletter_block_left .form-group .form-control {
    margin-bottom: 10px;
}

.ajax_block_product .simptip, .ajax_add_to_cart_button.disabled {
    padding: 8px;
}

.right-block .manufacturer_link{

		padding-top: 10px;
		font-weight: bold;
}

.ajax_block_product i {
    display: block;
}
.right-block .manufacturer_link a:hover {
    color: #e70d96;
}
#netreviews_category_review{
	display: none;
}