/*
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#fff; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:center; }

img           { border:0; vertical-align:top; }

a             { color:#05c; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left; }
.a-center     { text-align:center; }
.a-right      { text-align:right; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */

/* Sprite (list of images using sprite on styles.css):
-------------------------------------------------------------- */
  .SpriteClassName,
  .noscript .noscript-inner { background-image:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/shopper_sprite.png);}

/* Layout ================================================================================ */
.page { width:1000px; margin:0 auto; padding:10px 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }

/* Base Columns */

/* 1 Column Layout */

/* 2 Columns Layout */

/* 3 Columns Layout */

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.checkbox { margin-right:3px; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left;}
button.button span span { background-position:100% 0; padding:0 12px 0 4px; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */

/* Form lists */
/* Grouped fields */
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }

.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }

.form-list li.control .input-box {clear:none;display:inline;width:auto;position: relative;top: 4px;}
.form-list .input-box { display:block; clear:both; width:100%; }

.form-list .field { float:left; width:49%; margin-right: 2%; }
.form-list .field:last-child {margin-right: 0;}

.form-list input.input-text { width:100%; }
.form-list textarea { width:100%; height:10em; }
.form-list select { width:100%; }
.form-list li.wide .input-box { width:100%; }
.form-list li.wide input.input-text { width:100%; }
.form-list li.wide textarea { width:100%; }

.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename-suffix .name-middlename,
.form-list .customer-name-prefix-middlename .name-firstname { width:153px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename-suffix .name-middlename input.input-text { width:153px; }
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:140px; }

.form-list .customer-name-middlename-suffix .name-lastname,
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:325px; }

.form-list .customer-name-middlename-suffix .name-lastname input.input-text,
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:325px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-suffix .name-lastname input.input-text { width:324px; }

.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-middlename,
.form-list .customer-name-middlename-suffix .name-middlename input.input-text { width:194px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname,
.form-list .customer-name-prefix-suffix .name-lastname,
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:324px; }

.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-prefix .name-firstname input.input-text { width: 324px; }

.form-list .customer-name-prefix-middlename .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width: 323px; }

.form-list .customer-name-prefix-middlename .name-middlename,
.form-list .customer-name-prefix-middlename .name-middlename input.input-text { width: 170px; }

.form-list .customer-name-prefix-middlename .name-lastname,
.form-list .customer-name-prefix-middlename .name-lastname input.input-text { width: 220px; }

.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text { width:194px; }

.customer-account-create .form-list > li:first-child { margin-top: 17px; }

.customer-account-create .form-list .field,
.customer-account-create .form-list .field input.input-text { width: 100%; }


.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px;  }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 5px; font-size:11px; line-height:13px; color:#f00; }
.validation-failed { border:2px solid #f00 !important; }

p.required {font-size:10px;text-align:right;color: #f00;}
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* BreadCrumbs */
.breadcrumbs { padding:10px; margin:0 0 10px;  }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 { font-size:18px; color:#000; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager {  padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }


/* Sorter */
.sorter {  padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }

/* Toolbar */

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px;  font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px;  }
.data-table thead { background-color:#f2f2f2; }

.data-table tr.even { background-color:#f6f6f6; }

.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/base/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-reorder { font-weight:bold;}
.page-title .link-reorder { display: inline-block; margin-top: 13px;}
.link-print { background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/base/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/base/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

.btn-remove, .btn-remove2, .btn-edit { display:block; font-size:0; line-height:0; text-indent:-999em; overflow:hidden;}
.btn-remove  { width:11px; height:11px;}
.btn-remove2 { width:16px; height:16px;}
.btn-edit    { width:11px; height:11px;}

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/i_msg-notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header { padding:10px;  }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul {  background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */
#nav {  padding:5px 0; margin:10px 0; font-size:13px; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:998; }
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; left:-10000px;  background:#fafafa; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:7px; }

#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a { color:#000 !important; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {  margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:center; }
.block .actions a {display: inline-block;}

.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px;  }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */

/* Block: Currency Switcher */
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* Block: Wishlist */

/* Block: Related */
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */

/* Block: Recently Compared */

/* Block: Poll */
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */

/* Block: Reorder */
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-description { margin:0 0 10px; }

/* View Type: Grid */
.products-grid { border-bottom:1px solid #ddd; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; margin:0 0 10px; }

.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }


/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image {  margin:0; }

.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 6px; }
.rating-box { width:69px; height:13px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px;background-position: 0 10px;}
.ratings .rating-box { float:left; margin-right:3px; }

.ratings-table th { font-weight:bold;}

/* Availability */
.availability { margin:0; }
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/base/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }

/* Email to a Friend */

/* Alerts */

/********** < Product Prices */
.price { white-space:nowrap; }

/* Regular price */

/* Old price */
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price .price-label { white-space:nowrap; }

/* Minimal price (as low as) */
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left;  margin-bottom: 5px;}
.add-to-cart .paypal-logo { clear:both;}
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 0; text-align: center;}
.product-view .add-to-cart .paypal-logo { margin:0; }

.btn-avisame button.button {
    width: 100%;
    max-width: 200px;
    float: none;
}
.btn-avisame button.button { 
    float:left; 
    margin-left:5px; 
}

.btn-avisame button.button span {
    border-radius: 0;
    border-radius: 30px;
    height: 44px;
    width: 160px;
    background-image: none;
}

.btn-avisame button.button span {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-size: 18px;
    color: #FFFFFF;
}

/* Add to Links + Add to Cart */
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }
.add-to-box li {list-style:none;}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/base/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }


/* Product Options */
.product-options { padding:10px; margin:10px 0 0;  background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }

.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }

.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:0px 0 0; }

.product-options-bottom { padding:10px;  border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */

/* Block: Description */

/* Block: Additional */

/* Block: Upsell */
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:100%; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */

/* Send a Friend */

/* ======================================================================================= */


/* Content Styles ================================================================= */


/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */


/* CMS Home Page */


/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }

.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }

/* RSS */
.rss-title h1 { background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/base/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:3.7; }
.cart .cart-total .checkout-types .paypal-or { display: block}
.cart .checkout-types .bml_button {display: block;margin:0 auto;width:174px;}
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }


.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px;  }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */


/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }


/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px;  background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip {  background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/base/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }

.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }

.gift-message-link { display:block; background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/base/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }

.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content {  background-color:#f6f6f6; padding:10px;  overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel .authentication {  background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */

/********** Common Checkout Styles > */

/* One Page Checkout */

.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section {  border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }


.opc .active .step-title { background-color:#ccc; cursor:default; }

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }


/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }

/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */

/* Account Login/Create Pages ============================================================ */


/* Remember Me Popup ===================================================================== */
.window-overlay { background:rgba(0,0,0,.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:10111; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; box-shadow:0 0 6px 0 #ccc; z-index:11000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/base/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */


/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0 20px; }

/* Block: Account Information */


/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */


/* Order View */
.order-info {  padding:0; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box .product-image { display:block;}
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

.product-review .product-name {  margin:0 0 10px; }

.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */

/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; box-shadow: 0 0 6px 0 #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/base/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/base/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; box-shadow:0 0 3px 0 #999; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer {  padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }

.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main-wrap:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden;}
/* ======================================================================================= */

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */

.postWrapper {
    padding-bottom: 15px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}
.smallerListaPost.postWrapper {
    margin-bottom: 15px;
}
.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
span.twitter-typeahead {
    float: left;
}

input.tt-hint {
    color: #ccc;
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 4px;
}

.tt-dataset-products .empty {
    padding: 4px;
    text-align: left;
}

.tt-dataset-products {
    border: 1px solid #bfcdd3;
    background: #fff;
    border-radius: 2px;
}

.tt-dataset-products a {
    padding: 6px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #d5e4eb;
    text-align: left;
}

.tt-dataset-products .tt-suggestion:last-child a {
    border-bottom: 0;
}

.tt-dataset-products a:hover,
.tt-dataset-products a:hover .price-box .price,
.tt-suggestion.tt-cursor a,
.tt-suggestion.tt-cursor a .price-box .price-label,
.tt-suggestion.tt-cursor a .price-box .price {
    background-color: #ecf3f6;
    text-decoration: none;
}

.tt-dataset-products a:hover .price-box .old-price .price,
.tt-suggestion.tt-cursor a .price-box .old-price .price {
    text-decoration: line-through;
}

.tt-dataset-products a .image {
    float: left;
}

.tt-dataset-products a .image img {
    width: 50px;
}

.tt-dataset-products a .info {
    margin-left: 56px;
}

.tt-dataset-products a .price-box {
    margin: 0;
}

.tt-dataset-products a .clearer {
    clear: both;
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 1px solid #ededed;
	margin:-1px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
    margin-left:10px;
    background-repeat:no-repeat;
    background-color:#ffffff;
	border:2px solid white;
	overflow:hidden;
    -moz-box-shadow:0 0 10px #ddd;
    -webkit-box-shadow:0 0 10px #ddd;
    box-shadow:0 0 10px #ddd;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}

.mousetrap {background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/spacer.gif) 0 0 !important; }


/* * FancyBox - jQuery Plugin * Simple and fancy lightbox alternative * * Examples and documentation at: http://fancybox.net *  * Copyright (c) 2008 - 2010 Janis Skarnelis * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated. *  * Version: 1.3.4 (11/11/2010) * Requires: jQuery v1.3+ * * Dual licensed under the MIT and GPL licenses: *   http://www.opensource.org/licenses/mit-license.php *   http://www.gnu.org/licenses/gpl.html */#fancybox-loading {	position: fixed;	top: 50%;	left: 50%;	width: 40px;	height: 40px;	margin-top: -20px;	margin-left: -20px;	cursor: pointer;	overflow: hidden;	z-index: 11040;	display: none;}#fancybox-loading div {	position: absolute;	top: 0;	left: 0;	width: 40px;	height: 480px;	background-image: url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/fancybox.png');}#fancybox-overlay {	position: absolute;	top: 0;	left: 0;	width: 100%;	z-index: 11000;	display: none;}#fancybox-tmp {	padding: 0;	margin: 0;	border: 0;	overflow: auto;	display: none;}#fancybox-wrap {	position: absolute;	top: 0;	left: 0;	padding: 20px;	z-index: 11010;	outline: none;	display: none;}#fancybox-outer {	position: relative;	width: 100%;	height: 100%;	background: #fff;}#fancybox-content {	width: 0;	height: 0;	padding: 0;	outline: none;	position: relative;	overflow: hidden;	z-index: 11020;	border: 0px solid #fff;    background: url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/loader.gif') 50% 50% no-repeat;}#fancybox-hide-sel-frame {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: transparent;	z-index: 11010;}#fancybox-close {	position: absolute;	top: -15px;	right: -15px;	width: 30px;	height: 30px;	background: transparent url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/fancybox.png') -40px 0px;	cursor: pointer;	z-index: 11030;	display: none;}#fancybox-error {	color: #444;	font: normal 12px/20px Arial;	padding: 14px;	margin: 0;}#fancybox-img {	width: 100%;	height: 100%;	padding: 0;	margin: 0;	border: none;	outline: none;	line-height: 0;	vertical-align: top;}#fancybox-frame {	width: 100%;	height: 100%;	border: none;	display: block;}#fancybox-left, #fancybox-right {	position: absolute;	bottom: 0px;	height: 100%;	width: 35%;	cursor: pointer;	outline: none;	background: transparent url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/blank.gif');	z-index: 11020;	display: none;}#fancybox-left {	left: 0px;}#fancybox-right {	right: 0px;}#fancybox-left-ico, #fancybox-right-ico {	position: absolute;	top: 50%;	width: 30px;	height: 30px;	margin-top: -15px;	cursor: pointer;	z-index: 11020;	display: block;}#fancybox-left-ico {	background-image: url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/fancybox.png');	background-position: -40px -30px;}#fancybox-right-ico {	background-image: url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/fancybox.png');	background-position: -40px -60px;}#fancybox-left:hover, #fancybox-right:hover {	visibility: visible; /* IE6 */}#fancybox-left span {    left: 20px;}#fancybox-right span {    left: auto;    right: 20px;}#fancybox-left:hover span {	left: 20px;}#fancybox-right:hover span {	left: auto;	right: 20px;}.fancybox-bg {	position: absolute;	padding: 0;	margin: 0;	border: 0;	width: 20px;	height: 20px;	z-index: 10010;}#fancybox-bg-n {	top: -20px;	left: 0;	width: 100%;	background-image: url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/fancybox-x.png');}#fancybox-bg-ne {	top: -20px;	right: -20px;	background-image: url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/fancybox.png');	background-position: -40px -162px;}#fancybox-bg-e {	top: 0;	right: -20px;	height: 100%;	background-image: url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/fancybox-y.png');	background-position: -20px 0px;}#fancybox-bg-se {	bottom: -20px;	right: -20px;	background-image: url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/fancybox.png');	background-position: -40px -182px; }#fancybox-bg-s {	bottom: -20px;	left: 0;	width: 100%;	background-image: url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/fancybox-x.png');	background-position: 0px -20px;}#fancybox-bg-sw {	bottom: -20px;	left: -20px;	background-image: url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/fancybox.png');	background-position: -40px -142px;}#fancybox-bg-w {	top: 0;	left: -20px;	height: 100%;	background-image: url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/fancybox-y.png');}#fancybox-bg-nw {	top: -20px;	left: -20px;	background-image: url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/fancybox.png');	background-position: -40px -122px;}#fancybox-title {	font-family: Helvetica;	font-size: 12px;	z-index: 11020;}.fancybox-title-inside {	padding-bottom: 10px;	text-align: center;	color: #333;	background: #fff;	position: relative;}.fancybox-title-outside {	padding-top: 10px;	color: #fff;}.fancybox-title-over {	position: absolute;	bottom: 0;	left: 0;	color: #FFF;	text-align: left;}#fancybox-title-over {	padding: 10px;	background-image: url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/fancy_title_over.png');	display: block;}.fancybox-title-float {	position: absolute;	left: 0;	bottom: -20px;	height: 32px;}#fancybox-title-float-wrap {	border: none;	border-collapse: collapse;	width: auto;}#fancybox-title-float-wrap td {	border: none;	white-space: nowrap;}#fancybox-title-float-left {	padding: 0 0 0 15px;	background: url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/fancybox.png') -40px -90px no-repeat;}#fancybox-title-float-main {	color: #FFF;	line-height: 29px;	font-weight: bold;	padding: 0 0 3px 0;	background: url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/fancybox-x.png') 0px -40px;}#fancybox-title-float-right {	padding: 0 0 0 15px;	background: url('https://ediciones.uc.cl/skin/frontend/shopper/default/js/fancybox/fancybox.png') -55px -90px no-repeat;}/* IE6 */.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {	height: expression(this.parentNode.clientHeight + "px");}#fancybox-loading.fancybox-ie6 {	position: absolute; margin-top: 0;	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');}#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }/* IE6, IE7, IE8 *//*uncomment if you need IE support.fancybox-ie .fancybox-bg { background: transparent !important; }.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }*/
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    margin:0;
    width: auto;
    padding:0px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:auto;
}
.home-main .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: auto;
}
.home-main .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: auto;
}
.sidebar .jcarousel-skin-tango .jcarousel-clip-horizontal,
.home-left .jcarousel-skin-tango .jcarousel-clip-horizontal,
.home-right .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:300px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow:hidden;
}
.jcarousel-skin-tango .jcarousel-item {
    width:252px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin:0;
    position:relative;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left:0;
    margin-right: 0;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal, .jcarousel-prev-horizontal  {display:block; position:absolute; width:35px; height:35px; background:#fefefe url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/arrow_about.png) 0 0 no-repeat; border-radius:100%; }
.jcarousel-prev-horizontal {margin:-54px 0 0; right:44px; background-position:100% 0;}
.jcarousel-next-horizontal {margin:-54px 0 0; right:4px;}
.jcarousel-next-horizontal:hover {background-color:#fe5252; background-position:0 100%;}
.jcarousel-prev-horizontal:hover {background-color:#fe5252; background-position:100% 100%;}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection { background: #666; color: #fff; text-shadow: none; }
::selection { background: #666; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */
a { color: #00e; }
a:hover { color: #06e; }
a:focus { outline: none; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
/*blockquote { margin: 1em 40px; }*/
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-break: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre {
	overflow-x: auto;
	padding-left: 8px; margin-bottom: 20px;
	background: url('https://ediciones.uc.cl/skin/frontend/shopper/default/images/bg_code.png') repeat 0 0;
	line-height: 21px;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol { margin:0; padding:0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle;}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) { overflow: hidden; }
/* =============================================================================
   Figures
   ========================================================================== */
figure { margin: 0; }
/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend { border: 0; padding: 0; white-space: normal; }
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline;}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input { line-height: normal; }
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] { cursor: default; }
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; vertical-align: middle;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/* Custom styles for Radio button, test */
input[type="radio"] {
    background-color: #fff;
    position: relative; width: 13px; height: 13px;
    display: inline-block; padding: 0;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: inset 0px 0px 5px 0px #eaeaea;
    box-shadow: inset 0px 0px 5px 0px #eaeaea;
    border-radius: 100%;
    -webkit-appearance: none;
    box-sizing: border-box;
}
input[type="radio"]:checked {background-color: #fff; -webkit-box-shadow: none; box-shadow: none}
input[type="radio"]:checked:before {
    content: ''; display: inline-block; position: absolute; left: 3px; top: 3px;
    width: 5px; height: 5px; border-radius: 100%; background: #37322F;
}


/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/* Colors for form validity */
input:invalid, textarea:invalid { background-color: #f0dddd; }
/* =============================================================================
   Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
/* ==|== primary styles ===================================================== */
body { font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#1b1a19; background:#fafafa; }


/* Sprite (list of images using sprite on local.css):
-------------------------------------------------------------- */
.sorter .sort-order a,

button.btn-proceed-checkout span span:before, 
.cart-top-title a span.icon,

.btn-edit,

.btn-remove,                    
.compare-top-container .details .actions a:before,
.block-compare .block-content .actions a:before,

.std ul.disc li,
#queldoreiNav li.custom-block div.sub-wrapper>ul>li,
#queldoreiNav li.custom-block div.sub-wrapper ul li,  
#nav li.custom-block ul li>ul>li,             
.toolbar-dropdown ul li,                
.block .block-content li, .block .block-content li.item, 
.block-layered-nav .block-content dd li,        
.product-tabs-content ul.disc li,

.header-switch span.current:before,

.cart-top > a, 
.search-top,                                
.search-top-container .search-form .search-top-title span.icon,

.compare-top,             
.compare-top-title a span.icon, 
.product-view .add-to-links li.compare span.icon,

.footer-info ul.twitterList li span.tweet-icon,
.breadcrumbs span,
.error-msg:before,
.success-msg:before,
.note-msg:before,
.notice-msg:before,

.slider-container .jcarousel-list .button-container button.button span span,
.products-grid .button-container button.button span span,     
.products-list .button-container .btn-add-cart span, 
.box-up-sell2 .jcarousel-list .button-container button.button span span,

.blog-icon .inner,
.toolbar-switch .toolbar-title:before,
.products-grid .hover .button-container button.button span span em,
.data-table .btn-edit2,
.data-table .btn-remove2,
.block-layered-price .ui-widget-content .ui-state-default,
.product-view .add-to-cart button.button span span,
.product-view .add-to-links li span.icon,
.blog-img-wrap .blog-img-link-hover,
.product-view .add-to-links li.email-friend span.icon { background-image:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/shopper_sprite.png);}


a { color:#828282; text-decoration:none; outline: none; }
a:hover { color:#3c3c3c; }

button.button span {background:#fe5252 url('https://ediciones.uc.cl/skin/frontend/shopper/default/images/gradient/btn_overlay.png') 0 0 repeat-x; padding:0px; height:42px; border-radius:3px;}
button.button span span {line-height:42px; padding:0 16px; font-size:14px; font-weight:300; color:#fff; text-align:center; white-space:nowrap;}

.buttons-set .back-link a {
	display: block;
	height: 42px;
	padding: 0 16px;
	border-radius: 3px;
	color: #fff;  
	font-size: 14px;
	font-weight: 300;
	line-height: 42px;  
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
}
.buttons-set .back-link a small {display: none;}

button.btn-proceed-checkout span span {padding-right:60px; position: relative;}
button.btn-proceed-checkout span span:before {content: '';display: block;position: absolute; top: 10px; right: 18px; width: 28px;height: 19px; background-position: 0 0;transition: width 200ms ease-in-out;}
button.btn-proceed-checkout:hover span span:before {width: 32px;}

button.button_white {height:42px;box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.15);}
button.button_white span { background: linear-gradient(to bottom,  #ffffff 1%,#f2f2f2 100%); /* W3C */}
button.button_white span span { padding:0 37px; color:#000; color:rgba(0,0,0,0.75); }
button.button_white:hover span span { color: #fff;}

.btn-remove, .btn-edit {display:block; width:15px; height:15px; background-color:#fe5252; border-radius: 100%; }

.btn-edit { background-position: -96px -47px;}
.btn-remove { background-position: -145px -45px;}

h1, h2, h3 { color:#000; color:rgba(0,0,0,0.75); font-weight:400;}

.page-404 {}
.std dl dt{ color:#4c4c4c;}
.std h1, .std h2, .std h3, .std h4 {font-size:24px;font-weight:400;text-transform:uppercase;}
.std h2 {font-size:24px;}
.std h3, .std h3 {font-size:18px;}
.std ul.disc {list-style: none; margin:10px 0;}
.std ul.disc li {line-height: 22px; padding:0 10px 0 20px; background-repeat: no-repeat; background-position: left 0 bottom 8px; }
.std ul.buttons li { background:none; float:left; padding:0; margin:0 3px 0;}
.std ul.buttons li button.button span {text-transform: capitalize; font-size:12px;}
.std img{ max-width:100%; height:auto;}

.page-title { 
	position: relative;
	z-index: 2;
	border: none;
	padding: 26px 0 26px;
	margin: -30px 0 38px;
	min-height: 92px;
	box-sizing: border-box;
}
.col2-left-layout .page-title { margin-left:-300px; }
.col3-layout .page-title { margin:0 -300px; }
.page-popup .page-title { padding:0 0 18px; }
.page-title h1, .page-title h2 {
  text-transform: uppercase; font-size:35px; font-weight:400; line-height:40px; letter-spacing:-1.5px;
  padding: 0px 0 0;
}
.page-head-alt {margin:0 0 20px; padding:0 0 15px; border-bottom:1px solid #e6e6e6;}
.page-head-alt h3 {text-transform: uppercase; font-size: 24px; color:#4c4c4c;}
.page-head h3,.col-main-wrap > .blog-title,.col-main-wrap > .product-category-title { position: relative; z-index: 2; word-wrap: break-word; margin:-31px 0 30px; line-height:36px; font-size:36px; font-weight: 400; padding:20px 0; color:#322c29; border-top:1px solid; border-color:rgba(227,227,227,0.61);}
.product-category-title {font-weight: 400; letter-spacing: -1.5px; }

body.checkout-cart-index .col-main-wrap,
body.checkout-onepage-index .col-main-wrap {padding-top: 0;}


.breadcrumbs:before {
	content: '';
	position: absolute; left: 0; right: 0; top: 0px; bottom: 0;
	height: 100%; z-index: -1;
}
.page-title:before,

.page-head h3:before,
.postTitle:before,
.col-main-wrap > .blog-title:before,
.blog-title:before,
.product-category-title:before {
	content: '';
	position: absolute; left: -100%; right: -100%; top: 0px; bottom: 0;
	height: 100%; z-index: -1;
}

.col2-left-layout .page-head { margin-left:-300px; }
.col2-right-layout .page-head { margin-right:-300px; }
.col3-layout .page-head { margin:0 -300px; }

.buttons-set {padding:0; text-align:right;}
.buttons-set button.button {float:left;}
.buttons-set .back-link { float:right; }
.fieldset {border:none; background:transparent; padding:0px 0; margin:0 0 0;}
.fieldset + .fieldset {margin-top: 28px;}
.fieldset .legend {margin:0; padding:0 0 10px; float: none;  background:transparent; border:none;}
.form-list label { float:left; color:#000; color:rgba(0,0,0,0.75); font-weight:300; position:relative; z-index:0; margin-top:0px; line-height: 21px;}
.input-box{ border:0; padding:0; }
input.input-text, textarea, input.qty {
  padding:4px 9px;
  height:29px;
  border:1px solid #e0e0e0;
  -webkit-box-shadow:inset 0px 0px 5px 0px #eaeaea; /*for iOs*/
  box-shadow:inset 0px 0px 5px 0px #eaeaea; 
  -webkit-border-radius:3px; border-radius:3px;
  line-height: 19px;
  box-sizing: border-box;
  -webkit-appearance: none;
}
select {
    padding:1px; border-radius: 3px; height:29px; border:1px solid #e0e0e0; 
    -webkit-box-shadow:inset 0px 0px 5px 0px #eaeaea; box-shadow:inset 0px 0px 5px 0px #eaeaea;

    position: relative; -moz-appearance: none; -webkit-appearance: none; appearance: none; background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px top -288px;
    background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/shopper_sprite.png);
    padding: 4px 25px 4px 3px;
    box-sizing: border-box;
}
select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000;} /* hide dotted line on FF*/
select::-ms-expand { display: none;} /* hide arrow on IE, "appearance" - not work */
select.multiselect  {height:auto;}

.form-list select {width:100%;}
.buttons-set p.required { margin: 5px 0 10px;}
p.required { font-size: 12px; text-align: left; }
.form-list li.wide textarea { width: 100%;}
.dotted-border {border:2px dotted #aaa; padding:10px;}

input.radio + label {margin-left: 7px;}
.form-list li.control {line-height: 25px;}
.form-list li.control input.radio,
.form-list li.control input.checkbox { vertical-align: middle;}

/* Layout ================================================================================ */
.top-border{border-top:3px solid #9a1212;}
.page { width:100%; margin:0 auto; padding: 0; }

.main-container {background:#fafafa; overflow-x: hidden; /* for .slider-container */}
.main { position: relative; z-index:1; }

/* Base Columns */
	.col-main-wrap 	{width: 100%;padding: 30px 15px 50px;box-sizing: border-box;}
	.col-left 		{ float: left;}
	.col-right 		{ float: right;}
	.sidebar  		{ position: relative; margin-top: 130px;}

/* 1 Column Layout */

/* 2 Columns Layout */
	.col2-left-layout .col-left 		{ width: 300px;}
	.col2-right-layout .col-right 		{ width: 300px;}

	.col2-left-layout .col-main 		{ margin-left: 300px;}
	.col2-left-layout .col-main-wrap 	{ float: right;}

	.col2-right-layout .col-main 		{ margin-right: 300px;}
	.col2-right-layout .col-main-wrap 	{ float: left;}

/* 3 Columns Layout */
	.col3-layout .col-main 				{ margin-right: 300px;}
	.col3-layout .col-main-wrap-left 	{ width: 100%; box-sizing: border-box; float: left;}
	.col3-layout .col-main-wrap-right 	{ margin-left: 300px;}
	.col3-layout .col-main-wrap 		{ float: right;}
	.col3-layout .col-left,
	.col3-layout .col-right 			{ width: 300px;}

/* Home Page Layout */
	.home-main-wrap { width: 100%; box-sizing: border-box;}
	.home-left 		{ width: 285px; float: left;}
  .home-main    { width: 870px; }

  .cms-shopper-home-2col-left .home-main, .home-main-right    { float: right;}
  .cms-shopper-home-2col .home-main,
  .cms-shopper-home-slideshow .home-main, .home-main-left   { float: left;}
  .cms-shopper-home-2col .home-right,
	.cms-shopper-home-slideshow .home-right, .home-right 	{ float: right; width: 285px;}



/*** CUSTOM STYLES ****/
body.non-responsive {min-width:1200px;}
.cms-index-index .col-main {float:none; width:auto; margin:0; padding:0 }
.contacts-index-index .buttons-set p.required {float:left; margin:0 0 25px;}
.contacts-index-index .buttons-set button.button {margin: -12px 0 0; clear:left; }
.contacts-index-index .form-list .input-box  {width:100%}
.contacts-index-index .form-list input.input-text {width:100%; height:36px}
.contacts-index-index .form-list li.wide textarea {width:100%}
.fieldset h2.legend {
    padding-bottom: 21px;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.25;
    float: none;
}

/* blog */
.blog-wrap span.date,
body.blog-post-view .postView .postDetails > div {
  background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/post_meta.png);
  background-repeat: no-repeat;
}
/*Contacts Page*/
.topmap{
margin-top:-80px;
margin-bottom:20px;
}
.cform_wrap .fieldset .legend {
	font-weight:normal;
	margin:0;
}
.cform_wrap {
    background-color: #fff;
    border-top: 6px solid #fe5252;
    padding: 20px 23px 24px;
    border-radius: 2px;
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}
.cform_wrap .buttons-set button.button {
  margin-top: 0;
}
.cform_wrap button.button span span {
  padding: 0 25px;
}
.cform_wrap .buttons-set {
  margin-top: 12px;
}

.cform_wrap .input-box input::-webkit-input-placeholder,
.cform_wrap .input-box textarea::-webkit-input-placeholder {color:#000; opacity:.7;font-size: 13px;}
.cform_wrap .input-box input::-moz-placeholder,
.cform_wrap .input-box textarea::-moz-placeholder          {color:#000; opacity:.7;font-size: 13px;}/* Firefox 19+ */
.cform_wrap .input-box input:-moz-placeholder,
.cform_wrap .input-box textarea:-moz-placeholder           {color:#000; opacity:.7;font-size: 13px;}/* Firefox 18- */
.cform_wrap .input-box input:-ms-input-placeholder,
.cform_wrap .input-box textarea:-ms-input-placeholder      {color:#000; opacity:.7;font-size: 13px;}
.cform_wrap .form-list li { margin:0 0 10px; }

.cform_wrap input.input-text{
	height:36px;
}

.cform_wrap input.qty,
.cform_wrap input.input-text, 
.cform_wrap textarea {
  padding: 4px 8px;
}
.caddress {
    float: left;
    width: 40%;
    padding-right: 30px;
    position: relative;
}
.caddress:after {
  content: "";
  width: 1px;
  height: 90%;
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  background-color: #e1dfdf;
}
.ccontacts {
  float: right;
  width: 45%;
  padding-left: 20px;
}
/* Login page*/
.customer-account-login .main-container {box-shadow:inset 0px 4px 10px -5px rgba(0,0,0,.15);}
.account-login, .account-create {padding: 30px 0 60px;}

body.customer-account-login .col-main-wrap,   body.customer-account-create .col-main-wrap {padding: 0;}
.account-login, .account-create {padding: 50px 0;}

.customer-account-login h2 {margin:0 0 10px;}
.customer-account-create .account-create h2.legend { margin:25px 0 0;  padding-top:15px; }
.customer-account-create .account-create h2.first { margin:0; padding-top:0; }
.customer-account-create .account-create .form-list .field { float:none; width:auto; }
.customer-account-create .account-create .buttons-set { margin:0; padding:10px; text-align:center; }
.customer-account-create .account-create .buttons-set button.button { float:none }
.customer-account-create .account-create p.required { text-align:center; }

.customer-account-forgotpassword .main-container {box-shadow:inset 0px 4px 10px -5px rgba(0,0,0,.15);}

.main .cart-empty {padding-bottom: 29px;}
.catalog-category-view .col-left, .catalog-category-view .col-right { padding:30px 0 0; margin-top: 0;}
.catalogsearch-result-index .breadcrumbs, .catalogsearch-advanced-index .breadcrumbs, .catalogsearch-advanced-result .breadcrumbs {display:none;}

.checkout-onepage-index .col-right {margin-top:213px; }

.checkout-onepage-success h2.sub-title {
  padding-bottom: 21px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.25;
}
.checkout-onepage-success .col-main p { margin-bottom: 10px;}

.checkout-onepage-success .buttons-set {margin:15px 0;}


.cart .page-title .checkout-types { margin: -1px 0 -1px; line-height: 0;}
.cart .title-buttons .checkout-types li {margin:0;min-height: 42px;vertical-align: middle;}
.sendfriend-product-send .form-list li.wide textarea { width:100%;}
.sendfriend-product-send .buttons-set {text-align:left;}
.sendfriend-product-send .buttons-set button.button {float:none;display: inline-block;}
.sendfriend-product-send .buttons-set button.button span span {width:120px}
.sendfriend-product-send  #add_recipient_button {display: inline-block;}

/* ======================================================================================= */


/* Header ================================================================================ */
.header-container { background:#fff; color:#656565; position:relative;  }
.top-switch-bg { background:#f9f9f9;  border-top:5px solid #322c29; min-height:29px; position:relative; z-index:10030;}

.header-switch {line-height:29px; background-repeat:no-repeat; background-position:0% 50%; margin-right:2px; float:left;}
.top-switch-bg .over { box-shadow:0px 0px 10px 0px rgba(0,0,0,.15);}
.top-switch-bg .over span { background:#fff;}
.header-switch span {color:rgba(108,108,108,0.59); display:block; padding:0 10px; position:relative; z-index:2; white-space: nowrap;}
.header-switch span.current { position: relative; display:inline; color:rgba(29,28,27,0.59); padding:0 12px 0 5px;}
.header-switch span.current:before {content: '';display: block;position: absolute; top: 5px; right: 0; width: 7px;height: 4px; background-position: -50px -200px;}

.header-dropdown {background:#fff; padding:14px; display:none; position:absolute; margin:0; box-shadow:0px 0px 10px 0px rgba(0,0,0,.15);}

.header-dropdown ul li a{ display:block; line-height:28px; min-width:110px; margin:0; padding:0 9px; color:#8c8c8c; }
.header-dropdown ul li a:hover { background:#f5f4f4; text-decoration:none; }
.header-dropdown ul li a.selected {color:#322c29}
.language-switch {margin-left:-10px;}
.language-switch .header-dropdown ul li a{ background-repeat:no-repeat; background-position:10px 50%; padding:0 9px 0 35px; }
.language-select, .currency-select {display:none; }

.links li { margin: 0; padding: 0; display: inline-block;}
.links li a { color:#1d1c1b; white-space: nowrap;}
.links li a:hover { color:#777; text-decoration: none;}
.links li.separator { 
	margin: 0 11px;
	width: 1px;	height: 7px;
	vertical-align: middle;
	background-color: rgba(0,0,0,.15);
}

.header-container .links { padding: 7px 0 6px; text-align: right;}

header { position:relative; z-index:10020;  box-shadow:0px 0px 10px 0px rgba(0,0,0,.15);}
.logo { float:none; display: inline-block;}
a.logo { font-weight: 400; font-size: 20px; line-height: 1.15;}
header a.logo {  text-decoration:none !important; margin:28px 0; }
header a.logo img { max-width:100%; height:auto;}
header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
header h1.logo { padding:0;}
header.fixed { position:fixed; top:0; width:100%; background:#fff;}
header.fixed a.logo { margin:14px 0; }
header.fixed #queldoreiNav { margin: 11px 0 14px 46px;}
header.fixed .nav_below  #queldoreiNav { margin-left: 0;}


.cart-top-container {float:right;position:relative;margin:0px 0px 0 4px;}
.cart-top > a { float: left; display:block; background-color:#fe5252; background-position: 7px -241px; width:38px; height:38px; border-radius: 100%; }
.cart-top > a:hover {background-color:#322c29; text-decoration:none; }
.cart-top span { 
    padding: 9px 0 0 9px; color:#373230; font-size:14px;  font-weight:700; text-transform:uppercase;
    display: inline-block;
    word-wrap: break-word;
    line-height: normal;
    max-width: 90px;
}
.cart-top-container .details { 
    display:none; background:#fff; width:auto; padding:16px 16px 11px; line-height:150%; color:#7b7b7b; position:absolute; z-index:10020; left: -183px; top:48px;
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius:2px;
}
.cart-top-container .details-border{background:#fe5252; height:4px; width:100%; padding:0 16px; margin:-16px 0 16px -16px; border-top-left-radius:2px; border-top-right-radius:2px;}
.cart-top-container .details-border:before{content:""; position:absolute; border-color: transparent transparent #fe5252 transparent; border-style: solid; border-width:5px; height:0; width:0; top:-9px; left:198px;}
.cart-top-container .details .text-recently{font-size:11px;}
.cart-top-container .details a{color:#7b7b7b; }
.cart-top-container .details a:hover{text-decoration:none; color:#000; }
.cart-top-container .details p{margin:14px 0 5px 0}
.cart-top-container .details p.product-name {margin:0}

.cart-top-container .details .item-options{font-size:12px; line-height:10px; }
.cart-top-container .details ol{ margin:0; padding:0; }
.cart-top-container .details ol li.item{ padding:0 0 10px; margin:0 0 10px; border-bottom:1px solid #f1f1f1;}
.cart-top-container .details ol li.item:last-child{ margin:0; border:none;}
.cart-top-container .details ol li.item strong{font-weight:300;}
.mini-products-list .product-image { border: none; padding: 0px; }
.mini-products-list .product-details { margin-left: 60px; }

.cart-top-container .details .btn-edit { float:right; margin-left: 18px; }
.cart-top-container .details .btn-remove { float:right; margin-left: 2px; }
.cart-top-container .details .buttons { margin-top:15px; display: table; width: 100%;}
.cart-top-container .details .buttons .button_wrap { display: table-cell;}
.cart-top-container .details .buttons .button_wrap + .button_wrap { padding-left: 8px;}
.cart-top-container .details .button.btn-checkout { float: right; }
.cart-top-container .cart-promotion {background: #eee; padding: 10px; color: #392420;}
.cart-top-container .details .subtotal-wrapper{ width:100%; margin:0 auto; padding:0;}
.cart-top-container .details .subtotal{ background:#fefefe; width:100%; margin:0 -16px; padding:0 16px; line-height:41px; font-size:13px; font-weight:700; text-align:right; text-transform:uppercase;  box-shadow:inset 0 0 10px rgba(57,36,32,0.08);}

.top-dropdowns { position: absolute; right: 0; top: 50%; margin-top: -20px;}

.cart-top-title{ font-size:14px; line-height:38px; text-align:left; margin:0 0 10px 5px; display:none; }
.cart-top-title a{display:block; vertical-align:top;}
.cart-top-title a:hover{text-decoration:none; color:#000; }
.cart-top-title a span.icon {display:block; float:left; background-color:#fe5252; background-position: 7px -241px; width:38px; height:38px; margin:0 10px 0 0; border-radius: 100%; }
.cart-top-title a:hover span.icon {background-color:#322c29; text-decoration:none; }

/********** < Search form */
.search-top-container{float:right; position:relative;}
.search-top {display:block; overflow:hidden; background-color:#fe5252;   background-position: 10px -90px; width:38px; height:38px; border-radius: 100%; cursor:pointer; }
.search-top:hover {background-color:#322c29; }
.search-form{display:none; background:#fff; width:240px; padding:8px; position:absolute; z-index:10030; right:-60px; top:47px;
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius:2px; }
.search-form-border{background:#fe5252; height:4px; width:240px; padding:0 8px; margin:-8px 0 8px -8px; border-top-left-radius:2px; border-top-right-radius:2px;  }
.search-form-border:before{content:""; position:absolute; border-color: transparent transparent #fe5252 transparent; border-style: solid; border-width:5px; height:0; width:0; top:-9px; right:74px;}
.search-top-container .search-form .search-top-title{ font-size:16px; line-height:38px; text-align:left; vertical-align:top; margin:0 0 0 42px; display:none; }
.search-top-container .search-form .search-top-title span.icon {display:inline-block; background-color:#fe5252; background-position: 10px -90px; width:38px; height:38px; margin:0 10px 0 0; border-radius: 100%; }
.search-top-container .search-form .search-top-title:hover span.icon {background-color:#322c29; text-decoration:none; }

#search { width:100%; padding:4px 7px; color:#7b7b7b; border-radius:2px; }
#search_mini_form .form-search button {display:none;}
.search-autocomplete { background:#fff; margin:0; position:relative !important; top:0 !important; left:0 !important; }
.search-autocomplete ul{margin:0; padding:0;}
.search-autocomplete ul li{line-height:21px; padding:0 10px; color:#000; color:rgba(0,0,0,0.67);}
.search-autocomplete ul li span.amount{float:right; font-weight: 800;}
.search-autocomplete ul li.even{background:#e7e7e7;}
.search-autocomplete ul li:hover{background:#ddd;}


::-webkit-input-placeholder { color:#7b7b7b;}
::-moz-placeholder          { color:#7b7b7b;}/* Firefox 19+ */
:-ms-input-placeholder      { color:#7b7b7b;}

#search_mini_form .form-search {position: relative;}
.search-field .search-top-container {margin: 5px 6px 0 0;}
.search-field #search {width: 180px; padding-right: 27px; height:32px;}
.search-field #search_mini_form .form-search button {display:block;}
#search_mini_form .form-search button { position:absolute; width:23px; height:29px; right: 0; top: 1px; background:transparent url('https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/search_icon.png') 0 0 no-repeat; border:0; }
#search_mini_form .form-search button:hover { background-position:0 100%;}

/********** < Search form */

/* top compare block*/
.compare-top-container {float:right; position:relative; margin:0px 0 0 4px;}
.compare-top {display:block; overflow:hidden; background-color:#fe5252; background-position: -87px -89px; width:38px; height:38px; border-radius: 100%; cursor:pointer; }
.compare-top:hover {background-color:#322c29; }
.compare-top-container .details { 
    display:none; background:#fff; width:254px; padding:16px; line-height:150%; color:#7b7b7b; position:absolute; z-index:10020; right:-40px; top:48px;
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius:2px;
}
.compare-top-container .details-border{background:#fe5252; height:4px; width:254px; padding:0 16px; margin:-16px 0 16px -16px; border-top-left-radius:2px; border-top-right-radius:2px;  }
.compare-top-container .details-border:before{content:""; position:absolute; border-color: transparent transparent #fe5252 transparent; border-style: solid; border-width:5px; height:0; width:0; top:-9px; right:54px;}
.compare-top-container .details a:hover{text-decoration:none; color:#000; }
.compare-top-container .details li.item {margin:0 0 20px 25px; padding:0; line-height:16px; background:none;}
.compare-top-container .details .btn-remove {float:left; margin:1px 0 0 -25px; }
.compare-top-container .details .actions {margin:10px 0 0 0; padding:10px 0 0; border-top:1px solid #e8e8e8; text-align:center }
.compare-top-container .details .actions .f-right {float:none !important; line-height:27px; }
.compare-top-container .details .actions a {float:none; margin-left:20px;}
.compare-top-container .details .actions a:before {content:''; position:absolute; width:15px; height:15px; margin:5px 0 0 -20px; border-radius: 100%; background-position: -145px -45px;}

.compare-top-title{ font-size:14px; line-height:38px; text-align:left; margin:0 0 10px 5px; display:none; }
.compare-top-title a{display:block; vertical-align:top;}
.compare-top-title a:hover{text-decoration:none; color:#000; }
.compare-top-title a span.icon {display:block; float:left; background-color:#fe5252; background-position: -87px -89px; width:38px; height:38px; margin:0 10px 0 0; border-radius: 100%; }
.compare-top-title a:hover span.icon {background-color:#322c29; text-decoration:none; }

/*	Social links
-------------------------------------------------- */
ul.social:after {clear: both;display:table; content: '';}
ul.social li, .footer-info ul.social li { float:left; margin:0 4px 4px 0; padding:0; background:none; }
ul.social li a, .footer-info ul.social li a {margin: 0;}

/*ul.social li a {}*/
a.social_links { 
	position:relative; display:block; width:36px; height:36px; 
	background:url('https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/sprite_socialbuttons.png') 0 0 no-repeat; border-radius: 100%;
	overflow:hidden; font-size: 0; color: transparent;
	margin:0 4px 4px 0;
}
a.social_links:hover 	{ background-color: #fe5252;}

a.rss_feed 				{ background-color: #ffb400; background-position: 1px -1px;}
a.facebook_account 		{ background-color: #3b5998; background-position: 1px -157px;}
a.twitter_account 		{ background-color: #00c3f4; background-position: 1px -197px;}
a.dribble_account 		{ background-color: #f977a6; background-position: 1px -118px;}
a.flicker_account 		{ background-color: #ff0084; background-position: 0px -40px;}
a.vimeo_account 		{ background-color: #1ab7ea; background-position: 1px -79px;}
a.picasa_account 		{ background-color: #4b8df8; background-position: 0px -975px;}
a.digg_account 			{ background-color: #1b5891; background-position: 1px -1014px;}
a.plurk_account 		{ background-color: #cf682f; background-position: 1px -937px;}
a.tripadvisor_account 	{ background-color: #589642; background-position: 0px -898px;}
a.yahoo_account 		{ background-color: #ab64bc; background-position: -1px -819px;}

a.email_to 				{ background-color: #a8c000; background-position: 0px -235px;}
a.youtube_account 		{ background-color: #b72d28; background-position: 0px -313px;}
a.pinterest_account 	{ background-color: #cb2027; background-position: 0px -390px;}
a.google_plus_account 	{ background-color: #4b8df7; background-position: 0px -274px;}
a.linkedin_account 		{ background-color: #0073b2; background-position: 1px -351px;}
a.delicious_account 	{ background-color: #004795; background-position: 0px -1092px;}
a.devianart_account 	{ background-color: #54675a; background-position: 1px -664px;}
a.tumblr_account 		{ background-color: #34526f; background-position: 0px -703px;}
a.skype_account 		{ background-color: #33bff3; background-position: 0px -741px;}
a.apple_account 		{ background-color: #4c4c4c; background-position: 1px -781px;}

a.aim_account 			{ background-color: #ffb400; background-position: 1px -1054px;}
a.paypal_account 		{ background-color: #0079c1; background-position: 1px -469px;}
a.blogger_account 		{ background-color: #ff6403; background-position: 1px -586px;}
a.behance_account 		{ background-color: #1769ff; background-position: 0px -625px;}
a.myspace_account 		{ background-color: #003399; background-position: 0px -859px;}
a.stumble_account 		{ background-color: #cc492b; background-position: 0px -429px;}
a.forrst_account 		{ background-color: #176023; background-position: 0px -508px;}
a.imdb_account 			{ background-color: #f4c118; background-position: 0px -548px;}
a.instagram_account 	{ background-color: #99654d; background-position: 0px -1132px;}





/* FOOTER ================================================================================ */
.footer-container {background:none #322c29; color:#666666; margin:0; padding:0; position:relative;}

.footer-banners {background:#f7f7f6; padding:25px 0;}
.footer-banners img{max-width: 100%; height: auto;}
.footer-banners a:hover img{opacity:0.6;}

.footer-info {background:#f4f4f2; border-top:1px solid #ececea; padding:60px 0;}
.footer-info a {color:#fe5252}
.footer-info a:hover {color:#000; text-decoration: none;}
.footer-info h4{font-size:24px;  font-weight:400; text-transform:uppercase; letter-spacing:-1.2px; color:rgb(0,0,0); color:rgba(0,0,0,0.75); margin:0 0 24px; }
/*.footer-info .information h4{margin-bottom:18px; }*/
.footer-info hr{border-top:1px solid rgb(0,0,0); border-top-color:#e6e6e4; border-top-color:rgba(0,0,0,0.06); height:1px; margin:17px 0;}
.footer-info p{line-height:150%; margin:0 0 0 3px;}
.footer-info ul{margin:0; padding:0; }
.footer-info ul li{margin:0; padding:0; line-height:30px; }
.footer-info ul li p{overflow:hidden; line-height:30px; }
.footer-info .information ul li, .footer-info ul.disc li{margin:0; padding:0 0 15px 23px; line-height:130%; position:relative; }
.footer-info .information ul li:before, .footer-info ul.disc li:before { 
	content:'';	position: absolute;	top:2px; left:2px;
	width: 8px; height: 8px; border-radius: 100%; background-color:#fe5252;
}
.footer-info ul.twitterList{margin:-3px 0 0;}
.footer-info ul.twitterList li{margin:0; padding:0; line-height:20px; color:#505050;}
.footer-info ul.twitterList li.follow{padding:0 0 0 53px;}
.footer-info ul.twitterList li span.tweet-icon{display:block; float:left; width:36px; height:36px; margin:0px 16px 0 1px; background-color:#fe5252; background-position: -139px 12px; border-radius: 100%; }
.footer-info ul.twitterList li:hover span.tweet-icon{background-color:#322c29;}
.footer-info ul.twitterList li span.time-ago{display:block; color:rgba(146,146,146,0.85)}
.footer-info ul.twitterList li p{overflow:hidden; line-height:20px; margin:0 0 20px; padding:3px 0 23px; border-bottom:1px solid #e6e6e4; border-bottom-color:rgba(0,0,0,0.06); }

.footer-info ul.social{margin:35px 0 0;}


.footer-info .block-control { 
    display:none; position:absolute; top:0; right:0; width:35px; height:35px; background:#FEFEFE url("https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/arrow_footer.png") 0 0 no-repeat;
    border-radius: 100% !important;
}
.footer-info .block-control:hover {background-color:#fe5252; background-position:0 100%;}
.footer-info .block-control-hide {background-position:100% 0;}
.footer-info .block-control-hide:hover {background-color:#fe5252; background-position:100% 100%;}
.footer-info .block-content {display:block; }
.footer-info iframe {width:300px; height:260px; margin:0 0;}

footer { padding: 21px 0 20px;}
footer a {color:#a2a2a2}
footer a:hover {color:#fff; text-decoration: none;}
footer ul{ margin:0; padding: 0; }
footer ul.links{ float:right; margin-top: -1px; line-height: 1.5;}
footer ul.links a{ color:rgb(140,140,140); color:rgba(140,140,140,0.87); }
footer ul.links li {line-height: inherit;}
footer ul.links li a:hover {color:#fff; text-decoration: none;}
footer ul.links li.separator { height: 8px;	background-color: rgba(195,195,195,.18);}
footer .copyright {border-top:1px dotted #e0e0e0; margin:40px 0 0; padding:20px 0 0;}


/********** < Navigation */
.nav-container {position:relative; z-index:10010; display:inline-block; vertical-align:middle;}
.nav-container .nav-top-title{ cursor:pointer;  font-size:16px; text-align:left; width:220px; margin:0 auto 3px; padding:0 10px; line-height:36px; background:#f5f5f3; color:#000; border-radius:3px; display:none;  }
.nav-container .nav-top-title a{color:#000; text-decoration:none; }
.nav-container .nav-top-title div.icon {float:left; width:15px; margin:11px 10px 0 0;}
.nav-container .nav-top-title div.icon span {display:block; height:3px; margin:0 0 2px;}
.nav-container .nav-top-title:hover a,
.nav-container .nav-top-title.active a {color:#fff; }
.nav-container .nav-top-title:hover div.icon span,
.nav-container .nav-top-title.active div.icon span {background:#fff; }

/* mobile styles main menu */
.nav-container li > a em {float:right; display:none; width:36px; text-align:center; font-size: 0; background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/nav_sprite.png); background-repeat: no-repeat;}
.nav-container li > a em:hover {cursor:pointer; background-color:#fff; color:#000 !important; }
/* main menu position icon */
    .nav-container li > a em                             { background-position: 0 0;}
    .nav-container li:hover > a em,
    .nav-container li.active > a em                      { background-position: 0 -36px;}
    .nav-container li:hover > a em:hover                 { background-position: 0 0;}

    .nav-container ul li.minus > a em                    { background-position: -36px 0;}
    .nav-container ul li.minus.over > a em { background-position: -36px -36px;}
    .nav-container ul li.minus:hover > a em, 
    .nav-container ul li.active.minus > a em             { background-position: -36px -36px;}
    .nav-container ul li.minus:hover > a em:hover        { background-position: -36px 0;}
/* sub menu position icon */
    .nav-container ul.level0 li > a em                   { background-position: 0 -3px;}
    .nav-container ul.level0 li:hover > a em,
    .nav-container ul.level0 li.active > a em            { background-position: 0 -3px;}
    .nav-container ul.level0 li:hover > a em:hover       { background-position: 0 -3px;}

    .nav-container ul.level0 li.minus > a em,
    .nav-container ul.level0 li.minus.over > a em         { background-position: -36px -3px;}
    .nav-container ul.level0 li.minus:hover > a em, 
    .nav-container ul.level0 li.active.minus > a em      { background-position: -36px -3px;}
    .nav-container ul.level0 li.minus:hover > a em:hover { background-position: -36px -3px;}

#queldoreiNav { width:700px; margin:28px 0 31px 46px; padding:0; position:relative; border:none; float:left; }
.search-field #queldoreiNav {width:560px}

/* All Levels */
#queldoreiNav li { text-align:left; position: static; }
#queldoreiNav li.over { z-index:998; }
#queldoreiNav li a { display:block; text-decoration:none; font-weight:300; }
#queldoreiNav li a:hover { text-decoration:none; }
#queldoreiNav li a span { display:block; white-space:nowrap; cursor:pointer; }
#queldoreiNav li ul a span { white-space:normal; }

/* 1st Level */
#queldoreiNav>li { float:left; position:relative; margin:-2px 3px;}
#queldoreiNav>li>a { position:relative; float:left; padding:0; color:#373230; font-size:14px;  font-weight:700; line-height:36px; letter-spacing:-0.1em; text-transform:uppercase; }
#queldoreiNav>li>a>span{padding:0px 10px; border-top:3px solid transparent;}
#queldoreiNav>li:hover>a>span,
#queldoreiNav>li.over>a>span,
#queldoreiNav>li.active>a>span { background:#fff; }
#queldoreiNav>li:hover,
#queldoreiNav>li.over,
#queldoreiNav>li.active{
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);}
#queldoreiNav>li>a:hover, #queldoreiNav>li.over>a{z-index:1000;}
#queldoreiNav>li>a:hover>span,
#queldoreiNav>li.over>a>span,
#queldoreiNav>li.active>a>span{border-top:3px solid #fe5252;}


/* 2nd Level */
/*#queldoreiNav ul,*/
#queldoreiNav div.sub-wrapper { 
    position:absolute; z-index:999; width:auto; padding:16px 0; margin:39px 0 0; left:-10000px; border:none; background:#fff;
    box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
#queldoreiNav div.sub-wrapper ul { position:static; width:auto; border:none; }
#queldoreiNav>li>div.sub-wrapper>ul>li { float:none; display:table-cell; border:none; width:210px; padding:0 16px; border-right:1px solid #ededed;}
#queldoreiNav>li>div.sub-wrapper>ul>li:last-child { border:none;}

/* 3rd+ leven */
#queldoreiNav div.sub-wrapper ul div.sub-wrapper { top:-5px; margin:0 0 0 101px; padding:0; width:auto; border:none;}
#queldoreiNav ul div.sub-wrapper ul{ padding:16px; width:auto; }
#queldoreiNav ul li { float:none; border:none; width:210px; line-height:28px; position:relative; }

#queldoreiNav ul li a {float:none; padding:0 10px; font-family:Arial, serif; font-size:12px; font-weight:normal; color:#322c29 !important; background:transparent none; }
#queldoreiNav ul li.active > a {background:#322c29 !important; color:#fff !important; }
#queldoreiNav ul li.over > a, #queldoreiNav ul li a:hover {background:#f5f4f4; }

/* Show menu */
#queldoreiNav li ul.shown-sub,
#queldoreiNav li div.shown-sub { left:0px; z-index:999; }
#queldoreiNav li .shown-sub ul.shown-sub,
#queldoreiNav li .shown-sub li div.shown-sub { left:15px; }

#queldoreiNav li.custom-block div.sub-wrapper { padding:16px;}
#queldoreiNav li.custom-block div.sub-wrapper strong {color:#373230;  font-weight:700;}
#queldoreiNav li.custom-block div.sub-wrapper a { color:#373230; float:none; font-weight:300; padding:0px; text-decoration:underline; border:none !important; background:transparent none !important;}
#queldoreiNav li.custom-block div.sub-wrapper a:hover,
#queldoreiNav li.custom-block div.sub-wrapper>ul>li a:hover,
#queldoreiNav li.custom-block div.sub-wrapper ul li.over > a{ color:#373230 !important; text-decoration:none; background:transparent none !important;}

#queldoreiNav li.custom-block div.sub-wrapper>ul>li, #queldoreiNav li.custom-block div.sub-wrapper ul li { width:auto; float:none; background-repeat: no-repeat; background-position: left 0 bottom 8px !important; background-color: transparent !important; /*background:transparent url("https://ediciones.uc.cl/skin/frontend/shopper/default/images/arrow_item.gif") no-repeat 10px 8px !important;*/ line-height: 22px; padding: 0 10px 0 20px;}


/* Custom styles for Navigation Blocks */
#queldoreiNav li.custom-block div.sub-wrapper { box-sizing: border-box;}
table.mobile-custom-block td { width: 33.3333%; padding: 0 5px; text-align: center;}
table.mobile-custom-block img { max-width: 100%; height: auto;}
table.mobile-custom-block ~ a {text-align: center;}


#nav { width:750px; margin:9px 0 15px 46px; padding:0; position:relative; border:none; float:left; }
.search-field #nav {width:590px}


/* All Levels */
#nav li { text-align:left; position: static; }
#nav li.over { z-index:998; }

#nav li a { display:block; text-decoration:none; font-weight:300; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav>li { float:left; position:relative; margin:-3px 3px; }
#nav>li>a { position:relative; float:left; padding:0; color:#373230; font-size:14px;  font-weight:700; line-height:36px; letter-spacing:-0.1em; text-transform:uppercase;}
#nav>li>a>span{padding:0px 10px; border-top:3px solid transparent; background-color:transparent;}
#nav>li:hover,
#nav>li.over,
#nav>li.active{ box-shadow:0 0 10px 0 rgba(0,0,0,.15);}

#nav>li>a:hover, #nav>li.over>a{z-index:1000;}
#nav>li>a:hover>span,
#nav>li.over>a>span,
#nav>li.active>a>span{border-top:3px solid #fe5252; background-color:#fff;}
#nav>li.custom-block>a, #nav>li.custom-block>a>span {cursor:default;}

/* 2nd Level */
#nav ul { position:absolute; z-index:999; width:auto; padding:16px; margin:39px 0 0; left:-10000px; border:none; background:#fff;
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);}

/* 3rd+ leven */
#nav ul ul { top:-5px; margin:0 0 0 101px; padding:0; width:auto; border:none;
    
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);}
#nav ul ul{ padding:16px; width:auto; }
#nav ul li { float:none; border:none; width:210px; line-height:28px; position:relative; }

#nav ul li a {float:none; padding:0 10px; font-family:Arial, serif; font-size:12px; font-weight:normal; color:#322c29 !important; background:transparent none; }
#nav ul li.active > a {background:#322c29 !important; color:#fff !important; }
#nav ul li.over > a, #nav ul li a:hover {background:#f5f4f4; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0px; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:15px; }

#nav li.custom-block>ul>li { width:350px; line-height:150%; }
#nav li.custom-block ul li strong {color:#888888;  font-weight:700;}
#nav li.custom-block ul li a { display:inline; color:#888888; float:none; font-weight:300; padding:0px; text-decoration:underline; border:none !important; background:transparent none !important;}
#nav li.custom-block ul li a:hover,
#nav li.custom-block ul li.over > a{ color:#888888 !important; text-decoration:none; background:transparent none !important;}
#nav li.custom-block ul li>ul { position:static; width:auto; border:none; background:#fff; top:0; margin:0; padding:0; box-shadow:none;}
#nav li.custom-block ul li>ul>li { width:auto; float:none; background-color: transparent !important;background-repeat: no-repeat; background-position: left 0 bottom 8px !important; line-height: 22px; padding: 0 10px 0 20px;}

/********** Navigation > */
/* ======================================================================================= */

/*  Below logo
-------------------------------------------------- */
.below-logo .nav-container {display:block; margin-left: -13px;}
.below-logo #queldoreiNav, .below-logo #nav {width:auto; margin:0 0 14px 5px}
@media only screen and (min-width: 980px){
    .below-logo header a.logo {margin: 18px 0;}
    .below-logo .top-dropdowns {margin-top: -32px;}
}


/* 
-------------------------------------------------- */
a.product-image {display:block;position:relative;}

.new-label, .sale-label {position: absolute; z-index:10000; width:91px; height:91px; background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/labels.png) 0 0 no-repeat; }
.sale-top-left {top:-13px; left:-13px; background-position:-182px 0;}
.sale-top-right {top:-13px; right:-13px; background-position:-273px 0;}
.sale-bottom-left {bottom:-13px; left:-13px; background-position:-182px -91px;}
.sale-bottom-right {bottom:-13px; right:-13px; background-position:-273px -91px;}
.new-top-left {top:-13px; left:-13px; background-position:0 0;}
.new-top-right {top:-13px; right:-13px; background-position:-91px 0;}
.new-bottom-left {bottom:-13px; left:-13px; background-position:0 -91px;}
.new-bottom-right {bottom:-13px; right:-13px; background-position:-91px -91px;}
.product-img-box .sale-top-left {top:-4px; left:-4px; }
.product-img-box .sale-top-right {top: 0;right:-4px;}
.product-img-box .new-top-left {top:-4px; left:-4px; }
.product-img-box .new-top-right {top:-4px; right:-4px; }


/* Price box styles
-------------------------------------------------- */
.price-box a {white-space:nowrap;}
.price-box a:hover {text-decoration:none;}
.price-box .price{ color:#fe5252; font-size:16px; }
.product-view .product-shop .price-box .price { font-size: 40px; line-height: 40px; }
.product-view .product-shop .price-box .price-label { display: block; }
.price-box .old-price .price{color:#C3C3C3; font-weight:400; /*font-size:11px;*/ }

.price-box                 { display: table;}
.price-box p.special-price { float: left; margin:0!important; line-height: 18px!important;}
.price-box p.old-price     { /*float: left;*/ padding-right: 3px; margin:0!important; line-height: 18px!important;}

.price-box .price-from, .price-box .price-to { float: left;}
.price-box p.price-from:after { content: '-'; padding: 0 3px 0 2px; margin: -1px 0 0; display: inline-block; vertical-align: top;}
.product-view .price-box p.price-from:after, .hover .price-box p.price-from:after {content: '';}
.price-box:after           { clear: both; content: ''; display: table;}

.hover .price-box p,
.product-view .product-shop .price-box .price-to,
.product-view .product-shop .price-box .price-from          { float: none;}

.in-stock {color:green}
.out-of-stock {color:red}

.rating-box, .rating-box .rating { height:10px; background-image:url("https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/rating.png");}
.rating-box {width:60px; margin:2px 12px 0 0;}
.rating-links .separator {margin: 0 2px; font-weight: 300; font-size: 12px; color:#d9d9d9;}

.breadcrumbs {border:none; padding:0 15px; margin:0; position: relative; z-index: 1;}
.breadcrumbs a{color:rgba(27,26,25,0.77);}
.breadcrumbs strong{color:rgba(128,128,128,0.77); font-weight:300;}
.breadcrumbs span { background-repeat: no-repeat; background-position: -94px -195px;padding: 0 9px; }
.breadcrumbs ul{margin: 0; padding: 17px 15px 16px;}

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

body ul.messages, body .messages ul { list-style:none; margin:0; padding:0;}
body ul.messages { width:100%; margin:0 0 15px!important;}
body ul.messages li li { padding: 0 !important; margin:0 !important; line-height: inherit !important; background: none !important;font-style: normal;text-align: left !important;}

body ul.messages li.error-msg, body ul.messages li.success-msg, body ul.messages li.note-msg, body ul.messages li.notice-msg {
	padding: 				33px 19px 35px 71px !important;
	border-radius: 			2px !important;
	background-position: 	27px 31px !important;
	background-repeat: 		no-repeat !important;
	background-color: 		#fff !important;
	box-shadow: 			0px 0px 5px 0px rgba(0, 0, 0, 0.09) !important;
	color: 					#888 !important;
	font-size: 				15px !important;
	line-height: 			1.4 !important;
	position: relative!important;
}
body ul.messages > li:before {content: ''; position: absolute;width: 26px; height: 26px; display: block; left: 27px; top: 31px;}

.error-msg:before       { background-position: -50px -150px;}
.success-msg:before     { background-position: 0 -150px;}
.note-msg:before        { background-position: -100px -150px;}
.notice-msg:before      { background-position: -150px -150px;}

.ajax_loading {position:absolute;margin-top:21px; display:none; }
.products-list .product-shop .ajax_loading {left:-23px; margin:10px 0 0; }
.product-shop .ajax_loading { margin: -69px 0 0 320px; }


.quick-view { display:none; position:absolute; z-index:2; top:14%; left:30%; background:#fe5252 url('https://ediciones.uc.cl/skin/frontend/shopper/default/images/gradient/btn_overlay.png') 0 0 repeat-x; height:42px; border-radius:3px; line-height:42px; padding:0 16px; font-size:14px; font-weight:300; color:#fff; text-align:center; white-space:nowrap;}
.quick-view a{  color:#fff; }

.quick-view:hover { color:#fff; text-decoration:none;}

div.alert a{ font-size:12px; color:#8db201; padding-left:5px;}
div.alert a:hover{ color:#fff;}
div.alert {position:fixed; background:#353535; top:0; left:50%; width:333px; margin-left:-220px; padding:20px 60px; color:#FFF; z-index:10030; font-size:12px; font-weight:bold; color:#ececec; border-radius:0 0 3px 3px; text-align:center;}
div.alert button{background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/remove-popup.png) 0 0 no-repeat; width:9px; height:9px; position:absolute; right:20px; top:45%; border:none; z-index:9999;}
div.alert button:hover{ cursor:pointer; background-position:0 -9px;}

/*********** < BANNERS */
.row .row.homepage-banners { margin-top:-43px; margin-bottom: 68px;}
body.cms-shopper-home .main-container {overflow: inherit;}

.homepage-banners a { position:relative; overflow:hidden; display:block; padding:11px; background:#fff; border-radius:2px; box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);}
.homepage-banners a:hover { padding: 16px; margin: -5px;	box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.15);}
.homepage-banners a, .homepage-banners a:hover { transition: all 300ms ease-in-out;}
.pright {right:0;transition: all 300ms ease-in-out;}
.homepage-banners a:hover .content.pright {right:5px;transition: all 300ms ease-in-out;}
.homepage-banners a img { position:relative; z-index:1; max-width:100%; height:auto;}

.homepage-banners a .content { position:absolute; z-index:2; margin:38px; color:#4e4d4b; text-align:center;}
.homepage-banners a .content strong {  font-size:32px; font-weight:300; text-transform:uppercase; line-height:24px; color:#302f2e; }
.homepage-banners a .content .border { margin:15px 10px; height:1px; background:#d7d4d0; }
.homepage-banners a .content p { margin:0;}
.homepage-banners a .content button { margin:15px 0 0;}
.homepage-banners a.text-right .content { right:11px; }
.homepage-banners a.text-center .content { right:11px; left:11px}

.category-products { margin:0 0 50px;}
.category-products h2 {margin:0 0 30px 0px; letter-spacing: -1.2px; line-height: 21px;}

/*********** < BRANDS */
	.brands a img {opacity: .49;}
	.brands a:hover img {opacity: 1;}
	.brands img { transition: opacity 200ms ease-in-out;}


/*********** < SLIDER */
.slider-container { position: relative; z-index: 2; margin:42px 0 -50px 0px; padding:42px 0 0; }
.slider-container:before {
	content: ''; position: absolute; top: 0px; left: -100%; right: -100%;
	display: block;	height: 100%;
	border-top:1px solid #e1e1e1; background:#ededed;
	z-index: -1;
}
.main-container > .slider-container {margin:0;}
.slider-container h3, .col-main .widget h3, .paypal-express-review  h2.legend {  font-size:24px; font-weight:400; padding:0 0 26px; margin:0 0 0 0px; text-transform:uppercase; letter-spacing:-1.2px; line-height:21px;}
.slider-container .block-subtitle{ margin:-15px 15px 15px; text-align:left; }
.slider-container .block-subtitle a{text-decoration:underline;}
.slider-container .block-subtitle a:hover{text-decoration:none;}
.slider-container .jcarousel-list li {}
.slider-container .jcarousel-list h3{ font-size:24px;  font-weight:300; color:#000; color:rgba(0,0,0,0.67); letter-spacing:-1px; margin:27px 0 26px 2px; text-align:center; }
.slider-container .jcarousel-list .button-container {float:right;}
.slider-container .jcarousel-list .button-container button.button span {width:35px; height:35px; border-radius:100%; text-indent:-9999px;}
.slider-container .jcarousel-list .button-container button.button span span {padding:0; background-position: -241px -89px; }
.slider-container .jcarousel-list .product-image {display: block; margin:0 0 12px; }
.slider-container .jcarousel-list .product-image img {position:relative; z-index:0; }
.slider-container .jcarousel-list .product-name a {color:#3c3c3c; font-size:16px; font-weight:300; display:block; margin:4px; line-height:120%; }
.slider-container .jcarousel-list .product-name:hover {color:#000; text-decoration:none;}
.slider-container .jcarousel-list .related-checkbox {margin:0 4px; line-height:12px; float:left; display: block;}

.slider-container .jcarousel-list .price-box { margin:0px 0 0 4px; line-height:12px; letter-spacing:-1.2px }
.slider-container .price-box                { display: table;}
.slider-container .price-box p              { padding: 0;}
.slider-container .price-box p.old-price    { padding-right: 3px;}
.slider-container .price-box:after          { clear: both; content: ''; display: table;}


.footer-container .product-slider-container {background: #fafafa; width:100%;}
.footer-container .jcarousel-skin-tango .jcarousel-clip-horizontal, .footer-container .jcarousel-skin-tango .jcarousel-container-horizontal {width:auto}

.product-slider-container .title-container { position:relative; margin:0 0 -27px; padding-right: 83px;}
.product-slider-container h2 { margin:0 0 0 0px; padding:0 0 26px;  font-size:24px; font-weight:400; text-transform:uppercase; letter-spacing:-1.2px; line-height:21px;}
.product-slider-container .jcarousel-skin-tango .jcarousel-clip {margin: 0 -15px;}

.product-slider-container .jcarousel-skin-tango .jcarousel-clip ul.jcarousel-list {padding:28px 0 50px !important;}

.product-slider-container .jcarousel-skin-tango ul.products-grid li.item { width: 300px;}

.product-slider-container .jcarousel-skin-tango .jcarousel-clip ul li.item div.hover { box-shadow:0px 0px 25px 6px rgba(0, 0, 0, 0.09);}

.home-main .product-slider-container h2 {margin-left: 0;}

.product-slider-container .title-container + ul.products-grid {padding-top: 28px;}
.product-slider-container+script+script+.widget {margin-top: 50px;}
.col-main .widget {padding-top: 50px;}

/* Category Page ========================================================================= */

/* Pager */
.pager {  padding:16px 0 0; margin:0 0 16px; line-height:22px; text-align:center; border-top:1px solid; border-top-color:#e3e3e3; border-top-color:rgba(227,227,227,0.61); }
.pager .amount { float:left; color:#262525; color:rgba(38,37,37,0.5);}
.pager .amount strong{ font-weight: 400; }
.pager .pages { float:right; margin:0; }
.pager .pages ol { display:inline; margin:0; padding:0; }
.pager .pages li { display:inline-block; width:22px; height:22px; margin:0; text-align:center; }
.pager .pages li a {display:block; float:left; width:22px; height:22px; text-decoration:none; line-height:25px; color:#262525; color:rgba(38,37,37,0.75);}
.pager .pages li a:hover { color:#fe5252; }
.pager .pages li a.next, .pager .pages li a.previous { border:1px solid #e1e1e1; background:url('https://ediciones.uc.cl/skin/frontend/shopper/default/images/gradient/pager_bg.png') 0 0 repeat-x; }
.pager .pages li a.next:hover, .pager .pages li a.previous:hover { box-shadow:inset 2px 2px 6px 0px rgba(0, 0, 0, 0.05);}
.pager .pages strong {display:none}
.pager .pages .current { vertical-align:top; color:#fe5252; line-height:25px; }

/* Sorter */
.sorter {padding:0px;margin: -10px 0 5px;line-height: 27px;text-align:left;color:#808080;}
.sorter .limiter, .sorter .sort-by, .sorter .sort-order, .sorter .view-mode { float:left; height:27px; border:1px solid #e1e1e1;  box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.05); background:url('https://ediciones.uc.cl/skin/frontend/shopper/default/images/gradient/sorter_bg.png') 0 0 repeat-x }
.sorter .sort-by { margin:10px 1px 0 0}
.sorter .sort-by label{margin: 0 8px 0 8px;}

.sorter .limiter label{ margin:0 7px; }

.sorter .sort-order { margin:10px 10px 0 0;}
.sorter .sort-order a {display:block; width: 27px;height: 27px;}
.sorter .sort-order a img {display: none;}
.sorter .sort-order a.i_asc_arrow  { background-position: -239px -191px;}
.sorter .sort-order a.i_desc_arrow { background-position: -189px -191px;}

.sorter .view-mode { margin:10px 10px 0 0;}
.sorter .view-mode label { display:block; float:left; margin:0 7px;  }
.sorter .view-mode a, .sorter .view-mode strong { position: relative; display:block; float:left; overflow:hidden; width:27px; height:27px; margin:0; text-indent:-999px; }

.sorter .view-mode a:before, .sorter .view-mode strong:before {
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  display: block;
}

.sorter .view-mode .grid {  border-left:1px solid #e1e1e1; border-right:1px solid #e1e1e1; }
.sorter .view-mode .list {  }

.sorter .view-mode .grid:before { background:transparent url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/i_grid_mode.png) 0% 0% no-repeat;}
.sorter .view-mode .list:before { background:transparent url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/i_list_mode.png) 0% 0% no-repeat;}

.sorter .view-mode a:hover:before, .sorter .view-mode strong:before { opacity: .35;}
.sorter .view-mode a:hover, .sorter .view-mode strong.grid, .sorter .view-mode strong.list, .sorter .sort-order a:hover { box-shadow:inset 2px 2px 6px 0px rgba(0, 0, 0, 0.10);}

/* Toolbar */

.toolbar img.v-middle{ vertical-align: top;}
.toolbar select {height:27px; padding:0; margin:0; line-height:27px; border:none; box-shadow:none; color:#434343; }
.toolbar .sort-by select {width:auto; }

.toolbar-bottom .sorter{display:none;}

.toolbar-switch {margin-top:10px; }
.toolbar-switch .toolbar-dropdown { display:none; }
.toolbar-switch select { display:none; }
.toolbar-switch .current { color:#434343; }
.toolbar-switch .toolbar-title {position:relative;z-index:8;padding: 0 35px 0 9px;background-color:transparent;border: none !important;}
.toolbar-switch .toolbar-title:before {content: '';position: absolute;right: 0;top: 6px;width: 29px;height: 14px; background-position: 0 -200px;}


.over .toolbar-title {background-color:#fff; height:30px; margin:0 -1px; border-left:1px solid #e1e1e1; border-right:1px solid #e1e1e1; }

.toolbar-dropdown {background:#fff; padding:11px 22px; display:none; position:absolute; z-index:7; margin:-1px; border:1px solid #e1e1e1; box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.05);}
.toolbar-dropdown ul{}
.toolbar-dropdown ul li{padding:0 0 0 12px; background-repeat: no-repeat; background-position: left 0 bottom 8px;}
.toolbar-dropdown ul li a{ display:block; line-height:20px; margin:0; padding:0; color:#8c8c8c; }
.toolbar-dropdown ul li a:hover, .toolbar-dropdown ul li.selected a { text-decoration:none; color:#fe5252;}

.category-title { display: none; }
.category-image { width:100%; overflow:hidden; margin:0 0 30px; text-align:center; }
.category-image img {max-width:100%;}
.category-description { border:1px solid; border-color:#e3e3e3; border-color:rgba(227,227,227,0.61); margin:0 0 20px 0; padding:20px; line-height:18px; text-align:center; color:#808080; }
.category-description h1 {display:block; margin:0; font-size:24px;  font-style:normal; color:#000; color:rgba(0,0,0,0.67); text-transform:uppercase;}
.category-description p {margin:22px 0 0;}
.category-description strong {color:#000; color:rgba(0,0,0,0.67);  font-style:normal; }
.category-description img{ max-width:100%; height:auto;}

/* View Type: Grid */
.products-grid { border:none; position:relative; margin:0 -15px; }

.products-grid.last { border-bottom:0;}
.products-grid li.item {
	position: relative;
	float: left;
	padding: 0 15px; margin: 0 0 30px;
	box-sizing: border-box;
}
.products-grid li.item .regular {
	position: relative;
	background:#fff; border:9px solid #fff;	border-radius: 3px;	 box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

/*	Prodcut grid and item */

	/*one column layouts*/
	
		/*one_column_4*/
		.one_column_4 .col1-layout .category-products .products-grid li.item:nth-child(4n+1), .one_column_4 .col1-layout .widget-products .products-grid li.item:nth-child(4n+1) { clear: both;}
		.one_column_4 .col1-layout .category-products .products-grid li.item, .one_column_4 .col1-layout .widget-products .products-grid li.item {width: 25%;}
		
		/*one_column_5*/
		.one_column_5 .col1-layout .category-products .products-grid li.item:nth-child(5n+1), .one_column_5 .col1-layout .widget-products .products-grid li.item:nth-child(5n+1) { clear: both;}
		.one_column_5 .col1-layout .category-products .products-grid li.item, .one_column_5 .col1-layout .widget-products .products-grid li.item {width: 20%;}
		
		/*one_column_6*/
		.one_column_6 .col1-layout .category-products .products-grid li.item:nth-child(6n+1), .one_column_6 .col1-layout .widget-products .products-grid li.item:nth-child(6n+1) { clear: both;}
		.one_column_6 .col1-layout .category-products .products-grid li.item, .one_column_6 .col1-layout .widget-products .products-grid li.item {width: 16.66%;}

		
	/*two columns layouts*/	
	
		/*two_columns_3*/
		.two_columns_3 .col2-left-layout .category-products .products-grid li.item:nth-child(3n+1),
		.two_columns_3 .col2-right-layout .category-products .products-grid li.item:nth-child(3n+1),
		.two_columns_3 .col2-left-layout .widget-products .products-grid li.item:nth-child(3n+1),
		.two_columns_3 .col2-right-layout .widget-products .products-grid li.item:nth-child(3n+1){ clear: both;}		
		.two_columns_3 .col2-left-layout .category-products .products-grid li.item,
		.two_columns_3 .col2-right-layout .category-products .products-grid li.item,
		.two_columns_3 .col2-left-layout .widget-products .products-grid li.item,
		.two_columns_3 .col2-right-layout .widget-products .products-grid li.item { width: 33.33%;}
		
		/*two_columns_4*/
		.two_columns_4 .col2-left-layout .category-products .products-grid li.item:nth-child(4n+1),
		.two_columns_4 .col2-right-layout .category-products .products-grid li.item:nth-child(4n+1),
		.two_columns_4 .col2-left-layout .widget-products .products-grid li.item:nth-child(4n+1),
		.two_columns_4 .col2-right-layout .widget-products .products-grid li.item:nth-child(4n+1){ clear: both;}		
		.two_columns_4 .col2-left-layout .category-products .products-grid li.item,
		.two_columns_4 .col2-right-layout .category-products .products-grid li.item,
		.two_columns_4 .col2-left-layout .widget-products .products-grid li.item,
		.two_columns_4 .col2-right-layout .widget-products .products-grid li.item{ width: 25%;}
		
		
		/*two_columns_5*/
		.two_columns_5 .col2-left-layout .category-products .products-grid li.item:nth-child(5n+1),
		.two_columns_5 .col2-right-layout .category-products .products-grid li.item:nth-child(5n+1),
		.two_columns_5 .col2-left-layout .widget-products .products-grid li.item:nth-child(5n+1),
		.two_columns_5 .col2-right-layout .widget-products .products-grid li.item:nth-child(5n+1){ clear: both;}		
		.two_columns_5 .col2-left-layout .category-products .products-grid li.item,
		.two_columns_5 .col2-right-layout .category-products .products-grid li.item,
		.two_columns_5 .col2-left-layout .widget-products .products-grid li.item,
		.two_columns_5 .col2-right-layout .widget-products .products-grid li.item { width: 20%;}
		
	/*three columns layouts*/
	
		/*three_columns_2*/
		.three_columns_2 .col3-layout .category-products .products-grid li.item:nth-child(2n+1), .three_columns_2 .col3-layout .widget-products .products-grid li.item:nth-child(2n+1) { clear: both;}
		.three_columns_2 .col3-layout .category-products .products-grid li.item , 	.three_columns_2 .col3-layout .widget-products .products-grid li.item{width: 50%;}
		
		/*three_columns_3*/
		.three_columns_3 .col3-layout .category-products .products-grid li.item:nth-child(3n+1), .three_columns_3 .col3-layout .widget-products .products-grid li.item:nth-child(3n+1) { clear: both;}
		.three_columns_3 .col3-layout .category-products .products-grid li.item, .three_columns_3 .col3-layout .widget-products .products-grid li.item {width: 33.33%;}

  .cms-shopper-home-slideshow .col1-layout .category-products .products-grid li.item:nth-child(4n+1),
  .cms-shopper-home-2col .col1-layout .category-products .products-grid li.item:nth-child(4n+1),
  .cms-shopper-home-2col-left .col1-layout .category-products .products-grid li.item:nth-child(4n+1) { clear: inherit;}
  .cms-shopper-home-slideshow .col1-layout .category-products .products-grid li.item:nth-child(3n+1),
	.cms-shopper-home-2col .col1-layout .category-products .products-grid li.item:nth-child(3n+1),
  .cms-shopper-home-2col-left .col1-layout .category-products .products-grid li.item:nth-child(3n+1) { clear: both;}
  .cms-shopper-home-slideshow .col1-layout .category-products .products-grid li.item,
	.cms-shopper-home-2col .col1-layout .category-products .products-grid li.item,
  .cms-shopper-home-2col-left .col1-layout .category-products .products-grid li.item {width: 33.33%;}


ul li h2.product-name,
.product-view ul li h2.product-name { letter-spacing: 0; margin: 0!important; padding: 0; word-wrap: break-word; text-transform:none; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;}

.products-grid li.item a:hover {text-decoration:none; }
.products-grid h3{ font-size:24px;  font-weight:300; color:#000; color:rgba(0,0,0,0.67); letter-spacing:-1px; margin:27px 0 26px 2px; text-align:center; }
.products-grid .button-container {float:right; margin-left:5px; }
.products-grid .button-container button.button span {width:35px; height:35px; border-radius:100%; text-indent:-9999px;}
.products-grid .button-container button.button span span {padding:0; background-position: -241px -89px; }
.products-grid .product-image {display: block; margin:0 0 12px; position:relative; z-index:1; }
.products-grid .product-image img {position:relative; z-index:0; max-width:100%; height:auto;  }

.products-grid .product-name { }
.products-grid .product-name a 		 { color:#3c3c3c; font-size:16px; display:block; margin:4px; line-height:120%;}
.products-grid .product-name a:hover { color:#000; text-decoration:none;}
.products-grid .price-box                { display: inline-block; margin:0px 0 5px 4px; line-height:14px;}

.product-name a { word-wrap: break-word;}

/** gird hover mode **/
.products-grid .hover { display:none; position:absolute; z-index:2; top:0px; left:15px; right: 15px; background:#fff; border:9px solid #fff; border-radius:3px; box-shadow:0px 0px 46px 12px rgba(0, 0, 0, 0.09);}
.products-grid .hover .price-box{position:absolute; z-index:2; right:11px; min-width:66px; margin:0; padding:0; background:#fe5252; line-height:18px; text-align:center; border-radius:100%; }
.products-grid .hover .price-box .price-label, .products-grid .hover .price-box .label{display:none;}
.products-grid .hover .price-box sup{color:#fff; color:rgba(255,255,255,0.5); font-size:18px; font-style:normal; top:-0.3em; }
.products-grid .hover .price-box .price{ color:#fff; font-size:24px; }
.products-grid .hover .price-box .old-price .price{color:#fff; color:rgba(255,255,255,0.5); font-size:18px; }
.products-grid .hover .price-box .old-price sup{top:0;}
.products-grid .hover .product-name {text-align:center;}
.mini-products-list .product-details, .cart-top-container .details .text-recently, .compare-top-container .details li.item {text-align:left;}
.products-grid .hover .ratings {width:55px; padding:3px 3px 0 0; margin:0 auto; }
.products-grid .hover .rating-links {display:none;}
.products-grid .hover .button-container {float:none; border-top:1px solid #f3f3f3; margin-top:12px; padding-top:13px; text-align:center;}
.products-grid .hover .button-container button.button span {width:auto; height:19px; line-height:19px; background:transparent none !important; border-radius:0;  text-indent:0;}
.products-grid .hover .button-container button.button span span {padding:0; font-size:12px; color:#4d4d4d; text-transform:none; }
.products-grid .hover .button-container button.button span span em {display:inline-block; float:left; margin:-2px 13px 0 0; width:24px; height:19px;  background-color:#fe5252; background-position: -200px -100px;}
.products-grid .add-to-links {
	box-sizing: border-box;
	min-height: 40px; margin:9px -9px -9px; padding: 12px 5px 10px;
    background:#fcfcfc; box-shadow:inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15); text-align:center;
}
.products-grid .add-to-links li 	 { display:inline; margin:0 5px 0 0;}
.products-grid .add-to-links li span { display:inline-block; color:#fe5252; margin-right:5px;}
.products-grid .add-to-links a 		 { font-weight:300; white-space: nowrap;}
.products-grid .add-to-links a:hover { text-decoration:none;}
.products-grid .availability 		 { line-height:39px;}



.two_columns_4 .add-to-links { height:auto; padding:10px 0;}
.two_columns_4 .add-to-links li { display:block; margin:0; line-height:140%; }
.two_columns_4 .add-to-links li { display:block; margin:0; }
.two_columns_4 .hover .price-box {display:none}
.two_columns_4 .quick-view { top:18%; left:26%; height:32px; line-height:32px; font-size:12px; }
.two_columns_4 .product-name a {font-size:14px}
.two_columns_4 .hover .button-container button.button span span em {margin:0 5px 0 0;}

/* two_columns 5 products per row */
.col2-left-layout .two_columns_5 { margin:0 -10px}


.two_columns_5 .add-to-links { height:auto; padding:10px 0;}
.two_columns_5 .add-to-links li { display:block; margin:0; line-height:140%; }
.two_columns_5 .add-to-links li { display:block; margin:0; }
.two_columns_5 .hover .price-box {display:none}
.two_columns_5 .quick-view { top:15%; left:20%; height:32px; line-height:32px; font-size:12px; }
.two_columns_5 .product-name a{font-size:14px}
.two_columns_5 .hover .button-container button.button span span em {margin:0 5px 0 0;}



.one_column_5 .add-to-links {  height:auto; padding:10px 0;}
.one_column_5 .add-to-links li { display:block; margin:0; line-height:140%; }
.one_column_5 .add-to-links li { display:block; margin:0; }
.one_column_5 .hover .price-box {display:none}
.one_column_5 .quick-view { top:18%; left:26%; height:32px; line-height:32px; font-size:12px; }
.one_column_5 .product-name a {font-size:14px}
.one_column_5 .hover .button-container button.button span span em {margin:0 5px 0 0;}



.one_column_6 .add-to-links {  height:auto; padding:10px 0;}

.one_column_6 .add-to-links li { display:block; margin:0; line-height:140%; }
.one_column_6 .add-to-links li { display:block; margin:0; }
.one_column_6 .hover .price-box {display:none}
.one_column_6 .quick-view { top:18%; left:21%; height:32px; line-height:32px; font-size:12px; }
.one_column_6 .product-name a {font-size:14px}
.one_column_6 .hover .button-container button.button span span em {margin:0 5px 0 0;}



.three_columns_3 .add-to-links {  height:auto; padding:10px 0;}
.three_columns_3 .add-to-links li { display:block; margin:0; line-height:140%; }
.three_columns_3 .add-to-links li { display:block; margin:0; }
.three_columns_3 .hover .price-box {display:none}
.three_columns_3 .quick-view { top:18%; left:21%; height:32px; line-height:32px; font-size:12px; }
.three_columns_3 .product-name a {font-size:14px}
.three_columns_3 .hover .button-container button.button span span em {margin:0 5px 0 0;}

/* View Type: List */
.products-list { margin:0; padding:0; position:relative; }
.products-list li.item { border:none; padding:0 0 26px; }
.products-list li.item .f-left{ position:relative;}

.products-list .product-image {
	padding:0; margin:0; position:relative; z-index:1; background:#fff; border:9px solid #fff; border-radius:3px;
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.products-list .product-image .back_img { position:absolute; z-index:1; display:none;}
.products-list .product-shop { position:relative; overflow: hidden; padding-left: 30px; }
.products-list .product-name { margin: 9px 0 5px -2px; font-size:16px; padding: 0 0 12px; border-bottom:1px solid; border-bottom-color:#e3e3e3; border-bottom-color:rgba(227,227,227,0.61); }
.products-list .product-name a { color:rgba(0,0,0,0.67); font-size:16px; letter-spacing:0px; font-weight:bold;}
.products-list .product-name a:hover { text-decoration:none; color:#000;}
.products-list .price-container {float:none; margin:0 0 11px; padding:0 0 6px; border-bottom:1px solid; border-bottom-color:#e3e3e3; border-bottom-color:rgba(227,227,227,0.61); }
.products-list .price-box {float:left;}
.products-list .price-box .price {font-size:20px; }
.products-list .price-box p {display:inline-block; float: right; margin:0 5px 0 0; }
.products-list .price-box p.old-price { float: right; margin: 6px 0 0;}
.products-list .price-box p.old-price .price {font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
.products-list .price-box p.special-price { float: left;}
.products-list .price-box p.special-price .price-label {display: none;}
.products-list .quick-view {display: none !important;}
.minimal-price-link {clear: both;}

.products-list .ratings { float:left; width:270px; margin: 7px 0 0 22px; font-size: 12px; padding:0; }
.products-list .ratings, .products-list .ratings a { color:#1b1a19;}
.ratings .rating-box {margin: 1px 7px 0 0;}

.col3-layout .products-list .ratings { float: none; width: auto; clear: both; margin: 0;}

.products-list .desc { line-height: 1.5; margin: 0 0 13px; padding: 0 0 13px 2px; color:#1b1a19; border-bottom:1px solid; border-bottom-color:#e3e3e3; border-bottom-color:rgba(227,227,227,0.61); }
.products-list .desc .link-learn { display:none;}
.products-list .desc a { text-decoration: underline;}
.products-list .desc a:hover { text-decoration: none;}
.products-list .button-container { float:left; margin:0; line-height:35px; }
.products-list .button-container p { line-height:35px;}
.products-list .button-container .btn-add-cart { display:block; vertical-align:top; color:#322c29; font-size:14px;}
.products-list .button-container .btn-add-cart span{ float:left; display:inline-block; border-radius: 100% 100% 100% 100%; text-indent: -9999px; width: 35px; height: 35px; margin:0 15px 0 0px; background-color:#fe5252; background-position: -241px -89px;}
.products-list .button-container .btn-add-cart:hover {color:#000; text-decoration: none; }
.products-list .button-container .btn-add-cart:hover span{background-color:#322c29;}
.products-list .add-to-links {padding:0;}
.products-list .add-to-links li {float:left; margin:0; line-height:35px;}
.products-list .add-to-links li span {display:inline-block; width:1px; height:15px; margin:10px 25px; background:#d5d5d5; }
.products-list .add-to-links a {color:#322c29; font-size:14px; line-height:35px; vertical-align:top;}

.products-list .add-to-links a:hover {color:#000; text-decoration: none; }

/* ======================================================================================= */


/* QTY styles */
.qty-wrap input       { float:left; width:40px;}
.qty-wrap             { width: 58px;float: left;}
.qty-elements         { float: left;}
.qty-elements a       { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/moreless.png); font-size: 0; display: block; width: 16px; height: 14px; margin-left: 2px; border-radius: 3px; box-sizing: border-box; text-decoration: none;}
.qty-elements a:hover { background-color: #322c29;}
a.increment_qty       { background-position: 0 -18px; margin-top: 0; margin-bottom: 1px;}
a.decrement_qty       { background-position: 17px -18px;}




.cart-empty a {font-weight: 800;}
.cart fieldset { margin:0;}
.cart .cart-collaterals { padding:29px 0 30px; text-align:center; }
.cart .cart-collaterals .cart-block { position:relative; background:#fff; border:none; border-top:6px solid #fe5252; padding:20px 13.513%; border-radius:2px; 
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.10);}
.cart .cart-collaterals h2 { font-size:20px; font-weight:400; padding:0 0 44px; margin:0; text-transform:uppercase; letter-spacing:-1.2px; line-height:21px;}
.cart .cart-collaterals h2:after {content:''; float:left; width:90%; height:1px; background:#e8e8e8; margin:23px 0 0 5%;}
.cart .cart-collaterals .buttons-set {margin:0; text-align:center; }
.cart .cart-collaterals .buttons-set button.button{float:none;}
.cart .cart-collaterals .input-box {width:100%; margin:0 0 10px;}
.cart .cart-collaterals .input-box input{width:100%;}
.cart .cart-collaterals .input-box select{width:100%;}

.cart .cart-collaterals .cart-coupon .input-box{margin:17px 0;}

.cart .cart-collaterals .cart-shipping .form-list {margin:17px 0 0;}
.cart .cart-collaterals .cart-shipping .form-list label {float:none;}
.cart .cart-collaterals .cart-total {padding:0;}
.cart .cart-collaterals .cart-total .checkout-types {float:none; position:relative; width:100%; overflow:hidden; margin:0; padding:30px 0 25px; background:#fbfbfb; text-align:center;
   box-shadow:inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);}
.cart .cart-collaterals .cart-total .checkout-types button.button {margin:0 0 10px}
#shopping-cart-totals-table {margin:20px auto 17px; }
#shopping-cart-totals-table strong{ font-size:24px; font-weight:400; text-transform:uppercase; letter-spacing:-1.2px; color:#000; color:rgba(0,0,0,0.75); }
#shopping-cart-totals-table .a-right {text-align:center !important;}
#shopping-cart-totals-table td {padding:0 0 5px; width:60%;}
#shopping-cart-totals-table td.a-right:first-child { padding-left: 6px; padding-right: 6px;}

#shopping-cart-totals-table tr.summary-total td {padding-top: 4px;}
#shopping-cart-totals-table tr.summary-details td {padding-top: 8px;}

#shopping-cart-totals-table tr.summary-total div.summary-collapse {float: right;position: relative; cursor:pointer; padding-left: 21px;}
#shopping-cart-totals-table tr.summary-total div.summary-collapse:before {
    content: ''; display: block; position: absolute; top: 0px; left: 0;
    width: 15px; height: 15px; border-radius: 3px; background: #99D1C8 url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/moreless.png) -1px -18px; 
}
#shopping-cart-totals-table tr.summary-total.show-details div.summary-collapse:before { background-position: 16px -18px;}

#shopping-cart-totals-table tr.summary-total div.summary-collapse:hover:before {background-color: #322c29;}


.cart .cart-collaterals .cart-total-top { float: right;}

.data-table {border-collapse:separate;border-top:6px solid #575757;border-radius:2px;box-shadow:0px 0px 8px rgba(0, 0, 0, 0.15);}
.data-table th { color:#000;}
.data-table td, .data-table td a { color:#000; color:rgba(0,0,0,0.67)}
.data-table td a.product-image, .data-table td a.product-image img{ display:block; margin:0 auto;}
.data-table td a:hover{ color:#000; text-decoration:none; }
.data-table tbody td{ border:1px solid #e9e9e9; border-top:none; border-left:none;}
.data-table tbody tr:last-child td{ border-bottom:none;}
.data-table thead, .data-table tfoot{ background:#fafafa; }
.data-table thead th { box-shadow:inset 0px -4px 6px -4px rgba(0, 0, 0, 0.15);}

.data-table tfoot tr.first td { box-shadow:inset 0px 4px 6px -4px rgba(0, 0, 0, 0.15);}
.data-table tfoot td { border:1px solid #e9e9e9; border-top:none; border-left:none;}
.data-table tfoot tr.last td{ border-bottom:none;}

.data-table .td-name { padding: 26px 18px;} /* // for line heading and product name on table */
.data-table tfoot td button + button {margin-left: 15px;}

.data-table tbody tr, .data-table tr.even, .data-table tr.odd {background-color:#fff;}
.data-table th {padding:26px 26px; font-weight:300; }
.data-table td {padding:18px;}
.data-table td.td-edit, .data-table td.td-price, .data-table td.td-wishlist {padding:26px 18px;}
.data-table td.td-image {border-left:none; }
.data-table td.td-image img {width:115px; height:auto; }
.data-table td.td-delete {border-right:none; }
.data-table .product-name { font-size: 14px; font-weight: bold;}
.data-table .td-title {display:none;}
.data-table .td-actions {display:none;}

.data-table .btn-edit2 {width:38px; height:38px; background-color:#fe5252;  background-position: 12px -38px;}
.data-table .btn-remove2 {width:38px; height:38px; background-color:#fe5252;  background-position: -39px -40px;}
.data-table .btn-continue {float:left;}
.data-table button.button span {font-size: 12px;}

/* #my-orders-table */
body.sales-order-view table#my-orders-table tfoot td {}


/* compare popup table */
#product_comparison {margin:0 0 20px}
#product_comparison th{ background:#fafafa; box-shadow:inset -6px 0 6px -6px rgba(0, 0, 0, 0.15);}
#product_comparison thead, #product_comparison tfoot{ background:#fff; }
#product_comparison thead td{ border:1px solid #e9e9e9; border-top:none; border-left:none;}
#product_comparison thead tr:last-child td{ border-bottom:none;}
#product_comparison .btn-remove { float:right;}
#product_comparison a.product-image { margin:0 0 15px;}
#product_comparison .price-box, #product_comparison .product-name, #product_comparison p, #product_comparison ul.add-to-links li { text-align:center;}
#product_comparison .ratings {text-align:center; }
#product_comparison .ratings .rating-box {float:none; margin:0 auto;}

.item-options {margin-top:10px;}
.item-options dt{float:left; clear:left; font-style: normal; font-weight:300; }
.item-options dt:after{content:' - '; }
.item-options dd { float:left; margin:0 0 3px 3px; padding:0; font-weight: 400; font-style: normal; }

.data-table .item-options dt {color: #000;}
.data-table .item-options dd {margin-left: 0;}
.data-table .item-options dd br {display: none;}

.product-view .item-options {margin-top:10px;}
.product-view .item-options dt{float:none; }
.product-view .item-options dd { float:none; margin:5px 0 0 20px; padding:0; font-weight: 400; font-style: normal; }

/* Shipping and Payment methods */
.sp-methods { margin:0 0 14px; }
.sp-methods dt { margin:0 0 9px; font-weight:bold; }
.sp-methods dd {margin:0;}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.opc .buttons-set .please-wait {
  width: 16px; height: 16px;
  line-height: 16px;
  font-size: 0;
  color: transparent;
  margin: 12px;
}
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:12px; margin-top: 5px; display: inline-block;}


.dedicated-review-box .ratings-list{margin:10px 0;}

#product-review-table {margin:0 0 15px; }

#product-customer-reviews li { margin:1px 0 20px;}
#product-customer-reviews .review-title{font-size:16px;  font-weight:600; letter-spacing: -1px; color:#000; color:rgba(0,0,0,0.67); padding-right:15px;}
#product-customer-reviews p {margin:0 0 0 0;}
#product-customer-reviews .ratings-list{margin:10px 0 10px 0;}
#product-customer-reviews .ratings-list td{line-height: 14px; padding:3px 11px 3px 0; }

.product-tabs-content .std ul.disc { margin: 0; padding-left: 0;}
.product-tabs-content p, .product-tabs-content .std { line-height: 1.5; margin: 0 0 18px;}
.product-tabs-content p.note { margin-bottom: 0;}
.product-tabs-content > *:last-child { margin-bottom: 0;}

.add-review { border-top:1px solid #ededed; padding-top:21px;}
.add-review h3.title { font-size:14px; text-transform: uppercase; padding-right: 15px; margin:0 0 10px; font-weight: 600; letter-spacing: -1px;}

#product_tabs_review_tabbed_contents > .add-review .add-review { border-top: 0; padding-top: 0; }
#product_tabs_review_tabbed_contents > .add-review .add-review > h3.title { display: none; }

#product-review-table th{ padding:12px;}
#product-review-table tbody th, #product-review-table .data-table td { border: 1px solid #e9e9e9; border-top: none; border-left: none;}
#product-review-table tbody tr:last-child th { border-bottom: 0;}
#product-review-table td { padding:12px; text-align: center !important;}

.add-review .form-list { max-width: 60%;}
.add-review .form-list label { color:#565656;}
.add-review .buttons-set { margin:0;}
.add-review .buttons-set button.button { float:left;}

.add-review .form-list .input-box,
.add-review .form-list input.input-text,
.add-review .form-list textarea { width: 100%;}
.add-review input.radio { margin: 0;}

#customer-reviews { margin-top:25px; border-top: 4px solid #fe5252;}
#customer-reviews .customer-reviews-title {padding-bottom: 14px;}
#customer-reviews dt a { font-size:14px; padding-right: 15px;}
#customer-reviews dd { margin:0 0 20px 0px;}

.product-view .product-shop .ratings-table + .ratings { padding-top: 5px;}
.ratings-table th, .ratings-table td {
	line-height: 14px;
	padding: 3px 11px 3px 0;
}
#customer-reviews .ratings-table{margin:10px 0 10px 0px;}

#customer-reviews .form-add h2{font-size:14px;  padding-right: 15px; margin:0 0 20px;}
#customer-reviews .form-add .data-table th{ padding:12px;}
#customer-reviews .form-add .data-table td{ padding:12px; text-align: center;}
#customer-reviews .form-add .form-list label{ color:#565656}
#customer-reviews .form-add .buttons-set button.button{ float:left;}

.top-opc { width:1170px; position: relative; z-index: 1; margin-left: -50px;}
.top-opc:after {content: ''; display: table; clear: both;}
.top-opc li{float:left; width:150px; margin:-4px 0px 33px 50px;}
.top-opc li:last-child { width: 120px; margin-right: 0;}
.top-opc li .number{display:block; float:left; width:54px; height:54px; margin:0 10px 0 0; background:#dbdbdb; line-height:52px;  font-size:25px; font-weight:400; color:#fff; text-align:center; border-radius:100%;}
.top-opc li h2{overflow:hidden; margin:11px 0 0; line-height:18px; font-size:16px; font-weight:400; color:#dbdbdb; word-wrap: break-word;}
.top-opc li.allow {cursor:pointer;}
.top-opc li.allow .number{background:#322c29;}
.top-opc li.allow h2{color:#322c29;}
.top-opc li.allow:hover .number{background:#fe5252;}

.opc {border:0;}
.opc button.button span {font-size:14px;}
.opc .step {padding:23px 21px; margin:0 0 30px; position:relative; background:#fff; border:none; border-top:6px solid #fe5252; border-radius:2px; box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.10);}
.opc .step-title {display:none; padding:0; margin:0; background:transparent; border-bottom:1px solid #e8e8e8; font-size:18px; color:#4c4c4c;  line-height:47px; height:47px;}
.opc .step-title h2 {margin:0; line-height:47px;}
.opc .step-title .number {margin:10px 20px 0 18px; padding:0 18px 0 0; border-right:1px solid #e0e0e0; line-height:25px;}
.opc .active .step-title {background: #f7f7f7; border:1px solid #e8e8e8;}
.opc .active .step-title .number {border-right:1px solid #e8e8e8;}
.opc .step-title:hover {background: #f7f7f7;}
.opc .active .step-title:hover {background: #f7f7f7;}
.opc h3{margin:0 0 15px; font-size:18px; color:#fe5252;  font-weight:300; }
.opc h4 {font-size:16px; font-weight:300; color:#fe5252;}
.opc .buttons-set {margin:0;}
.opc .form-list {margin:0px 0 3px;}
.opc .form-list li{margin:0;}
.opc .form-list .input-box {margin:0 0 12px; width:100%;}
.opc .form-list .input-box:after { content: ''; display: table; clear: both;}
.opc .form-list input.input-text {width:100%;}
.opc .form-list li.wide .input-box {width:100%;}
.opc .form-list li.wide input.input-text {width:100%;}
.opc .sp-methods .form-list input.cvv {width: 45px;}

.opc .td-label {display:none; font-style:italic; width:90px;  }
.opc .product-name {overflow:hidden; }

/* Gift Messages */
.gift-messages h3 {margin-bottom: 10px;}
.gift-messages .control, .gift-messages-form { padding-bottom: 15px;}
.gift-messages-form h4 {margin: 0; padding: 0 0 10px;bottom: 0;}
.gift-messages-form  #allow-gift-messages-for-items-container p {padding: 7px 0;}

#checkout-step-login {padding:0; margin:0; background:none transparent; border:0; box-shadow: none;}
#checkout-step-login button.button span span {min-width: 70px;}

#checkout-step-login {margin: 0 -15px;}
#checkout-step-login .block-checkout-register, #checkout-step-login .block-checkout-login { float: left; width: 50%; padding: 0 15px; box-sizing: border-box;}
#checkout-step-login .block {margin: 0 0 30px;}

#checkout-step-login .block-checkout-login h4{ margin:0px 0 10px;}
#checkout-step-login .block .block-title{/*margin:0; border:none; padding-bottom: 18px;*/}
#checkout-step-login .block .block-content li {margin:0; padding:0; line-height:25px; background:none}
#checkout-step-login .block-checkout-register h4{ margin:22px 0 10px;}
#checkout-step-login .block-checkout-register .form-list {/*margin-top: -8px;*/}
#checkout-step-login .block-checkout-register ul.ul{margin: 0 0 9px;}
#checkout-step-login .block-checkout-register ul.ul li {line-height: 130%;font-weight: 300;position: relative;padding: 0 0 10px 23px !important;}
#checkout-step-login .block-checkout-register ul.ul li:before { 
	content:'';	position: absolute;	top:3px; left:2px;
	width: 8px; height: 8px; border-radius: 100%; background-color:#fe5252;
}
#checkout-step-login .block-checkout-register .buttons-set p.required {display: none;}
#checkout-step-login .block-checkout-login .form-list {margin: 7px 0 3px;}
#checkout-step-login .block-checkout-login .buttons-set button.button {float:left; margin:0 13px 0 0;}
#checkout-step-login .block-checkout-login .buttons-set a {float:left;}
#checkout-step-login input.input-text {width:100%;}
#checkout-step-login label {color:#808080;}


.block-checkout-login .buttons-set p.required { margin:0; padding: 4px 0 3px;}

#checkout-review-table h3 {margin:0; font-size:12px; font-family:Arial,serif; color:#000; color:rgba(0,0,0,0.75);   }

#checkout-step-review .buttons-set { line-height:42px;}
#checkout-step-review .buttons-set button.button {float:right;}

#cart-sidebar-reorder {margin:0 0 30px}

#checkout-progress-wrapper .block-progress { width: auto;}
#checkout-progress-wrapper .block-progress .block-title { padding-bottom: 16px; margin-bottom: 16px;}

.block-progress dt {line-height: 130%;font-weight: 300;position: relative;padding: 0 0 15px 23px;}
.block-progress dt:before { 
	content:''; position: absolute; top:2px; left:2px;
    width: 8px; height: 8px; border-radius: 100%; background-color:#fe5252;
}
.block-progress dt.complete {background:transparent; font-weight:700; }
.block-progress dt a:hover {text-decoration:none;}
.block-progress dt:last-child { border-bottom:none; }
.block-progress dd {margin: -10px 0 15px;padding: 0 0 0 23px;}
.block-progress dd.complete { background: transparent;}

.block {
	position:relative; left: 0; right: 0;
	padding:23px 20px; margin:0 15px 30px;
	background:#fff; border:none; border-top:6px solid #fe5252; border-radius:2px; box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.10);
	box-sizing: border-box;
}
.home-left .block { margin-left: 0; margin-right:15px !important}
/*@media only screen and (min-width: 980px){
   .block { width: 270px;}
}*/

#checkout-step-login .block { width: auto; }
.block .block-title {border:0; padding:0 0 22px; margin:0 0 25px; color:#000; color:rgba(0,0,0,0.75); border-bottom:1px solid #e8e8e8; word-wrap: break-word;}
.block .block-title strong {font-size:23px; font-weight:400;  text-transform:uppercase; letter-spacing:-1.2px; line-height:21px;}
.block .block-title small {font-size:70%}
.block .block-subtitle {margin:0 0 10px; padding: 0 0 25px; border-bottom: 1px solid #f4f4f4; font-size:14px;}
.block .block-content {padding:0; margin:0;}
.block .block-content p {padding:0 0 10px;}
.block .block-content .price-box p {padding: 0;}
.block .block-content .price-box .old-price { padding-right: 3px;}

.block .block-content .actions {margin:0; padding:0; text-align:center; }
.block .block-content .actions a:hover {text-decoration:none;}
.block .block-content .actions .f-right {line-height:35px;}

.block .block-content .actions button.button { display: inline-block;vertical-align: middle;}
.block .block-content .actions button.button span { text-transform: none;}
.block .block-content .actions button.button + a { margin-left: 15px;}

.block .block-content li, .block .block-content li.item {margin:0 0 0 3px; padding:0 0 0 13px; line-height:20px; background-repeat: no-repeat; background-position: left 0 top -338px; }
.block .block-content li:last-child, .block .block-content li.item:last-child {border:0; }
.block .block-content a, .block .block-content li a, .block .block-content li.item a, .tags-list li a {color:#322c29; text-decoration:none;}
.block .block-content a:hover, .block .block-content li a:hover, .block .block-content li.item a:hover {color:#999; text-decoration:none; }
.block li.even, .block li.odd {background-color: transparent;}
.block .btn-remove, .block .btn-edit {float:left;}

.block .block-content .price-box .special-price { margin-right: 5px;}


.cms-index-index .col-main-wrap {padding-bottom: 0;}
.cms-index-index .block {  padding:0; margin-right: 0;}
.cms-index-index .block .block-title {border:0; padding:24px 35px 0px; margin:0; color:#000; color:rgba(0,0,0,0.75); text-align:center;}
.cms-index-index .block .block-title:after {content:''; display: block; width:120px; height:1px; background:#e8e8e8; margin:20px auto 0;}
.cms-index-index .block .block-title strong {font-size:24px; font-weight:400;  text-transform:uppercase; letter-spacing:-1.2px; line-height:21px;}
.cms-index-index .block .block-subtitle {margin:0 0 10px; padding: 0 0 15px; border-bottom: 1px solid #f4f4f4;}
.cms-index-index .block .block-content {padding:25px 20px 25px; margin:0;}
.cms-index-index .block .block-content .actions {margin:0; padding:0; text-align:center; }
.cms-index-index .block .block-content .actions .f-right {line-height:35px;}
.block .block-content li.item {margin:0; padding:0; line-height:20px; background: none;  }
.cms-index-index .block .block-content li:last-child, .cms-index-index .block .block-content li.item:last-child {border:0; }
.cms-index-index .block .block-content li a:hover, .cms-index-index .block .block-content li.item a:hover {color:#999; }
.cms-index-index .block li.even, .cms-index-index .block li.odd {background-color: transparent;}
.cms-index-index .block .btn-remove, .cms-index-index .block .btn-edit {float:left;}

.block-tags .block-content ul.tags-list {margin: -5px 0 0 -5px;}
.block-tags .block-content ul.tags-list:after {content: ''; clear: both; display: table;}
.tags-list li a, .block-tags .block-content li { background:none; padding:0; margin:0; float: left;}
.tags-list li a, .block-tags .block-content li a {
	display: block; padding: 4px 10px 3px; margin: 5px 0 0 5px;  min-height: 29px;
	font-size: 12px !important;
  line-height: 20px;
	color: #757575; border: 1px solid rgb(226, 226, 226);
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
	border-radius: 2px; box-sizing: border-box;
}
.tags-list li a:hover, .block-tags .block-content li a:hover {color: #fff; background-color: #fe5252; border-color: #fe5252;}

.block-tags .block-content .actions { height:40px; line-height:40px; margin:16px -21px -22px; background:#fcfcfc; text-align:center;
    box-shadow:inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);}
.block-tags .block-content .actions a { float:none;}

.block-poll .question {float:left; margin:0 10px 0 0; font-size:18px; font-weight:300;  color:#000; color:rgba(0,0,0,0.67); }
.block-poll .block-subtitle {font-weight:300; }
.block.block-poll .block-content li {line-height:30px; margin:0; padding:0; background:none; }
.block-poll input.radio { margin-top:9px; }
.block-poll .block-content .actions {margin:10px 0 0 0; padding:20px 0 0; border-top:1px solid #e8e8e8;}

.block-layered-nav .block-subtitle {display:none;}
.block-layered-nav dt {margin:10px 0 5px; padding:0px; border:0; font-size:14px; font-weight:600;  color:#000; color:rgba(0,0,0,0.67);}
.block-layered-nav dd {margin:0 0 15px;}
.block-layered-nav .block-content dd li {margin:0 0 0 3px; padding:0 0 0 13px; line-height:20px; background-repeat: no-repeat; background-position: left 0 bottom 8px; }
.block-layered-nav .block-content dd li:last-child {border:0; }
.block-layered-nav .block-content dd li a:hover {color:#999; }
.block-layered-nav .shopby_more {display:none; text-align:right;}

.block-layered-price .ui-slider-horizontal { 
    height:6px; border:1px solid #e6e6e6; background:#fefefe; margin:0 8px 10px; border-radius:0; 
    box-shadow:inset 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.block-layered-price .ui-widget-header { background:#5e5e5e !important; }
.block-layered-price .ui-slider-horizontal .ui-slider-handle {top: -.3em;  margin-left: -.6em;}
.block-layered-price .ui-slider .ui-slider-handle {width:19px; height:18px; }
.block-layered-price .ui-widget-content .ui-state-default {background-color:transparent; background-image:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/shopper_sprite.png) !important; background-position: -100px 0; border:none; cursor:pointer; }

.block-left-nav .block-title strong {font-size:24px;}

.block-compare .block-content li.item {margin:0 0 9px 25px; padding:0; line-height:16px; background:none;}
.block-compare .btn-remove {float:left; margin:1px 0 0 -25px; }
.block-compare .block-content .actions {margin:20px 0 0 0; padding:20px 0 0; border-top:1px solid #e8e8e8;}
.block-compare .block-content .actions .f-right {float:none !important;padding: 4px 0 0 19px;}
.block-compare .block-content .actions a {float:none;}

.block-compare .block-content .actions a:before {content:''; position:absolute; width:15px; height:15px; margin:10px 0 0 -25px; border-radius: 100%; background-position: -145px -45px;}
.block-compare .block-content .actions button.button span span {min-width: 70px;}

.block-wishlist .block-content a.btn-remove { margin-top: 2px;}
.block-wishlist .block-content p.product-name { padding-left: 25px;}
.block-wishlist .block-content li.item { padding-bottom: 20px;}
.block-wishlist .block-content .actions {
    height: 40px;
    line-height: 40px;
    margin: 0px -21px -22px;
    background: #fcfcfc;
    text-align: center;
    box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
}

.block-bestsellers .block-title {margin:0 0 21px;}
.block-bestsellers .block-content li {margin:0 0 12px; padding:0 0 12px; line-height:16px; background:none; border-bottom: 1px solid #f4f4f4;}
.block-bestsellers .block-content li:last-child {margin:0; padding:0; border:none;}
.block-bestsellers .product-image {
    float:left; width:56px; margin-right:10px; border:5px solid #fff; border-radius:3px;
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.block-bestsellers .product-info {float:left; width:120px; }
.block-bestsellers .product-info h2.product-name { font-size:14px;}
.block-bestsellers .price-box {margin-top:5px;}
.block-bestsellers .price-box .price {font-size:12px;}


.block-viewed .block-title { margin:0 0 21px;}
.block-viewed .block-content li {margin:0 0 12px; padding:0 0 12px; line-height:16px; background:none; border-bottom: 1px solid #f4f4f4;}
.block-viewed .block-content li:last-child {margin:0; padding:0; border:none;}
.block-viewed .product-image { float:left; width:56px; margin-right:10px; border:5px solid #fff; border-radius:3px;box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);}
.block-viewed .product-info { overflow: hidden; }
.block-viewed .product-name { font-size: 12px;}
.block-viewed .price-box { margin-top:5px;}
.block-viewed .price-box .price { font-size:12px;}


.block-subscribe .form-subscribe-header{text-align:center; font-size:14px; color:#000; color:rgba(0,0,0,0.67);}
.block-subscribe .input-box{margin:16px 0; text-align:center }
.block-subscribe input.input-text{width:100%; border-radius:2px; }

.block-login {float:none; width:350px; margin:0 auto; padding:0; position:relative; background:#fff; border:none; border-top:6px solid #fe5252; border-radius:2px; 
   box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.10);}
.block-login .block-title {padding:29px 33px 50px; border:0; margin:0; color:#000; color:rgba(0,0,0,0.75); text-align:center;}
.block-login .block-title:after {width:250px; margin:23px 0 0 17px; content:''; float:left; height:1px; background:#e8e8e8; }
.block-login .block-title strong {font-size:26px; line-height:30px;}
.block-login .block-content {margin:0; padding:0 43px 35px; text-align:center;}
.block-login .block-content ul {margin:0; padding:0; background:none; border:none; list-style:none;}
.block-login .block-content li {margin:0; padding:0; background:none; border:none; text-align:center;}
.block-login .block-content .form-list label { float:none; color:#505050; font-weight:300; padding:0;}
.block-login .block-content .form-list .input-box{margin:2px 0 21px; width:auto; text-align:center;}
.block-login input.input-text{margin:0; display:inline; width:100%; border-radius:3px;}
.block-login button.button span span {min-width: 70px;}
.block-login .forgot-password{display:block; margin:10px 0 16px; color:#322c29;}
.block-login .forgot-password:hover{color:#000; text-decoration:none;}
.block-login .block-slider .slides > li strong {padding:0; margin:0; border:0;}
.block-login .block-slider .slides > li button.button {margin:0;}
.block-login .new-users {position:relative; width:350px; height:42px; overflow:hidden; margin:-25px 0 0; padding:25px 0; background:#fefefe; text-align:center; box-shadow:inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);}
.block-login .new-users .button{float:none;}

.block-login .error-msg, .block-login .success-msg { border:none; background:none; line-height:1.4; min-height:10px; padding:0 0 10px; font-size:14px; font-weight: normal; font-style: italic;}

/* More / less styles */
.block-layered-nav .block-content dd { position: relative;}
.block .block-content a.shopby_more {
	position: absolute; right: 0; top: -23px;
	width: 17px; height: 17px;
	border-radius: 100%;
	background:#e9e9e9 url('https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/moreless.png') 0 0 no-repeat;
	font-size: 0;
}
.block .block-content a.shopby_more:hover { background-position: 0 100%;}
.block .block-content a.shopby_more_hide, .block .block-content a.shopby_more_hide:hover { background-position: 100% 100%;}


/* Product Tabs */
.product-tabs-container h2.tab-heading {display:none}
.product-tabs { margin:27px 0 0; border:0; }
.product-tabs li { float:left; border:1px solid #e1e1e1; height:43px; margin-right:7px; position:relative; border-radius: 2px;}

.product-tabs a { display:block; padding:0px 20px; box-sizing: border-box; height: 49px; padding-top: 10px; font-weight: bold; color:#000; color:rgba(0,0,0,0.67); font-size:16px;  background: #f5f5f5; }
.product-tabs a:hover { background-color:#fff; text-decoration:none; }
.product-tabs li.active {
    border:none; border-top:4px solid #fe5252; z-index:3; margin-top:-6px; height:46px; background:#fff;
    border-radius:2px; box-shadow:1px -1px 6px -1px rgba(0, 0, 0, 0.15);
}
.product-tabs li.active a { padding-top: 13px;}
.product-tabs li.active a, .product-tabs li.active a:hover { background-color:#fff; }
.product-tabs-content, .box-reviews {
	position:relative; z-index:2; border:none; background:#fff; padding:23px 24px 22px; margin:69px 0 40px; border-radius:2px;
    box-shadow:2px 1px 6px 0px rgba(0, 0, 0, 0.15);
}
.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }

.form-add h3, .form-add h4 { font-weight:400; font-size: 14px;}
.product-tabs-content h4 {margin:0 0 10px;}

#review-form h3 { font-size: 16px; font-weight: 600; letter-spacing: -1px; text-transform: uppercase; padding-bottom:15px;}

.form-add h4 { margin-bottom: 20px;}
.product-tabs-content .data-table td {min-width: 37px;}

.product-tabs-content ul.disc li { width:auto; float:none; background-color: transparent !important; background-repeat: no-repeat; background-position: left 0 bottom 8px !important; line-height: 22px; padding: 0 10px 0 10px;}

.product-tabs-accordion {display:none; margin:25px 0 30px; border:0; }

.product-tabs-container h2.tab-heading { 
    border: 1px solid #e1e1e1;
    margin: -1px 0 0 0;
    position: relative;
    background: #f5f5f5;
    padding: 11px 0 10px;
    box-sizing: border-box;
    font-weight: bold;
}
.product-tabs-container h2.tab-heading:hover { background-color:#fff; }
.product-tabs-container h2.tab-heading a { display:block; padding:0px 20px; color:#000; color:rgba(0,0,0,0.67); font-size:16px;  }
.product-tabs-container h2.tab-heading a:hover { text-decoration:none; }
.product-tabs-container h2.active {border:none; padding-left: 1px; border-top:4px solid #fe5252; background:#fff; border-radius:2px; }
.product-tabs-container h2.active a,
.product-tabs-container h2.active a:hover { background-color:#fff; }
.accordion-content {display:none; margin:0;}


/*Ui tabs styles*/
body .ui-tabs {
  border: 0;
  background: none;
 
}

body .ui-tabs .ui-tabs-nav {
    margin: 27px 0 0;
    border: 0;
    padding: 0;
}
body .ui-tabs-nav li {	
    float: left;
    border-width: 1px;
    border-style: solid;
    height: 43px;
    margin: 0 7px 0 0 !important;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
}
body .ui-tabs-nav li:hover {
    border-color: #e1e1e1; 
}
body .ui-state-default, 
body .ui-widget-content .ui-state-default, 
body .ui-widget-header .ui-state-default {
  background-image: none !important;
  border-color: #e1e1e1; 
}
body .ui-tabs .ui-tabs-nav li a {
    display: block;
    padding: 10px 20px !important;
    box-sizing: border-box;
    height: 49px;
    padding-top: 10px;
    font-weight: bold;
    color: #000;
    color: rgba(0, 0, 0, 0.67);
    font-size: 16px;
	letter-spacing:-0.1em;
    line-height: 1.4;
    background: #f5f5f5;
}
body .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border: none;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #fe5252;
    z-index: 3;
    margin-top: -6px !important;
    padding-bottom: 0;
    height: 46px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px -1px 6px -1px rgba(0, 0, 0, 0.15);
}
body .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    padding-top: 13px;
}
body .ui-tabs .ui-tabs-nav li a:hover,
body .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
body .ui-tabs .ui-tabs-nav li.ui-tabs-active a:hover {
    background-color: #fff;
    text-decoration: none;
}
body .ui-widget-header {
    background: none !important;
    border: 0 !important;
}
body .ui-widget {
  font-family: inherit !important;
}
body .box-reviews,
body .ui-tabs-panel {
    position: relative;
    z-index: 2;
    border: none;
    background: #fff !important;
    padding: 23px 24px 22px !important;
    margin: 69px 0 40px;
    border-radius: 2px;
    box-shadow: 2px 1px 6px 0px rgba(0, 0, 0, 0.15);
}
body .ui-tabs-panel,
body .ui-tabs-panel p {
  font-size: inherit;
  line-height: 1.5;
  font-weight: inherit;
}
body .ui-tabs-panel>p , body .ui-accordion-content>p {
   margin: 0 0 18px;
}
body .ui-widget-content {
  border: 0 !important;
}
body .ui-helper-clearfix:before,
body .ui-helper-clearfix:after {
    display: none !important;
}


/* Alternative Custom Tabs Style */
.clean_tabs{
 padding-right:15px;
 padding-left:15px;
 }
  
.clean_tabs .ui-tabs .ui-tabs-nav {
    text-align: center;
}
.clean_tabs .ui-tabs .ui-state-default,
.clean_tabs .ui-tabs .ui-tabs-nav li {
    float: none !important;
    display: inline-block !important;
    border-width: 0 !important;
    border-style: solid;
    height: auto !important;
    margin: 0 0 0 29px !important;
    position: relative;
    border-radius: 0;
    cursor: pointer !important;
    background: none !important;
}
.clean_tabs .ui-tabs ul.ui-tabs-nav li:first-child {
    margin-left: 0 !important;
}
.clean_tabs .ui-tabs ul.ui-tabs-nav li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 3px;
}
.clean_tabs .ui-tabs .ui-tabs-nav li a {
    display: block;
    padding: 0 !important;
    height: auto;
    padding-top: 10px;    
    color: rgba(0, 0, 0, 0.67);
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.4;
    background: transparent !important;
}
.clean_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-width: 0 !important;
	color: #000;
    background: transparent !important;
    border-radius: 0;
    box-shadow: none;
}
.clean_tabs .ui-tabs ul.ui-tabs-nav li:hover:after,
.clean_tabs .ui-tabs ul.ui-tabs-nav li.ui-tabs-active:after {
    background-color: #fe5252;
}

.clean_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a{
color: #000;
}

.clean_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.clean_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a:hover {
    background-color: transparent !important;
}

.clean_tabs .ui-tabs .box-reviews,
.clean_tabs .ui-tabs .ui-tabs-panel {
    background: transparent !important;
    padding: 25px 0 !important;
    margin: 0 !important;
    border-radius: 0;
    box-shadow: none;
}


.product-view .buttons-set .back-link  {float:right; margin:-60px 0 0;}
.review-product-list .product-view .buttons-set .back-link  {display:none;}
.review-product-list .product-view .box-reviews  {margin:0 0 30px;}
.product-view h1 {font-size: 30px;font-weight: 400;color: #322c29;letter-spacing: -1px;line-height: 1.22;}
.product-view h2 {font-size:20px;  font-weight:400; color:#322c29; letter-spacing:-1px}
.product-view .product-name { margin-bottom:7px;}
.product-view .product-shop-info .product-name {margin:-4px 0 10px -1px;}
.product-view .product-name a{ color:#322c29; }
.product-view .product-name a:hover{ color:#000; text-decoration:none; }
.product-view .availability { float: left;clear: left;font-size: 12px;color: #73b334;margin: 10px 14px 0px 0px;}
.product-view .sku { float: left; font-size: 12px; margin: 10px 0 5px;}
.product-view .availability-grouped { float:none; margin:5px 14px 15px 0; }
.product-view .sku-grouped { font-size:12px; font-weight:700; margin:0 0 15px; }
.product-view .grouped-items-table {margin:0 0 20px;}
.product-view .product-shop .grouped-items-table .price-box .price { font-size:24px !important; line-height:24px !important; }
.product-view .product-shop .grouped-items-table .price-box .old-price .price { font-size:16px !important; line-height:16px !important; }

.product-view .product-shop .grouped-items-table tbody td { padding:10px;}

.product-view .short-description { margin:10px 0 20px; padding:17px 0; border:1px solid; border-color:#e3e3e3; border-color:rgba(227,227,227,0.61); border-left:none; border-right:none; color:#000; color:rgba(0,0,0,0.67); line-height:1.6;}

#product_tabs_review_tabbed_contents h2 { display: block; font-size: 20px; font-weight: bold; text-transform: uppercase; margin: 0;} 

.product-view .add-to-box-wrap {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid;
	border-bottom-color: #e3e3e3;
	border-bottom-color: rgba(227,227,227,0.61);
}
.product-view .qty-container { display: inline-block; vertical-align: middle; margin-right:20px;float:left; margin-top: 11px;}
.product-view .qty-container label {float:left; margin-right:10px; line-height:30px; color:#000; color:rgba(0,0,0,0.67);}

.product-view .add-to-box {
	display: inline-block;
	vertical-align: middle;
	float:left;
	width:170px;
	/*margin-left: 20px;*/
}/*
.product-view .add-to-box .grouped-product {	
	margin-left: 0px;
}*/

.product-view .product-options {background: transparent; margin:0 0 0 13px; padding:0;}
.col1-layout .product-view .product-shop { float:none; width:auto; overflow:hidden; margin:0;}
.product-view .product-shop-info { overflow:hidden; padding:0 0 0 30px;}
.product-view .product-shop .product-options {margin:0px 0 13px;}
.product-view .product-shop .price-box {position:relative; float:left; white-space: nowrap; }
.price-box .price-label { display:none;}

.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price { float: left; /*margin-right: 11px;*/}
.product-view .product-shop-info .price-box .regular-price .price,
.product-view .product-shop-info .price-box .special-price .price { font-size:40px; line-height:40px; letter-spacing: -2px; margin-left:-2px}
.product-view .product-shop .price-box .old-price {/* position:absolute; */left:100%;/* margin:6px 0 0 5px;*/}
.product-view .product-shop .price-box .old-price .price { color:#ababab; line-height:100%; font-size:19px; }

.price-box-bundle .price-box .price-label { display: inline; padding-right: 3px;}
.product-view .product-shop .price-box-bundle {float:none;}
.product-view .product-shop .price-box-bundle .price-box {float:none;}
.product-view .product-shop .price-box-bundle .price-box p {display:block;}
.product-view .product-shop .grouped-items-table .price-box .old-price {position:static; margin:0;}
.product-view .product-options dt {margin:10px 0 6px;}
.product-view .product-options dt label em {color:#ff0000;}
.product-view .product-options dd {padding: 0px 0px 20px; margin:0 0 17px; border-bottom:1px solid; border-bottom-color:#e3e3e3; border-bottom-color:rgba(227,227,227,0.61);}
.product-options dd input.input-text {width:96%}
.product-options dd input.input-text.datetime-picker {width: inherit;margin-right: 10px;}
.product-view .product-options .qty-holder {display:block; margin-top:5px;}
.product-view .product-options dd input.qty {width:40px;}
.product-view .product-options-bottom {background: transparent; margin:10px 0; padding:0;}

.product-options ul.options-list li { padding: 5px 0;}
.product-options ul.options-list input.checkbox, .product-options ul.options-list input.radio {margin-top: 2px;}

.product-view .product-shop .product-options-bottom .price-box {float:none; margin:0 0 15px; }
.product-view .product-img-box {width:363px; position:relative; margin: 0 0px 0 0;}
.product-view .product-img-box .zoom {width: 210px; background:none; }
#track { background: url("https://ediciones.uc.cl/skin/frontend/shopper/default/images/gradient/slider_bg.png") no-repeat scroll 50% 50% transparent; }

.product-view .product-img-box .product-image {
    padding:0; margin:0 0 6px; position:relative; background:#fff; border:9px solid #fff; border-radius:3px;
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.product-view .product-img-box .product-image a {display:block; position: relative; overflow: hidden;}
.product-view .product-img-box .zoom-notice {margin:5px 0;}
.product-view .product-img-box .product-image-zoom {width:363px; height:363px;}
.product-view .product-img-box .more-views { padding:17px 0; margin:0 0 6px; position:relative; background:#fff; border-radius:3px;
   
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);}
.product-view .product-img-box .more-views ul {margin:0;}
.product-view .product-img-box .more-views li { float:left; background:transparent; padding:0; margin:0 6px 0 0;}
.product-view .product-img-box .more-views .jcarousel-skin-tango {padding:0 55px;}


.product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-container-horizontal { width:auto !important; margin:0;}
.product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-clip-horizontal      { width:auto !important; margin:0;}
.product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-item                 { width:126px; margin:0 4px;}
.product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-item img {max-width: 100%;height: auto;}

.product-view .product-img-box .jcarousel-controls {position:relative;}
.product-view .product-img-box .jcarousel-prev-horizontal { position:absolute; left: 10px;}
.product-view .product-img-box .jcarousel-next-horizontal { position:absolute; right: 10px;}

.product-view .product-img-box .jcarousel-next-horizontal, .product-view .product-img-box .jcarousel-prev-horizontal {
    width: 35px;  
    height: 35px;
    background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/slideshow_arrows.png);
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: 70px 70px;
}
.product-view .product-img-box .jcarousel-prev-horizontal { background-position: 0 0;}
.product-view .product-img-box .jcarousel-next-horizontal { background-position: right 0 top 0;}

.product-view .product-img-box .jcarousel-prev-horizontal:hover { background-position: 0 -35px; }
.product-view .product-img-box .jcarousel-next-horizontal:hover { background-position: right 0 top -35px; }


.product-view .add-to-cart { margin:0;}


.product-view .add-to-cart button.button span{height: 45px;background-image:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/gradient/btn_overlay_product.png);}
.product-view .add-to-cart button.button span span {line-height:52px; font-size:14px; text-transform:capitalize; padding:0 20px 0 70px;  background-repeat: no-repeat;  background-position: 17px -234px;}

.product-view .add-to-links { margin:20px 0 0; padding:0; clear: both;}
.product-view .add-to-links li{line-height:38px; padding-left:53px; margin:0 0 0 20px; float:left;}

.product-view .product-shop-info .add-to-links li{margin:0px 50px 8px 0; float:none;}
.product-view .add-to-links li a{display:block; color:#322c29; font-size:14px;}
.product-view .add-to-links li span.icon {display:block; float:left; overflow:hidden; margin-left:-53px; width:38px; height:38px; background-color:#322c29; background-position: -39px -90px;  border-radius:100% !important; text-indent:-999px; }
.product-view .add-to-links li.compare span.icon { background-position: -87px -89px;}
.product-view .add-to-links li.email-friend span.icon { background-position: -140px -87px;}
.product-view .add-to-links li a:hover {text-decoration:none }
.product-view .add-to-links li:hover span.icon {background-color:#fe5252}

.product-view .add-to-links .link-wishlist,
.product-view .add-to-links .link-compare {font-weight:400;}
.product-view .product-shop .no-rating, .product-view .product-shop .ratings { margin:0 0 12px; padding:0 0 15px; border-bottom:1px solid; border-bottom-color:#e3e3e3; border-bottom-color:rgba(227,227,227,0.61); }

/*.product-view .product-shop */.no-rating a, .ratings a {color:#000; color:rgba(0,0,0,0.67); font-size:12px; text-decoration:none;}
.no-rating a:hover, .ratings a:hover {color:#000;}

.product-view .addthis_toolbox {padding:17px 0;}
.product-view .grouped-items-table .qty{width:40px;}
.product-view .tier-prices{margin:14px 0 0;}
.product-options dd select {width:208px;}
.product-options dd select.multiselect {width:100%; background-image: none;}

.product-view .box-tags h3 {font-size:14px;  text-transform: uppercase; font-weight: 600; letter-spacing: -1px;}
.product-view .box-tags .product-tags {margin:1px 0 20px;}
.product-view .box-tags h3 + .product-tags {margin-top: 10px;}

.product-view .box-tags ul.product-tags {margin: 5px 0 25px -5px;}
.product-view .box-tags ul.product-tags:after {content: ''; clear: both; display: table;}
.product-view .box-tags ul.product-tags li { float: left;}
.product-view .box-tags ul.product-tags li {
	padding: 6px 10px 5px; margin: 5px 0 0 5px;  min-height: 29px;
	font-size: 12px !important;
	color: #757575; border: 1px solid rgb(226, 226, 226);
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
	border-radius: 2px; box-sizing: border-box;
	cursor: pointer;
}
.product-view .box-tags ul.product-tags li a {text-decoration: none;display: inline-block;}
.product-view .box-tags ul.product-tags li:hover {color: #fff; background-color: #fe5252; border-color: #fe5252;}



.product-view .box-tags div.form-add{ border-top:1px solid #ededed; padding:20px 0 10px; }
.product-view .box-tags .form-add label{ display:block; float:none; font-size:14px; margin-bottom:5px; text-transform: uppercase; font-weight: 600; letter-spacing: -1px;}
.product-view .box-tags .form-add .input-box {margin:0 5px 0 0;}
.product-view .box-tags .form-add .input-text {height:34px;}
.product-view .box-tags .form-add button.button span {height:34px;line-height:34px; }

.product-view .after-tabs-block { margin:0 0 30px;}

.product-view .product-additional { float:right; width:270px; margin:0 3px 0 27px;}
.product-view .product-additional .block {margin:0 0 20px; padding:0; width:270px; }
.product-view .product-additional .block .block-title {border:0; padding:24px 35px 38px; margin:0; color:#000; color:rgba(0,0,0,0.75); text-align:center;}
.product-view .product-additional .block .block-title:after {content:''; float:left; width:120px; height:1px; background:#e8e8e8; margin:18px 0 0 39px;}
.product-view .product-additional .block .block-title strong {font-size:24px; font-weight:400;  text-transform:uppercase; letter-spacing:-1.2px; line-height:21px;}
.product-view .product-additional .block .block-subtitle {margin:0 0 10px; padding: 0 0 15px; border-bottom: 1px solid #f4f4f4;}
.product-view .product-additional .block .block-content {padding:0 20px 25px; margin:0;}
.product-view .product-additional .block .block-content .actions {margin:0; padding:0; text-align:center; }
.product-view .product-additional .block .block-content .actions .f-right {line-height:35px;}
.product-view .product-additional .block .block-content li {margin:0; padding:0; line-height:20px; background: none;  }
.product-view .product-additional .block .block-content li:last-child, .product-view .product-additional .block .block-content li.item:last-child {border:0; }
.product-view .product-additional .block .block-content li:hover a, .product-view .product-additional .block .block-content li.item:hover a {color:#999; }
.product-view .product-additional .block li.even, .product-view .product-additional .block li.odd {background-color: transparent;}
.product-view .product-additional .block .btn-remove, .product-view .product-additional .block .btn-edit {float:left;}


.product-view .box-up-sell h2{font-size:24px; text-transform:uppercase; margin:0 80px 20px 0 }
.product-view .box-up-sell .block-subtitle {line-height:32px;}
.product-view .box-up-sell .block-subtitle a {font-weight:300; text-decoration:underline; }
.product-view .box-up-sell .block-subtitle a:hover {text-decoration:none; }
.product-view .box-up-sell .jcarousel-item, .product-view .box-up-sell .item {width:280px; margin:0;}
.product-view .box-up-sell .item {float:left; width:130px; padding:0; margin:3px 4px 20px 3px; position:relative; }
.product-view .box-up-sell .product-image {display:block; border:9px solid #fff; border-radius:3px;
     box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);}
.product-view .box-up-sell .product-name a {color:#3c3c3c; font-size:12px; font-weight:300; display:block; margin:10px 4px 6px; line-height:120%; }
.product-view .box-up-sell .product-name:hover {color:#000; text-decoration:none;}
.product-view .box-up-sell .upsell-checkbox {margin:0 4px; line-height:12px; float:left; display: block;}
.product-view .box-up-sell .price-box {/*overflow:hidden;*/ margin:0px 0 0 4px; line-height:12px; }
.product-view .box-up-sell .price-box .price {font-size:12px!important; font-family:Arial,serif; line-height:100%;}
.product-view .box-up-sell .jcarousel-next-horizontal {margin:-55px 0 0 30px; background-color:#efefef}
.product-view .box-up-sell .jcarousel-prev-horizontal {margin:-55px 0 0 0; background-color:#efefef}
.product-view .box-up-sell .jcarousel-container-horizontal {width:280px; margin:0;}
.product-view .box-up-sell .jcarousel-clip-horizontal {width:280px; margin:0;}

.box-up-sell2 {position: relative; margin:30px 0 0 -15px; display:none; }
.box-up-sell2 h3{  font-size:24px; font-weight:400; padding:0 0 28px; margin:0 0 0 0px; text-transform:uppercase; letter-spacing:-1.2px; line-height:21px;}
.box-up-sell2 .block-subtitle{ margin:-15px 15px 15px; text-align:left; }
.box-up-sell2 .block-subtitle a{text-decoration:underline;}
.box-up-sell2 .block-subtitle a:hover{text-decoration:none;}
.box-up-sell2 .jcarousel-list h3{ font-size:24px;  font-weight:300; color:#000; color:rgba(0,0,0,0.67); letter-spacing:-1px; margin:27px 0 26px 2px; text-align:center; }
.box-up-sell2 .jcarousel-list .button-container {float:right;}
.box-up-sell2 .jcarousel-list .button-container button.button span {width:35px; height:35px; border-radius:100%; text-indent:-9999px;}
.box-up-sell2 .jcarousel-list .button-container button.button span span {padding:0; background-position: -241px -89px; }
.box-up-sell2 .jcarousel-list .product-image {display: block; margin:0 0 12px; }
.box-up-sell2 .jcarousel-list .product-image img {position:relative; z-index:0; }
.box-up-sell2 .jcarousel-list .product-name a {color:#3c3c3c; font-size:16px; font-weight:300; display:block; margin:4px; line-height:120%; }
.box-up-sell2 .jcarousel-list .product-name:hover {color:#000; text-decoration:none;}
.box-up-sell2 .jcarousel-list .upsell-checkbox {margin:0 4px; line-height:12px; float:left; display: block;}
.box-up-sell2 .jcarousel-list .price-box {margin:0px 0 0 4px; line-height:12px; letter-spacing:-1.2px }
.box-up-sell2 .jcarousel-next-horizontal {background-color:#efefef}
.box-up-sell2 .jcarousel-prev-horizontal {background-color:#efefef}

.banner{margin-bottom:10px;}
.banner a{display: block; position: relative; margin:0px; text-decoration:none;}
.banner a:hover{text-decoration:none;}
.banner a span{position:absolute; padding: 12px; top:50%; background: #1b1a19; font-weight: 300 !important; font-size:16px; line-height: 16px; color:#fff}
.banner a.text-left span{left:0; text-align: left;}
.banner a.text-center span{left:0; right:0; margin:0 auto; text-align: center;}
.banner a.text-right span{right:0; text-align: right;}
.banner a em{position:absolute; z-index:2; width:100%; height:100%; top:0; left:0; background: #000;
    opacity: 0;           /* fx, safari, opera, chrome */
}
.banner a:hover em{
    opacity:0.1; /* fx, safari, opera, chrome */
}


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 0 15px 0; line-height: 1.5; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { margin:0 0 15px; }
.box-account .box-head { margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:14px; font-weight:bold; color:#4c4c4c; }
.box-account .box-head a { font-size:10px; text-transform:uppercase; }

.dashboard .box .box-title { background:#f1f1f1; padding:8px 10px; margin:0 0 12px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; margin:0; font-size:12px; font-weight:bold; line-height:1.35; }
.dashboard .box .box-title a { font-size:10px; text-transform:uppercase; }
.dashboard .box .box-content { padding:0 10px; line-height: 1.5;}

/* Block: Recent Orders */

/* Block: Account Information */

.dashboard .box-info h4 { font-size:11px; font-weight:bold; }

/* Block: Reviews */
.dashboard .box-reviews .box-head { background:#f1f1f1; padding:8px 10px; margin:0 0 12px; }
.dashboard .box-reviews .box-head h2 { font-size:12px; font-weight:bold; line-height:1.35; color:#444; }
.dashboard .box-reviews .number { display:none; float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { padding:0 0px; }

.dashboard .box-reviews ol {margin: 0 -15px 0 -5px;}
.dashboard .box-reviews li.item { 
    margin: 0 -3px 21px 0;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    width: 24.666%;
    box-sizing: border-box;
}
.dashboard .box-reviews li.item.last { margin-bottom:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

.page-title a.link-reorder:hover,.page-title a.link-print:hover,
.box-account .box-head a:hover,
.dashboard .box-reviews li.item a:hover,
.dashboard .box .box-title a:hover,
.box-content address a:hover,
.addresses-list a:hover {color: #fe5252; text-decoration: none;}

/* Block: Tags */
.dashboard .box-tags .box-head { background:#f1f1f1; padding:8px 10px; margin:0 0 12px; }
.dashboard .box-tags .box-head h2 { font-size:12px; font-weight:bold; line-height:1.35; color:#444; }
.dashboard .box-tags .number { display:none; float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { padding:0 10px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { background:#f1f1f1; padding:8px 10px; margin:0 0 12px; font-size:12px; font-weight:bold; line-height:1.25; }
.addresses-list h3 { font-weight:bold; font-size:12px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { padding:0 10px; margin:0 0 12px; line-height: 1.5;}
.addresses-list li.empty p { font-weight:bold; }


/* Order View */
.order-info dt { display:none; }
.order-info dd {margin-left: 0;}
.order-info ul { margin-bottom:15px; border-bottom:1px solid #666; background:#f2f2f2; }
.order-info li{ float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.order-info li.first { border-left:0; }
.order-info li.last { border-right:0; }
.order-info li a { display:block; padding:6px 15px; color:#444; }
.order-info li a:hover { background-color:#ddd; text-decoration:none; color:#444; }
.order-info li.current { 
  background-color:#666; font-weight:bold; padding:6px 7px; color:#fff;
  margin: 0 0 0 -7px;
  display: inline-block;
  float: none;
}

.order-date { margin:10px 0; }

.order-info-box { margin:0 0 15px; }
.order-info-box h2 { font-size:13px; font-weight:bold; border-bottom:1px solid #ddd; margin:0 0 10px; padding-bottom: 10px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 10px; }
.order-items h3 { font-size:12px; }
.order-items .product-name a { font-weight:bold !important; }
.order-items .link-print { font-size:10px; text-transform:uppercase; }
.order-items .order-links { text-align:right; }
.order-items .order-links .link-print { font-weight:bold; font-size:11px; text-transform:none; }

.order-items table#my-orders-table {margin-bottom: 15px;}

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#555; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

#my-orders-table span.title {display:none; font-weight:700; width:100px; padding:0 15px 0 0 ;}

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:15px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:12px; font-weight:bold; }
.page-print h2.h2 { font-size:15px; font-weight:bold; text-align:right; }
.page-print .order-date { border-bottom:1px solid #ccc; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .description {padding: 10px 0 10px 0 }

.my-wishlist .data-table td .cart-cell {text-align: center;}
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 auto 5px; }
.my-wishlist textarea { width:100%; height:109px; }
.my-wishlist .buttons-set { border:0; padding:0; margin:20px 0 0; text-align:left;}
.my-wishlist .buttons-set button.button { float:none; }

.my-wishlist + .buttons-set {margin: -46px 0 0;}
.my-wishlist + .buttons-set .back-link {margin: 0;}

.my-wishlist .data-table .add-to-links { white-space:nowrap;}
.my-wishlist .data-table input.qty { width:79px; margin:5px 0 15px;}
.my-wishlist .data-table button.button { display: block; margin: 0 auto 10px;}

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }
#my-reviews-table .rating-box { margin:3px 0 0; }

.product-review .product-img-box { float:left;margin-right: 28px;}
.product-review .product-img-box .product-image { 
	display: inline-block;
	border-radius: 3px; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15); background: #fff; border: 9px solid #fff; 
}
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { overflow: hidden;}
.product-review .product-name a { margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dl { clear: both; padding: 10px 0;}
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
.product-review dd { font-size:13px; margin:5px 0 0; }

.new-users button.button {float:left;}
.registered-users input.input-text{width:455px;}

.site-block { position:fixed; z-index:11999; }
.left-side, .right-side { width:250px; top:200px; }
.left-side{ left:-250px; }
.right-side { right:-250px; }
.bottom { right:0; bottom:0; }

.prev-next {margin:0; position:relative; float:right;  z-index: 3;}

.product-prev, .product-next  {
    display:block; float:right; margin:-5px 0 0 5px; overflow:hidden;   padding: 5px 0 4px; min-height: 27px;
    border:1px solid #e1e1e1; box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.05);
    background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/gradient/sorter_bg.png) 0 0 repeat-x #fafafa; box-sizing: border-box;
}
.product-prev span, .product-next span {
    display:block; width:63px; padding:0 11px; background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/prev_next.png) 0px -6px no-repeat;
}
.product-prev {right:108px; }
.product-prev span{padding-left:28px; text-align:right; }
.product-next span{padding-right:28px; background-position:right 0 bottom -4px; }
.product-next:hover, .product-prev:hover { text-decoration:none; box-shadow:inset 2px 2px 6px 0px rgba(0, 0, 0, 0.05);}

/************* POPUP style */
.page-popup { background: #e9e9e9; }

/************* FACEBOOK */
#fb-root { display: none;}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { width: 100% !important; }

/************* SLIDER */
.slider { position: relative; top: 0; left: 0; overflow: hidden; width:100%; height:100%; padding:7px 0 0; background:#f4f4f2;}
#slide-timeline {position: absolute; z-index: 999; top:7px; width:0; height:3px; background:#322c29; }

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flexslider .slides .small_image{display:none; width:100%; height:auto;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* Revolution Slider */

.slider .rev_slider_wrapper {
  padding: 0 0 30px !important;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {margin:0; position:relative;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.carousel li {margin-right: 5px}

.flexslider .slides .row{position:relative;}
.flexslider .slides .content{float:left; max-width:1000px; margin:30px 100px; color:#454746; color:rgba(0,0,0,.6); text-align:center; }
.flexslider .slides .content strong{ font-size:60px; font-weight:300; text-transform:uppercase; line-height:50px; color:#454746; color:rgba(0,0,0, 0.8); }
.flexslider .slides .content .border{margin:15px 10px; height:1px; background:#bfc5c3; background:rgba(0,0,0,0.09); }
.flexslider .slides .content p{margin:0; font-size:14px;}
.flexslider .slides .content button{margin:15px 0 0;}
.flexslider .slides .text-right .content{float:right; }
.flexslider .slides .text-center .content{float:none; margin:30px auto;}

/* Direction Nav */
.flex-direction-nav {position:relative; width:1200px; margin:0 auto;}
.flex-direction-nav a {width: 77px; height: 77px; margin:0; display: block; background:#fff url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/slideshow_arrows.png) no-repeat 0 0; border-radius:100%; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0;}
.flex-direction-nav a, .flex-direction-nav a:hover {transition: all .3s ease;}
.flex-direction-nav .flex-prev {left: -36px;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px;}
.flexslider:hover .flex-prev {opacity: 1; left: 5px;}
.flexslider:hover .flex-next {opacity: 1; right: 5px;}
.flexslider:hover .flex-prev:hover {background-position: 0 100%;}
.flexslider:hover .flex-next:hover {background-position: 100% 100%;}

.flex-direction-nav .disabled {opacity: .3!important; cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; text-align: center;}
.flexslider .flex-control-nav {position: absolute; bottom: -22px;}

.flex-control-nav li {margin: 0 6px; display: inline-block;}
.flex-control-paging li a {width:8px; height:8px; display: block; background:#ededed; cursor: pointer; text-indent: -9999px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #fe5252; }
.flex-control-paging li a.flex-active { background: #fe5252; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
    .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/*** Column slider ***/
.block-slider 										 { margin: 0; padding: 0;}
.block-slider .slides > li 							 { margin:0; padding:0; line-height:1.4; text-align:center; background:none transparent; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.block-slider .slides > li strong,
.block-slider .slides > li strong.block-slider-title { display:block; border:0; padding:0 0 22px; margin:0 0 25px; color:#000; color:rgba(0,0,0,0.75); border-bottom:1px solid #e8e8e8; font-size:22px; font-weight:400;  text-transform:uppercase; letter-spacing:-1.2px; line-height:21px;}
.block-slider .slides > li p 						 { margin:0 0 20px; text-align:center; font-size:14px; color:#000; color:rgba(0,0,0,0.67);}
.block-slider .slides > li button.button 			 { margin:-21px 0 21px;}
.block-slider .slides img 							 { max-width: 100%;}
.block-slider .flex-control-nav 					 { position:relative; width:auto; height:33px; overflow:hidden; margin:0 -20px -25px; background:#fefefe; text-align:center; border-bottom-left-radius:2px; border-bottom-right-radius:2px; box-shadow:inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);}
.block-slider .flex-control-nav li 					 { margin: 0 6px; padding:0; line-height:33px; background:none transparent; display:inline-block;}
.block-slider .flex-control-paging li a 			 { margin:12px 0;}

/*.cms-index-index .block-slider .slides > li 		 { padding:22px 0 0;}*/
.cms-index-index .block-slider .slides img 			 { display: block;margin: 0 auto;}

.block-slideshow {padding:23px 20px 25px;}

/* toTop Button */
#toTop { display:none; text-decoration:none; position:fixed; z-index:100; bottom:100px; right:10px; overflow:hidden; width:56px; height:56px; border:none; text-indent:-999px; background:#fe5252 url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/arrow_totop.png) 0 0 no-repeat; border-radius:100%;}
#toTop:hover {background-color:#fff; background-position:0 100%;}

/*.twitterWidget {min-height:275px}*/

#review-buttons-container {padding: 23px 0 0;}
#review-buttons-container button { margin:0;}
.paypal-shipping-method {margin:0 0 15px}
.paypal-express-review .info-set {margin-bottom: 50px;}

.calendar {z-index:1 !important}

.page-sitemap .links { float:none; text-align: right; margin: 0 0 10px; }
.page-sitemap img.v-middle {vertical-align:top;}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

/***** Standard 1200px *****/
.row { margin:0 auto; width:1200px; }
.row .row { width:auto; margin:0 -15px; }
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    display:inline; float: left; position: relative; padding:0 15px; min-height:1px; box-sizing: border-box;
}
.grid_2 { width:16.66%;}
.grid_3 { width:25%;}
.grid_4 { width:33.33%;}
.grid_6 { width:50%;}
.grid_8 { width:66.67%;}
.grid_9 { width:75%;}
.grid_12 { width:100%;}

/* CMS PAGE ======================================================================================= */
.cms-page-view h1 {font-size: 36px; font-weight:400; padding:0 0 6px; letter-spacing:-1.5px}
.cms-page-view .std h1,.cms-page-view .std h2,.cms-page-view .std h3,.cms-page-view .std h4,.cms-page-view .std h5,.cms-page-view .std h6{margin: 0 0 15px}
.cms-page-view .std h1 {font-size: 30px;}
.cms-page-view .std h2 {font-size: 26px;}
.cms-page-view .std h3 {font-size: 22px;}
.cms-page-view .std h4 {font-size: 18px;}
.cms-page-view .std h5 {font-size: 16px;}
.cms-page-view .std h6 {font-size: 14px;}
.cms-page-view .page-head h3 {font-size: 36px; margin: -31px 0 30px}
.cms-page-view  .std p {margin: 5px 0 20px; font-size: 14px; line-height:24px;}
/*.cms-page-view  .std p {margin: 5px 0 15px;}*/

.cms-content h1 {font-size: 36px; font-weight:400; padding:0 0 6px; letter-spacing:-1.5px}
.cms-content h1, .cms-content h2, .cms-content h3, .cms-content h4, .cms-content h5, .cms-content h6{margin: 0 0 15px}
.cms-content h1 {font-size: 30px;}
.cms-content h2 {font-size: 26px;}
.cms-content h3 {font-size: 22px;}
.cms-content h4 {font-size: 18px;}
.cms-content h5 {font-size: 16px;}
.cms-content h6 {font-size: 14px;}
.cms-content p {margin: 5px 0 20px; font-size: 14px; line-height:24px;}


.std .alignleft { margin: 4px 27px 7px 0; float: left;}
.std .alignright { margin: 4px 0 7px 27px; float: right;}
.std .aligncenter { margin: 0 auto 7px; display: block; text-align: center;}

.content-container .std a.alignleft, .content-container .std a.alignright, .content-container .std a.aligncenter { background-color: transparent; padding: 0;}


.std blockquote:before {
	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/shopper_sprite.png);
	background-position: 100px 0px;
	content: '';
	width: 25px; height: 25px;
	margin: 8px 25px 0 2px;
	float: left;

}
.std blockquote {
padding:20px 25px;
background:#f3f3f3;
margin: 0;
font-size: 14px;
line-height:24px;
}


/* Class: std - styles for admin-controlled content */
.std ul.ox_list_simple { list-style: disc}
.std ol.ox_list_simple { list-style: decimal}
.std ul.ox_list_simple, .std ol.ox_list_simple { padding-left: 25px; margin: 0 0 18px; font-size: 14px;
line-height:24px;}
.std ul.ox_list_simple li, .std ol.ox_list_simple li {margin-bottom: 8px;}
.std ul.ox_list_simple li p, .std ol.ox_list_simple li p {margin: 0;}
.std ul.ox_list_simple li p img, .std ol.ox_list_simple li p img {margin-top: 10px;}

.std dl dt { margin-bottom: 8px; text-transform: uppercase;}
.std dl dd { margin: 0 0 18px; padding: 0;}

/* for table */
.std .data-table thead th { color: #000;}
.std .data-table tbody th {
	padding: 13px 19px;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
}
.product-view .grouped-items-table th{
	padding:15px 10px!important;
}


/*	Tables
-------------------------------------------------- */
table.ox_table { margin-bottom: 21px; width: 100%}
table.ox_table th, table.ox_table td, table.ox_table caption { padding: 10px 15px}
table.ox_table caption { background: #eee}
table.ox_table thead { background: #363636}
table.ox_table thead th { text-align: left;  color: #fafafa}
table.ox_table tbody td { border-top: 1px solid #ddd; border-color: rgba(0,0,0,.06); -moz-transition: all .6s ease-in; -webkit-transition: all .6s ease-in; -o-transition: all .6s ease-in;}
table.ox_table tbody tr:first-child td { border-top: 0}
table.ox_table tbody tr:hover td {background: #f8f8f8; border-color: rgba(0,0,0,.03); color: #757575; -moz-transition: all .1s ease-in; -webkit-transition: all .1s ease-in; -o-transition: all .1s ease-in;}
table.ox_table tfoot { font-style: italic}

pre {
	overflow-x: auto;
	padding-left: 8px; margin-bottom: 20px;
	line-height: 21px;
}

/*  for Responive Video (video-container)
-------------------------------------------------- */
.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%;
}


/*	Fluid Columns
-------------------------------------------------------------- */
.one_half, .one_third, .two_third, .one_fourth, .three_fourth { float: left; margin-right: 3.8%;}
.one_half       { width: 48%;}
.one_third      { width: 30.66%;}
.two_third      { width: 65.32%;}
.one_fourth     { width: 22%;}
.three_fourth   { width: 74%;}
.one_half.last, .one_third.last, .two_third.last, .one_fourth.last, .three_fourth.last { margin-right: 0px;}
.last{ margin-right: 0px;}
/*	Title indent
-------------------------------------------------------------- */
	body.checkout-onepage-index .page-title,
	body.checkout-cart-index .page-title { margin-top: 0;}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
.no-shadow{ box-shadow:none}
/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr;}
.ir br { display: none; }
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clear { clear:both; height:0; line-height: 0; font-size: 0;}

/* ==|== print styles =======================================================
   Print styles
   ========================================================================== */
@media print {
    *, *:before, *:after {
        background:  transparent !important;
        color:       #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */
        box-shadow:  none !important;
        text-shadow: none !important;
    }
    a, a:visited      { text-decoration: underline;}
    a[href]:after     { content: " (" attr(href) ")";}
    abbr[title]:after { content: " (" attr(title) ")";}
    a[href^="#"]:after, a[href^="javascript:"]:after { content: "";}
    pre,  blockquote  { border: 1px solid #999; page-break-inside: avoid;}
    thead             { display: table-header-group;}
    tr, img           { page-break-inside: avoid;}
    img               { max-width: 100% !important;}
    p, h2, h3         { orphans: 3; widows: 3;}
    h2,h3             { page-break-after: avoid;}
}


/* Colorswatches
---------------------------------------------------------------------*/
.colorswatches-container .colorswatch a { display: inline-block; padding: 0px 0px;}

ol.configurable-swatch-list li a.swatch-link.has-image {  padding: 0;  margin: 0;}
ol.configurable-swatch-list li a.swatch-link.has-image:hover {background-color: transparent!important;}
ol.configurable-swatch-list li a.swatch-link.has-image, ol.configurable-swatch-list li a.swatch-link.has-image:hover {color: #322c29;}

ol.configurable-swatch-list li a.swatch-link img {  border-radius: 3px;}
ol.configurable-swatch-list li a.swatch-link:hover img {  
 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
border-radius: 3px; border: 2px solid #322c29;}

ol.configurable-swatch-list li {float: left; width: 50%;}
ol.configurable-swatch-list li a.swatch-link {margin: 0;}


ul.configurable-swatch-list li { display: inline-block; margin: 0 2px 0px 0; text-align: center;}
ul.configurable-swatch-list li a.swatch-link {  display: inline-block; padding: 2px 0px;margin: 2px;}
ul.configurable-swatch-list li a.swatch-link.has-image, ul.configurable-swatch-list li a.swatch-link.has-image:hover {
	-webkit-transition: inherit; -moz-transition: inherit; -o-transition: inherit; transition: inherit;
}


ul.configurable-swatch-list li a.swatch-link.has-image {padding: 0;  margin: 0px}

ul.configurable-swatch-list li.selected a.swatch-link.has-image,
ul.configurable-swatch-list li a.swatch-link.has-image:hover { border-radius: 3px; background-color: transparent!important;}

ul.configurable-swatch-list li a.swatch-link img { border-radius: 3px;  }
ul.configurable-swatch-list li a.swatch-link:hover img, ul.configurable-swatch-list li.selected a.swatch-link img {  
 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
border-radius: 3px; border: 2px solid #322c29;}
ul.configurable-swatch-list li span.x {display: none;}


.products-grid ul.configurable-swatch-list {text-align: center; padding: 8px 0 0 0px; position: relative; z-index: 1;}
.products-list ul.configurable-swatch-list {clear: both;   margin: 0px 0 16px; border-bottom:1px solid; border-color:rgba(227,227,227,0.61); padding:0px 0 15px 0;}


/* facnybox styles---------------------------------------------------------------------*/
#fancybox-close{
	top: 10px;
    right: 10px;
	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/shopper_sprite.png);
	background-position: -240px -37px;
	width:31px;
	height:31px;
	border-radius:50%;
	background-color: #f4f4f2;
}
#fancybox-close:hover{
background-position: -195px -37px;
}

#fancybox-right-ico, #fancybox-left-ico{
	background-color: #f4f4f2;
	width: 35px;  
    height: 35px;
    background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/slideshow_arrows.png);
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: 70px 70px;
}

#fancybox-left-ico { background-position: 0 0;}
#fancybox-right-ico { background-position: right 0 top 0;}

#fancybox-left-ico:hover { background-position: 0 -35px; }
#fancybox-right-ico:hover { background-position: right 0 top -35px; }

/* content wrappers ---------------------------------------------------------------------*/
.white-wrap{
padding:20px  22px;
background:#fff;
border-radius:2px;
margin-bottom:50px;
box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.10);
box-sizing:border-box;
border:none;
}
.white-border-wrap{
padding:20px 22px;
border-radius:2px;
margin-bottom:50px;
background:#fff;
box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.10);
box-sizing:border-box;
border-top-color:#fe5252;
border:none;
border-top:6px solid #fe5252
}
.container-bottom{margin-bottom:-50px;}
.fw_container { width: 100%;}
.fullwidth-bg {background-color:#ffffff; position: relative; padding:30px 0; }
.fullwidth-bg:before {
	background-repeat: no-repeat;
	background-position:50% 100%;
	content: '';
	position: absolute;
	left: -200%;
	right: -200%;
	top: 0px;
	bottom: 0px;
	display: block;
	background-color: inherit;
	background-image: inherit;
}
.std .fullwidth-bg p, .cms-page-view .std .fullwidth-bg p, .fullwidth-bg p{
font-size:16px;
line-height: 28px;
}

.a-center{text-align:center;}

.icon_box .icon_wrapper {
	overflow:hidden;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	
}

.icon_style_outlined .icon_wrapper,
.icon_style_bg_color .icon_wrapper
{
	width:110px;
	height:110px;
	margin:0 auto 32px auto;
	padding-top:33px;
}

.icon_style_outlined-small .icon_wrapper,
.icon_style_bg_color-small .icon_wrapper
{
	width:70px;
	height:70px;
	margin:0 auto 28px auto;
	padding-top:22px;
}
.icon_box.icon_style_outlined-small .icon_wrapper,
.icon_box.icon_style_outlined .icon_wrapper {
	border-width:2px;
	border-style:solid;
}

.icon_box.icon_style_outlined-small .icon_wrapper,
.icon_box.icon_style_outlined .icon_wrapper {
	background:none !important;
}
/* ----------------------------*/
.thin_huge_title{
    font-size: 58px !important;
    letter-spacing: -3px !important;
    font-weight: 300 !important;
    line-height: 50px !important;
}
.tb_padding_wrap{
padding:40px 10px 0;
width:40%;
float:right;
}
.tb_padding_wrap hr {margin:30px 60px 0}

.regular_big_title{
font-size:48px!important;
font-weight:400!important;
text-align:center!important;
line-height: 42px!important;
letter-spacing:-2px!important;
}
.small_above_title{
font-size:17px!important; 
font-weight:600!important; 
text-align:center!important; 
color:#949494!important; 
margin-bottom:5px!important;
}
.align_right{text-align: right!important; }
.align_left{text-align: left!important; }

.product-filters dt {clear:both;}
.product-filters dd+dt {padding-top: 25px;}
/***** Standard *****/

@media only screen and (min-width:1280px) {
    /* View Type: List */
        .col3-layout .products-list .f-left {max-width: 40%;}
        .col3-layout .products-list .f-left img {max-width: 100%; height: auto;}
        .col3-layout .products-list .product-name {margin-left: 0;}
        .col3-layout .products-list .button-container p, .col3-layout .products-list .add-to-links, .col3-layout .products-list .add-to-links li a {line-height: 30px;}
      /*  .col3-layout .products-list .button-container .btn-add-cart, .products-list .add-to-links a {font-size: 12px;}*/
        .col3-layout .products-list .button-container .btn-add-cart span {width: 29px;height: 29px; margin: 0 15px 0 0;background-position:-243px -91px;}
		.col3-layout .products-list .button-container .btn-add-cart {font-size: 12px;}
		.col3-layout .products-list .add-to-links li a {font-size:12px;}
        .col3-layout .products-list .add-to-links li span {display: none;}
        .col3-layout .products-list .add-to-links li:first-child { padding: 0 18px;}
		
}


@media only screen and (max-width:1280px) {
	.col3-layout .page-head{margin: 0 -240px;}
    
    .home-main { width: 630px; }

    .products-list .add-to-links li:first-child { padding: 0 18px;}
    .products-list .add-to-links li span { display: none;}

    /* Product View */
        .product-view .product-shop-info .add-to-links { margin-left: -20px;}
        .product-view .product-shop-info .add-to-links li { float:left; margin: 0 0 8px 20px;}

        /* Form lists */
        /* Customer */

        .form-list .customer-name-middlename-suffix .name-lastname,
        .form-list .customer-name-prefix-middlename-suffix .name-lastname { width:511px; }

        .form-list .customer-name-middlename-suffix .name-lastname input.input-text,
        .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:511px; }

        .form-list .customer-name-prefix-middlename-suffix .name-firstname,
        .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text { width: 213px; }

        .form-list .customer-name-prefix-middlename-suffix .name-middlename,
        .form-list .customer-name-prefix-middlename-suffix .name-middlename input.input-text { width: 286px;}

        .form-list .customer-name-prefix-suffix .name-firstname,
        .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
        .form-list .customer-name-prefix-suffix .name-lastname,
        .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:210px; }

        .form-list .customer-name-middlename-suffix .name-firstname,
        .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
        .form-list .customer-name-middlename-suffix .name-middlename,
        .form-list .customer-name-middlename-suffix .name-middlename input.input-text { width:288px; }

        .form-list .customer-name-prefix-middlename .name-firstname,
        .form-list .customer-name-prefix-middlename .name-firstname input.input-text { width: 511px;}

        .form-list .customer-name-prefix-middlename .name-middlename,
        .form-list .customer-name-prefix-middlename .name-middlename input.input-text,
        .form-list .customer-name-prefix-middlename .name-lastname,
        .form-list .customer-name-prefix-middlename .name-lastname input.input-text { width: 288px; }

        .form-list .customer-name-prefix .name-firstname,
        .form-list .customer-name-prefix .name-firstname input.input-text { width:211px; }

        .form-list .customer-name-middlename .name-firstname,
        .form-list .customer-name-middlename .name-firstname input.input-text,
        .form-list .customer-name-middlename .name-middlename,
        .form-list .customer-name-middlename .name-middlename input.input-text { width:288px; }

        .form-list .customer-name-middlename .name-lastname,
        .form-list .customer-name-middlename .name-lastname input.input-text { width:100%; }
     
        .form-list .customer-name-middlename .name-middlename,
        .form-list .customer-name-prefix-middlename .name-firstname,
        .form-list .customer-name-middlename-suffix .name-middlename,
        .form-list .customer-name-prefix-middlename-suffix .name-middlename { margin-right: 0; }

        .customer-account-create .form-list .field,
        .customer-account-create .form-list .field input.input-text { width: 100%; }

        .product-slider-container .jcarousel-skin-tango .jcarousel-clip { margin: 0 -35px 0 -15px;}
		
		.tb_padding_wrap{padding:0 10px;width:35%;}
		.tb_padding_wrap h1{ font-size: 44px !important}


}

@media only screen and (min-width:980px) and (max-width:1280px) {
    .row { width:960px; }
 
    #queldoreiNav, #nav, .search-field #queldoreiNav, .search-field #nav { width:470px; margin:15px 0 15px 23px; }
    .search-field #queldoreiNav, .search-field #nav { width:340px; }
    .below-logo #queldoreiNav, .below-logo #nav {width:auto;}

    .homepage-banners a .content{margin:18px;}


    .flexslider .slides .content{max-width:760px;}
    .flex-direction-nav {width:960px;}

    .product-view .product-additional {display:none }
    .product-view .box-up-sell2 {display:block; margin-left:0; }

    .jcarousel-skin-tango .jcarousel-clip-horizontal, .jcarousel-skin-tango .jcarousel-container-horizontal {width:auto;}
    .home-main .jcarousel-skin-tango .jcarousel-container-horizontal, .home-main .jcarousel-skin-tango .jcarousel-clip-horizontal {width: auto;}

    .product-slider-container {width:auto}
    .home-main .product-slider-container {width: auto;}

    .home-left-col .home-main .product-slider-container {margin:30px 30px 0 0;}
    

    /* Base Columns */

    /* 1 Column Layout */

    /* 2 Columns Layout */
       
    /* 3 Columns Layout */
        .col3-layout .col-main              { margin-right: 238px;}
        .col3-layout .col-main-wrap-right   { margin-left: 238px;}
        .col3-layout .col-main-wrap         { float: right;}
        .col3-layout .col-left,
        .col3-layout .col-right             { width: 238px;}

    /* Home Page Layout */

home-main-left
    .cms-shopper-home-2col-left .product-slider-container .jcarousel-skin-tango ul.products-grid li.item,
    .cms-shopper-home-2col .product-slider-container .jcarousel-skin-tango ul.products-grid li.item,
    .cms-shopper-home-slideshow .product-slider-container .jcarousel-skin-tango ul.products-grid li.item { width: 220px;}
    .product-slider-container .jcarousel-skin-tango ul.products-grid li.item { width: 240px;}
	
	.home-main-left .product-slider-container .jcarousel-skin-tango ul.products-grid li.item,
    .home-main-right .product-slider-container .jcarousel-skin-tango ul.products-grid li.item,
     { width: 220px;}

    /* View Type: Grid */

    .col2-left-layout .category-description {margin-right:30px; }
    
    .col2-left-layout .products-list .ratings, .col2-right-layout .products-list .ratings { float: none; width: auto; clear: both; margin: 0;}
    .col2-left-layout .products-list .button-container .btn-add-cart span,
    .col2-right-layout .products-list .button-container .btn-add-cart span {width: 34px;height: 34px;}
    .col2-left-layout .products-list .button-container .btn-add-cart, .col2-right-layout .products-list .button-container .btn-add-cart,
    .col2-left-layout .products-list .add-to-links a, .col2-right-layout .products-list .add-to-links a { font-size: 12px;}


    .products-grid .hover .price-box { right: 9px; margin: -104px 0 0;}
    .products-grid .hover .price-box .price {font-size: 20px;}
    .products-grid .add-to-links { width: auto; font-size: 11px;}

    /* View Type: List */
        .col3-layout .products-list .f-left { max-width: 30%;}
        .col3-layout .products-list .f-left img { max-width: 100%; height: auto;}
        .col3-layout .products-list .product-shop { padding-left: 20px;}
        .col3-layout .products-list .product-name { margin-left: 0; font-weight:bold;}
        .col3-layout .products-list .button-container p, .col3-layout .products-list .add-to-links, .col3-layout .products-list .add-to-links li a {line-height: 30px;}
        .col3-layout .products-list .button-container .btn-add-cart, .products-list .add-to-links a {font-size: 12px;}
        .col3-layout .products-list .button-container .btn-add-cart span {width: 29px;height: 29px; margin: 0 10px 0 0;background-position:-243px -91px;}
        .col3-layout .products-list .add-to-links li span {display: none;}
        .col3-layout .products-list .add-to-links li:first-child { padding: 0 14px;}

	 /* two_columns 4 products per row */

    .two_columns_3 .add-to-links { height:auto; padding:10px 0;}
    .two_columns_3 .add-to-links li { display:block; margin:0; line-height:140%; }
    .two_columns_3 .add-to-links li { display:block; margin:0; }
    .two_columns_3 .hover .price-box {display:none}
    .two_columns_3 .quick-view { top:15%; left:23%; height:32px; line-height:32px; font-size:12px; }
    .two_columns_3 .product-name {font-size:14px}
    .two_columns_3 .hover .button-container button.button span span em {margin:0 5px 0 0;}	
		
		
    /* two_columns 4 products per row */

    .two_columns_4 .add-to-links { height:auto; padding:10px 0;}
    .two_columns_4 .add-to-links li { display:block; margin:0; line-height:140%; }
    .two_columns_4 .add-to-links li { display:block; margin:0; }
    .two_columns_4 .hover .price-box {display:none}
    .two_columns_4 .quick-view { top:15%; left:13%; height:32px; line-height:32px; font-size:12px; }
    .two_columns_4 .product-name {font-size:14px}
    .two_columns_4 .hover .button-container button.button span span em {margin:0 5px 0 0;}
    /* two_columns 5 products per row */
    .col2-left-layout .two_columns_5 { margin:0 -15px}

    .two_columns_5 .add-to-links {  height:auto; padding:5px 0;}
    .two_columns_5 .add-to-links li { display:block; margin:0; line-height:140%; }
    .two_columns_5 .add-to-links li { display:block; margin:0; }
    .two_columns_4 .hover .price-box {display:none}
    .two_columns_5 .quick-view { top:15%; left:7%; height:32px; line-height:32px; font-size:11px; }
    .two_columns_5 .product-name  a {font-size:12px}
    .two_columns_5 .hover .button-container button.button span span em {margin:0 5px 0 0;}
	.two_columns_5 .hover .button-container button.button span span {font-size: 11px;}
	.two_columns_5 .products-grid li.item {padding: 0 10px}
	.two_columns_5  .products-grid .hover {left:10px;right:10px}

    /* one_columns 5 products per row */

    .one_column_5 .add-to-links { height:auto; padding:10px 0;}
    .one_column_5 .add-to-links li { display:block; margin:0; line-height:140%; }
    .one_column_5 .add-to-links li { display:block; margin:0; }
    .one_column_5 .hover .price-box {display:none}
    .one_column_5 .quick-view { top:18%; left:26%; height:32px; line-height:32px; font-size:12px; }
    .one_column_5 .product-name {font-size:14px}
    .one_column_5 .hover .button-container button.button span span em {margin:0 5px 0 0;}
    /* one_columns 6 products per row */
 
    .one_column_6 .add-to-links {  height:auto; padding:10px 0;}
    .one_column_6 .add-to-links li { display:block; margin:0; line-height:140%; }
    .one_column_6 .add-to-links li { display:block; margin:0; }
    .one_column_6 .hover .price-box {display:none}
    .one_column_6 .quick-view { top:18%; left:26%; height:32px; line-height:32px; font-size:12px; }
    .one_column_6 .product-name {font-size:14px}
    .one_column_6 .hover .button-container button.button span span em {margin:0 5px 0 0;}

	
	.three_columns_3 .add-to-links { height:auto; padding:10px 0;}
    .three_columns_3 .add-to-links li { display:block; margin:0; line-height:140%; }
    .three_columns_3 .add-to-links li { display:block; margin:0; }
    .three_columns_3 .hover .price-box {display:none}
    .three_columns_3 .quick-view { top:15%; left:13%; height:32px; line-height:32px; font-size:12px; }
    .three_columns_3 .product-name {font-size:14px}
    .three_columns_3 .hover .button-container button.button span span em {margin:0 5px 0 0;}
	
	.products-list .add-to-links {padding:0;}

    .top-opc { width: 930px; margin-left: 0px;}
    .top-opc li{ margin-left: 0; margin-right: 12px;}
    .top-opc li:last-child {margin-right: 0;}

    #checkout-step-login .block-checkout-register, #checkout-step-login .block-checkout-login{}

    .form-list li.wide .input-box {width:100%}
    .form-list li.wide input.input-text {width:100%}

    .footer-info iframe {width:200px; margin:0 auto;}

    /* Product View */
    .product-view .product-img-box {max-width: 50%;}
    .product-view .product-img-box .product-image img {max-width: 100%; height: auto;}

    .product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-clip-horizontal {margin-right: 1px;}
    .product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-item { width:110px !important;}
}

/***** iPad *****/
@media only screen and (max-width: 979px) {
	.col3-layout .page-head{margin: 0}
    
    .home-main { float: none; width: 100%; }

    .cms-shopper-home-2col-left .home-left,
    .cms-shopper-home-2col .home-right,
    .cms-shopper-home-slideshow .home-right {float: none; width: auto; }

    .cms-shopper-home-2col-left .home-left .block { margin-left: 15px; }
   
    /* Navigation custom block */
    #queldoreiNav li.custom-block div.sub-wrapper {
        width: 100% !important;
        left: inherit !important;
    }
    table.mobile-custom-block {margin: 0 -5px;}
    table.mobile-custom-block h1 {font-size: 18px; word-wrap: break-word;}
    table.mobile-custom-block img { width: 100%; /* its fix for IE, FF - not reseized image in table on devices (?) */}
    
    /* Search input - "disable" text for mobile  */
    #search::-webkit-input-placeholder {  color: transparent;}

    .cart-top-container {margin-right: 0;}
    
    .col1-layout.col-main, .col2-left-layout .col-main, .col2-right-layout .col-main,
    .col-main-left, .col-main-right, .col2-left-layout .col-left, .col2-right-layout .col-right { clear: both; width: auto; float: none;}

    .sidebar, .catalog-category-view .col-left, .catalog-category-view .col-right { margin: 0; padding-top: 30px; padding-bottom: 30px;}

    .category-products,
    .toolbar-bottom .toolbar .pager {margin-bottom: 0;}

    /* View Type: Grid */
    .col3-layout .col-main {
        width: auto;
        float: none;
    }

    .top-opc {width: auto;}
    .checkout-onepage-index .col-right { margin: 0;}     
    #checkout-step-login input.input-text {width: 100%;}

    .add-review .form-list {max-width: 100%;} 

    footer address { margin-bottom: 11px;}
    
    /*Form input styles*/
    .form-list .field,
    .form-list .field input.input-text { width:100% !important; margin-right: 0;}
	.fullwidth-bg {padding:13px 0}
	.tb_padding_wrap{padding:0 10px;width:35%;}
	.tb_padding_wrap h1{ font-size: 35px !important;line-height: 40px !important}
}

/***** iPad (landscape) *****/
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.container-bottom{margin-bottom:0px;}
	.col3-layout .page-head{margin: 0}
    .row { width:750px;}
    .row .row { width:auto; margin: 0 -12px;}

    .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 { padding-left: 12px; padding-right: 12px;}

    .breadcrumbs { padding: 0 12px;}
    .sidebar .block { width: 226px; margin: 0 12px 24px;}


    .search-field #search_mini_form .form-search button {margin-left:216px}

    footer .grid_6 { text-align:center; width:100%; margin:0 auto; }
    footer ul.links { float:none; }
    .footer-info .grid_3 { width:50%; margin-bottom:24px; }
	.footer-info .grid_3:nth-child(odd)  {clear: both;}

    header a.logo {margin: 24px 0;}

    .nav-container, .nav-container .nav-top-title, .nav-container li.parent em {display: inline-block; }
    .nav-container {margin-left: 22px; margin-top: 3px; position: relative; }
	.nav-container .nav-top-title { width: 106px; margin-bottom: 6px;}
    
    .below-logo .nav_below { display: inline-block;}
    .below-logo .nav-container { margin-left: 22px; display: inline-block;}

    #queldoreiNav, #nav, .search-field #queldoreiNav, .search-field #nav, .below-logo #nav, .below-logo #queldoreiNav{
		
        float:none; width: 499px; margin:0 auto 10px !important; display:none;
        position: absolute;
        background-color: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        border-radius: 2px;
        padding: 26px 25px 23px;
        box-sizing: border-box
    }
    #queldoreiNav li, #nav li { float:none; position:relative; width:auto; margin:0 auto 3px;}
    #queldoreiNav li a, #nav li a, #queldoreiNav ul li a, #nav ul li a { float:none; padding:0; }
    #queldoreiNav li a span, #nav li a span {padding:0px 10px; border:none;}
    #queldoreiNav li:hover,
    #queldoreiNav li.over,
    #queldoreiNav li.active,
    #nav li:hover,
    #nav li.over,
    #nav li.active{  box-shadow:none;}
    #queldoreiNav>li>a:hover>span,
    #queldoreiNav>li.over>a>span,
    #queldoreiNav>li.active>a>span,
    #nav>li>a:hover>span,
    #nav>li.over>a>span,
    #nav>li.active>a>span{border:none; background:transparent; color:#fff; }
    #queldoreiNav>li>a:hover>em,
    #queldoreiNav>li.over>a>em,
    #queldoreiNav>li.active>a>em,
    #nav>li>a:hover>em,
    #nav>li.over>a>em,
    #nav>li.active>a>em{color:#fff; }
    #queldoreiNav ul, #queldoreiNav ul ul, #nav ul, #nav ul ul { position:static; margin:0; padding:5px 0 10px 5px;  box-shadow:none; }
    #nav ul, #nav ul ul { display:none; }
    #queldoreiNav ul li, #nav ul li {width:auto; }
	#queldoreiNav div.sub-wrapper, #queldoreiNav div.sub-wrapper ul div.sub-wrapper {  display:none; position:static; width:auto; padding:0; margin:0; border:none; background:#fff;  box-shadow:none;}
	#queldoreiNav>li>div.sub-wrapper>ul>li { float:none; display:block; border:none; width:auto; padding:0;}
	#queldoreiNav ul div.sub-wrapper ul { float:none; display:block; border:none; width:auto; padding:5px 0 10px 5px;}
	#nav ul.level0, #nav > li div { position:static; margin:0; padding:5px 0 10px 5px; width:auto; }
	#nav ul.level0 > li { float:none; display:block; width:auto !important; margin:0 auto 3px;}

	#nav ul.level0 > li > a { padding:0; font-family:Arial, serif !important; font-size:12px; font-weight:normal; color:#322c29 !important; line-height:28px; letter-spacing:0; text-transform:none; }
	#nav ul ul li { float:none; width:auto; margin:0 auto 3px; padding:0; line-height:28px; background:none;}
	#nav ul li.over > a, #nav ul li a:hover {background:#f5f4f4 !important; }

    .homepage-banners a .content{margin:25px 20px;}
    .homepage-banners a .content p{display:none; }
    .homepage-banners a .content .border{margin:5px 10px; }
    .homepage-banners a .content strong{font-size:24px; }
    .homepage-banners a .content button{margin:5px 0 0;}

    /* Base Columns */
        .col-main-wrap { padding: 24px 12px 0;}
        .col-main-right { width:600px; padding:30px 0 0; }
    
    /* 1 Column Layout */
	
    /* 2 Columns Layout */
        .col2-left-layout .col-main         { margin-left: 0;}
        .col2-left-layout .col-main-wrap    { float: none;}
    	.col2-left-layout .col-left         { float:none; clear:both; width: 100%;}

        .col2-right-layout .col-main        { margin-right: 0;}
        .col2-right-layout .col-main-wrap   { float: none;}
        .col2-right-layout .col-right       { float:none; clear:both; width: 100%;}

    /* 3 Columns Layout */
        .col3-layout .col-main              { margin-right: 0;}
        .col3-layout .col-main-wrap-right   { margin-left: 0;}
        .col3-layout .col-main-wrap         { float: none;}
        .col3-layout .col-left,
        .col3-layout .col-right             { width: 100%;}

    /* Home Page Layout */  
        .home-main .category-products {margin:0;}

        .home-left, .home-right         { clear: both; width: auto; float: none; padding-top: 30px; padding-bottom: 30px;}
        .home-left:after, .home-right:after { content: ''; clear: both; display: table;}
        .cms-shopper-home-2col-left .home-main, .home-main-right, .home-main-left       { margin: 0;}
        .cms-shopper-home-2col-left .home-main-wrap, .home-main-wrap { float: none; padding-left: 0;}
        .cms-shopper-home-2col .home-main, .home-main,
        .cms-shopper-home-slideshow .home-main      { margin: 0;}
        .cms-shopper-home-2col .home-main-wrap,
        .cms-shopper-home-slideshow .home-main-wrap { float: none; padding-right: 0;}

        .home-left,.home-right { margin: 0 -2%;}
        .home-left .block, .home-right .block {
              padding: 0;
              margin: 0 2%;
              float: left;
              width: 46%;
        }


    /* View Type: Grid */
    .products-grid {margin: 0 -12px;}
    .products-grid li.item { padding: 0 12px; margin: 0 0px 24px;}

   

    .col2-left-layout .page-title, .col2-right-layout .page-title, .col3-layout .page-title,
    .col2-left-layout .page-head, .col2-right-layout .page-head, .col3-layout .page-head { margin-left:0;  margin-top: -24px;}

    .page-head h3, .product-category-title {margin-top: -25px;}
    
    .cart .cart-collaterals { padding: 24px 0px;}
    .cart .cart-collaterals .grid_4 { width: 50%;}
    .cart .cart-collaterals .cart-total-top { float: none; width: auto; margin: 0 0px 24px; display: block;}
           
    .checkout-onepage-index .col-right .block { float:none; position: static !important; top:0; }
  
    .flexslider .slides .content{max-width:560px;}
    .flexslider .slides .content strong {font-size:48px; line-height:40px; }
    .flex-direction-nav {width:768px; display:none !important; }

    .slider-container { margin-bottom: 0;}

    .site-block, .mousetrap, #cloud-big-zoom {display:none; }

    #shopping-cart-totals-table strong {font-size:18px; padding:0 10px 0 0;}

    .data-table tfoot td { text-align:right !important;}

    .data-table td.td-image a {text-align:center; }

    .data-table td.td-edit, .data-table .btn-remove {display:none;}
    .data-table .td-actions .btn-remove, .data-table .td-actions .btn-edit {display:inline-block;}
    
    .data-table td.td-delete { text-align:center !important;}
   
    .data-table .td-actions {display:inline-block; padding:0 0 5px;}

    .data-table th.td-wishlist, .data-table th.td-edit,
    .data-table td.td-wishlist, .data-table td.td-edit, .data-table .btn-remove { display:none;}

    #product-attribute-specs-table th { display:block;}
    #product-review-table {display:table; }
    #product-review-table thead, #product-review-table tfoot, #product-review-table tbody{display:table-row-group; }
    #product-review-table tr{display:table-row; }
    #product-review-table td{display:table-cell; }
    #product-review-table th{display:table-cell;}
    

    /* Checkout: */
        .block-checkout-login .buttons-set p.required { clear: both; padding-top: 9px;}
        .opc .step {margin-bottom: 24px;}
        .opc .td-label {display:block; float:left; }
        .opc .step .buttons-set .back-link { margin: 0;}
        
        #checkout-review-table tfoot tr{display:table-row; }
        #checkout-review-table tfoot td{display:table-cell; }
        #checkout-review-table th, #checkout-review-table td {padding: 10px;}
        .opc #checkout-review-table span.td-label {display: none;}

        body.checkout-onepage-index .col2-right-layout .col-main        { margin-right: 250px;clear: inherit;}
        body.checkout-onepage-index .col2-right-layout .col-main-wrap   { float: left;}
        body.checkout-onepage-index .col-right                          { float: right; clear: inherit; width: 250px;margin-top: 296px; padding: 0px 12px 0; box-sizing: border-box;}
        #checkout-step-login                                            { margin: 0 -12px;}
        #checkout-step-login .block, #checkout-progress-wrapper .block  { margin-bottom: 24px;}
        #checkout-progress-wrapper .block-progress                      { margin-left: 0;margin-right: 0;}
        .page-title{min-height:85px;}

    /* Product View */
    .product-view .product-img-box {max-width: 50%;}
    .product-view .product-img-box .product-image img {max-width: 100%; height: auto;}
    .product-view .product-additional {display:none }
    .product-view .box-up-sell2 {display:block; margin-left:0; }   

    .home-main .jcarousel-skin-tango .jcarousel-container-horizontal, .home-main .jcarousel-skin-tango .jcarousel-clip-horizontal { width:auto;}

    .product-slider-container .jcarousel-skin-tango .jcarousel-clip { margin: 0 -12px;}
    .brands-slider-container .jcarousel-skin-tango .jcarousel-clip { margin: 0 -22px;}

    .product-slider-container {width:auto}

    .product-slider-container .jcarousel-skin-tango ul.products-grid li.item {width: 250px;}

    .product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-item {}

    #toTop {display:none !important;}
   
    /* two_columns 4 products per row */
 
    .two_columns_4 .add-to-links {  height:auto; padding:10px 0;}
    .two_columns_4 .add-to-links li { display:block; margin:0; line-height:140%; }
    .two_columns_4 .add-to-links li { display:block; margin:0; }
    .two_columns_4 .hover .price-box {display:none}
    .two_columns_4 .quick-view { top:15%; left:23%; height:32px; line-height:32px; font-size:12px; }
    .two_columns_4 .product-name {font-size:14px}
    .two_columns_4 .hover .button-container button.button span span em {margin:0 5px 0 0;}
    /* two_columns 5 products per row */
    .col2-left-layout .two_columns_5 { margin:0}

    .two_columns_5 .add-to-links { height:auto; padding:10px 0;}
    .two_columns_5 .add-to-links li { display:block; margin:0; line-height:140%; }
    .two_columns_5 .add-to-links li { display:block; margin:0; }
    .two_columns_4 .hover .price-box {display:none}
    .two_columns_5 .quick-view { top:15%; left:23%; height:32px; line-height:32px; font-size:12px; }
    .two_columns_5 .product-name {font-size:14px}
    .two_columns_5 .hover .button-container button.button span span em {margin:0 5px 0 0;}

    /* one_columns 5 products per row */

    .one_column_5 .add-to-links {  height:auto; padding:10px 0;}
    .one_column_5 .add-to-links li { display:block; margin:0; line-height:140%; }
    .one_column_5 .add-to-links li { display:block; margin:0; }
    .one_column_5 .hover .price-box {display:none}
    .one_column_5 .quick-view { top:18%; left:21%; height:32px; line-height:32px; font-size:12px; }
    .one_column_5 .product-name {font-size:14px}
    .one_column_5 .hover .button-container button.button span span em {margin:0 5px 0 0;}
    /* one_columns 6 products per row */

    .one_column_6 .add-to-links {  height:auto; padding:10px 0;}
    .one_column_6 .add-to-links li { display:block; margin:0; line-height:140%; }
    .one_column_6 .add-to-links li { display:block; margin:0; }
    .one_column_6 .hover .price-box {display:none}
    .one_column_6 .quick-view { top:18%; left:21%; height:32px; line-height:32px; font-size:12px; }
    .one_column_6 .product-name {font-size:14px}
    .one_column_6 .hover .button-container button.button span span em {margin:0 5px 0 0;}

	
	.three_columns_2   .category-products .products-grid li.item, .three_columns_2   .widget-products .products-grid li.item {clear: none !important;width: 33.33% !important;}
    .three_columns_2  .category-products .products-grid li.item:nth-child(3n+1), .three_columns_2  .widget-products .products-grid li.item:nth-child(3n+1) {clear: both !important;}
	
	.products-list .add-to-links {padding:0;}
	
    .top-opc {margin-left: -30px; margin-right: -250px;}
    .top-opc li { margin-left: 30px;}

    #my-orders-table tr {border-bottom:1px solid #e9e9e9 }
    #my-orders-table tr.last {border:none}

    .form-list li.wide .input-box,
    .form-list li.wide input.input-text {width: 100%;}

    /* wishlist */
    .my-wishlist .data-table td .btn-remove { display: inline-block;}
   
}

/***** iPhone *****/
@media only screen and (max-width: 767px) {
	.container-bottom{margin-bottom:0px;}
	.col3-layout .page-head{margin: 0}
	.h1, .h2, .page-title h1, .page-title h2 {
  font-size:25px; line-height:30px; letter-spacing:-1px;
}

    .row .row { margin:0 -10px;}

    .header-wrapper {height: auto !important;}

    .one_half.last, .one_third.last, .two_third.last, .one_fourth.last, .three_fourth.last, .one_half, .one_third, .two_third, .one_fourth, .three_fourth { float: none; width: 100%; margin-bottom:30px;/* text-align:center;*/}
	

    .title-buttons {text-align:center}
    .title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {float:none;}

    .site-block {display:none;}

    .top-switch-bg .grid_6 {text-align:center; margin:0}

    .links li{ line-height:120%; display:inline; padding:0 5px; text-align:center; white-space:nowrap; }
    .links li.separator {display:none; }

    .top-switch-bg .links {text-align: center;}

    .cart-top span {max-width: inherit;}

    .footer-banners { padding:25px 0 0; }
    .footer-info { padding:30px 0 15px 0; }
    .footer-info .grid_3 { margin-bottom:0px; }
    .footer-info .grid_3 .block-content { margin-bottom:30px; }
    .footer-info ul.social {margin:10px 0 0; }
    .footer-info .block-control {display:block; }
    .footer-info .block-content {display:none; }

    footer .grid_6{ text-align:center; margin-bottom: 0;}
    footer ul.links { float:none; }

    .language-switch, .currency-switch {display:none;}

    .language-select, .currency-select { padding-top: 7px; display: block; }

    .switch1 .language-select { width: 50%; margin: 0 auto;}
    .switch2 .currency-select { width: 50%; margin: 0 auto;}
    
    .switch1.switch2 .language-select,
    .switch1.switch2 .currency-select { float: left; margin: 0; box-sizing: border-box;}
    .switch1.switch2 .language-select { padding-right: 5px;}
    .switch1.switch2 .currency-select { padding-left: 5px;}

    .language-select span, .currency-select span {display:none; }
    .language-select select, .currency-select select { width:100%;}
    
    .nav-container .nav-top-title {width: auto;}

    .nav-container, .nav-container .nav-top-title, .nav-container li.parent em {display:block; }
	#queldoreiNav, #nav, .search-field #queldoreiNav, .search-field #nav{float:none; width:auto; margin:0 auto 0px; display:none;}
	#queldoreiNav li, #nav li { float:none; position:relative; width:auto; margin:0 auto 3px;}
	#queldoreiNav li a, #nav li a, #queldoreiNav ul li a, #nav ul li a { float:none; padding:0; }
	#queldoreiNav li a span, #nav li a span {padding:0px 10px; border:none;}
	#queldoreiNav li:hover,
	#queldoreiNav li.over,
	#queldoreiNav li.active,
	#nav li:hover,
	#nav li.over,
	#nav li.active{  box-shadow:none;}
	#queldoreiNav>li>a:hover>span,
	#queldoreiNav>li.over>a>span,
	#queldoreiNav>li.active>a>span,
	#nav>li>a:hover>span,
	#nav>li.over>a>span,
	#nav>li.active>a>span{border:none; background:transparent; color:#fff; }
	#queldoreiNav>li>a:hover>em,
	#queldoreiNav>li.over>a>em,
	#queldoreiNav>li.active>a>em,
	#nav>li>a:hover>em,
	#nav>li.over>a>em,
	#nav>li.active>a>em{color:#fff; }
	#queldoreiNav ul, #queldoreiNav ul ul, #nav ul, #nav ul ul { position:static; margin:0; padding:5px 0 10px 5px;  box-shadow:none; }
	#nav ul, #nav ul ul { display:none; }
	#queldoreiNav ul li, #nav ul li {width:auto; }
	#queldoreiNav div.sub-wrapper, #queldoreiNav div.sub-wrapper ul div.sub-wrapper {  display:none; position:static; width:auto; padding:0; margin:0; border:none; background:#fff;  box-shadow:none;}
	#queldoreiNav>li>div.sub-wrapper>ul>li { float:none; display:block; border:none; width:auto; padding:0;}
	#queldoreiNav ul div.sub-wrapper ul { float:none; display:block; border:none; width:auto; padding:5px 0 10px 5px;}
	#nav ul.level0, #nav > li div { position:static; margin:0; padding:5px 0 10px 5px; width:auto; }
	#nav ul.level0 > li { float:none; display:block; width:auto !important; margin:0 auto 3px;}

	#nav ul.level0 > li > a { padding:0; font-family:Arial, serif !important; font-size:12px; font-weight:normal; color:#322c29 !important; line-height:28px; letter-spacing:0; text-transform:none; }
	#nav ul ul li { float:none; width:auto; margin:0 auto 3px; padding:0; line-height:28px; background:none;}
	#nav ul li.over > a, #nav ul li a:hover {background:#f5f4f4 !important; }

    .homepage-banners a .content{margin:50px 20px;}
    .homepage-banners a .content .border{margin:5px 10px; }
    .homepage-banners a .content strong{font-size:24px; line-height:18px; }
    .homepage-banners a .content p{display:none;}
    .homepage-banners a .content button{margin:5px 0 0;}


    /* Base Columns */
        .col-main-wrap { float: none; padding: 20px 10px 0;}
        
        .col2-left-layout .col-left, .col3-layout .col-left,
        .col2-right-layout .col-right, .col3-layout .col-right { padding-top: 30px;}
    
    /* 1 Column Layout */
    
    /* 2 Columns Layout */
        .col2-left-layout .col-main         { margin-left: 0;}
        .col2-left-layout .col-main-wrap    { float: none;}
        .col2-left-layout .col-left         { float:none; clear:both; width: 100%;}

        .col2-right-layout .col-main        { margin-right: 0;}
        .col2-right-layout .col-main-wrap   { float: none;}
        .col2-right-layout .col-right       { float:none; clear:both; width: 100%;}

    /* 3 Columns Layout */
        .col3-layout .col-main              { margin-right: 0;}
        .col3-layout .col-main-wrap-right   { margin-left: 0;}
        .col3-layout .col-main-wrap         { float: none;}
        .col3-layout .col-left,
        .col3-layout .col-right             { width: 100%;}
    
    /* Home Page Layout */  
        .cms-index-index .col-main { margin: 0;}
        .home-main .category-products {width:auto; margin:0 auto 0px;}

        .home-left, .home-right         { clear: both; width: auto; float: none; padding-top: 30px; padding-bottom: 30px;}
        .home-left:after, .home-right:after { content: ''; clear: both; display: table;}

        .cms-shopper-home-2col-left .home-main, .home-main-right, .home-main-left       { margin: 0;}
        .cms-shopper-home-2col-left .home-main-wrap, .home-main-wrap  { float: none; padding-left: 0;}
        .cms-shopper-home-2col .home-main,
        .cms-shopper-home-slideshow .home-main, .home-main      { margin: 0;}
        .cms-shopper-home-2col .home-main-wrap,
        .cms-shopper-home-slideshow .home-main-wrap { float: none; padding-right: 0;}


    /*  Prodcut grid and item */
       .category-products .products-grid li.item, .widget-products .products-grid li.item {clear: none !important;width: 50% !important;}
       .category-products .products-grid li.item:nth-child(2n+1), .widget-products .products-grid li.item:nth-child(2n+1) {clear: both !important;}
		
		
       
        
        .cms-shopper-home-2col .col1-layout .category-products .products-grid li.item:nth-child(3n+1),
        .cms-shopper-home-2col-left .col1-layout .category-products .products-grid li.item:nth-child(3n+1),
        .cms-shopper-home-slideshow .col1-layout .category-products .products-grid li.item:nth-child(3n+1) { clear: inherit;}
        .cms-shopper-home-2col .col1-layout .category-products .products-grid li.item:nth-child(4n+1),
        .cms-shopper-home-2col-left .col1-layout .category-products .products-grid li.item:nth-child(4n+1),
        .cms-shopper-home-slideshow .col1-layout .category-products .products-grid li.item:nth-child(4n+1) { clear: inherit;}
        .cms-shopper-home-2col .col1-layout .category-products .products-grid li.item:nth-child(2n+1),
        .cms-shopper-home-2col-left .col1-layout .category-products .products-grid li.item:nth-child(2n+1),
        .cms-shopper-home-slideshow .col1-layout .category-products .products-grid li.item:nth-child(2n+1) { clear: both;}
        .cms-shopper-home-2col .col1-layout .category-products .products-grid li.item,
        .cms-shopper-home-2col-left .col1-layout .category-products .products-grid li.item,
        .cms-shopper-home-slideshow .col1-layout .category-products .products-grid li.item {width: 50%;}
    	

    .col2-left-layout .page-title, .col2-right-layout .page-title, .col3-layout .page-title,
	.col2-left-layout .page-head, .col2-right-layout .page-head, .col3-layout .page-head { margin-left:0; margin-top: -20px;}

    .page-head h3, .product-category-title {margin-top: -21px;}

    .checkout-onepage-index .col-right .block { float:none; }   

    .flexslider .slides .content{max-width:240px; margin:30px; }
    .flexslider .slides .content strong{font-size:32px; line-height:26px; }
    .flex-direction-nav {width:300px; display:none !important;}
    .flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
    .flex-direction-nav .flex-next {background-position: 100% 0; }
    .flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
    .flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}

    .slider-container {margin-bottom:0;}

    .site-block, .mousetrap, #cloud-big-zoom {display:none; }

    .block-login {width:300px;}
    .block-login .block-title {padding:29px 8px 50px;}
    .block-login .block-content {padding:0 18px 25px;}
    .block-login .new-users {width:300px;}

    .product-prev, .product-next {
        font-size: 0; color: transparent; width: 27px; height: 27px; padding: 0; margin-top: 4px;
    }
    .product-prev span, .product-next span {
        width: 27px; height: 27px; padding: 0;
        display: block;
    }
    .product-prev span {
        background-position: 1px -1px;
    }
    .product-next span {
        background-position: -2px -29px;
    }

    .data-table tfoot tr.first td.last {box-shadow: none; text-align: center !important;}
    #checkout-review-table tfoot tr.first td.last {box-shadow: inset 0px 4px 6px -4px rgba(0, 0, 0, 0.15);}
    body.sales-order-view table#my-orders-table tfoot td.last {padding-top: 0;}

    .cart .cart-collaterals .grid_4 {clear: both; float: left;}

    /* View Type: Grid */
    .products-grid { margin: 0 -10px;}
    .products-grid li.item {
        width: 50%;
        padding: 0 10px;
        margin: 0 0px 20px;
    }

    .product-view .product-shop-info {padding-left: 0;}
    .product-view .product-shop-info .product-name {margin-left: 0; margin-top: 0;}

    .product-view .product-additional {display:none }
    .product-view .box-up-sell2 {display:block; margin-left:0; }
    .product-view .product-img-box {float:none; margin:0 auto 20px; max-width:300px }
    .product-view .product-img-box .product-image img{ width:282px; height:auto; }
  /*  .product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-container-horizontal,
    .product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-clip-horizontal {width:190px !important; overflow:hidden; }
    .product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-item {width:190px !important; margin:0}
    .product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-item img {display:block; width:140px; height:auto; margin:0 auto;}*/
    
    .product-tabs {display:none}
	.product-tabs-container { 
        margin: 0 0 30px; 
        box-shadow: 1px -1px 6px -1px rgba(0, 0, 0, 0.15);
    }
	.product-tabs-container h2.tab-heading { display:block; font-family: Arial, Helvetica, sans-serif;}
    .product-tabs-container > h2#product_acc_description_tabbed {border-radius: 3px 3px 0 0;}
    .product-tabs-container > h2#product_acc_custom {border-radius: 0 0 3px 3px;}
	.product-tabs-content {
        margin: 0px 0px 1px;
        padding: 3px 21px 22px;
        box-shadow: none;
    }


    /*ui-accordion styles*/

    body .ui-accordion { 
        margin: 0 0 30px;
        box-shadow: 1px -1px 6px -1px rgba(0, 0, 0, 0.15);
    }

    body .ui-accordion h2.ui-accordion-header { 
        border: 1px solid #e1e1e1;
        margin: -1px 0 0 0 !important;
        position: relative;
        background: #f5f5f5;
        padding: 11px 0 10px;
        box-sizing: border-box;
        font-weight: bold;
        line-height: 1.25;
        border-radius: 0;
    }

    body .ui-accordion-header-icon { display: none !important; }
    body .ui-accordion:first-child h2 { border-radius:3px 3px 0px 0px; }
    body .ui-accordion h2.ui-accordion-header { display:block; font-family: Arial, Helvetica, sans-serif;}
    body .ui-accordion h2.ui-accordion-header:hover { background-color:#fff; }
    body .ui-accordion h2.ui-accordion-header a { display:block; padding:0px 20px !important; color:#000; color:rgba(0,0,0,0.67); font-size:16px;text-transform: none; letter-spacing: -1px; }
    body .ui-accordion h2.ui-accordion-header a:hover { text-decoration:none; }
    body .ui-accordion h2.ui-state-active {border:0; padding-left: 1px; border-top-width:4px; border-top-style: solid; background:#fff; border-radius:2px; }
    body .ui-accordion h2.ui-state-active a,
    body .ui-accordion h2.ui-state-active a:hover { background-color:#fff; }
    body .ui-helper-reset,
    body .ui-accordion-content { font-size: inherit; line-height: inherit; }
    body .ui-accordion .ui-accordion-content {
        margin: 0px 0px 1px !important;
        padding: 3px 21px 22px !important;
        box-shadow: none !important;
    }

    /* Accordeon style for Alternative Custom Tabs */

    body .clean_tabs .ui-accordion h2.ui-accordion-header:hover { background-color:transparent; }
    body .clean_tabs .ui-accordion h2.ui-state-active {border:0; border-top-width:4px; border-top-style: solid; background:transparent; }
    body .clean_tabs .ui-accordion h2.ui-state-active a,
    body .clean_tabs .ui-accordion h2.ui-state-active a:hover { background-color:transparent; }
    body .clean_tabs .ui-accordion .ui-widget-content { background:transparent; }

    .product-view .box-tags .form-add .input-box {width:167px;}
    
    .home-main .jcarousel-skin-tango .jcarousel-container-horizontal, .home-main .jcarousel-skin-tango .jcarousel-clip-horizontal { width:auto;}
    .product-slider-container .jcarousel-skin-tango .jcarousel-clip { margin: 0 -10px;}
    .brands-slider-container .jcarousel-skin-tango .jcarousel-clip { margin: 0 -20px;}
    
    .product-slider-container {width:auto}
    
    .product-slider-container .jcarousel-skin-tango ul.products-grid li.item {width: 230px;}

    .product-slider-container h2 {width:200px;}

    .brands-slider-container .jcarousel-skin-tango .jcarousel-clip ul.jcarousel-list {  padding: 28px 0 0px !important;}

    .my-account .page-title button.button {margin-top: 30px;}

    .cart .page-title { height:auto;}
    .cart .page-title .checkout-types { margin:19px 0 0; float:none;}
    .cart .title-buttons .checkout-types li {float:none; margin:0; text-align:center;}
    #shopping-cart-totals-table strong {font-size:20px; padding:0 10px 0 0;}
	
	
    .data-table table, .data-table thead, .data-table tbody, table.data-table td, .data-table tr { display: block; border:0px;   text-align: left !important;}
	.data-table tr {border-bottom:1px solid #e9e9e9;}
	.data-table th {display:none;}
    .data-table td, .data-table .td-name {padding:20px;}
    .data-table td.td-name h2 {font-size:20px; font-weight:400; }
    .data-table td.td-image {padding-top: 25px;}
    .data-table td.td-image a {text-align:center; }
    .data-table td.td-image img {width:200px;}
    .data-table td.td-edit, .data-table .btn-remove {display:none;}
    .data-table .td-actions .btn-remove, .data-table .td-actions .btn-edit {display:inline-block;}
    .data-table td.td-price {padding:20px; background:#fafafa;}
    .data-table td.td-qty {padding:0 20px; background:#fafafa;}
	.data-table button.button span{padding:0}
	.data-table button.button span{width:100%}
    .data-table td.td-delete {background:#fafafa; text-align:center !important;}
    .data-table td.td-wishlist {padding:10px;}
    .data-table .td-title {display:inline-block; width:100px; padding:0 10px 0 0; font-weight:bold; vertical-align: middle;}
    .data-table .qty-wrap {float: none;vertical-align: middle;display:inline-block;}
    .data-table .td-actions {display:inline; padding:0 5px; }
    .data-table .button, .data-table .btn-continue {float:none; display:inline-block; margin:0 0px 12px; width:100%; padding:0;}
    .data-table .btn-continue {margin-left: 0;} .data-table .btn-update {margin-right: 0;}
    .data-table .btn-emty {clear: both; margin-bottom: 0;}
    
	.ox_table table, .ox_table thead, .ox_table tbody, table.ox_table td, .ox_table tr { display: block; border:0px;  text-align: left !important;}	
	table.ox_table tbody td{ border-top:0px;}
    .ox_table th {display:block;}
	.ox_table tr {border-bottom:1px solid #e9e9e9;}
    .ox_table td, .ox_table .td-name {padding:10px;}
    .ox_table td.td-name h2 {font-size:20px; font-weight:400; }
    .ox_table td.td-image {padding-top: 25px;}
    .ox_table td.td-image a {text-align:center; }
    .ox_table td.td-image img {width:200px;}
    .ox_table td.td-edit, .ox_table .btn-remove {display:none;}
    .ox_table .td-actions .btn-remove, .ox_table .td-actions .btn-edit {display:inline-block;}
    .ox_table td.td-price {padding:10px; background:#fafafa;}
    .ox_table td.td-qty {padding:0 10px; background:#fafafa;}
    .ox_table td.td-delete {background:#fafafa; text-align:center !important;}
    .ox_table td.td-wishlist {padding:10px;}
    .ox_table .td-title {display:inline-block; width:100px; padding:0 10px 0 0; font-weight:bold; vertical-align: middle;}
    .ox_table .qty-wrap {float: none;vertical-align: middle;display:inline-block;}
    .ox_table .td-actions {display:inline; padding:0 5px; }
    .ox_table .button, .ox_table .btn-continue {float:none; display:inline-block; margin:0 5px 12px}
    .ox_table .btn-continue {margin-left: 0;} .ox_table .btn-update {margin-right: 0;}
    .ox_table .btn-emty {clear: both; margin-bottom: 0;}
	
    #product-review-table  th { display:block;}
    #product-review-table  th span { display: block; margin: 0 auto; width: 8px; overflow: hidden;}
    
    #product-review-table {display:table; }
    #product-review-table thead, #product-review-table tfoot, #product-review-table tbody{display:table-row-group; }
    #product-review-table tr{display:table-row; }
    #product-review-table td{display:table-cell; min-width: 13px; border: 1px solid #e9e9e9;border-top: none;border-left: none;}
    #product-review-table tbody tr:last-child td {border-bottom: none;}
    #product-review-table th{display:table-cell;}

	.cart .cart-collaterals { padding: 20px 0px;}

	

    .opc .step { margin-bottom: 20px;}

    #toTop {display:none !important;}


    #my-reviews-table td {padding-bottom: 0;}
    #my-reviews-table tbody td.last {border-bottom: 1px solid #e9e9e9; padding-bottom: 10px;}
    #my-reviews-table tbody tr.last td.last {border-bottom: 0;}

    
    .products-list .ratings { float: none; width: auto; clear: both; margin: 0;}

    /* two_columns 4 products per row */
    
    .two_columns_4 .product-name {font-size:16px}
    /* two_columns 5 products per row */
    .col2-left-layout .two_columns_5 { margin:0 auto}
    
    .two_columns_5 .product-name {font-size:16px}

    /* one_column 5 products per row */
   
    .one_column_5 .product-name {font-size:16px}
    /* one_column 6 products per row */
   
    .one_column_6 .product-name {font-size:16px}

    .top-opc {margin-left: 0;}
    .top-opc li { margin:0 0 30px}
    .opc .td-label {display:block; float:left; }
    .form-list .field { float: none; width: 100%; margin-right: 0; margin-bottom: 5px;}

    
    /* Checkout: */
    #checkout-review-table tfoot tr {display:table-row; }
    #checkout-review-table tfoot td {display:table-cell; }
    #checkout-step-login .block-checkout-register, #checkout-step-login .block-checkout-login { float: none; width: auto;}
    #checkout-step-login .block-checkout-register .block,  #checkout-progress-wrapper .block { margin-bottom: 20px;}
    #checkout-step-login .block-checkout-login .block { margin-bottom: 0;}
   
    #checkout-review-submit p {margin:0 20px 0 0;}

    #review-buttons-container {text-align: center}
    #review-buttons-container button {float:none;}

    #my-orders-table span.title {display:inline-block}
    #my-orders-table tr {border-bottom:1px solid #e9e9e9 }
    #my-orders-table tr.last {border:none}

    .form-list li.wide .input-box,
    .form-list li.wide input.input-text { width: 100%;}

    .col2-set .col-1, .col2-set .col-2 {float:none; width:100%;}
    .my-account .col2-set .col-1 {float:left; width:49%;}
    .my-account .col2-set .col-2 {float:right; width:49%;}

    .col2-set address {margin:5px 0;}
    .opc .step  .buttons-set .back-link { margin: 0;}

    /* wishlist */
    .my-wishlist .data-table td .btn-remove { display: inline-block;}
    .my-wishlist .data-table td.last {padding: 0 0 10px; text-align: center !important;}
    .my-wishlist .data-table .add-to-cart-alt { margin: 0 4px;}
    .my-wishlist .data-table .cart-cell > div, .my-wishlist .data-table .cart-cell > p  { display: inline-block; vertical-align: middle;}
    .my-wishlist .data-table input.qty,
    .my-wishlist .data-table button.button { display: inline-block; margin: 0 4px; vertical-align: middle;}
    .my-wishlist .data-table input.qty { width: 45px;}

    .my-wishlist + .buttons-set { margin: 0;}
    .my-wishlist + .buttons-set .back-link {float: left;}

    .account-login, .account-create {padding: 20px 0;}

     /*blog styles*/

    .postContent {
        margin: 0;
    }
    .blogMeta {
        float: none;
        width: 100%;
        padding: 0;
    }
    .postDetails {
        margin: 0;
        text-align: left;
    }
    .postDetails .author {
        display: inline-block;
    }
    .add-comments ul.form-list input.input-text {
        width: 100%;
    }
    .blog-icon {
        display: none;
    }
    .commentBox,
    .postDetails .separator-resp {
        display: inline-block;
    }
    .postContentWrapper {
        margin-left: 0;
    }
    button.button.aw-blog-read-more {
        margin-top: 0;
    }
	
	.tb_padding_wrap{padding:40px 10px;width:100%;}
	.fullwidth-bg.a-center.clearfix {background-image:none !important}
}


/***** iPhone (landscape) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.align_right, .align_left {text-align: center!important;}
	.hide_on_mobile{ display:none!important; }
	.container-bottom{margin-bottom:0px;}
	.col3-layout .page-head{margin: 0}
	.product-options dd select{width:100%;}
	.toolbar-switch .toolbar-title {z-index:4;}
	.product-view .product-img-box {float:none; margin:0 auto 20px; max-width:440px }
    .product-view .product-img-box .product-image img{ width:100%; height:auto; }
	
    .row { width:460px; margin: 0 auto;}
    .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 { 
        width:100%; padding: 0 10px; margin:0 0 20px;
    }

    .links li:last-child{ margin-right:0; }
    .links li.separator {display:none; }

    .cart-top-container {margin-right: 56px;}
    .cart-top span {
        padding-left:5px;
        font-size: 11px;
		padding: 11px 0 0 9px;
        width: 50px;
        position: absolute;
    }

    .homepage-banners a .content p{display:block;}

    /* Header */
        header a.logo {margin: 19px 0;}
        header .grid_12 {margin-bottom: 13px;}

    .top-dropdowns {top: 37px;}

    #queldoreiNav, #nav, .search-field #queldoreiNav, .search-field #nav {width: auto; margin-bottom: 0;}
    #queldoreiNav li, #nav li {width: auto;}

    /* Search field */
        .search-field  a.logo { margin-bottom: 59px;}
        .search-field .search-top-container { position: absolute; left: 0; top: 49px; margin: 0;}
        .search-field .search-top-container .form-search { margin-left: -309px; margin-right: -131px;}
        .search-field #search { width: 100%;}

    .below-logo .nav-container { margin: 0;}
    
    .breadcrumbs {padding: 0 12px;}

    .home-left,.home-right { margin: 0 -2%;}
    .home-left .block, .home-right .block, 
    .cms-shopper-home-2col-left .home-left .block  {
          padding: 0;
          margin: 0 2%;
          float: left;
          width: 46%;
    }

    /* View Type: Grid */
        .sorter .sort-order {margin-right: 9px;}

    /* View Type: List */
        .products-list .f-left {max-width: 30%;}
        .products-list .f-left img {max-width: 100%; height: auto;}
        .products-list .product-shop { padding-left: 20px;}
        .products-list .product-name {margin-left: 0;}
        .products-list .button-container p, .products-list .add-to-links, .products-list .add-to-links li a {line-height: 30px;}
        .products-list .button-container .btn-add-cart, .products-list .add-to-links a {font-size: 12px;}
        .products-list .button-container .btn-add-cart span {width: 30px;height: 30px; margin: 0 6px 0 0;background-position:-243px -91px;}
        .products-list .add-to-links li:first-child {padding: 0 11px;}
    
    
    .flexslider .slides .content{max-width:396px; margin:30px; }
    .flex-direction-nav {width:456px;}
    .flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block;  position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
    .flex-direction-nav .flex-next {background-position: 100% 0; }
    .flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
    .flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}

    .homepage-banners a .content p{display:none;}

    .top-opc li { width: 137px; padding-right: 5px;}
    .top-opc li h2 { font-size: 14px;}

    .dashboard .box-reviews li.item {width: 50%;}

    .sidebar .block { margin: 0 10px 20px; width: 210px;}

    .toolbar-switch .toolbar-title {padding-right: 37px;}
}

/***** iPhone (portrait) *****/
@media only screen and (max-width: 479px) {
	.container-bottom{margin-bottom:0px;}
	.col3-layout .page-head{margin: 0}
	.product-options dd select{width:100%;}
	
	.toolbar-switch .toolbar-title {z-index:4;}
	/* hide cart icon on mobiles*/
	.products-grid .button-container{
		display:none;
	}
	/* scale down labels on mobiles */
	.product-img-box .sale-top-left{
		background-position:-130px -0px;
	}
	.sale-label{
		
		background-position: -197px 0px!important;	
	}
	.sale-top-left{
		background-position:-130px -0px!important;
	}
	.new-label{
		background-position: -65px 0px!important;	
	}
	
	.new-top-left{
	
		background-position: 0px 0px!important;	
	}
	
	.new-label, .sale-label{
		width:65px;
		height:65px;	
		background-size: 260px 130px!important;	
	}
	/*prodct page */
	.product-view .product-shop .price-box .old-price{
		position:initial;
		margin:0px 0 5px 0px;
	}

	.product-view .product-shop .price-box .price, .product-view .product-shop-info .price-box .regular-price .price, .product-view .product-shop-info .price-box .special-price .price{
		font-size:36px;
	}
	
	.price-box p.old-price{
		float:none;
	}
	.product-view h1{
		font-size:26px;
	}
	
	 product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-container-horizontal,
    .product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-clip-horizontal {width:190px !important; overflow:hidden; }
    .product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-item {width:190px !important; margin:0}
    .product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-item img {display:block; width:140px; height:auto; margin:0 auto;}
    .row { width:320px; margin: 0 auto;}
    .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
        width:320px; padding: 0 10px; margin: 0 0 20px;
    }
  
    header .grid_12 { text-align: center; margin-bottom: 19px;}
    header .logo { display: block;}
    header a.logo { margin: 19px 0;}
    .top-dropdowns {
        position: relative;
        top: inherit;
        margin: 0;
        display: inline-block
    }

    /* Resize Navigations Elements: */
        .nav-container { width: 38px; display: inline-block;}
            .nav-container .nav-top-title { width: 38px; height: 38px; border-radius: 100%; padding: 0; margin: 0;}
                .nav-container .nav-top-title a {display: none;}
                    .nav-container .nav-top-title div.icon { margin: 13px 10px 0 12px;}
            #queldoreiNav, #nav, .search-field #queldoreiNav, .search-field #nav, .below-logo #nav, .below-logo #queldoreiNav { margin: 8px 0px 0px -69px; width: 300px;}
            .search-field #queldoreiNav, .search-field #nav {margin-left: -86px; /* ? */ }
        .top-dropdowns {vertical-align: top;}
        .compare-top-container, .cart-top-container {margin-left: 6px;}
        .cart-top {position: relative;}
        .cart-top span {
            padding-left: 5px;
			padding: 11px 0 0 9px;
            font-size: 11px;
            width: 63px;
            position: absolute;
            text-align: left;
        }

        .search-form, .compare-top-container .details, .cart-top-container .details,
        .search-form-border, .compare-top-container .details-border, .cart-top-container .details-border { width: 300px; box-sizing: border-box;}
        .search-form {left: -109px; right:0;}
        .compare-top-container .details { left: -153px; right:0;}
        .cart-top-container .details { left: -197px;}

        .search-form-border:before { right: 166px;}
        .compare-top-container .details-border:before { right: 122px;}
        .cart-top-container .details-border:before { left: inherit; right: 78px;}

        #search_mini_form .form-search button { display: block; right: 2px;}
    
    /* Search field */
        .search-field  a.logo { margin-bottom: 59px;}
        .search-field .search-top-container { position: absolute; left: 0; top: -44px; margin: 0;}
        .search-field .search-top-container .form-search {margin-left: -127px; margin-right: -173px;}
        .below-logo .search-field .search-top-container .form-search {margin-left: -119px;  margin-right: -179px;}
        .search-field #search { width: 100%;}

    .below-logo .nav_below {display: inline-block;}

    .breadcrumbs {padding: 0 10px;}
    
    .sidebar .block { margin: 0 10px 20px; width: 300px;}

    .cms-index-index .block {margin: 0 0 20px;}

    /* View Type: Grid */
        .products-grid .product-name a,
        .products-grid .price-box .price { font-size: 14px;}

    /* View Type: List */
        .products-list li.item {padding: 0 0px 30px;}
        .products-list .product-image, .products-list .f-left { float:none !important; margin: 0 auto; text-align: center;}
        .products-list .product-image {display: inline-block;}
        .products-list .product-shop {margin:10px 0 0; padding-left: 0; overflow: inherit;}
        .products-list .product-name {margin-left: 0;}
        .products-list .ratings { clear: both; margin-left: 0; white-space: nowrap; width: auto;}
        .products-list .button-container p, .products-list .add-to-links, .products-list .add-to-links li a {line-height: 30px;}
        .products-list .button-container .btn-add-cart, .products-list .add-to-links a {font-size: 12px;}
        .products-list .button-container .btn-add-cart span {width: 30px;height: 30px; margin: 0 9px 0 0;background-position:-243px -91px;}
        .products-list .add-to-links li:first-child {padding: 0 16px;}
 
    
    .slider-container .jcarousel-list .product-name a {font-size: 14px;}

    .product-slider-container .jcarousel-skin-tango ul.products-grid li.item {width: 160px;}

    .brands-slider-container .jcarousel-skin-tango .jcarousel-clip-horizontal,
    .brands-slider-container .jcarousel-skin-tango .jcarousel-container-horizontal {overflow: hidden;}
    .brands-slider-container .jcarousel-skin-tango .jcarousel-item-horizontal { margin-right: -16px;}

    .data-table .button span span { padding: 0 0px;}
    
    .top-opc li { width: 145px; padding-right: 5px;}
    .top-opc li h2 { font-size: 14px;}

    .my-account .col2-set .col-1, .my-account .col2-set .col-2 {float:none; width:100%;}

    .dashboard .box-reviews li.item {width: 100%;}
    
    .footer-banners { padding: 25px 0 15px;}
    
    /* View Type: Grid */
        .product-view .add-to-box {margin-left: 0px; margin-top:10px;}
    
    .product-shop .ajax_loading {position: relative;margin: 0;text-align: center;}

    /* Review details */
        .product-review .product-img-box {
            float: none;
            margin: 0 0 20px;
            text-align: center;
        }
        .product-review .product-details {overflow: inherit;float: none;}

        .product-slider-container h2 {width:auto;}

        .cms-shopper-home-2col-left .home-left .block { margin-left: 0; }

    /*contact page*/

    .cms-contacts-page .contacts { width: 51%; }
	.page-title{min-height:85px;}
	.thin_big_title{
    font-size: 45px !important;    
	line-height: 40px !important;
}
.fullwidth-bg {padding: 40px 0; }
.tb_padding_wrap{padding:0;}
.hide_on_mobile{display:none!important;}
.align_right, .align_left {text-align: center!important;}

 .homepage-banners a .content{margin:20px 15px;}
}
/* Sprite images:
-------------------------------*/
    select,
    .sorter .sort-order a,

    button.btn-proceed-checkout span span:before, 
    .cart-top-title a span.icon,

    .btn-edit,

    .btn-remove,                    
    .compare-top-container .details .actions a:before,
    .block-compare .block-content .actions a:before,

    .std ul.disc li,
    #queldoreiNav li.custom-block div.sub-wrapper>ul>li,
    #queldoreiNav li.custom-block div.sub-wrapper ul li,  
    #nav li.custom-block ul li>ul>li,             
    .toolbar-dropdown ul li,                
    .block .block-content li, .block .block-content li.item, 
    .block-layered-nav .block-content dd li,        
    .product-tabs-content ul.disc li,

    .header-switch span.current:before,

    .cart-top > a, 
    .search-top,                                
    .search-top-container .search-form .search-top-title span.icon,

    .compare-top,             
    .compare-top-title a span.icon, 
    .product-view .add-to-links li.compare span.icon,

    .footer-info ul.twitterList li span.tweet-icon,
    .breadcrumbs span,
    .error-msg:before,
    .success-msg:before,
    .note-msg:before,
    .notice-msg:before,

    .slider-container .jcarousel-list .button-container button.button span span,
    .products-grid .button-container button.button span span,     
    .products-list .button-container .btn-add-cart span, 
    .box-up-sell2 .jcarousel-list .button-container button.button span span,

    .toolbar-switch .toolbar-title:before,
    .products-grid .hover .button-container button.button span span em,
    .data-table .btn-edit2,
    .data-table .btn-remove2,
    .block-layered-price .ui-widget-content .ui-state-default,
    .product-view .add-to-cart button.button span span,
    .product-view .add-to-links li span.icon,
    .product-view .add-to-links li.email-friend span.icon,
    #nav ul ul li,
    .blog-icon .inner                                               { background-size: 300px 350px;}


    .nav-container li > a em                                        { background-size: 72px 72px;}

    .jcarousel-next-horizontal,  .jcarousel-prev-horizontal         { background-size: 70px 70px;}
    #toTop                                                          { background-size: 56px 112px;}
    .sorter .view-mode .grid:before                                 { background-size: 27px 54px;}
    .sorter .view-mode .list:before                                 { background-size: 27px 54px;}
    .product-prev span, .product-next span                          { background-size: 26px 54px;}
    .rating-box, .rating-box .rating                                { background-size: 12px 20px;}
    
    .flex-direction-nav a,
    .tp-leftarrow.round, .tp-rightarrow.round,
    .tp-leftarrow.large, .tp-rightarrow.large                       { background-size: 154px 154px;}

     a.social_links                                                 { background-size: 36px 1170px;}
    .footer-info .block-control                                     { background-size: 70px 70px;}
    #search_mini_form .form-search button                           { background-size: 23px 58px;}
    div.alert button                                                { background-size: 9px 18px;}
    .new-label, .sale-label                                         { background-size: 364px 182px;}
    .block .block-content a.shopby_more,
    .qty-elements a, div.summary-collapse:before                    { background-size: 34px 34px;}
    body.blog-post-view .postView .postDetails > div                { background-size: 16px 62px;}


@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
/* Sprite images:
-------------------------------*/
    select,
    .sorter .sort-order a,

    button.btn-proceed-checkout span span:before, 
    .cart-top-title a span.icon,

    .btn-edit,

    .btn-remove,                    
    .compare-top-container .details .actions a:before,
    .block-compare .block-content .actions a:before,

    .std ul.disc li,
    #queldoreiNav li.custom-block div.sub-wrapper>ul>li,
    #queldoreiNav li.custom-block div.sub-wrapper ul li,  
    #nav li.custom-block ul li>ul>li,             
    .toolbar-dropdown ul li,                
    .block .block-content li, .block .block-content li.item, 
    .block-layered-nav .block-content dd li,        
    .product-tabs-content ul.disc li,

    .header-switch span.current:before,

    .cart-top > a, 
    .search-top,                                
    .search-top-container .search-form .search-top-title span.icon,

    .compare-top,             
    .compare-top-title a span.icon, 
    .product-view .add-to-links li.compare span.icon,

    .footer-info ul.twitterList li span.tweet-icon,
    .breadcrumbs span,
    .error-msg:before,
    .success-msg:before,
    .note-msg:before,
    .notice-msg:before,

    .slider-container .jcarousel-list .button-container button.button span span,
    .products-grid .button-container button.button span span,     
    .products-list .button-container .btn-add-cart span, 
    .box-up-sell2 .jcarousel-list .button-container button.button span span,

    .toolbar-switch .toolbar-title:before,
    .products-grid .hover .button-container button.button span span em,
    .data-table .btn-edit2,
    .data-table .btn-remove2,
    .block-layered-price .ui-widget-content .ui-state-default,
    .product-view .add-to-cart button.button span span,
    .product-view .add-to-links li span.icon,
    .product-view .add-to-links li.email-friend span.icon,
   .blog-icon .inner

    #nav ul ul li                                                   { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/retina/shopper_sprite@2x.png);}
    .nav-container li > a em                                        { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/retina/nav_sprite@2x.png);}


    .jcarousel-next-horizontal,  .jcarousel-prev-horizontal         { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/retina/arrow_about@2x.png)}
    #toTop                                                          { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/retina/arrow_totop@2x.png)}
    .sorter .view-mode .grid:before                                 { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/retina/i_grid_mode@2x.png)}
    .sorter .view-mode .list:before                                 { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/retina/i_list_mode@2x.png)}
    .product-prev span, .product-next span                          { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/retina/prev_next@2x.png)}
    .rating-box, .rating-box .rating                                { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/retina/rating@2x.png)}
    
    .product-view .product-img-box .jcarousel-next-horizontal, .product-view .product-img-box .jcarousel-prev-horizontal,
    .flex-direction-nav a,
    .tp-leftarrow.round, .tp-rightarrow.round,
    .tp-leftarrow.large, .tp-rightarrow.large                       { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/retina/slideshow_arrows@2x.png)}
     
     a.social_links                                                 { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/retina/sprite_socialbuttons@2x.png)}
    .footer-info .block-control                                     { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/retina/arrow_footer@2x.png)}
    #search_mini_form .form-search button                           { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/retina/search_icon@2x.png)}
    div.alert button                                                { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/retina/remove-popup@2x.png)}
    .new-label, .sale-label                                         { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/retina/labels@2x.png)}
    .block .block-content a.shopby_more,
    .qty-elements a, div.summary-collapse:before                    { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/retina/moreless@2x.png)}
   body.blog-post-view .postView .postDetails > div                { background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/retina/post_meta@2x.png)}
 
   
/* Custom style
-------------------------------*/
    .block-slider .slides > li, .block-viewed .block-content li, .block-tags .block-content li,
    .block-bestsellers .block-content li, .block-login .block-content li, .block-reorder .block-content li.item,
    .block-compare .block-content li.item, .block-slider .flex-control-nav li,
    .block-poll .block-content,
    .block .block-content li.item                                   { background:none;}

    .block-compare .block-content .actions a::before,
    .compare-top-container .details .actions a::before              { display:none }
    .form-list li.wide select                                       { width:200px }

}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5) and (max-width: 959px),only screen and (-moz-min-device-pixel-ratio: 1.5) and (max-width: 959px),only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 959px),only screen and (min-device-pixel-ratio: 1.5) and (max-width: 959px){
  /*  .toolbar-switch .toolbar-title:before                           { background-image:none}*/

    .block-slider .slides > li, .block-viewed .block-content li, .block-tags .block-content li,
    .block-bestsellers .block-content li, .block-login .block-content li, .block-reorder .block-content li.item,
    .block-compare .block-content li.item, .block-slider .flex-control-nav li,
    .block-poll .block-content,
    .block .block-content li.item                                   { background:none;}

    .block-compare .block-content .actions a::before,
    .compare-top-container .details .actions a::before              { display:none}
    .form-list li.wide select                                       { width:200px}
}
a { transition: color 600ms ease-in-out;}
a:hover { transition: color 10ms ease-in-out;}

.slider-container .jcarousel-list .btn-cart,
.jcarousel-next-horizontal, .jcarousel-prev-horizontal,
#toTop,
.banners a span,
.banners a em,
.banner a span,
.banner a em,
.products-grid .btn-cart,
.products-list .btn-cart,
.opc .step-title,
.footer-banners a img, .homepage-banners a img,
footer .footer-subscribe button.button span,
.quick-view,
nav .nav-top-title, .nav-container .nav-top-title,
nav .nav-top-title div.icon span, .nav-container .nav-top-title div.icon span,
.compare-top {
    transition: all 400ms ease-in-out;
}

.product-tabs a,
.ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li a, 
.product-tabs-container h2.tab-heading { transition: background-color 400ms ease-in-out;}

.jcarousel-next-horizontal:hover, .jcarousel-prev-horizontal:hover, #fancybox-right-ico:hover, #fancybox-left-ico:hover{
    transition: all 400ms ease-in-out;
}
#fancybox-close:hover{
  transition: all 400ms ease-in-out;
}

.footer-info .block-control {
    transition: background-color 400ms ease-in-out;
}

button.button span,
.qty-wrap a, .back-link a, div.summary-collapse:before,
.products-list .button-container .btn-add-cart span,
.pager .pages li a.next span,
.pager .pages li a.previous span,
.slideshow-nav a,
.header-dropdown ul li a,
.cart-top-title a span.icon,
.compare-top-title a span.icon,
.search-top-container .search-form .search-top-title span.icon,
a.social_links,
.footer-info ul.twitterList li span.tweet-icon,
.search-top, .cart-top > a,
.product-view .add-to-links li span.icon,
.top-opc li.allow .number,
.btn-remove, .btn-edit, .products-grid .hover .button-container button.button span span em {
    transition: background 200ms ease-in-out;
}


.tags-list li a,
.clean_tabs ul.ui-tabs-nav li:after,
.block-tags .block-content li a,
button.aw-blog-read-more span span,
.product-view .box-tags ul.product-tags li, .product-view .box-tags ul.product-tags li a             { transition: all 200ms  ease-in-out;}
.block-tags .block-content li a:hover,
.product-view .box-tags ul.product-tags li:hover, .product-view .box-tags ul.product-tags li:hover a { transition: all 200ms  ease-in-out;}

.ui-accordion h2.ui-accordion-header,
.block .block-content a.shopby_more { transition: background-color 200ms ease-in-out;}


.sorter .view-mode a,
.sorter .view-mode a:before,
button.button_white span, button.button_white:hover span { transition: all 200ms ease-in-out;}


#nav>li>a, #nav ul li a, #nav>li>a>span,
#mobile-nav>li>a, #mobile-nav ul li a,  #mobile-nav>li>a>span,
#queldoreiNav>li>a, #queldoreiNav ul li a, #queldoreiNav>li>a>span {
    transition: all 600ms ease-in-out;
}
#nav>li>a:hover, #nav ul li a:hover, #nav>li>a:hover>span,
#mobile-nav>li>a:hover, #mobile-nav ul li a:hover, #mobile-nav>li>a:hover>span,
#queldoreiNav>li>a:hover, #queldoreiNav ul li a:hover, #queldoreiNav>li>a:hover>span {
    transition: all 100ms ease-in-out;
}

.products-grid .add-to-links li a:hover span {
    color:#000;
    transform: rotate(180deg);
}
.products-grid .add-to-links li a span,
.mobile-nav li.parent > a em,
.search-field #search_mini_form .form-search button{
    transition: all 400ms ease-in-out;
}

.simple_hover:hover{
	 opacity: 0.6;
   	 filter: alpha(opacity=60);
	 transition: all 400ms ease-in-out;
}
.simple_hover{
	 opacity: 1;
   	 filter: alpha(opacity=100);
	 transition: all 400ms ease-in-out;
}
/*-----------------------------------------------------------------------------

	-	Revolution Slider -

		Screen Stylesheet

version:   	2.1
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------

	-	Revolution Slider 2.0 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

.fullwidthbanner-container{
    width:100% !important;
    position:relative;
    padding:0;
}
.fullwidthbanner-container .fullwidthbanner {width:100% !important; overflow:hidden; position:relative;}
.fullwidthbanner-container iframe{border:0;}

/*************************
	-	CAPTIONS	-
**************************/

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}


.tp-caption.big_white{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 800; 
			font-size: 20px; 
			line-height: 20px; 
			font-family: 'Open Sans', sans;
			padding: 3px 4px; 
			padding-top: 1px;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#000;	
			letter-spacing: 0px;										
		}

.tp-caption.big_orange{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: Arial; 
			padding: 0px 4px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#fb7354;	
			letter-spacing: -1.5px;															
		}	
					
.tp-caption.big_black{
			position: absolute; 
			color: #000; 
			text-shadow: none; 
			font-weight: 800; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: 'Open Sans', sans; 
			padding: 0px 4px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#fff;	
			letter-spacing: -1.5px;															
		}		

.tp-caption.medium_grey{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 20px; 
			line-height: 20px; 
			font-family: Arial; 
			padding: 2px 4px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#888;		
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}	
					
.tp-caption.small_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 14px; 
			line-height: 20px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}
					
.tp-caption.medium_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 300; 
			font-size: 20px; 
			line-height: 20px; 
			font-family: 'Open Sans', sans;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}
					
.tp-caption.large_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 800; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: 'Open Sans', sans; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}
.tp-caption.large_black_text{
			position: absolute; 
			color: #000; 
			text-shadow: none; 
			font-weight: 300; 
			font-size: 42px; 
			line-height: 42px; 
			font-family: 'Open Sans', sans; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;		
		}
					
.tp-caption.very_large_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 800; 
			font-size: 60px; 
			line-height: 60px; 
			font-family: 'Open Sans', sans; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
			letter-spacing: 0px;		
		}
.tp-caption.very_large_black_text{
			position: absolute; 
			color: #000; 
			text-shadow: none; 
			font-weight: 800; 
			font-size: 72px; 
			line-height: 72px; 
			font-family: 'Open Sans', sans; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;		
		}
.tp-caption.bold_red_text{
			position: absolute; 
			color: #d31e00; 
			text-shadow: none; 
			font-weight: 800; 
			font-size: 20px; 
			line-height: 20px; 
			font-family: 'Open Sans', sans; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;		
		}
.tp-caption.bold_brown_text{
			position: absolute; 
			color: #a04606; 
			text-shadow: none; 
			font-weight: 800; 
			font-size: 20px; 
			line-height: 20px; 
			font-family: 'Open Sans', sans; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;		
		}
    .tp-caption.bold_green_text{
			position: absolute; 
			color: #5b9830; 
			text-shadow: none; 
			font-weight: 800; 
			font-size: 20px; 
			line-height: 20px; 
			font-family: 'Open Sans', sans; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;		
		}
					
.tp-caption.very_big_white{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 800; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: 'Open Sans', sans; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			padding: 3px 4px; 
			padding-top: 1px;
			background-color:#7e8e96;		
					}	
					
.tp-caption.very_big_black{
			position: absolute; 
			color: #000; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 60px; 
			line-height: 60px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			padding: 0px 4px; 
			padding-top: 1px;
			background-color:#fff;		
					}
					
.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}
											
.tp-caption.black{
		color: #000; 
		text-shadow: none;	
  font-weight: 300; 
			font-size: 19px; 
			line-height: 19px; 
			font-family: 'Open Sans', sans; 
	}	
					
.tp-caption.noshadow {
		text-shadow: none;		
	}	
					
.tp-caption a { 
	color: #ff7302; text-shadow: none;	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;	 
}			
	
.tp-caption a:hover { 
	color: #ffa902; 
}


.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}

/******************************
	-	revolution-buttonS	-
*******************************/

.revolution-button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
						cursor:pointer;
						color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
						background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
					}

.revolution-button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/gradient/g40.png) repeat-x top;}


.purchase:hover,
.revolution-button:hover,
.revolution-button.big:hover		{	background-position:bottom, 15px 11px;}



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.revolution-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.revolution-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.revolution-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		a.revolution-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}





/*	revolution-button COLORS	*/



.revolution-button.green, .revolution-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.revolution-button.blue, .revolution-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.revolution-button.red, .revolution-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.revolution-button.orange, .revolution-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.revolution-button.darkgrey,.revolution-button.grey,
.revolution-button:hover.darkgrey,.revolution-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.revolution-button.lightgrey, .revolution-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}



/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ -webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;
									}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute; visibility: hidden;

}

.tp-simpleresponsive img	{	max-width:none;}

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;
        display:none;
		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px;}
.tp-bannershadow.tp-shadow2 {	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/
.tp-bullets												{	z-index:100; position:absolute; bottom:-14px !important; }
.tp-bullets.simplebullets								{ 	bottom:10px;}

.tp-bullets.simplebullets.preview4, .tp-bullets.simplebullets.round							{ position: absolute; bottom: 12px !important; }											
.tp-bullets.simplebullets.round


.tp-bullets.simplebullets.navbar						{ 	margin-left:-40px; border:1px solid #666; border-bottom:1px solid #444; bottom:-20px; background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/boxed_bgtile.png); height:40px; padding:0px 40px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;margin-top:-17px;}

.tp-bullets.simplebullets.navbar-old					{ 	bottom:-20px; background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/navigdots_bgtile.png); height:35px; padding:0px 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;margin-top:-17px;}


.tp-bullets.simplebullets.preview4 .bullet, .tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:#ededed; background-image: none !important; width:8px !important;	height:8px !important;  margin-right:0px; float:left; margin-top:-4px; margin-left:6px !important; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.tp-bullets.simplebullets.preview4 .bullet.last, .tp-bullets.simplebullets.round .bullet.last			{	margin-right:6px;}


.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/bullets.png) no-repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:-12px;}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px;}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/bullet_boxed.png) no-repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px;}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important;}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/navigdots.png) no-repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:30px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:30px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.preview4 .bullet:hover,
.tp-bullets.simplebullets.preview4 .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left !important; }



/*************************************
	-	TP ARROWS 	-
**************************************/

.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:#fff url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/slideshow_arrows.png) no-repeat 0 0 !important;	  width:78px !important;	height:78px !important; float:left;	 margin-left:39px !important;  margin-top:-39px !important; opacity: 0.8; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; -webkit-transition: opacity .3s ease; -moz-transition: opacity .3s ease; transition: opacity .3s ease;}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:#fff url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/slideshow_arrows.png) no-repeat 100% 0 !important; width:78px !important;	height:78px !important; float:left !important; margin-right:39px !important; margin-top:-39px !important; opacity: 0.8; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; -webkit-transition: opacity .3s ease; -moz-transition: opacity .3s ease; transition: opacity .3s ease;}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/arrow_left.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:-13px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/arrow_right.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:-13px;}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/small_left_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-right:4px; margin-top:-4px;}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/small_right_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-left:-36px; margin-top:-4px;}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/arrowleft.png) no-repeat top left;		width:9px;	height:16px;   float:left;	margin-right:-20px; margin-top:-8px;}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/arrowright.png) no-repeat top left;	width:9px;	height:16px;   float:left;	margin-left:-20px; margin-top:-8px;}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.large										{	z-index:100;cursor:pointer; position:relative;	background:#fff url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/slideshow_arrows.png) no-repeat 0 0;	  width:78px;	height:78px; margin-left:39px;  margin-top:-39px; opacity: 0.8; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; -webkit-transition: opacity .3s ease; -moz-transition: opacity .3s ease; transition: opacity .3s ease;}
.tp-rightarrow.large									{	z-index:100;cursor:pointer; position:relative;	background:#fff url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/slideshow_arrows.png) no-repeat 100% 0; width:78px;	height:78px; margin-left:-39px; margin-top:-39px; opacity: 0.8; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; -webkit-transition: opacity .3s ease; -moz-transition: opacity .3s ease; transition: opacity .3s ease;}


.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	opacity: 1; }


/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:100; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}

.fullwidthbanner-container .tp-thumbs		{  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/												
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;
							
												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:3px !important; background:#322c29;position:absolute; z-index:200;}
.tp-bannertimer.tp-bottom					{	bottom:0px !important;height:3px;}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/

@media only screen and (max-width: 767px) {
    .fullwidthbanner-container .tp-bullets	{	display:none}
    .fullwidthbanner-container .tparrows	{	display:none;}
}





/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none;}

.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul >li{
	list-stye:none;
	position:absolute;
	visibility:hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:10000px; height:10000px;  background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/coloredbg.png) repeat;}

.tp-loader 	{	background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/assets/loader.gif) no-repeat 10px 10px; background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}






/*-----------------------------------------------------------------------------

	-	Revolution Slider 2.0 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	09/18/11
last update: 13.10.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

/*************************
 -	SHOPPER CAPTIONS	-
**************************/
.tp-caption.shopper_large_caption_light { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:"Myriad Pro", sans-serif; font-size:72px; font-weight:300;
    line-height:72px;
}
.tp-caption.shopper_large_caption_medium { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:"Myriad Pro", sans-serif; font-size:72px; font-weight:500;
    line-height:72px;
}
.tp-caption.shopper_large_caption_bold { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:"Myriad Pro", sans-serif; font-size:72px; font-weight:800;
    line-height:72px;
}

.tp-caption.shopper_caption_light { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:"Myriad Pro", sans-serif; font-size:60px; font-weight:300;
    line-height:60px;
}
.tp-caption.shopper_caption_medium { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:"Myriad Pro", sans-serif; font-size:60px; font-weight:500;
    line-height:60px;
}
.tp-caption.shopper_caption_bold { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:"Myriad Pro", sans-serif; font-size:60px; font-weight:800;
    line-height:60px;
}

.tp-caption.shopper_caption_underline_light { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px 10px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:"Myriad Pro", sans-serif; font-size:60px; font-weight:300;
    line-height:60px;
    border-bottom:1px solid rgba(0, 0, 0, 0.09) !important;
}
.tp-caption.shopper_caption_underline_medium { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px 10px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:"Myriad Pro", sans-serif; font-size:60px; font-weight:500;
    line-height:60px;
    border-bottom:1px solid rgba(0, 0, 0, 0.09) !important;
}
.tp-caption.shopper_caption_underline_bold { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px 10px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:"Myriad Pro", sans-serif; font-size:60px; font-weight:800;
    line-height:60px;
    border-bottom:1px solid rgba(0, 0, 0, 0.09) !important;
}

.tp-caption.shopper_small_caption_light { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:"Myriad Pro", sans-serif; font-size:24px; font-weight:300;
    line-height:28px;
}
.tp-caption.shopper_small_caption_medium { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:"Myriad Pro", sans-serif; font-size:24px; font-weight:500;
    line-height:28px;
}
.tp-caption.shopper_small_caption_bold { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:"Myriad Pro", sans-serif; font-size:24px; font-weight:800;
    line-height:28px;
}

.tp-caption.shopper_small_text_light { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:none; padding:0; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:Arial, sans-serif !important; font-size:14px; font-weight:300;
    line-height:19px;
}
.tp-caption.shopper_small_text_medium { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:none; padding:0; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:Arial, sans-serif !important; font-size:14px; font-weight:500;
    line-height:19px;
}
.tp-caption.shopper_small_text_bold { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:none; padding:0; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:Arial, sans-serif !important; font-size:14px; font-weight:800;
    line-height:19px;
}


.tp-caption.shopper_medium_text_light { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:none; padding:0; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:"Myriad Pro", sans-serif; font-size:20px; font-weight:300;
    line-height:28px;
}
.tp-caption.shopper_medium_text_medium { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:none; padding:0; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:"Myriad Pro", sans-serif; font-size:20px; font-weight:500;
    line-height:28px;
}
.tp-caption.shopper_medium_text_bold { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:none; padding:0; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
    font-family:"Myriad Pro", sans-serif; font-size:20px; font-weight:800;
    line-height:28px;
}

.tp-caption.shopper_white_bg_light { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:0 4px; margin:0px; border-width:0px; border-style:none; letter-spacing:-1.5px;
    font-family:"Myriad Pro", sans-serif; font-size:36px; font-weight:300;
    line-height:36px;
    background:#fff;
}
.tp-caption.shopper_white_bg_medium { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:0 4px; margin:0px; border-width:0px; border-style:none; letter-spacing:-1.5px;
    font-family:"Myriad Pro", sans-serif; font-size:36px; font-weight:500;
    line-height:36px;
    background:#fff;
}
.tp-caption.shopper_white_bg_bold { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:0 4px; margin:0px; border-width:0px; border-style:none; letter-spacing:-1.5px;
    font-family:"Myriad Pro", sans-serif; font-size:36px; font-weight:800;
    line-height:36px;
    background:#fff;
}

/*************************
    -	CAPTIONS	-
**************************/
.tp-caption.big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    padding: 3px 4px;
    padding-top: 1px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #000;
    letter-spacing: 0px;
}

.tp-caption.big_orange {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    font-family: Arial;
    padding: 0px 4px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #fb7354;
    letter-spacing: -1.5px;
}

.tp-caption.big_black {
    position: absolute;
    color: #000;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans', sans;
    padding: 0px 4px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #fff;
    letter-spacing: -1.5px;
}

.tp-caption.medium_grey {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    padding: 2px 4px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #888;
    white-space: nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.tp-caption.small_text {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.tp-caption.medium_text {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.tp-caption.large_text {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.tp-caption.large_black_text {
    position: absolute;
    color: #000;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: 300;
    font-size: 42px;
    line-height: 42px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.very_large_text {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 0px;
}

.tp-caption.very_large_black_text {
    position: absolute;
    color: #000;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: 800;
    font-size: 72px;
    line-height: 72px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.bold_red_text {
    position: absolute;
    color: #d31e00;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.bold_brown_text {
    position: absolute;
    color: #a04606;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.bold_green_text {
    position: absolute;
    color: #5b9830;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.very_big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    padding: 3px 4px;
    padding-top: 1px;
    background-color: #7e8e96;
}

.tp-caption.very_big_black {
    position: absolute;
    color: #000;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    padding: 0px 4px;
    padding-top: 1px;
    background-color: #fff;
}

.tp-caption.boxshadow {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
    color: #000;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
    font-family: 'Open Sans', sans;
}

.tp-caption.noshadow {
    text-shadow: none;
}

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
    color: #ffa902;
}

/******************************
	-	revolution-buttonS	-
*******************************/

.revolution-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
    font-size: 15px;
    line-height: 45px !important;
    background: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/gradient/g30.png) repeat-x top;
    font-family: arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
}

.revolution-button.big {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important;
    background: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/gradient/g40.png) repeat-x top;
}

.purchase:hover,
.revolution-button:hover,
.revolution-button.big:hover {
    background-position: bottom, 15px 11px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .revolution-button {
        padding: 4px 8px 3px;
        line-height: 25px !important;
        font-size: 11px !important;
        font-weight: normal;
    }

    a.revolution-button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
    }

}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .revolution-button {
        padding: 2px 5px 2px;
        line-height: 20px !important;
        font-size: 10px !important;
    }

    a.revolution-button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
    }
}

/*	revolution-button COLORS	*/

.revolution-button.green, .revolution-button:hover.green,
.purchase.green, .purchase:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
    -moz-box-shadow: 0px 3px 0px 0px #104d0b;
    box-shadow: 0px 3px 0px 0px #104d0b;
}

.revolution-button.blue, .revolution-button:hover.blue,
.purchase.blue, .purchase:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
    -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
    box-shadow: 0px 3px 0px 0px #0f3e68;
}

.revolution-button.red, .revolution-button:hover.red,
.purchase.red, .purchase:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
    -moz-box-shadow: 0px 3px 0px 0px #7c1212;
    box-shadow: 0px 3px 0px 0px #7c1212;
}

.revolution-button.orange, .revolution-button:hover.orange,
.purchase.orange, .purchase:hover.orange {
    background-color: #ff7700;
    -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
    -moz-box-shadow: 0px 3px 0px 0px #a34c00;
    box-shadow: 0px 3px 0px 0px #a34c00;
}

.revolution-button.darkgrey, .revolution-button.grey,
.revolution-button:hover.darkgrey, .revolution-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey {
    background-color: #555;
    -webkit-box-shadow: 0px 3px 0px 0px #222;
    -moz-box-shadow: 0px 3px 0px 0px #222;
    box-shadow: 0px 3px 0px 0px #222;
}

.revolution-button.lightgrey, .revolution-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0px 3px 0px 0px #555;
    -moz-box-shadow: 0px 3px 0px 0px #555;
    box-shadow: 0px 3px 0px 0px #555;
}



/**~~ Shopper v2.1.3 ~~**/
/**~~ Theme Font ~~**/
.checkout-onepage-success .sub-title,
.product-tabs li a,
.contacts-index-index .fieldset h2.legend,
.std h1, .std h2, .std h3, .std h4,
.page-title h1, .page-title h2,
.cart-top span,
.cart-top-title,
.compare-top-title,
.search-top-container .search-form .search-top-title,
.footer-info h4,
.price-box .price,
nav .nav-top-title, .nav-container .nav-top-title,
#queldoreiNav>li>a,
#queldoreiNav li.custom-block div.sub-wrapper strong,
#nav>li>a, #mobile-nav>li>a,
#nav li.custom-block ul li strong,
.wide-navigation #nav ul.level0 > li > a,
.homepage-banners a .content strong,
.slider-container h3,
.slider-container .jcarousel-list h3,
.category-description h1,
.category-description strong,
.products-grid h3,
.cart .cart-collaterals h2,
#shopping-cart-totals-table strong,
#product-customer-reviews .review-title,
.add-review h3.title,
#customer-reviews .form-add h2,
.top-opc li .number,
.opc .step-title,
.opc h3,
.block .block-title strong,
.cms-index-index .block .block-title strong,
.block-poll .question,
.block-layered-nav dt,
.product-tabs-accordion h2.tab-heading a,
.product-category-title,
.page-head h3,
.product-view h1,
.product-view h2,
.product-view .box-tags h3,.product-view .box-tags .form-add label,
.product-view .product-additional .block .block-title strong,
.box-up-sell2 h3,
.box-up-sell2 .jcarousel-list h3,
.flexslider .slides .content strong,
.product-slider-container h2,
.ui-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li a,
.replyTitle h2, .commentTitle h2,
.blog-title h1, .postTitle h1,
.postTitle h2, .postTitle h2 a,
.blog-title h1, .postTitle h1,
.block-slider .slides > li strong,
.block-slider .slides > li strong.block-slider-title                            { font-family:"Open Sans"}
/**~~ Theme Color ~~**/
button.button span,
.quick-view,
#fancybox-close:hover,
button.btn-cart.ajax-cart span,
.qty-elements a, div.summary-collapse:before,
.flexslider:hover a:hover,
.btn-remove, .btn-edit,
.cart-top > a,
.cart-top-container .details-border,
.cart-top-title a span.icon,
.compare-top,
.compare-top-container .details-border,
.compare-top-title a span.icon,
.search-top,
.search-form-border,
.search-top-container .search-form .search-top-title span.icon,
.footer-info ul.twitterList li span.tweet-icon,
.footer-info ul.social li a:hover,
.footer-info .block-control:hover,
.footer-info .block-control-hide:hover,
.products-grid .hover .price-box,
.products-grid .hover .button-container button.button span span em,
.products-list .button-container .btn-add-cart span,
.data-table .btn-remove2,
.data-table .btn-edit2,
.top-opc li.allow:hover .number,
.product-view .add-to-links li:hover span.icon,
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active,
#toTop,
.jcarousel-prev-horizontal:hover,
.jcarousel-next-horizontal:hover,
#fancybox-right-ico:hover, #fancybox-left-ico:hover,
.product-view .box-up-sell .jcarousel-next-horizontal:hover,
.product-view .box-up-sell .jcarousel-prev-horizontal:hover,
nav .nav-top-title:hover, .nav-container .nav-top-title:hover,
nav .nav-top-title.active, .nav-container .nav-top-title.active,
nav .nav-top-title div.icon span, .nav-container .nav-top-title div.icon span,
.blog-icon .inner,
.blog-icon .blog-comments:hover,
.block-blog.block-blog-tags li a:hover,
.postWrapper:hover .blog-icon .blog-comments,
.blog-cat-view .blog-img-wrap .blog-img-link-hover,
.blog-index-list .blog-img-wrap .blog-img-link-hover,
.clean_tabs .ui-tabs ul.ui-tabs-nav li:hover:after,
.clean_tabs .ui-tabs ul.ui-tabs-nav li.ui-tabs-active:after,
.tags-list li a:hover,
.block-tags .block-content li a:hover,
.tp-bullets.simplebullets.preview4 .bullet:hover, 
.tp-bullets.simplebullets.preview4 .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover, 
.tp-bullets.simplebullets.round .bullet.selected,
.product-view .box-tags ul.product-tags li:hover                                { background-color:#3d7edb}
.product-view .box-tags ul.product-tags li:hover { border-color:#3d7edb}


.tags-list li a:hover,
.block-tags .block-content li a:hover,
.product-view .box-tags ul.product-tags li:hover a                                { border-color:#3d7edb}

/*-- hover --*/
button.button:hover span,
.btn-remove:hover,
.btn-edit:hover,
.quick-view:hover,
.data-table .btn-edit:hover,
.data-table .btn-remove:hover,
.products-grid .hover .button-container button.button:hover span span em        { background-color:#393431;}

button.button_white span                                                        { background-color: #fff;}
button.button_white:hover span                                                  { background:#3d7edb}

/*-- invert styles --*/
button.invert span,
.buttons-set .back-link a,
.cart-shipping button.button span,
.cart-coupon button.button span,
.compare-top-container .details .actions a:before,
.block-compare .block-content .actions a:before                                 { background-color:#393431;}
/*-- invert styles theme hover --*/
button.invert:hover span,
.buttons-set .back-link a:hover,
.cart-shipping button.button:hover span,
.cart-coupon button.button:hover span,

.block .block-content a.shopby_more:hover,
.block .block-content a.shopby_more_hide,
.block .block-content a.shopby_more_hide:hover                                  { background-color:#3d7edb}


/***** iPad Smaller than 959px *****/
@media only screen and (max-width: 959px) {
    #queldoreiNav>li>a, #nav>li>a, #mobile-nav>li>a {border-radius:3px;}
    #queldoreiNav>li>a:hover, #nav>li>a:hover, #mobile-nav>li>a:hover,
    #queldoreiNav>li.over>a, #nav>li.over>a, #mobile-nav>li.over>a,
    #queldoreiNav>li.active>a, #nav>li.active>a, #mobile-nav>li.active>a        { background-color:#3d7edb; color:#fff; border-radius:3px;}
}
/***** iPad Smaller than 479px *****/
@media only screen and (max-width: 479px) {
    .nav-container .nav-top-title                                               { background-color:#3d7edb}
    .nav-container .nav-top-title div.icon span                                 { background-color: #fff;}
    .nav-container .nav-top-title:hover                                         { background-color: #322c29;}
}

.footer-info a,
.price-box .price,
.pager .pages li a:hover,
.pager .pages .current,
.cms-contacts-page .contact_block p a,
.toolbar-dropdown ul li a:hover, .toolbar-dropdown ul li.selected a,
.products-grid .add-to-links li span,
.opc h3, .opc h4,
.block-progress dt:before,
#checkout-step-login .block-checkout-register ul.ul li:before
{color:#3d7edb}

.footer-info .information ul li:before, .footer-info ul.disc li:before,
#checkout-step-login .block-checkout-register ul.ul li:before,
.block-progress dt:before                                                       { background-color:#3d7edb}

.cart-top-container .details-border:before                                      { border-color: transparent transparent #3d7edb transparent;}
.compare-top-container .details-border:before                                   { border-color: transparent transparent #3d7edb transparent;}
.search-form-border:before                                                      { border-color: transparent transparent #3d7edb transparent;}
#queldoreiNav>li>a:hover>span,
#queldoreiNav>li.over>a>span,
#queldoreiNav>li.active>a>span,
#nav>li>a:hover>span,
#nav>li.over>a>span,
#nav>li.active>a>span,
#mobile-nav>li>a:hover>span,
#mobile-nav>li.over>a>span,
#mobile-nav>li.active>a>span,
.cart .cart-collaterals .cart-block,
.opc .step,
.block,
.cms-index-index .block,
.block-login,
.cart .cart-collaterals .cart-block,
.cform_wrap,
.white-border-wrap,
.cms-contacts-page .cform_wrap,
.product-tabs li.active,
.product-tabs-container h2.active,
body .ui-accordion h2.ui-state-active, 
body .ui-tabs .ui-tabs-nav li.ui-tabs-active,
add-comments,
#customer-reviews                                                               { border-top-color:#3d7edb;}

body .clean_tabs .ui-accordion h2.ui-state-active                               { border-top-color:#3d7edb;}

/** links hover color **/
.page-title a.link-reorder:hover,.page-title a.link-print:hover,
.box-account .box-head a:hover,
.dashboard .box-reviews li.item a:hover,
.dashboard .box .box-title a:hover,
.box-content address a:hover,
.addresses-list a:hover,
.header-container .links li a:hover,
.block .block-content a:hover, .block .block-content li a:hover, .block .block-content li.item a:hover,
.cms-index-index .block .block-content a:hover, .cms-index-index .block .block-content li a:hover, .cms-index-index .block .block-content li.item a:hover,
.block-layered-nav .block-content dd li a:hover,
body.blog-post-view .postView .postDetails > div a:hover,
.no-rating a:hover, .ratings a:hover,
button.aw-blog-read-more span span,
.product-view .box-up-sell .product-name:hover,
.data-table td a:hover                                                          { color:#3d7edb}


.header-container, header.fixed                                                 { background-color:#ffffff}

#queldoreiNav > li > a, #nav > li > a, #mobile-nav > li > a                     { color:#ffffff}

.slider {background-color:#ffffff}

body, .main-container, .footer-container .product-slider-container {background-color:#ffffff}
.block .block-content a, .block .block-content li a, .block .block-content li.item a,
.cms-index-index .block .block-content a, .cms-index-index .block .block-content li a, .cms-index-index .block .block-content li.item a,
.block-layered-nav .block-content dd li a,
.no-rating a, .ratings a,
.product-view .box-up-sell .product-name,
.data-table td a:hover, .data-table td .product-name a                          { color:#414141}
.data-table td .product-name a                                                  { color:#414141}

.block-tags .block-content li a,
.product-view .box-tags ul.product-tags li,
.product-view .box-tags ul.product-tags li a                                    { color:rgba(65,65,65, 0.76)}
.page-title a.link-reorder:hover,.page-title a.link-print:hover,
.box-account .box-head a:hover,
.dashboard .box-reviews li.item a:hover,
.dashboard .box .box-title a:hover,
.box-content address a:hover,
.addresses-list a:hover,
.block .block-content a:hover, .block .block-content li a:hover, .block .block-content li.item a:hover,
.cms-index-index .block .block-content a:hover, .cms-index-index .block .block-content li a:hover, .cms-index-index .block .block-content li.item a:hover,
.block-layered-nav .block-content dd li a:hover,
.no-rating a:hover, .ratings a:hover,
.product-view .box-up-sell .product-name:hover,
.postTitle h2 a:hover,
.postWrapper:hover .postTitle h2 a,
.data-table td a, .data-table td .product-name a:hover                          { color:#0099ff}
.block-tags .block-content li a:hover,
.product-view .box-tags ul.product-tags li:hover,
.product-view .box-tags ul.product-tags li:hover a                              { color:#fff;}


.page-title-bg,
.col-main-wrap > .blog-title:before,
.page-title:before, .breadcrumbs:before, .page-head h3:before, .product-category-title:before {background-color:#f5f5f3}

.slider-container:before {background-color:#ffffff}
.slider-container:before {border-top-color:#e1e1e1}

.top-switch-bg {background-color:#ffffff}
.header-switch span.current {color:#ffffff}
.header-container .links li a, .header-switch span {color:rgba(255,255,255, 0.65)}
.header-container .links li a:hover {color:#3d7edb}

.footer-container {background-color:#3d7edb}
.footer-container, footer a, footer ul.links li a {color:#ffffff}
footer a:hover, footer ul.links li a:hover {color:#f1f1f1}
.footer-banners {background-color:#ffffff}
.footer-info {background-color:#3d7edb}
.footer-info {border-top-color:#ececea}
.footer-info h4 {color:#ffffff}
.footer-info, .footer-info ul.twitterList li {color:#ffffff}
.footer-info ul.twitterList li span.time-ago {color:rgba(255,255,255, 0.85)}
.footer-info a {color:#ffffff}
.footer-info a:hover {color:#ffffff}

/*.price-box .price {font-family:""}
*/



#slide-timeline {background-color:#3d7edb}
   

#queldoreiNav > li > a:hover, #queldoreiNav > li.active > a, #queldoreiNav > li.over > a,
#nav > li > a:hover, #nav > li.active > a, #nav > li.over > a,
#mobile-nav > li > a:hover, #mobile-nav > li.active > a, #mobile-nav > li.over > a {color:#373230}

.compare-top-title, .compare-top-container {display:none !important}

.compare-top-title, .compare-top-container,
.products-grid .add-to-links a.link-compare,
.products-list .add-to-links li:last-child,
.product-view .add-to-links li.compare {display:none !important}


/** Brands slider **/
.brands-slider-container ul.brands li{width:96px;}
.brands-slider-container .jcarousel-clip-horizontal{margin:0 24px;}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
.brands-slider-container .jcarousel-clip-horizontal{margin:0;}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.brands-slider-container .jcarousel-clip-horizontal{margin:0;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.brands-slider-container .jcarousel-clip-horizontal{margin:0 36px;}
}
@media only screen and (max-width: 479px) {
.brands-slider-container .jcarousel-clip-horizontal{margin:0 6px;}
}


/**~~ helper classes ~~**/
	.shopper-font {font-family:"Open Sans"}
	.shopper-color {color:#3d7edb}
	.shopper-bgcolor {background-color:#3d7edb}
	.shopper-menucolor {color:#ffffff}
	.shopper-content_bg {background-color:#ffffff}
	.shopper-content_link {color:#414141}
	.shopper-content_link_hover {color:#0099ff}
	.shopper-page_title_bg {background-color:#f5f5f3}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("https://ediciones.uc.cl/skin/frontend/shopper/default/css/ui/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("https://ediciones.uc.cl/skin/frontend/shopper/default/css/ui/data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/


/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(https://ediciones.uc.cl/skin/frontend/shopper/default/fonts/glyphicons-halflings-regular.eot);src:url(https://ediciones.uc.cl/skin/frontend/shopper/default/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://ediciones.uc.cl/skin/frontend/shopper/default/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(https://ediciones.uc.cl/skin/frontend/shopper/default/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://ediciones.uc.cl/skin/frontend/shopper/default/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://ediciones.uc.cl/skin/frontend/shopper/default/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
@charset "UTF-8";/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("https://ediciones.uc.cl/skin/frontend/shopper/default/fonts/ionicons.eot?v=2.0.0");src:url("https://ediciones.uc.cl/skin/frontend/shopper/default/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("https://ediciones.uc.cl/skin/frontend/shopper/default/fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("https://ediciones.uc.cl/skin/frontend/shopper/default/fonts/ionicons.woff?v=2.0.0") format("woff"),url("https://ediciones.uc.cl/skin/frontend/shopper/default/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}

/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2.0.2
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */

[canvas],[off-canvas*=push]{z-index:1}[off-canvas*=reveal],[off-canvas*=shift]{z-index:0}[canvas=container],[off-canvas],body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;height:100%;overflow:hidden}[canvas=container]{width:100%;height:100%;overflow-y:auto;position:relative;background-color:#fff;-webkit-overflow-scrolling:touch}[canvas=container]:after,[canvas=container]:before{clear:both;content:'';display:table}[off-canvas]{display:none;position:fixed;overflow:hidden;overflow-y:auto;background-color:#000;color:#fff;-webkit-overflow-scrolling:touch}[off-canvas*=top]{width:100%;height:255px;top:0}[off-canvas*=right]{width:255px;height:100%;top:0;right:0}[off-canvas*=bottom]{width:100%;height:255px;bottom:0}[off-canvas*=left]{width:255px;height:100%;top:0;left:0}[off-canvas*=overlay]{z-index:9999}[canvas],[off-canvas]{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:-webkit-transform .3s;transition:transform .3s;-webkit-backface-visibility:hidden}[off-canvas*=shift][off-canvas*=top]{-webkit-transform:translate(0,50%);transform:translate(0,50%)}[off-canvas*=shift][off-canvas*=right]{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}[off-canvas*=shift][off-canvas*=bottom]{-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}[off-canvas*=shift][off-canvas*=left]{-webkit-transform:translate(50%,0);transform:translate(50%,0)}@media print{[canvas]{-webkit-transform:translate(0,0)!important;-ms-transform:translate(0,0)!important;transform:translate(0,0)!important}[off-canvas]{display:none!important}}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* perfect-scrollbar v0.8.0 */
.ps{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps{overflow:auto !important}}.ps.ps--active-x>.ps__scrollbar-x-rail,.ps.ps--active-y>.ps__scrollbar-y-rail{display:block;background-color:transparent}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}.ps>.ps__scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x,.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x{height:11px}.ps>.ps__scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y{width:11px}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}.ps:hover>.ps__scrollbar-x-rail,.ps:hover>.ps__scrollbar-y-rail{opacity:.6}.ps:hover>.ps__scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x{background-color:#999}.ps:hover>.ps__scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y{background-color:#999}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://ediciones.uc.cl/skin/frontend/shopper/default/js/lib/owl/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://ediciones.uc.cl/skin/frontend/shopper/default/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://ediciones.uc.cl/skin/frontend/shopper/default/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://ediciones.uc.cl/skin/frontend/shopper/default/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://ediciones.uc.cl/skin/frontend/shopper/default/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://ediciones.uc.cl/skin/frontend/shopper/default/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://ediciones.uc.cl/skin/frontend/shopper/default/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 * Theme Name: EdicionesUC Tienda Magento - Mitocondria
 * Base Theme Name: Magento Base Mitocondria
 * Theme URI: http://www.mitocondria.cl
 * Version: 1.0
 * By: Mitocondria
 * Author: Bastian Fredes
 *
 * Powered by Magento
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
!*/
@charset "UTF-8";

/* ESTILOS GENERALES */
.row {
    margin: 0 auto;
}

body,
html {
    overflow: auto;
    height: auto;
}

body.fixedMenu {
    padding-top: 141px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.marginTop20 {
    margin-top: 20px;
}

#maskHover {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(216, 216, 216, 0.42);
    width: 100%;
    height: 100%;
}

#maskHover.active {
    display: block;
}

#mobile-nav>li>a,
#mobile-nav>li>a>span,
#mobile-nav ul li a,
#nav>li>a,
#nav>li>a>span,
#nav ul li a,
#queldoreiNav>li>a,
#queldoreiNav>li>a>span,
#queldoreiNav ul li a {
    transition: color 0s ease-in-out;
    -webkit-transition: color 0s ease-in-out;
    -moz-transition: color 0s ease-in-out;
    -o-transition: color 0s ease-in-out;
}

body,
.main-container,
.footer-container .product-slider-container {
    background: #F0F0F0;
}

.main-container,
.footer-container .product-slider-container {
    background: none;
}

.backgroundWhite {
    background: #FFF;
}

.col2-left-layout .page-title {
    padding-top: 0;
    padding-bottom: 15px;
}

.page-title h1,
h2.likeTitle {
    font-family: 'Ubuntu', sans-serif !important;
    color: #303030;
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.checkout-cart-index h2.likeTitle {
    margin-top: 0;
    font-size: 22px;
    line-height: 22px;
}

.checkout-cart-index .page-title {
    padding-top: 20px;
}

.product-view h1,
.product-name.visible-xs {
    font-family: 'Open Sans', sans-serif;
    color: #4A4A4A;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 0;
}

.product-name.visible-xs {
    padding: 0 5px;
    margin: 10px 0;
}

h3 {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    text-transform: uppercase;
    color: #5B5B5B;
}

.slider-container h3 {
    font-family: 'Ubuntu', sans-serif !important;
    color: #303030;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.ratings-table td,
.ratings-table th {
    padding: 0;
}

.ratings-table th {
    padding-top: 3px;
    padding-right: 5px;
}

.borderBottom {
    margin-bottom: 20px;
}

#customer-reviews dt {
    color: #b4b4b4;
    font-weight: 400;
}

#customer-reviews .titleReview {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
}

#customer-reviews dl {
    border-top: 1px solid #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    padding-top: 20px;
}

#reviews-read dd {
    color: #9B9B9B;
    font-weight: 400;
}

#reviews-read .ratings-table tr th {
    font-weight: 400;
    display: none;
}

#review-form h3 {
    display: none;
}

#review-form label {
    display: none;
}

#product-review-table th {
    padding: 0 15px;
}

.actions button.button span,
.buttons-set button.button span {
    float: left;
    padding: 10px 25px;
    font-weight: 300;
    text-transform: none;
    font-size: 14px;
    line-height: 21px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    border-radius: 30px;
}

#reviews-write {
    max-width: 670px;
}

#reviews-write .buttons-set button.button span {
    background: #3d7ddb;
    text-transform: none;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    font-family: 'Open Sans', sans-serif;
}

#reviews-write .buttons-set button.button span:hover {
    background: #ec3f53;
}

a,
body,
p {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: normal;
}

p {
    color: #9B9B9B;
}

.ionicon {
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#product-customer-reviews .review-title,
.add-review h3.title,
.cart-top span,
.cart-top-title,
.checkout-onepage-success .sub-title,
.compare-top-title,
.contacts-index-index .fieldset h2.legend,
.footer-info h4,
.page-title h1,
.page-title h2,
.product-tabs li a,
.search-top-container .search-form .search-top-title,
.std h1,
.std h2,
.std h3,
.std h4 {
    font-family: 'Ubuntu', sans-serif;
}

#mobile-nav>li>a,
#nav>li>a,
#nav li.custom-block ul li strong,
.price-box .price,
#queldoreiNav>li>a,
#queldoreiNav li.custom-block div.sub-wrapper strong,
.nav-container .nav-top-title,
.wide-navigation #nav ul.level0>li>a,
nav .nav-top-title {
    font-family: "Open Sans";
}

#shopping-cart-totals-table strong,
.cart .cart-collaterals h2,
.category-description h1,
.category-description strong,
.homepage-banners a .content strong,
.products-grid h3,
.slider-container .jcarousel-list h3,
.slider-container h3 {
    font-family: 'Roboto', sans-serif;
}

#customer-reviews .form-add h2,
.block .block-title strong,
.block-layered-nav dt,
.block-poll .question,
.cms-index-index .block .block-title strong,
.opc .step-title,
.opc h3,
.page-head h3,
.product-category-title,
.product-tabs-accordion h2.tab-heading a,
.product-view h1,
.product-view h2,
.top-opc li .number {
    font-family: 'Open Sans', sans-serif;
}

.box-up-sell2 .jcarousel-list h3,
.box-up-sell2 h3,
.flexslider .slides .content strong,
.product-slider-container h2,
.product-view .box-tags .form-add label,
.product-view .box-tags h3,
.product-view .product-additional .block .block-title strong,
.ui-tabs .ui-tabs-nav li {
    font-family: 'Roboto', sans-serif;
}

.block-slider .slides>li strong,
.block-slider .slides>li strong.block-slider-title,
.blog-title h1,
.blog-title h1,
.commentTitle h2,
.postTitle h1,
.postTitle h1,
.postTitle h2,
.postTitle h2 a,
.replyTitle h2,
.ui-tabs .ui-tabs-nav li a {
    font-family: 'Roboto', sans-serif;
}

.col-main-wrap {
    width: 100%;
    padding: 15px 15px 50px;
    box-sizing: border-box;
}

.cms-index-index .col-main-wrap {
    padding: 0;
}

.breadcrumbs:before,
.col-main-wrap>.blog-title:before,
.page-head h3:before,
.page-title-bg,
.page-title:before,
.product-category-title:before {
    background: none;
    display: none;
}

.nullStyles {
    background: none !important;
    width: auto !important;
    height: auto !important;
    float: none !important;
}

.cartEmpty a,
.errorPage404 a {
    color: #3D7EDB;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.cartEmpty a:hover,
.errorPage404 a:hover {
    color: #29292c;
}

.cms-sucursales .col-main-wrap>.blog-title,
.col-main-wrap>.product-category-title {
    margin-top: 0;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.checkout-onepage-success .page-title {
    clear: both;
}

.notBefore:before {
    content: none;
    display: none;
}

header {
    box-shadow: none;
    z-index: 999;
}

header a.logo {
    margin: 10px 0 !important;
    position: relative;
}

.nav-container {
    vertical-align: top;
}

.header-container a.logo img.logoTienda {
    display: block;
    max-width: 275px;
    height: auto;
}

.top-switch-bg {
    border: none;
    padding-top: 0;
    margin-top: -1px;
    position: relative;
    background: none;
    z-index: 9;
    box-shadow: none;
    min-height: 150px;
    border-bottom: 2px solid #F4CE05;
}

.seccionesPreHead {
    background: #3D7EDB;
    padding-top: 3px;
    padding-bottom: 3px;
    border: none;
    min-height: 27px;
}

.seccionesPreHead .logopuc {
    position: absolute;
    top: 35px;
    right: 0;
    width: 172px;
    z-index: 999;
}

.seccionesPreHead .logopuc img {
    max-width: 100%;
    height: auto;
}

.seccionesPreHead ul li {
    border-right: 1px solid #FFF;
    padding-right: 10px;
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #FFF;
    font-weight: 400;
}

.seccionesPreHead ul li:last-child {
    border: none;
    padding: 0;
}

.seccionesPreHead a {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.slider {
    padding-top: 0;
    margin-bottom: 20px;
}

#slide-timeline {
    top: 0;
}

#queldoreiNav>li>a>span {
    border: none;
}

#queldoreiNav>li.active>a>span,
#queldoreiNav>li.especial>a>span,
#queldoreiNav>li.over>a>span,
#queldoreiNav>li:hover>a>span {
    border: none;
    background: none;
    color: #4A4A4A;
    box-shadow: none;
}

#queldoreiNav>li.active,
#queldoreiNav>li.over,
#queldoreiNav>li:hover {
    box-shadow: none;
}

#queldoreiNav>li.parent>a:before {
    display: none;
    content: "\f35f";
    color: #FFF;
    position: absolute;
    right: 0;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

#queldoreiNav>li.parent.active>a:before,
#queldoreiNav>li.parent:hover>a:active,
#queldoreiNav>li.parent:hover>a:before,
#queldoreiNav>li.parent:hover>a:focus {
    color: #E1293C;
    transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
}

.greyBackgrounded {
    background: #F8F8F8;
    padding: 20px;
    margin-bottom: 10px;
}

#queldoreiNav>li>a>span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #4A4A4A;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 14px;
    text-transform: none;
}

#queldoreiNav>li>a>span i {
    margin-right: 8px;
    font-size: 18px;
    line-height: 14px;
    position: relative;
    top: 1px;
}

#queldoreiNav>li.last>a>span {
    color: #E2373D;
}

#queldoreiNav>li.last>a>span:after {
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f48c";
    font-size: 20px;
    line-height: 8px;
    margin-left: 5px;
    color: #E2373D;
    position: relative;
    top: 2px;
}

#queldoreiNav>li>div.sub-wrapper li span {
    display: inline-block;
    color: #707070;
}

#queldoreiNav>li>div.sub-wrapper li:hover>a>span {
    color: inherit;
}

#queldoreiNav>li>div.sub-wrapper li img {
    position: relative;
    max-width: 15px;
    left: -5px;
    display: inline-block;
}

#queldoreiNav>li>div.sub-wrapper>ul>li {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0;
    padding-top: 5px;
}

#queldoreiNav ul li {
    float: none;
    width: 300px;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    position: static;
    border-radius: 0;
    font-family: 'Lato', sans-serif;
    letter-spacing: normal;
}

#queldoreiNav>li>div.sub-wrapper>ul>li>ol>li .sub-wrapper {
    border: none;
    border-left: 0;
    border-top: 0;
}

.top-switch-bg .over {
    box-shadow: none;
}

#queldoreiNav ul li.level1 {
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

#queldoreiNav ul li.level1.parent {
    background-image: url(data:image/gif;
    base64, R0lGODlhBwAKAMIEAObm5uvr6/Dw8P39/f ///////////////yH5BAEKAAcALAAAAAAHAAoAAAMWSDPUGoE5AaIj1M4qMW+ZFDYD1ClnAgA7);
    background-position: right 4px top 12px;
    background-repeat: no-repeat;
}

#queldoreiNav ul li.level1.parent.over {
    background-image: url(data:image/gif;
    base64, R0lGODlhBwAKAMIEAICAgJmZmbOzs/f39 ////////////////yH5BAEKAAcALAAAAAAHAAoAAAMWSDPUGoE5AaIj1M4qMW+ZFDYD1ClnAgA7);
    background-position: right 4px top 12px;
    background-repeat: no-repeat;
}

#queldoreiNav ul li.level1.parent:hover {
    border-right: 0;
}

#queldoreiNav div.sub-wrapper ul div.sub-wrapper {
    position: static;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
    height: auto;
}

#queldoreiNav div.sub-wrapper ul div.sub-wrapper>ul {
    padding: 0;
}

#queldoreiNav div.sub-wrapper ul div.sub-wrapper>ul>li {
    position: static;
    float: none;
    width: 250px;
    line-height: 18px;
}

#queldoreiNav ul li.active>a,
#queldoreiNav ul li.level1>a,
#queldoreiNav ul li.parent>a {
    background: none !important;
    color: #5B5B5B !important;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 35px;
    font-family: inherit;
    letter-spacing: inherit;
}

#queldoreiNav ul li.level2.active>a {
    background: none !important;
    color: #3d7ddb !important;
    text-transform: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
}

#queldoreiNav ul li.active:active>a,
#queldoreiNav ul li.active:focus>a,
#queldoreiNav ul li.active:hover>a {
    color: #3d7ddb !important;
}

#queldoreiNav ul li.parent:active>a,
#queldoreiNav ul li.parent:focus>a,
#queldoreiNav ul li.parent:hover>a {
    color: #f4cf07 !important;
    font-weight: 700;
}

#queldoreiNav ul li.level1:active>a,
#queldoreiNav ul li.level1:focus>a,
#queldoreiNav ul li.level1:hover>a {
    color: #3d7ddb !important;
    background: none !important;
    font-weight: 700;
}

#queldoreiNav div.sub-wrapper ul div.sub-wrapper>ul>li a:active,
#queldoreiNav div.sub-wrapper ul div.sub-wrapper>ul>li a:focus,
#queldoreiNav div.sub-wrapper ul div.sub-wrapper>ul>li a:hover {
    background: no-repeat;
    color: #3d7ddb !important;
}

#queldoreiNav div.sub-wrapper ul div.sub-wrapper>ul>li a {
    font-size: 13px;
    color: #5B5B5B !important;
    line-height: 32px;
    font-weight: 100;
}

#queldoreiNav div.sub-wrapper ul div.sub-wrapper>ul>li.level2.parent>a span {
    border-bottom: 1px solid #cecece;
    width: 100%;
}

#queldoreiNav div.sub-wrapper ul div.sub-wrapper>ul>li.level3 a {
    font-size: 12px;
    line-height: 32px;
    padding-left: 15px;
}

#queldoreiNav div.sub-wrapper ul div.sub-wrapper>ul>li.level3:last-child {
    margin-bottom: 5px;
}

.row-full {
    width: 100%;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.noPadding,
body .address-information ul li.noPadding {
    padding: 0;
}

.paddingLeft {
    padding-left: 15px;
}

body .ui-tabs .ui-tabs-nav {
    margin-top: 30px;
    text-align: left;
}

/* Tabs */
.clean_tabs .ui-tabs .ui-tabs-nav {
    text-align: right;
    margin-top: 5px;
    height: 49px;
}

.clean_tabs .ui-tabs .ui-tabs-nav li {
    background: #FFF !important;
    border: 2px solid #9B9B9B !important;
    margin-left: 15px !important;
    padding: 3px 20px !important;
    border-radius: 20px;
}

.clean_tabs .ui-tabs .ui-tabs-nav li a {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color: #9B9B9B;
    font-size: 17px !important;
    line-height: 17px;
    text-transform: none;
    letter-spacing: normal;
}

.clean_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border: 2px solid #9B9B9B !important;
    background: #9B9B9B !important;
    border-radius: 20px;
}

.clean_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #FFF;
}

.clean_tabs .ui-tabs .ui-tabs-nav li:active,
.clean_tabs .ui-tabs .ui-tabs-nav li:focus,
.clean_tabs .ui-tabs .ui-tabs-nav li:hover {
    background: #9B9B9B !important;
}

.clean_tabs .ui-tabs .ui-tabs-nav li:active a,
.clean_tabs .ui-tabs .ui-tabs-nav li:focus a,
.clean_tabs .ui-tabs .ui-tabs-nav li:hover a {
    color: #FFF;
    cursor: pointer;
}

.clean_tabs .ui-tabs ul.ui-tabs-nav li.ui-tabs-active:after,
.clean_tabs .ui-tabs ul.ui-tabs-nav li:hover:after {
    display: none;
}

.clean_tabs .ui-tabs .box-reviews,
.clean_tabs .ui-tabs .ui-tabs-panel {
    padding-top: 15px !important;
}

/* Tabs */
.products-grid {
    margin-left: 0;
    margin-right: 0;
}

.products-grid .product-image {
    border: none;
    background: #FFF;
}

.sale-top-right {
    display: none;
}

.new-top-left {
    display: none;
}

.sliderProductos .product-slider-container ul.products-grid li.item {
    float: left;
    margin: 0;
    padding: 0;
}

.categoriaProductos ul.products-grid {
    padding: 0;
}

.categoriaProductos ul.products-grid li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

.categoriaProductos .itemSpecial {
    margin-bottom: 15px;
}

.two_columns_3 .col2-left-layout .category-products .sliderProductos .product-slider-container ul.products-grid li.item:nth-child(3n+1),
.two_columns_3 .col2-left-layout .widget-products .sliderProductos .product-slider-container ul.products-grid li.item:nth-child(3n+1),
.two_columns_3 .col2-right-layout .category-products .sliderProductos .product-slider-container ul.products-grid li.item:nth-child(3n+1),
.two_columns_3 .col2-right-layout .widget-products .sliderProductos .product-slider-container ul.products-grid li.item:nth-child(3n+1) {
    clear: none !important;
}

.sliderProductos .product-slider-container ul.products-grid li.item:nth-child(4n+1) {
    padding-left: 0;
}

.product-slider-container .jcarousel-skin-tango .jcarousel-clip {
    margin-left: 0;
    margin-right: 0;
}

.footer-container .bannerMarcas .product-slider-container .jcarousel-skin-tango .jcarousel-clip {
    margin-left: -20px;
    margin-right: -20px;
}

.footerContainer {
    padding-top: 25px;
    padding-bottom: 25px;
}

.product-slider-container .jcarousel-skin-tango .jcarousel-clip ul.jcarousel-list {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.products-grid li.item .regular {
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.sliderProductos .product-slider-container ul.products-grid li.item .regular,
.categoriaProductos ul.products-grid li.item .regular {
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.products-grid li.item {
    margin-bottom: 20px;
}

.products-grid li.item:first-child {
    clear: none !important;
}

.products-grid li.item {
    padding: 0;
    box-shadow: none;
    width: 100%;
}

.add-review .form-list {
    margin-top: 10px;
}

.products-grid .hover {
    display: none;
}

.category-products {
    margin-bottom: 10px;
}

.clean_tabs {
    padding: 0;
}

.sliderProductos>h2 {
    display: none;
}

.clean_tabs .ui-tabs .box-reviews,
.clean_tabs .ui-tabs .ui-tabs-panel {
    padding-bottom: 5px !important;
}

.products-grid .product-image img {
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.products-grid .product-image img {
    -moz-transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.products-grid li:hover .product-image img,
.products-grid .regular:hover .product-image img {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
}

.products-grid .product-image {
    text-align: center;
    padding: 0;
    margin-right: 15.5px;
    margin-bottom: 8px;
    text-decoration: none;
}

.productFeatured .products-grid .product-image {
    margin-left: 0;
    margin-right: 0;
}

.categoriaProductos {
    margin-top: 10px;
    padding-bottom: 20px;
}

.categoriaProductos button {
    margin-bottom: 20px;
}

.products-grid .labelProducto {
    top: 20px;
}

.products-grid .configurable-price-from-label {
    display: none;
}

.products-grid .price-box {
    display: block;
    margin: 0;
    text-align: left;
    margin: 4px 0;
    margin-bottom: 10px;
}

.cms-index-index .price-box,
.cms-home .price-box,
.cms-index-index .labelProducto,
.cms-home .labelProducto {
    display: none;
}

.price-box p.old-price {
    padding-left: 10px;
}

.product-view .product-shop .price-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
}

.product-view .product-shop .price-box .old-price {
    text-decoration: none;
    position: static;
    left: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #9B9B9B;
    letter-spacing: 0;
    text-transform: none;
    min-height: 15px;
}

.product-view .product-shop-info .product-name {
    margin-bottom: 10px;
}

.product-view .product-shop-info .autor {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 26px;
    margin-bottom: 15px;
}

.product-view .product-shop-info .autor a {
    color: #4A4A4A;
    text-decoration: none;
}

.product-view .product-shop-info .autor a:hover,
.product-view .product-shop-info .autor a:active,
.product-view .product-shop-info .autor a:focus {
    color: #3d7ddb;
}

.product-view .product-shop-info .info,
.product-view .product-shop-info .info p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #9B9B9B
}

.labelSKU,
.labelPags,
.labelPublicacion {
    font-weight: 700;
}

.price-box p.old-price,
.price-box p.special-price {
    float: none;
    padding: 0;
}

.price-box p.old-price {
    display: block;
    width: 100%;
    line-height: 16px !important;
}

.price-box p.special-price {
    padding-right: 5px;
    min-height: 20px;
    float: none;
    width: 100%;
    display: block;
    word-wrap: break-word;
    float: none !important;
}

.price-box p.special-price .price-label {
    display: inline-block;
    font-size: 11px;
    color: #e8520e;
    line-height: 18px;
    font-weight: 400;
    text-transform: none;
}

.price-box .old-price .price-label {
    display: inline-block;
    font-size: 11px;
    color: #434343;
    line-height: 18px;
    font-weight: 400;
    text-transform: none;
}

.price-box .old-price .price {
    font-size: 13px;
    color: #4A4A4A;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

.price-box .price {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #E7530E;
    display: inline-block;
}

.price-box .price-label {
    display: inline-block;
    font-size: 14px;
    color: #e8520e;
    font-weight: 400;
}

.configurable-price-from-label {
    display: block;
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 19px;
    color: #5C5C5C;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: bold;
}

.products-grid .product-name a,
.slider-container .jcarousel-list .product-name a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    line-height: 15px;
    /* text-transform: lowercase; */
    text-align: left;
}

.product-name a:first-letter {
    text-transform: uppercase;
}

.products-grid .product-name a {
    margin: 0;
    margin-bottom: 10px;
}

.products-grid .product-name a:active,
.products-grid .product-name a:focus,
.products-grid .product-name a:hover {
    color: #4C4C4C;
}

.products-grid .marca,
.products-grid .marca a {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #9A9A9A;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 7px 5px;
}

.product-slider-container .jcarousel-skin-tango ul.products-grid li.item {
    width: 294px;
}

.catalog-product-view .product-slider-container .jcarousel-skin-tango ul.products-grid li.item {
    width: 293px;
}

#fancybox-close {
    font-family: "Ionicons";
    background: none;
}

#fancybox-close:hover {
    background: none;
}

#fancybox-close:before {
    font-size: 18px;
    line-height: normal;
    content: "\f129";
    color: inherit;
}

#fancybox-left-ico,
#fancybox-right-ico {
    background: none;
    width: auto;
    height: auto;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    color: #0099ff;
}

#fancybox-right-ico:before {
    font-size: 30px;
    line-height: normal;
    content: "\f3d1";
    color: inherit;
}

#fancybox-left-ico:before {
    font-size: 30px;
    line-height: normal;
    content: "\f3cf";
    color: inherit;
}

#fancybox-left-ico:hover,
#fancybox-right-ico:hover {
    background: none;
    cursor: pointer;
}

#fancybox-left-ico:hover:before,
#fancybox-right-ico:hover:before {
    color: #5cbeff;
    transition: color 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
}

.tp-leftarrow.round {
    margin-top: -60px !important;
    width: 60px !important;
    height: 90px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0;
    background-position: -10px 7px !important;
    background-color: #D5D5D4 !important;
    transition: background-color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
}

.tp-leftarrow.round:active,
.tp-leftarrow.round:focus,
.tp-leftarrow.round:hover {
    background-color: #FFDE00 !important;
}

.tp-rightarrow.round {
    margin-top: -60px !important;
    width: 60px !important;
    height: 90px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0;
    background-position: -84px 7px !important;
    background-color: #D5D5D4 !important;
    transition: background-color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    cursor: pointer;
}

.tp-rightarrow.round:active,
.tp-rightarrow.round:focus,
.tp-rightarrow.round:hover {
    background-color: #FFDE00 !important;
}

#toTop {
    text-indent: 0;
    display: none;
    text-decoration: none;
    position: fixed;
    z-index: 10;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    background: #3d7ddb;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 22px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0 ease-in-out;
    -moz-transition: all 0 ease-in-out;
    -o-transition: all 0 ease-in-out;
    transition: background-color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
}

#toTop:hover {
    color: #3d7ddb;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform-origin: 0 -1;
    -webkit-transform-origin: 0 -1;
}

#toTop:before {
    color: #FFF;
    font-size: 34px;
    text-align: center;
}

#toTop:active,
#toTop:focus {
    outline: none;
}

.product-view .product-img-box .jcarousel-next-horizontal,
.product-view .product-img-box .jcarousel-prev-horizontal {
    background: none;
}

.bannerMarcas .jcarousel-next-horizontal {
    left: auto;
    right: -5px;
    text-align: right;
}

.bannerMarcas .jcarousel-prev-horizontal {
    right: auto;
    left: -5px;
    text-align: left;
}

.jcarousel-next-horizontal,
.jcarousel-prev-horizontal {
    background: none;
    text-align: center;
}

.bannerMarcas .jcarousel-next-horizontal,
.bannerMarcas .jcarousel-prev-horizontal {
    background: none;
    z-index: 99999;
    text-align: center;
}

.footer-container .jcarousel-skin-tango .jcarousel-container-horizontal {
    padding-left: 40px;
    padding-right: 40px;
}

.jcarousel-next-horizontal:before,
.jcarousel-prev-horizontal:before,
.owl-carousel .owl-nav .owl-next:before,
.owl-carousel .owl-nav .owl-prev:before {
    content: "";
    border: 2px solid #9B9B9B;
    border-radius: 100%;
    background: none;
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    line-height: 24px;
    font-size: 20px;
    width: 28px;
    text-align: center;
}

.jcarousel-next-horizontal:before,
.owl-carousel .owl-nav .owl-next:before {
    content: "\f10b";
    color: #9B9B9B;
}

.jcarousel-prev-horizontal:before,
.owl-carousel .owl-nav .owl-prev:before {
    content: "\f108";
    color: #9B9B9B;
}

.jcarousel-next-horizontal:hover,
.jcarousel-prev-horizontal:hover {
    background: none;
}

.jcarousel-prev-horizontal:hover:before,
.owl-carousel .owl-nav .owl-prev:hover:before {
    border-color: #3d7ddb;
    color: #3d7ddb;
}

.jcarousel-next-horizontal:hover:before,
.owl-carousel .owl-nav .owl-next:hover:before {
    border-color: #3d7ddb;
    color: #3d7ddb;
}

.owl-carousel .owl-nav .owl-next.disabled:before {
    border-color: #dadada;
    cursor: default;
    color: #dadada;
}

.owl-carousel .owl-nav .owl-prev.disabled:before {
    border-color: #dadada;
    cursor: default;
    color: #dadada;
}

.bannerMarcas .jcarousel-next-horizontal:hover,
.bannerMarcas .jcarousel-prev-horizontal:hover {
    background: none;
}

.bannerMarcas .jcarousel-prev-horizontal:hover:before {
    color: #e1293c;
}

.bannerMarcas .jcarousel-next-horizontal:hover:before {
    color: #e1293c;
}

.block-content .label,
.block-content .value {
    padding: 0;
    margin-right: 5px;
    text-transform: none;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #6F6F6F;
    list-style: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.block .actions a {
    font-size: 12px;
    color: #9b9b9b;
}

.form-list label.required em,
.reqstar {
    color: #4B4B4B !important;
    float: left;
    left: 0;
    position: static;
    right: auto;
}

.block-login .block-content .form-list label,
.form-list label {
    color: #b4b4b4;
    font-size: 12px;
    font-weight: 300;
}

.block-login .block-content .form-list label,
.form-list label {
    display: inline;
    text-align: left;
}

.block-login input.input-text,
.form-list select,
select {
    padding: 4px 5px;
    height: 39px;
    border: 1px solid #cccccc;
    background: #f1f1f1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 17px;
    box-sizing: border-box;
    resize: none;
    color: #585858;
}

input.input-text,
input.qty,
textarea {
    padding: 4px 5px;
    height: 32px;
    border: 1px solid #cccccc;
    background: #f1f1f1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 17px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    color: #585858;
}

#contactoFooter .buttons-set {
    margin-top: 5px;
}

#contactoFooter input.input-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: italic;
    background: none;
    border: none;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-weight: 100;
}

#contactoFooter .half.first {
    float: left;
    width: 45%;
    margin-right: 5%;
}

#contactoFooter .half.second {
    float: left;
    width: 45%;
    margin-left: 5%;
}

#contactoFooter textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: italic;
    background: none;
    border: none;
    border: 1px solid #FFF;
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 100;
}

#contactoFooter textarea::-webkit-input-placeholder,
#contactoFooter input.input-text::-webkit-input-placeholder {
    color: #FFF;
}

#contactoFooter textarea:-moz-placeholder,
#contactoFooter input.input-text:-moz-input-placeholder {
    color: #FFF;
}

#contactoFooter textarea::-moz-placeholder,
#contactoFooter input.input-text::-moz-input-placeholder {
    color: #FFF;
}

#contactoFooter textarea:-ms-input-placeholder,
#contactoFooter input.input-text::-ms-input-placeholder {
    color: #FFF;
}

#contactoFooter p {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-weight: 100;
}

select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.block-login input.input-text::-webkit-input-placeholder,
.form-list select::-webkit-input-placeholder,
input.input-text::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b2b2b2;
}

.block-login input.input-text:-moz-placeholder,
.form-list select:-moz-placeholder,
input.input-text:-moz-placeholder,
textarea:-moz-placeholder {
    color: #b2b2b2;
}

.block-login input.input-text::-moz-placeholder,
.form-list select::-moz-placeholder,
input.input-text::-moz-placeholder,
textarea::-moz-placeholder {
    color: #b2b2b2;
}

.block-login input.input-text:-ms-input-placeholder,
.form-list select:-ms-input-placeholder,
input,
input.input-text:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b2b2b2;
}

.checkout-onepage-index #checkoutSteps .section .form-list li select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

/* ESTILOS GENERALES */
/* LOADER */
.wrapper {
    position: relative;
    z-index: 1;
}

#loaderMask {
    display: none;
    background: #242628;
    width: 100%;
    height: 110%;
    position: fixed;
    z-index: 1000000000001;
    overflow: hidden;
}

#loaderMask .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -56px;
    margin-left: -36px;
}

#loaderMask .spinner .spinningOxford {
    background-image: url("/contenidos/logo_oxfordSymbol.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 72px;
    height: 88px;
    animation: spinner-2 1s infinite ease;
}

/* LOADER */
/* HEADER */
#slide-timeline {
    z-index: 1;
}

.header-wrapper {
    position: relative;
}

.header-container .grid_12 .logo {
    position: absolute;
    z-index: 1000;
    margin: 0;
    top: 10px;
    left: 0;
}

.cms-home .header-container .grid_12 .logo {
    top: 5px;
    left: 0;
}

.cms-home .header-container .grid_12 .logo p {
    margin: 0;
}

.header-container.fixed h1.logo {
    position: relative;
    top: 0;
}

.header-container .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.header-container .nav-container {
    float: left;
    margin-left: 225px;
    margin-right: 20px;
    height: 77px;
}

.search-field #queldoreiNav {
    width: auto;
    margin: 0;
}

.header-container .links {
    padding: 0;
}

.menuUserItems {
    display: block;
    position: relative;
    top: 25px;
    right: -10px;
    float: right;
}

.menuTiendaItems {
    float: left;
    width: 100%;
    height: 25px;
    padding-left: 22px; /* padding-left: 130px; jpastenes */
    text-align: center;
    position: relative;
}

.menuTiendaItems li {
    position: relative;
}

.menuTiendaItems li:last-child a:after {
    color: #9c9c9c;
    display: block;
    position: absolute;
    left: 34px;
    bottom: -5px;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.menuTiendaItems ul {
    padding: 0;
}

.menuTiendaItems ul li {
    display: inline-block;
    text-align: left;
    position: relative;
}

.menuTiendaItems ul li>a {
    color: #9B9B9B;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 8px 0 5px;
}

.menuTiendaItems ul li>a:hover {
    text-decoration: underline;
}

.menuTiendaItems ul li>a {
    border-right: 1px solid #9B9B9B;
}

.menuTiendaItems ul li:last-child>a {
    border: none;
}

.cart-top-container {
    position: relative;
    z-index: 10;
    margin: 0;
}

.header-container .links li {
    display: block;
    position: relative;
    width: 100%;
    line-height: 19px;
}

.header-container .links li.datosUser>a:before,
.header-container .links li.datosUser .dropbtn>a:before {
    display: none;
}

.header-container .links li.datosUser:hover a:before,
.header-container .links li.datosUser:hover .dropbtn>a {
    color: #3d7ddb !important;
}

.dropdown li {
    top: 0 !important;
}

.dropdown li a {
    text-align: left;
    padding: 5px 10px !important;
}

.header-container .links li>a {
    width: 100%;
}

.header-container .links li div.datosUser a,
.header-container .links li>a,
.header-container .links li.datosUser .dropbtn>a {
    display: inline-block;
    padding: 0 0 5px 0;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    text-transform: none;
    font-weight: 400;
    color: #9B9B9B;
    font-size: 12px;
    line-height: 25px;
    transition: color 600ms ease-in-out;
    -webkit-transition: color 600ms ease-in-out;
    -moz-transition: color 600ms ease-in-out;
    -o-transition: color 600ms ease-in-out;
}

.header-container .links li.datosUser .dropbtn>a {
    line-height: 20px;
}

.header-container .links li.salirMiCuenta>a {
    background: #3d7ddb;
}

.header-container .links li div.datosUser:hover>a {
    color: #3d7ddb;
}

.header-container .links li div.datosUser:hover>a,
.header-container .links li:hover>a {
    background: none;
    color: #3d7ddb;
}

.header-container .links li.salirMiCuenta:hover>a {
    background: #FFF;
    color: #3d7ddb;
}

.header-container .links li.salirMiCuenta>a {
    color: #FFF;
}

.header-container .top-switch-bg .grid_12 {
    position: relative;
}

#queldoreiNav>li>a {
    line-height: 60px;
    padding: 9px 10px 11px;
}

#queldoreiNav>li>a.level-top {
    background: #F4CE05;
    min-width: 150px;
    text-align: center;
    border: none;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    transition: background 600ms ease-in-out;
    -webkit-transition: background 600ms ease-in-out;
    -moz-transition: background 600ms ease-in-out;
    -o-transition: background 600ms ease-in-out;
}

#queldoreiNav>li:hover>a.level-top {
    background: #f4cf07;
}

#queldoreiNav>li>div.sub-wrapper:before {
    display: none;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #9B9B9B;
    top: 32px;
}

#queldoreiNav li div.sub-wrapper {
    z-index: 1000;
    top: 25px;
    padding: 0;
    margin-left: 0;
    max-width: 100%;
    min-height: 0px;
    width: 690px;
    border: none;
    border-radius: 0;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.28);
    background: #FFF;
    margin-left: 10px;
}

#queldoreiNav>li.level0>div.sub-wrapper .level0:before {
    content: "";
    position: absolute;
    border-color: transparent transparent #f4cf07 transparent;
    border-style: solid;
    border-width: 8px;
    height: 0;
    width: 0;
    top: -16px;
    left: 25px;
}

#queldoreiNav>li.level0>div.sub-wrapper .level0:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    width: calc(100%+4px);
    height: 5px;
    background: #f4d007;
}

#queldoreiNav li.level2 div.sub-wrapper {
    min-height: 0;
    padding: 0;
}

.cart-top span {
    font-size: 12px;
}

.cart-top-container .cart-top span {
    padding: 0;
    color: #9b9b9b;
    font-family: 'Ubuntu', sans-serif;
    text-transform: none;
    font-weight: 400;
}

.cart-top-container .cart-top {
    padding: 0 0 0 0;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    line-height: 25px;
    padding-bottom: 5px;
    border-left: 1px solid #9b9b9b;
}

.cart-top-container .cart-top a.summary {
    padding-right: 7px;
    display: inline;
    background: none;
    font-size: 20px;
    line-height: 19px;
    text-align: right;
    height: 27px;
    color: #9b9b9b;
    transition: color 600ms ease-in-out;
    -webkit-transition: color 600ms ease-in-out;
    -moz-transition: color 600ms ease-in-out;
    -o-transition: color 600ms ease-in-out;
}

.cart-top-container .cart-top a {
    display: inline;
}

.cart-top-container .cart-top span {
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.cart-top-container .cart-top:hover a.summary,
.cart-top-container .cart-top:hover span {
    color: #3d7ddb;
}

.cart-top-container .cart-top a.summary:after {
    content: "\f07a";
    display: inline-block;
    position: relative;
    top: 2px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-top-container #search_mini_form .form-search button:after {
    content: "\f4a4";
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cart-top-container .details {
    left: auto;
    right: 0;
    width: 300px;
    margin: 0;
    box-sizing: content-box;
    overflow: visible !important;
    z-index: 10020;
    top: 29px;
}

.cart-top-container:hover .cart-top>a,
.cart-top-container:hover .cart-top>a span {
    color: #3d7ddb;
}

.dropdown-content .details-border {
    height: 4px;
    width: 100%;
    padding: 0 16px;
    margin: 0;
    padding: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #3d7ddb;
}

.dropdown-content .details-border:before {
    content: "";
    position: absolute;
    border-color: transparent transparent #3d7ddb transparent;
    border-style: solid;
    border-width: 5px;
    height: 0;
    width: 0;
    top: -9px;
}

.cart-top-container .details-border,
.dropdown-content .details-border {
    box-sizing: content-box;
    overflow: visible;
}

.dropdown-content .details-border:before {
    box-sizing: content-box;
    left: 60px;
}

.cart-top-container .details-border:before {
    box-sizing: content-box;
    left: 305px;
}

.search-top-container #search_mini_form .form-search {
    padding: 20px 15px 0 0;
    width: 360px;
}

.search-top-container #search_mini_form .form-search #search {
    background: none;
    box-shadow: none;
    padding: 5px 55px 6px 0;
    border: none;
    line-height: 14px;
    height: auto;
    font-size: 14px;
    color: #C4C4C4;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-weight: 100;
    border-bottom: 1px solid #D7D7D7;
}

.search-top-container #search_mini_form .form-search #search::-webkit-input-placeholder {
    color: #C4C4C4;
    font-weight: 100;
}

.search-top-container #search_mini_form .form-search #search:-moz-placeholder {
    color: #C4C4C4;
    font-weight: 100;
}

.search-top-container #search_mini_form .form-search #search::-moz-placeholder {
    color: #C4C4C4;
    font-weight: 100;
}

.search-top-container #search_mini_form .form-search #search:-ms-input-placeholder {
    color: #C4C4C4;
    font-weight: 100;
}

.footer-info hr {
    margin-top: 7px;
    margin-bottom: 10px;
    border-top-color: #d4d4d4;
}

.header-container {
    z-index: 11;
    min-height: 129px;
}

.main-container {
    box-shadow: none !important;
    clear: both;
}

.page {
    position: relative;
}

.header-container.fixed {
    position: static;
    top: 0;
    width: 100%;
    z-index: 100000000000;
}

#maskHover {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(29, 29, 29, 0.42);
    width: 100%;
    height: 100%;
}

#maskHover.active {
    display: block;
}

/* HEADER */
/* MENU */
.closeMenu {
    font-size: 14px;
    text-transform: uppercase;
    color: #6b6b6b;
    background: #f4cf07;
    font-weight: 100;
    line-height: 14px;
    text-align: right;
    padding: 18px;
    position: absolute;
    width: 100%;
    z-index: 100000;
    font-family: 'Ubuntu', sans-serif !important;
}

.closeMenu i {
    color: #C80F1C;
    font-size: 17px;
    margin-right: 5px;
}

.top-dropdowns {
    position: relative;
    right: auto;
    left: auto;
    top: 0;
    bottom: 0;
    margin: 0 0 0 20px;
}

.toggleMenuResponsive {
    display: none;
}

.activeResponsive .header-wrapper {
    height: 50px !important;
}

.activeResponsive .toggleMenuResponsive {
    display: block;
    position: absolute;
    z-index: 100;
    top: 78px;
    right: 20px;
    border-color: #ddd;
    float: right;
    padding: 9px 10px;
    margin: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.toggleMenuResponsive .icon-bar {
    background-color: #3d7ddb;
    margin-top: 4px;
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 1px;
}

.js-close-any-slidebar {
    overflow: hidden;
}

[off-canvas] {
    background: none;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
}

.js-close-any-slidebar .maskAble {
    opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    visibility: visible;
}

.maskAble {
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    display: block;
    opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 100;
    background: #000;
    background: rgba(0, 0, 0, 0.43);
    width: 100%;
    height: 100%;
}

.menuContainer {
    width: 100%;
    position: relative;
    z-index: 999;
}

.menuContainer .nav-container {
    width: auto;
    position: static;
}

#queldoreiNav,
.search-field #queldoreiNav {
    float: right;
    width: auto;
    position: static;
    right: 0;
}

#queldoreiNav>li {
    float: left;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0;
    position: static;
}

.btn-default {
    margin-top: 5px;
    background: #3D7EDB;
    padding: 10px 25px;
    margin: 0 auto;
    color: #FFF;
    font-family: 'SairaCondensed' !important;
    font-size: 20px !important;
    font-weight: 500;
    border: none;
    border-radius: 30px;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background: #699ae0;
    color: #FFF;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.dropbtn a {
    color: #9B9B9B !important;
    padding: 10px;
    font-size: 14px;
    font-weight: 100;
    border: none;
    cursor: pointer;
    position: relative;
}

.dropbtn:after {
    content: "\f3d0";
    font-family: "Ionicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    margin-right: 0;
    margin-left: 5px;
    line-height: 5px;
    position: relative;
}

.dropdown {
    position: relative;
    display: inline-block;
    line-height: 25px;
    padding: 0;
    color: #9b9b9b;
    font-family: 'Ubuntu', sans-serif;
    text-transform: none;
    font-weight: 400;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    cursor: pointer;
}

.dropdown:hover {
    color: #3d7ddb;
}

.dropdown-content {
    display: none;
    border-radius: 2px;
    position: absolute;
    z-index: 11;
    left: -13px;
    top: 29px;
    background-color: #FFF;
    min-width: 160px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* MENU */
/* PREFOOTER */
.preFooter {
    position: relative;
    background: #3D7EDB;
}

.preFooter:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    border-bottom: 2px dashed #FFF;
    height: 2px;
    width: 100%;
}

.preFooter:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    border-bottom: 2px dashed #FFF;
    height: 2px;
    width: 100%;
}

.preFooter #newsletterContainer .imgPreFooter {
    float: left;
    margin-top: -25px;
    margin-left: 14px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.preFooter #newsletterContainer .newsletter {
    float: none;
}

.preFooter #newsletterContainer .imgPreFooter img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.textoNewsletter {
    color: #FFF;
    padding-bottom: 5px;
    margin-top: 5px;
}

.textoNewsletter .segundo {
    font-size: 14px;
    font-weight: 700;
    padding-left: 30px;
    text-transform: none;
    font-family: 'Ubuntu', sans-serif;
}

.newsletter-subscribe .form-group {
    max-width: 100%;
    width: 430px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 35px;
    padding-top: 20px;
}

footer .newsletter-subscribe .form-group {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 10px;
}

.newsletter-subscribe .input-text {
    max-width: 100%;
    width: 100%;
    background: #FFF;
    color: #000000;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0 20px;
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
}

footer .newsletter-subscribe .input-text {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}

.newsletter-subscribe input:-webkit-autofill,
.newsletter-subscribe input:-webkit-autofill:focus .newsletter-subscribe input:-webkit-autofill,
.newsletter-subscribe input:-webkit-autofill:hover {
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: 0 0 0 1000px #ffe4b2 inset !important;
    box-shadow: 0 0 0 1000px #ffe4b2 inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.validation-failed {
    border-color: #CA242C !important;
}

/* PREFOOTER */
/* FOOTER */
footer .newsletter {
    text-align: left;
}

footer.footer-info .footer_redesSociales ul li.parent {
    margin-right: 15px;
    position: relative;
    top: 0;
}

footer.footer-info .footer_redesSociales ul li {
    position: relative;
    top: 5px;
}

footer.footer-info ul li a.social-icons {
    font-size: 25px;
    line-height: 25px;
    text-transform: none;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
}

footer.footer-info ul li a.social-icons:hover {
    text-decoration: none;
}

.footer_redesSociales ul {
    margin-bottom: 10px;
}

.footer_redesSociales {
    margin-bottom: 0;
}

.footer_logoMTS {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: auto;
}

.footer_logoMTS img {
    float: right;
}

.footer_logo {
    text-align: right;
}

footer.footer-info ul li {
    line-height: 12px;
}

footer.footer-info .footer_empresa ul li {
    line-height: 17px;
}

footer.footer-info ul li.parent span {
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    font-size: 12px;
    text-transform: none;
    font-weight: 100;
}

.textoNewsletter .primero {
    font-family: 'Open Sans', sans-serif;
    line-height: 23px;
    font-size: 20px;
    text-transform: none;
    font-weight: 100;
}

footer.footer-info .footer_contacto ul li.parent span {
    font-size: 18px;
    line-height: 18px;
}

footer.footer-info .footer_contacto ul li.parent>ul {
    margin-top: 10px;
}

footer.footer-info ul li.parent>ul {
    margin-top: 3px;
}

footer.footer-info ul li.parent span.special {
    position: relative;
    top: -3px;
}

footer.footer-info ul li.parent span.special a {
    color: #3D7EDB;
    font-weight: 500;
}

footer .normalLink li {
    margin-top: 5px;
    margin-bottom: 8px;
}

footer.footer-info ul li.parent {
    margin-top: 8px;
    margin-bottom: 8px;
}

footer.footer-info ul li.parent,
footer.footer-info ul li.parent>a {
    text-transform: none;
}

footer.footer-info .footer_empresa ul li ul li:before {
    list-style: none;
    display: none;
}

footer.footer-info ul li ul li:before {
    font-family: "FontAwesome";
    content: "\f111";
    font-size: 3px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    line-height: auto;
}

footer.footer-info .footer_contacto ul li ul.telephone {
    position: relative;
    padding-left: 25px;
}

footer.footer-info .footer_contacto ul li ul.telephone li a {
    font-size: 12px;
    line-height: 14px;
}

footer.footer-info .footer_contacto ul li ul.telephone:before {
    font-family: "Ionicons";
    content: "\f3a2";
    left: 0;
    top: 5px;
    font-size: 22px;
    position: absolute;
    width: 20px;
    text-align: center;
}

footer.footer-info .footer_contacto ul li ul.telephone li:before {
    display: none;
}

footer.footer-info .footer_contacto ul li ul.mail {
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
}

footer.footer-info .footer_contacto ul li ul.mail li a {
    font-size: 12px;
    line-height: 14px;
}

footer.footer-info .footer_contacto ul li ul.mail:before {
    font-family: "Ionicons";
    content: "\f2eb";
    left: 0;
    top: 1px;
    font-size: 22px;
    position: absolute;
    width: 20px;
    text-align: center;
}

footer.footer-info .footer_contacto ul li ul.mail li:before {
    display: none;
}

footer.footer-info .footer_contacto ul li ul.address {
    position: relative;
    padding-left: 25px;
    width: 220px;
}

footer.footer-info .footer_contacto ul li ul.address li {
    font-size: 12px;
    line-height: 16px;
}

footer.footer-info .footer_contacto ul li ul.address:before {
    font-family: "Ionicons";
    content: "\f1ff";
    left: 0;
    top: 5px;
    font-size: 20px;
    position: absolute;
    width: 20px;
    text-align: center;
}

footer.footer-info .footer_contacto ul li ul.address li:before {
    display: none;
}

footer.footer-info .footer_contacto ul li ul.facebook {
    position: relative;
    padding-left: 25px;
    clear: both;
    margin-top: 40px;
}

footer.footer-info .footer_contacto ul li ul.facebook li {
    font-size: 12px;
    line-height: 14px;
}

footer.footer-info .footer_contacto ul li ul.facebook:before {
    font-family: "Ionicons";
    content: "\f231";
    left: 0;
    top: 4px;
    font-size: 20px;
    position: absolute;
    width: 16px;
    text-align: center;
}

footer.footer-info .footer_contacto ul li ul.facebook li:before {
    display: none;
}

footer.footer-info .footer_contacto ul li ul.twitter {
    position: relative;
    padding-left: 25px;
}

footer.footer-info .footer_contacto ul li ul.twitter li {
    font-size: 12px;
    line-height: 14px;
}

footer.footer-info .footer_contacto ul li ul.twitter:before {
    font-family: "Ionicons";
    content: "\f243";
    left: 0;
    top: 5px;
    font-size: 18px;
    position: absolute;
    width: 18px;
    text-align: center;
}

footer.footer-info .footer_contacto ul li ul.instagram {
    position: relative;
    padding-left: 25px;
}

footer.footer-info .footer_contacto ul li ul.instagram:before {
    font-family: "Ionicons";
    content: "\f351";
    left: 0;
    top: 5px;
    font-size: 18px;
    position: absolute;
    width: 18px;
    text-align: center;
}

footer.footer-info .footer_contacto ul li ul.twitter li:before {
    display: none;
}

footer.footer-info .footer_contacto ul li ul.instagram li:before {
    display: none;
}

footer.footer-info ul.inline li {
    display: inline;
}

footer.footer-info ul li a,
footer.footer-info ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: none;
    font-weight: 100;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
}

footer .footer_contacto ul li a,
footer .footer_contacto ul li {
    line-height: 18px;
}

footer .normalLink {
    list-style: none;
}

footer .normalLink a,
footer .normalLink li {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 17px;
    text-transform: none;
    font-weight: 100;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
}

footer.footer-info ul li span>a {
    font-size: 12px;
}

footer.footer-info .footer_empresa ul li a {
    font-size: 12px;
    ;
    font-weight: 300;
}

footer.footer-info ul li a:hover {
    text-decoration: underline;
}

footer .footer_servicio_cliente p,
footer .footer_servicio_cliente p a {
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    color: #525252;
    margin: 0;
    text-transform: uppercase;
}

footer .footer_servicio_cliente ul li {
    font-weight: 400;
}

footer.footer-info .footer-banners .row>div {
    min-height: 80px;
}

footer.footer-info img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

footer.footer-info a img {
    padding-top: 0px;
}

footer .footer_medios_pago {
    margin-bottom: 20px;
}

footer .footer_medios_pago img {
    background: #FFF;
    padding: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}

footer .newsletter .newsletter-subscribe input.input-text {
    width: 100%;
    border: none;
    box-shadow: none;
    color: #525252;
    font-size: 12px;
    line-height: 12px;
    height: 30px;
}

footer .newsletter .newsletter-subscribe input.input-text::-webkit-input-placeholder {
    color: #9B9B9B;
    font-weight: 300;
    font-size: 13px;
}

footer .newsletter .newsletter-subscribe input.input-text:-moz-placeholder {
    color: #9B9B9B;
    font-weight: 300;
    font-size: 13px;
}

footer .newsletter .newsletter-subscribe input.input-text::-moz-placeholder {
    color: #9B9B9B;
    font-weight: 300;
    font-size: 13px;
}

footer .newsletter .newsletter-subscribe input.input-text:-ms-input-placeholder {
    color: #9B9B9B;
    font-weight: 300;
    font-size: 13px;
}

footer .newsletter .newsletter-subscribe .validation-advice {
    position: absolute;
    top: 33px;
    color: #FFF;
}

footer .newsletter .newsletter-subscribe input.input-text.validation-failed::-webkit-input-placeholder {
    color: #2256a0;
}

footer .newsletter .newsletter-subscribe input.input-text.validation-failed:-moz-placeholder {
    color: #2256a0;
}

footer .newsletter .newsletter-subscribe input.input-text.validation-failed::-moz-placeholder {
    color: #2256a0;
}

footer .newsletter .newsletter-subscribe input.input-text.validation-failed:-ms-input-placeholder {
    color: #2256a0;
}

footer .newsletter .newsletter-subscribe .button {
    display: block;
    float: none;
    font-family: 'Open Sans', sans-serif;
    padding: 0 7px;
    margin: 20px;
    background: #ED7900;
    border: none;
    border-bottom: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    width: 100px;
    margin-left: auto;
    margin-right: 0;
    height: 30px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #FFF;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

footer .newsletter .newsletter-subscribe .button:active,
footer .newsletter .newsletter-subscribe .button:focus,
footer .newsletter .newsletter-subscribe .button:hover {
    color: #fff;
    background: #b55c00;
}

footer.footer-info {
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(/contenidos/edicionesucFooter.png);
    background-size: 250px;
    background-position: right 70px;
    background-repeat: no-repeat;
}

.footer-banners {
    background: #6B6B6B;
    padding: 20px 0;
    position: relative;
}

.footer-banners:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F0F0F0;
}

.footer-banners .grid_6 {
    padding-left: 65px;
    padding-right: 65px;
}

.footer-banners h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 33px;
    font-weight: 700;
    color: #E63232;
    text-transform: uppercase;
}

.footer-banners .separadorAnterior {
    position: relative;
}

.footer-banners .separadorAnterior:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 1px;
    height: 80px;
    border-left: 1px solid #C0C0C0;
}

.footer-banners h2 .ionicon {
    color: #B4B4B4;
    font-size: 29px;
    margin-right: 15px;
    margin-left: -42px;
}

.footer-banners p {
    margin-bottom: 25px;
    font-weight: 100;
    color: #6C6C6C;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}

/* FOOTER */
/* HOME */
.bannersWithoutPadding>div {
    padding: 0;
}

#lateralText {
    position: absolute;
    top: 25%;
    left: 120px;
    max-width: 310px;
}

#lateralText h2 {
    font-family: 'Roboto', sans-serif;
    color: #414141;
}

#lateralText h2 .delgada {
    font-size: 43px;
    font-weight: 100;
    line-height: 40px;
}

#lateralText h2 .gruesa {
    font-size: 54px;
    font-weight: 700;
    line-height: 50px;
}

[canvas=container] {
    overflow-x: hidden;
}

/*SLIDER*/
.slider #flexslider .slides .content button {
    float: left;
    margin-top: 10px;
}

.slider #flexslider .slides strong {
    display: block;
    color: #4A4A4A;
    font-size: 36px;
    line-height: 30px;
    font-family: 'Spectral', serif;
    font-weight: 900;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}

.slider #flexslider .slides strong:after {
    content: "";
    width: 200px;
    height: 1px;
    background: #4A4A4A;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.flexslider .flex-control-nav {
    bottom: 100px;
}

.flex-control-paging li a {
    width: 13px;
    height: 13px;
    background: #29292c;
    box-shadow: none;
}

.flexslider .slides .content {
    margin: 150px 100px 0 !important;
}

.flexslider .slides .content .border {
    display: none;
}

.flexslider .tituloSlider {
    font-size: 80px;
    line-height: 80px;
    color: #FFF;
}

.flexslider .fechaSlider {
    font-size: 24px;
    line-height: 24px;
    color: #FFF;
    font-weight: 700;
}

.custom-controls-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.flex-direction-nav {
    width: 100%;
    top: 400px;
    bottom: auto;
    background: none;
}

.flexslider .flex-control-nav {
    top: 270px;
    bottom: auto;
    background: none;
    width: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    padding: 7px 10px 4px;
}

#flexslider .flex-direction-nav .flex-prev,
#flexslider .flex-direction-nav .flex-next {
    font-size: 24px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    text-align: center;
    background: none;
    color: transparent;
    border: 2px solid #FFF;
    border-radius: 100%;
    z-index: 10;
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    line-height: 0;
    text-indent: -99999px;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    background: none !important;
}

.flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-next:before {
    color: #FFF;
    line-height: normal;
    display: block;
    content: "\f108";
    text-indent: 0px;
    line-height: 31px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.flex-direction-nav .flex-next:before {
    color: #FFF;
    line-height: normal;
    display: block;
    content: "\f10b";
    text-indent: 0px;
    line-height: 31px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.flex-direction-nav .flex-prev:hover:before,
.flex-direction-nav .flex-next:hover:before {
    color: #3d7ddb;
}

#flexslider .flex-direction-nav .flex-prev:hover,
#flexslider .flex-direction-nav .flex-next:hover {
    border-color: #3d7ddb;
}

.flex-direction-nav .flex-prev,
.flexslider:hover .flex-prev {
    left: 10px;
    opacity: 1;
    color: transparent;
}

.flex-direction-nav .flex-next,
.flexslider:hover .flex-next {
    right: 10px;
    opacity: 1;
    color: transparent;
}

.flex-control-paging li a {
    width: 39px;
    height: 7px;
    background: #999;
    background: rgba(255, 255, 255, 0.43);
    box-shadow: none;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
    background: #FFF !important;
}

.flexslider .slides {
    position: relative;
}

.flexslider .slides .content {
    margin: 180px 0 0 130px !important;
    float: none;
    max-width: 450px;
}

.flexslider .slides .content p {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 100;
}

.flexslider .slides .content .border {
    display: none;
}

.flexslider .slides .content button.button_yellow,
.footer-banners button.button_yellow {
    clear: both;
    float: left;
    box-shadow: none;
}

.flexslider .slides .content button.button_yellow span,
.footer-banners button.button_yellow span {
    height: auto;
    background: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #C71F17;
    font-size: 14px;
    text-transform: none;
    line-height: 14px;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    position: relative;
}

.flexslider .slides .content button.button_yellow span:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: -5px;
    left: 0;
    background: #C71F17;
}

.flexslider .slides .content button.button_yellow span i,
.footer-banners button.button_yellow span i {
    margin-left: 10px;
    font-size: 21px;
    position: relative;
    top: 2px;
}

.flexslider .slides .content button.button_yellow:active span,
.flexslider .slides .content button.button_yellow:focus span,
.flexslider .slides .content button.button_yellow:hover span {
    background: none;
    color: #C71F17;
}

/*SLIDER*/
.footer-banners button.button_yellow:active span,
.footer-banners button.button_yellow:focus span,
.footer-banners button.button_yellow:hover span {
    background: #E1293C;
    color: #FFF;
}

.descripcionBanner {
    padding: 5px 0 20px;
}

.titleBanner {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #5B5B5B;
}

.col2-left-layout .col-left {
    width: 300px;
}

.col2-left-layout .col-main {
    margin-left: 300px;
}

.catalog-category-view .col2-left-layout .col-left {
    width: 330px;
}

.catalog-category-view .col2-left-layout .col-main {
    margin-left: 330px;
}

.categoriaBanner {
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 36px;
    line-height: 40px;
    display: block;
    float: left;
    color: #FFF;
    padding: 2px 10px;
}

.categoriaBanner.color1,
.productCategory.color1 {
    background-color: rgb(0, 153, 255);
}

.categoriaBanner.color2,
.productCategory.color2 {
    background-color: rgb(255, 118, 0);
}

.categoriaBanner.color3,
.productCategory.color3 {
    background-color: rgb(255, 0, 141);
}

.categoriaBanner.color4,
.productCategory.color4 {
    background-color: rgb(133, 176, 55);
}

.categoriaBanner.color4,
.productCategory.color5 {
    background-color: rgb(82, 93, 159);
}

.catalogProducts {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: 0 0;
    background-repeat: repeat;
    z-index: 10;
}

.catalogProducts .sectionTitles {
    padding-left: 0;
    padding-right: 0;
}

.catalogProducts .itemCatalog {
    text-align: center;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    min-width: 120px;
    max-width: 130px;
}

.catalogProducts .itemCatalog h3 {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    color: #4A4A4A;
    line-height: 14px;
    font-size: 14px;
    font-weight: 100;
    max-width: 168px;
    min-height: 29px;
}

.catalogProducts .itemCatalog:hover h3 {
    font-weight: 400;
}

.catalogProducts .itemCatalog img {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -o-opacity: 0.7;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
}

.catalogProducts .itemCatalog:hover img {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

.catalogProducts .itemCatalog h3:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background: #3D7EDB;
    bottom: -10px;
    left: 50%;
    margin-left: -22px;
}

.catalogProducts .itemCatalog .icon {
    min-height: 50px;
}

.catalogProducts ul {
    padding: 0;
}

.catalogProducts ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.priceBanner {
    font-size: 20px;
    line-height: 28px;
    color: #5B5B5B;
    font-weight: 500;
}

.bannersHome img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.bannersHome {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.bannersHome .specialPadding {
    padding-left: 5px;
    padding-right: 5px;
}

.bannersHome .banners {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

.bannersHome .banners .banner {
    display: block;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    box-sizing: content-box;
}

.bannersHome .banners .banner.banner2 {
    width: 350px;
    padding-right: 40px;
}

.bannersHome .banners .banner.banner2 .carouselHome {
    position: relative;
}

.bannersHome .banners .banner.banner3 img {
    margin-right: 0;
}

.carouselHome {
    padding: 0 !important;
}

.carouselHome .owl-stage-outer {
    overflow: hidden;
}

.carouselHome .owl-item,
.carouselHome .item {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.carouselHome .owl-nav .owl-next:before,
.carouselHome .owl-nav .owl-prev:before {
    content: "";
    border: 2px solid #FFF;
    border-radius: 100%;
    background: none;
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    line-height: 20px;
    font-size: 15px;
    width: 24px;
    text-align: center;
}

.carouselHome .owl-nav .owl-next:before {
    content: "\f10b";
    color: #FFF;
}

.carouselHome .owl-nav .owl-prev:before {
    content: "\f108";
    color: #FFF;
}

.carouselHome .owl-nav .owl-prev:hover:before {
    border-color: #3d7ddb;
    color: #3d7ddb;
}

.carouselHome .owl-nav .owl-next:hover:before {
    border-color: #3d7ddb;
    color: #3d7ddb;
}

.carouselHome .owl-prev {
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    top: 45%;
    left: 15px;
    width: 35px;
}

.carouselHome .owl-prev:before {
    text-indent: 0;
    visibility: visible;
}

.carouselHome .owl-next {
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    top: 45%;
    right: 15px;
    width: 35px;
}

.carouselHome .owl-next:before {
    text-indent: 0;
    visibility: visible;
}

.contenidoHome {
    position: relative;
    padding-bottom: 20px;
}

h2.titleSeccion,
.catalog-product-view h3 {
    font-family: 'Open Sans', sans-serif;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    color: #4A4A4A;
    font-weight: 400;
    float: none;
    text-transform: none;
}

h2.titleSeccion a {
    color: #4A4A4A;
    padding-left: 10px;
}

.product-view .product-additional {
    width: 100%;
    float: none;
    margin: 0;
}

h2.titleSeccion:before,
.catalog-product-view h3:before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #3D7EDB;
}

#customer-reviews h3:before {
    display: none;
}

.catalog-product-view h3:before {
    display: none;
}

#sobreponerContenido {
    position: absolute;
    z-index: 10000000000000000000;
    top: -100px;
    width: 100%;
}

#spacerSobreponerContenido {
    clear: both;
    position: relative;
    height: 300px;
}

#sobreponerContenido .rev_slider_wrapper {
    background: none !important;
}

.cms-home .main-container {
    overflow-x: visible;
}

.bannerMarcas h2 {
    display: none;
}

.bannerMarcas h2.titleSeccion {
    display: block;
}

.brands-slider-container ul.brands li {
    margin-left: 14px;
    margin-right: 14px;
    list-style: none;
    width: 242px;
    text-align: center;
}

.brands-slider-container ul.brands li a {
    display: inline-block;
    padding-top: 35px;
    padding-bottom: 35px;
}

.brands-slider-container ul.brands li a img {
    max-width: 100%;
    display: inline;
    opacity: 1;
    vertical-align: middle;
}

.product-slider-container {
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
}

.product-slider-container .owl-stage-outer {
    overflow: hidden;
}

.product-slider-container .owl-item {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.product-slider-container .owl-dots {
    position: relative;
    bottom: auto;
    background: none;
    width: auto;
    right: auto;
    padding: 0px 10px 15px;
    margin-top: 10px;
    text-align: center;
}

.product-slider-container .owl-dots.disabled {
    display: none;
}

.product-slider-container .owl-nav.disabled {
    display: none;
}

.product-slider-container .owl-dots .owl-dot {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    width: 90px;
    height: 4px;
    background: #dedede;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.product-slider-container .owl-dots .owl-dot.active {
    background: #b5b5b5;
}

.product-slider-container .owl-prev {
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    top: 30%;
    left: -49px;
    width: 35px;
}

.product-slider-container .owl-prev:before {
    text-indent: 0;
    visibility: visible;
}

.product-slider-container .owl-next {
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    top: 30%;
    right: -47px;
    width: 35px;
}

.product-slider-container .owl-next:before {
    text-indent: 0;
    visibility: visible;
}

.brands-slider-container {
    padding-left: 45px;
    padding-right: 45px;
}

.product-slider-container .title-container {
    margin: 0;
    display: block;
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    height: 35px;
    padding: 0;
}

.product-slider-container .products-grid {
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.product-slider-container .products-grid.owl-loaded,
.product-slider-container .products-grid.jcarousel-list {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

#related-products-list,
#upsell-products-list,
#upsell2-products-list {
    margin-bottom: 20px;
}

.product-slider-container .owl-nav .owl-next:before,
.product-slider-container .owl-nav .owl-prev:before {
    content: "";
    border: 2px solid #9B9B9B;
    border-radius: 100%;
    background: none;
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    line-height: 24px;
    font-size: 20px;
    width: 28px;
    text-align: center;
}

.product-slider-container .owl-nav .owl-next:before {
    content: "\f10b";
    color: #9B9B9B;
}

.product-slider-container .owl-nav .owl-prev:before {
    content: "\f108";
    color: #9B9B9B;
}

.product-slider-container .owl-nav .owl-prev:hover:before {
    border-color: #3d7ddb;
    color: #3d7ddb;
}

.product-slider-container .owl-nav .owl-next:hover:before {
    border-color: #3d7ddb;
    color: #3d7ddb;
}

.product-slider-container .owl-nav .owl-next.disabled:before {
    border-color: #dadada;
    cursor: default;
    color: #dadada;
}

.product-slider-container .owl-nav .owl-prev.disabled:before {
    border-color: #dadada;
    cursor: default;
    color: #dadada;
}

.jcarousel-next-horizontal,
.jcarousel-prev-horizontal,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    background: none;
    text-align: center;
    z-index: 1000;
}

.jcarousel-next-horizontal,
.product-view .product-img-box .jcarousel-next-horizontal {
    position: absolute;
    margin: 0;
    right: -5px;
}

.jcarousel-prev-horizontal,
.product-view .product-img-box .jcarousel-prev-horizontal {
    position: absolute;
    left: -5px;
    margin: 0;
}

.categoriasContainerCarousel .owl-prev {
    visibility: hidden;
    position: absolute;
    top: 45%;
    left: -49px;
    width: 35px;
}

.categoriasContainerCarousel .owl-prev:before {
    text-indent: 0;
    visibility: visible;
}

.categoriasContainerCarousel .owl-next {
    visibility: hidden;
    position: absolute;
    top: 45%;
    right: -47px;
    width: 35px;
}

.categoriasContainerCarousel .owl-next:before {
    text-indent: 0;
    visibility: visible;
}

.specialSection {
    position: relative;
}

h2.titleSeccion.titleAbsoluto {
    position: absolute;
    left: 0;
    top: 0;
}

#newsletterContainerHome {
    position: relative;
    z-index: 1;
    background: #5c3423;
    background-image: url(/contenidos/home/backgroundNews00.jpg);
    background-position: 0 0;
    background-repeat: repeat;
}

#newsletterContainerHome>.newsletter {
    background-image: url(/contenidos/home/backgroundNews01.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

#newsletterContainerHome:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    display: block;
    height: 100%;
    z-index: -11111;
    background: #5c3423;
    background-image: url(/contenidos/home/backgroundNews00.jpg);
    background-position: 0 0;
    background-repeat: repeat;
}

.containerSuscribeteHome .newsletter {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 150px;
}

.containerSuscribeteHome .validation-advice {
    color: #FFF;
    position: absolute;
    top: 35px;
    color: #FFF;
}

.containerSuscribeteHome .newsletter-subscribe .input-text {
    width: 65%;
    border: none;
    box-shadow: none;
    color: #4A4A4A;
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    float: left;
    font-style: italic;
}

.containerSuscribeteHome .newsletter-subscribe input.input-text::-webkit-input-placeholder {
    color: #4A4A4A;
    font-size: 20px;
}

.containerSuscribeteHome .newsletter-subscribe input.input-text:-moz-placeholder {
    color: #4A4A4A;
    font-size: 20px;
}

.containerSuscribeteHome .newsletter-subscribe input.input-text::-moz-placeholder {
    color: #4A4A4A;
    font-size: 20px;
}

.containerSuscribeteHome .newsletter-subscribe input.input-text:-ms-input-placeholder {
    color: #4A4A4A;
    font-size: 20px;
}

.containerSuscribeteHome .newsletter-subscribe .button {
    font-family: 'Open Sans', sans-serif;
    padding: 0 7px;
    margin: 0;
    background: #E7530E;
    border: none;
    border-bottom: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
    width: 30%;
    margin-left: 0;
    float: left;
    height: 35px;
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
    vertical-align: top;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.containerSuscribeteHome .newsletter-subscribe .button:hover {
    background: #e68c61;
}

.categoriasContainer li,
.childCategoria li {
    list-style: none;
}

.categoriasContainerCarousel {
    margin-top: 30px;
    margin-bottom: 20px;
}

.categoriasContainer {
    padding: 0 !important;
}

.categoriasContainer {
    margin-left: auto;
    margin-right: auto;
    width: 1055px;
}

.categoriasContainer .owl-stage-outer {
    margin-right: 1px;
}

.categoriasContainerCarousel .title-container {
    margin: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 35px;
    padding: 0;
}

.categoriasContainer .owl-item {
    min-height: 295px;
    float: left;
    padding: 10px 20px;
    border-right: 1px solid #dcdcdc;
}

.categoriasContainer .owl-item .imagenCategoria {
    text-align: center;
    margin-bottom: 10px;
}

.categoriasContainer .owl-item .imagenCategoria img {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.categoriasContainer .owl-item .nombreCategoria,
.categoriasContainer .owl-item .nombreSubCategoria {
    text-align: center;
    margin-bottom: 0;
}

.categoriasContainer .owl-item .nombreCategoria a {
    font-weight: 700;
    text-transform: uppercase;
}

.categoriasContainer .owl-item .childCategoria {
    padding: 0;
}

.categoriasContainer .owl-item .nombreCategoria a,
.categoriasContainer .owl-item .nombreSubCategoria a {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 20px;
}

.categoriasContainer .owl-item .nombreCategoria a:hover,
.categoriasContainer .owl-item .nombreSubCategoria a:hover {
    color: #3D7EDB;
}

.categoriasContainerCarousel .owl-dots {
    position: relative;
    bottom: auto;
    background: none;
    width: auto;
    right: auto;
    padding: 7px 10px 4px;
    text-align: center;
}

.categoriasContainerCarousel .owl-dots .owl-dot {
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    width: 39px;
    height: 7px;
    background: #DEDEDE;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.categoriasContainerCarousel .owl-dots .owl-dot.active {
    background: #E0001A;
}

/* HOME */
/* BREADCRUMB */
.breadcrumbs .row {
    background: #fff;
}

.breadcrumbs ul {
    border-bottom: none;
    padding: 10px 0 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.breadcrumbs ul:before {
    display: none;
    content: "\f369";
    font-family: "Ionicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    margin-right: 5px;
    line-height: 24px;
    position: relative;
    top: 4px;
}

.breadcrumbs li span:before {
    content: ">";
    font-size: 11px;
    line-height: 14px;
    display: inline;
}

.breadcrumbs strong {
    font-size: 14px;
    color: #9c9c9c;
    font-weight: 400;
    line-height: 14px;
    text-transform: none;
}

.breadcrumbs li span {
    background: none;
    padding: 0;
    color: #9B9B9B;
    line-height: 14px;
}

.breadcrumbs li a {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 14px;
    text-transform: none;
}

/* BREADCRUMB */
/* FICHA PRODUCTO */
/* LABEL */
/* Lista Archivos:
* html/app/code/local/Queldorei/ShopperSettings/Helper/Data.php
*/
.labelProducto {
    background: none;
    background-color: #E7530E;
    display: block;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.labelProducto.new-label {
    background-color: #3d7ddb;
}

.labelProducto.discount-label {
    min-width: 60px;
    position: absolute;
    z-index: 10000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 14px;
    font-size: 14px;
    display: none;
}

.product-img-box .labelProducto.discount-label.sale-top-left {
    left: 90px;
}

.labelProducto:before {
    min-width: 60px;
    z-index: 10000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 14px;
    font-size: 14px;
}

.labelProducto.new-label.new-top-right {
    top: 0;
    right: 0;
    left: auto;
}

.labelProducto.new-label.new-top-left {
    top: 0;
    left: 0;
    right: auto;
}

.labelProducto.discount-label.sale-top-right {
    top: 0;
    right: 0;
    left: auto;
}

.labelProducto.discount-label.sale-top-left {
    top: 0;
    left: 0;
    right: auto;
}

.labelProducto.new-label:before {
    content: "Nuevo";
}

.labelProducto.sale-label:before {
    content: "Oferta";
}

/* LABEL */
.shareProducto {
    margin-top: 10px;
    margin-bottom: 20px;
}

.shareProducto .titleShare {
    font-weight: 400;
    line-height: 20px;
    display: block;
    float: left;
    margin-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #9B9B9B;
}

.shareProducto .listRedes {
    list-style: none;
    float: left;
    display: block;
    text-align: left;
}

.shareProducto .listRedes li {
    display: inline;
}

.shareProducto .listRedes li {
    font-size: 18px;
    line-height: 18px;
    margin-right: 5px;
}

.shareProducto .listRedes li a {
    color: #b3b3b3;
    text-decoration: none;
}

.shareProducto .listRedes li a:active,
.shareProducto .listRedes li a:focus,
.shareProducto .listRedes li a:hover {
    color: #3d7ddb;
}

.product-view .containerButtons {
    margin-top: 0;
    display: none;
}

.product-view .qty-container {
    float: none;
    width: 100%;
    max-width: 114px;
    margin: 0px 0 5px;
    border: none;
    margin-right: 10px;
}

.product-view .qty-container label {
    color: #5B5B5B;
    font-size: 12px;
    display: none;
}

.catalog-product-view .col-main-wrap {
    padding-top: 10px;
}

.productCategory {
    position: absolute;
    z-index: 99990 !important;
    top: 10px;
    left: 0;
    z-index: 10;
    /* background: #1B8280; */
    color: #FFF;
    font-size: 40px;
    line-height: 40px;
    padding: 4px 10px;
}

.product-view .product-img-box {
    width: 380px;
    padding: 0;
    border: none;
    margin-right: 15px;
}

.product-view .product-img-box .product-image:before {
    content: "\f00e";
    display: none;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 100;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 10000;
    right: 5px;
    top: 5px;
    line-height: 24px;
    font-size: 24px;
    color: #6B6B6B;
}

.product-view .product-img-box .product-image {
    border: none;
    float: right;
    width: 423px;
    width: calc(100% - 90px);
    box-shadow: none;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #D8D8D8;
    border-radius: 0;
}

.product-view .product-img-box .product-image.sinCarousel {
    width: 100%;
}

.product-view .product-image img {
    max-width: 100%;
    height: auto;
}

.marginT35 {
    margin-top: 35px;
}

.slider-container:before {
    display: none;
}

.product-tabs {
    margin-top: 0;
    border-radius: 0;
}

.product-tabs-container {
    position: relative;
    margin-top: 10px;
    max-width: 550px;
}

.product-tabs-container:after {
    display: none;
    content: '';
    position: absolute;
    top: 45px;
    left: -100%;
    right: -100%;
    height: 100%;
    background: #F7F6F6;
    z-index: -11111;
    border-top: 1px solid #E9E9E9;
}

.product-tabs-content {
    background: none;
    box-shadow: none;
    padding: 10px 0;
    margin-top: 25px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #9B9B9B;
    letter-spacing: 0;
}

.product-tabs-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #9B9B9B;
    letter-spacing: 0;
}

.product-tabs li {
    border-top: 0;
    border: none;
    background: #FFF;
    border-bottom: 1px solid #FFF;
    margin-right: 0;
    border-radius: 0;
    background: none;
    border-left: 1px solid #CFCFCF !important;
    height: 30px;
}

.product-tabs li.first {
    border: none !important;
}

.product-tabs a {
    height: auto;
    background: none;
    line-height: 24px;
    padding: 10px 15px;
    border-radius: 0;
    box-sizing: content-box;
}

.product-tabs li.active {
    border-top: 0;
    margin: 0;
    box-shadow: none;
    background: #FFF;
    height: 30px;
}

.product-tabs li a {
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: none;
    color: #9B9B9B;
}

.product-tabs li.first a {
    padding-left: 0 !important;
}

.product-tabs li.active a {
    padding: 5px 15px;
    color: #4A4A4A;
    font-weight: 400;
    text-decoration: none;
}

.data-table {
    border-top: 0;
    box-shadow: none;
    border-radius: 0;
}

.checkout-cart-index .greyBackgrounded {
    margin-top: 15px;
}

#shopping-cart-table {
    background: #F8F8F8;
    padding: 20px;
    margin-top: 15px;
}

#shopping-cart-table .item-options {
    margin-bottom: 5px;
    margin-top: 5px;
}

.checkout-onepage-success .data-table th,
.sales-order-view .data-table th {
    padding: 15px 5px;
    font-weight: 700;
}

.data-table th {
    color: #575757;
    font-size: 13px;
    line-height: 14px;
    padding: 10px 5px;
}

.data-table th.label {
    font-weight: bold;
    background: #f7f6f6;
    border: none;
    padding-left: 0;
}

#product-attribute-specs-table.data-table td.label {
    padding-left: 0;
}

#product-attribute-specs-table.data-table td,
#product-attribute-specs-table.data-table th {
    padding: 0 26px 0 0;
    line-height: 28px;
    text-transform: uppercase;
}

.product-tabs-content .data-table td {
    border: none;
    background: #f7f6f6;
}

.oxfordPrice {
    min-height: 50px;
}

.categoriaProductos .product-info {
    min-height: 110px;
}

.containerNombreAuthor {
    min-height: 57px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.products-grid .product-name {
    min-height: 32px;
    text-align: left;
    margin-right: 10px !important;
}

.products-grid .product-author {
    margin: 0;
    text-align: left;
    font-size: 13px;
    line-height: 14px;
    color: #6b6b6b;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: normal;
    text-transform: none;
    margin-right: 10px;
}

.products-grid .product-author span {
    display: block;
}

.catalog-category-view .containerNombreAuthor {
    max-width: 250px;
    margin-bottom: 10px;
}

.product-view .sku {
    display: none;
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 19px;
    color: #5C5C5C;
    margin-bottom: 12px;
}

.product-view .add-to-box {
    float: none;
    width: auto;
    display: block;
    position: static;
}

.data-table td.td-price .availability,
.product-view .availability {
    display: none;
    width: 100%;
    float: none;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 13px;
    color: #808080;
    font-weight: 400;
    line-height: 20px;
}

.data-table td.td-price .availability {
    line-height: 12px;
    font-size: 10px;
}

.product-view .availability-only {
    display: none;
    width: 100%;
    float: none;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 13px;
    color: #808080;
    font-weight: 400;
    line-height: 20px;
}

.out-of-stock {
    color: #cccccc;
    line-height: 24px !important;
    text-align: center;
}

.data-table td.td-price .availability.out-of-stock:before,
.product-view .availability.out-of-stock:before {
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    position: relative;
    top: 6px;
    margin-right: 8px;
    background: #df3042;
    border-radius: 100%;
    float: left;
}

.data-table td.td-price .availability.in-stock:before,
.product-view .availability.in-stock:before {
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    position: relative;
    top: 6px;
    margin-right: 8px;
    background: #2FAF02;
    border-radius: 100%;
    float: left;
}

.data-table td.td-price .availability.in-stock:before {
    top: 0;
}

.setAtributos>div {
    margin-right: 3px;
}

.setAtributos .aro_atri {
    display: block;
    float: left;
    background: #FFDE00;
    min-width: 63px;
    text-align: center;
    color: #404040;
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400;
}

.setAtributos .velocidad_atri {
    display: block;
    float: left;
    background: #FFDE00;
    min-width: 63px;
    text-align: center;
    color: #404040;
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400;
}

.setAtributos .bigger_atri {
    font-size: 23px;
    text-align: center;
    display: block;
    line-height: 30px;
}

.setAtributos .middle_atri {
    font-size: 21px;
    text-align: center;
    display: block;
    line-height: 30px;
}

.irADetalle {
    margin-top: 10px;
}

.irADetalle a {
    font-size: 14px;
    font-weight: 400;
    color: #525252;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.irADetalle .ionicon {
    margin-left: 5px;
}

.product-view .product-shop .no-rating,
.product-view .product-shop .ratings {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.product-view .add-to-box-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    padding: 10px 15px;
    background: none;
    border-left: 1px solid #979797;
}

.product-view .email-friend {
    display: none;
}

.product-view .disponibilidadView {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}

.product-view .product-shop-info .price-box .regular-price .price {
    line-height: 50px;
}

.product-view .product-shop .price-box .price-label {
    display: inline-block;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

.product-view .product-shop .price-box>.price-label {
    display: none;
}

.product-view .product-shop .price-box .regular-price {
    float: none;
    line-height: 40px;
    display: block;
}

.product-view .product-shop .price-box .special-price .price-label {
    display: inline-block;
    color: #e8520e;
    font-size: 21px;
    /*font-weight: 700;*/
    margin-right: 5px;
}

.product-view .product-shop .price-box .special-price .price {
    line-height: 36px;
    /* $14.990: */
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: #E7530E;
    letter-spacing: 0;
}

.cloud-zoom-big {
    margin-left: 30px;
}

.carouselMobileView {
    margin-bottom: 20px;
}

.carouselMobileView .owl-stage-outer {
    overflow: hidden;
}

.carouselMobileView .owl-item {
    float: left;
}

.carouselMobileView .owl-nav {
    display: none;
}

.carouselMobileView .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.carouselMobileView.numImg1 .owl-dots,
.carouselMobileView.numImg0 .owl-dots {
    display: none;
}

.carouselMobileView .owl-dots .owl-dot {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    border: 3px solid #e8520e;
}

.carouselMobileView .owl-dots .owl-dot.active {
    background: #e8520e;
    border: 3px solid #e8520e;
}

.product-view .product-slider-container {
    margin-top: 0;
}

.product-view .product-shop-info {
    padding: 0 0 0 10px;
}

.hidden {
    display: none;
}

.product-view .product-shop .price-box .old-price .price {
    line-height: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    letter-spacing: inherit;
}
.product-view .add-to-cart button.button span {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-size: 18px;
    color: #FFFFFF;
}
.product-view .add-to-cart button.button span span,
.product-view .add-to-cart button.button span div {
    line-height: 43px;
    height: 43px;
    background: none;
    padding: 0 25px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.product-view .add-to-cart button.button span .labelPapel,
.product-view .add-to-cart button.button span .labelDigital {
    display: none;
}

.product-view .add-to-cart button.button.papelSelected span .labelPapel,
.product-view .add-to-cart button.button.digitalSelected span .labelDigital {
    display: block;
}

.product-view .add-to-cart button.button.digitalSelected>span {
    /*background: #9FC406;*/
   /* padding-left: 30px;
    padding-right: 30px;*/
}

.product-view .add-to-cart button.button.digitalSelected>span:hover {
    /*background: #afd806;*/
}

.product-view .add-to-cart button.button span span:before {
    display: none;
    float: right;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0;
    font-size: 16px;
    line-height: 21px;
    position: relative;
    top: 8px;
    left: 8px;
    content: "\f363";
}

.product-view .add-to-cart button.button span {
    border-radius: 0;
    border-radius: 30px;
    height: 44px;
    width: 160px;
    background-image: none;
}

button.button:hover span {
    background: #5c96ea;
}

.product-view .add-to-links {
    margin: 0;
    width: 100%;
}

ul.configurable-swatch-list li a.swatch-link img,
ul.configurable-swatch-list li.hover a.swatch-link img,
ul.configurable-swatch-list li.selected a.swatch-link img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border: 2px solid #FFF;
    box-shadow: 0 0 1px #000;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    -o-box-shadow: 0 0 1px #000;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    box-sizing: content-box;
}

ul.configurable-swatch-list li.hover a.swatch-link img,
ul.configurable-swatch-list li.selected a.swatch-link img {
    border: 2px solid #29292c;
}

.product-view .product-options dd {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
    padding-top: 0;
}

.product-view .product-options dl {
    margin: 0;
}

.product-options-bottom {
    margin: 0 !important;
}

.product-view .product-options dt {
    margin: 15px 0 6px;
}

.product-view .product-options dt:first-child {
    margin-top: 0;
}

.product-view .product-shop .product-options {
    margin-bottom: 10px;
}

.product-view .product-shop .product-options .swatch-attr>label {
    display: none;
}

.product-view .product-shop .product-options .swatch-attr .configurable-swatch-list li {
    display: inline-block;
    text-align: left;
    width: 30%;
    margin: 0;
}

@media screen and (max-width:1280px) {
    .product-view .product-shop .product-options .swatch-attr .configurable-swatch-list li {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}

.product-view .product-shop .product-options .swatch-attr .configurable-swatch-list li a {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #9B9B9B;
    font-weight: 400;
    text-decoration: none;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.product-view .product-shop .product-options .swatch-attr .configurable-swatch-list li.selected a {
    color: #4A4A4A;
}

.product-view .product-shop .product-options .swatch-attr .configurable-swatch-list li>a:before {
    font-size: 30px;
    line-height: 16px;
    position: relative;
    top: 5px;
    margin-right: 5px;
    content: "\f401";
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-view .product-shop .product-options .swatch-attr .configurable-swatch-list li.selected>a:before {
    font-size: 30px;
    line-height: 16px;
    position: relative;
    top: 5px;
    margin-right: 5px;
    content: "\f3fe";
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tallaDD {
    display: none;
}

.destinoTallas {
    display: block;
    width: 100%;
}

.product-options dt label,
.qty-container label {
    font-weight: 500;
    font-size: 12px;
    color: #5B5B5B;
}

#color_label em:after {
    content: "Selecciona un";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #5B5B5B;
    margin-left: 3px;
}

.qty-wrap {
    position: relative;
    background: #FFF;
    border: none;
    height: 30px;
    width: 78px;
}

.product-view .qty-wrap {
    height: 38px;
    width: 100%;
}

.product-view .qty-elements {
    margin-left: 0;
}

.product-view input.qty {
    height: 38px;
    width: 38px;
    left: 38px;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    color: #6F6F6F;
    border-bottom: 1px solid #979797;
}

.product-view .qty-elements .increment_qty {
    float: right;
    position: relative;
    top: 0;
    margin: 0;
    background: none;
    width: 38px;
    height: 38px;
    text-align: center;
    text-decoration: none;
}

.product-view .qty-elements .increment_qty:after {
    content: "\f217";
    display: block;
    color: #4A4A4A;
    font-size: 20px;
    line-height: 40px;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-view .qty-elements .decrement_qty {
    float: left;
    position: relative;
    top: 0;
    margin: 0;
    background: none;
    width: 38px;
    height: 30px;
    text-align: center;
    text-decoration: none;
}

.product-view .qty-elements .decrement_qty:after {
    content: "\f208";
    display: block;
    color: #4A4A4A;
    font-size: 20px;
    line-height: 40px;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input.qty {
    position: absolute;
    left: 30px;
    top: 0;
    background: none;
    border: none;
    text-align: center;
    border-bottom: 1px solid #CFCFCF;
    width: 30px;
    color: #333;
}

.rating-box {
    background-image: url("https://ediciones.uc.cl/skin/frontend/shopper/default/images/ratting.png");
    background-size: 18px 51px;
    background-position: 0 15px;
    width: 88px;
    height: 15px;
}

#customer-reviews {
    padding: 0 !important;
    border: none;
    box-shadow: none;
}

.rating-box .rating {
    background-image: url("https://ediciones.uc.cl/skin/frontend/shopper/default/images/ratting.png");
    background-size: 18px 55px;
    background-position: 0 -2px;
    height: 15px;
}

.product-view {
    position: relative;
    margin-bottom: 20px;
    padding-top: 5px;
}

.product-view .add-to-cart {
    float: none;
    width: 100%;
    text-align: right;
}

.product-view .short-description {
    border: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #9D9D9D;
}

.product-view .add-to-links li {
    margin: 0;
    width: 100%;
    padding: 0;
    text-align: right;
}

.product-view .add-to-links {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: -50px;
    right: 20px;
}

.product-view .add-to-links li span.icon {
    background: none;
    display: inline;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    overflow: visible;
    padding: 0;
    float: none;
    margin-right: 5px;
}

.product-view .add-to-links li a {
    font-size: 11px;
    font-weight: 500 !important;
    color: #8d8d8d;
    text-transform: uppercase;
    display: inline;
}

.product-view .add-to-links li span.icon:after {
    content: "\f004";
    color: #8d8d8d;
    font-size: 14px;
}

.product-view .add-to-links li span.icon:hover,
.product-view .add-to-links li:hover span.icon {
    background: none;
}

.product-view .short-description h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #ACACAC;
    text-transform: none;
    margin-bottom: 5px;
}

#fancybox-wrap {
    box-sizing: content-box;
}

.qty-elements {
    width: 100%;
    margin-left: 11px;
}

.qty-elements a {
    background: none;
}

.qty-elements .increment_qty:after {
    content: "+";
    display: block;
    color: #333;
    font-size: 24px;
    line-height: 22px;
}

.td-qty .qty-elements .increment_qty:after {
    content: "";
    display: none;
}

.qty-elements .increment_qty:hover {
    background: none;
}

.qty-elements .increment_qty:hover:after {
    color: #000000;
}

.qty-elements .increment_qty {
    float: right;
    position: relative;
    top: 3px;
    margin: 0;
    background-color: #FFF;
    background-position: 0 2px;
    background-size: 42px;
    width: 20px;
    height: 25px;
}

.qty-elements .decrement_qty:after {
    content: "-";
    display: block;
    color: #333;
    font-size: 24px;
    line-height: 22px;
}

.td-qty .qty-elements .decrement_qty:after {
    content: "";
    display: none;
}

.qty-elements .decrement_qty:hover {
    background: none;
}

.qty-elements .decrement_qty:hover:after {
    color: #000000;
}

.qty-elements .decrement_qty {
    float: left;
    position: relative;
    top: 3px;
    margin: 0;
    background-color: #FFF;
    background-position: 21px 2px;
    background-size: 42px;
    width: 20px;
    height: 25px;
}

.atributoTalla {
    cursor: pointer;
    float: left;
    min-width: 30px;
    width: auto;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    background: none;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    background: none;
    color: #5B5B5B;
}

.atributoTalla.selected {
    background: #D8D8D8;
}

.puntosPremio {
    clear: both;
    display: block;
    margin-bottom: 10px;
}

.labelPuntos,
.puntosPremio .labelPuntos {
    float: left;
    color: #5B5B5B;
    font-size: 12px;
    margin-right: 10px;
    line-height: 30px;
    font-weight: 500;
}

.numPuntos,
.puntosPremio .numPuntos {
    float: left;
    color: #5B5B5B;
    font-size: 12px;
    line-height: 30px;
}

/* FICHA PRODUCTO */
/* RRSS */
.block-reorder {
    display: none;
}

.shareRRSS {
    margin-top: 15px;
}

.shareRRSS div * {
    display: inline-block;
}

.shareRRSS h2 {
    margin-right: 20px;
    position: relative;
    top: -3px;
}

.shareRRSS .redes a {
    margin-right: 15px;
    font-size: 18px;
    line-height: 18px;
    color: #A1A1A1 !important;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.shareRRSS .redes a:active,
.shareRRSS .redes a:focus,
.shareRRSS .redes a:hover {
    color: #e1293b !important;
}

.shareRRSS .redes a:last-child {
    margin-right: 0;
}

.sendfriend-product-send .buttons-set button.button span span {
    width: auto;
}

.customer-address-index button.button span {
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

/* RRSS */
/* LOGIN */
.account-login .block-newUser {
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: #fff;
    border: none;
    border-top: 6px solid #3D7EDB;
    border-radius: 2px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
}

.account-login .block-newUser p {
    margin-top: 25px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    color: #525252;
}

.account-login .block-newUser .button {
    display: block;
    margin: 20px auto;
    float: none !important;
}

.account-login .block-login .block-title {
    text-align: left;
    padding: 30px;
}

.customer-account-create .block-login .block-title {
    text-align: left;
    padding: 30px;
}

.account-login .block-login .block-title:after {
    width: 100%;
    margin: 10px 0 0;
}

.customer-account-create .block-login .block-title:after {
    width: 100%;
    margin: 10px 0 0;
}

.block-login .text-help {
    margin-bottom: 20px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    color: #525252;
}

.block-login .block-content {
    text-align: left;
    padding: 0 30px 30px;
}

.validation-advice {
    text-align: left;
    color: #ca242d;
}

.validation-failed {
    border-width: 1px !important;
}

.block-login .block-content .form-list .input-box {
    text-align: left;
}

.form-list li.control {
    margin-bottom: 20px;
}

.controlInputSpecial {
    line-height: 20px;
}

.controlInputSpecial .input-box {
    float: left;
}

.block-login .block-content li {
    text-align: left;
}

.form-list .customer-postal .postal-pais,
.form-list .customer-postal .postal-estado,
.form-list .customer-postal .postal-comuna {
    float: lefT;
}

.form-list .customer-postal .postal-pais,
.form-list .customer-postal .postal-estado,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 33%;
    margin-right: 5%;
}

.form-list .customer-postal input.input-text {
    height: 39px;
}

.form-list .customer-postal .postal-comuna,
.form-list .customer-dob .dob-year {
    width: 24%;
}

/* LOGIN */
/* CONTACTO */
.std .media-right img {
    margin-top: 10px;
}

.cms-page-view .std p {
    font-size: 13px;
    color: #6B6B6B;
    line-height: 25px;
    font-weight: 400;
}

.cms-contacto .std p {
    margin: 0;
}

.cms-page-view .std p strong {
    font-weight: 700;
}

.cms-contacto .cform_wrap {
    border: none;
    box-shadow: none;
    padding: 0;
}

.cms-contacto .col-main-wrap>.product-category-title {
    margin-bottom: 15px;
}

.detallesContacto {
    padding: 6px 25px !important;
    list-style: none !important;
    max-width: 100%;
    margin-top: 10px;
}

.cms-contacto .backgroundContent input.input-text,
.cms-contacto .backgroundContent input.qty,
.cms-contacto .backgroundContent textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #9B9B9B;
    color: #000000;
    font-weight: 100;
    font-style: italic;
}

.cms-contacto .backgroundContent textarea {
    border: 1px solid #9B9B9B;
}

.cms-contacto .backgroundContent input::-webkit-input-placeholder,
.cms-contacto .backgroundContent textarea::-webkit-input-placeholder {
    color: #000000;
    font-weight: 100;
}

.cms-contacto .backgroundContent input:-moz-placeholder,
.cms-contacto .backgroundContent textarea:-moz-placeholder {
    color: #000000;
    font-weight: 100;
}

.cms-contacto .backgroundContent input::-moz-placeholder,
.cms-contacto .backgroundContent textarea::-moz-placeholder {
    color: #000000;
    font-weight: 100;
}

.cms-contacto .backgroundContent input:-ms-input-placeholder,
.cms-contacto .backgroundContent textarea:-ms-input-placeholder {
    color: #000000;
    font-weight: 100;
}

.cms-contacto .backgroundContent ul.form-list li {
    margin-bottom: 15px !important;
}

.cms-contacto .backgroundContent ul li.half {
    width: 46%;
    float: left;
}

.cms-contacto .backgroundContent ul li.half.second {
    float: right;
}

.detallesContacto .phone,
.detallesContacto .location {
    text-indent: -7px;
    padding-left: 30px;
    margin-bottom: 10px;
    float: left;
    width: 25%;
    max-width: 240px;
}

.detallesContacto .location {
    max-width: 25%;
}

.detallesContacto .phone:before {
    display: inline-block;
    font-family: "Ionicons";
    content: "\f1fa";
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    top: 7px;
    left: -2px;
}

.detallesContacto .location:before {
    display: inline-block;
    font-family: "Ionicons";
    content: "\f456";
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    top: 9px;
    left: -4px;
}

.detallesContacto li,
.detallesContacto li a {
    font-weight: 700 !important;
    font-style: italic;
    font-size: 13px !important;
    line-height: 16px !important;
    color: #4A4A4A !important;
}

.detallesContacto li a:hover,
.detallesContacto li a:active,
.detallesContacto li a:focus {
    color: #676767 !important;
    text-decoration: underline;
}

.cms-contacto .breadcrumbs {
    display: none;
}

.cms-contacto .col-main-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.cms-contacto .contactForm {
    padding: 0px !important;
    list-style: none !important;
    margin-top: 0;
    margin-bottom: 0;
}

.cms-contacto .buttons-set {
    margin-top: 5px;
}

.cms-contacto .contactForm button.button span {
    background: #ED7900;
    padding: 2px 25px 2px 30px;
    line-height: 21px;
    height: 26px;
    border-radius: 30px;
}

.cms-contacto .contactForm button.button span:hover,
.cms-contacto .contactForm button.button span:active,
.cms-contacto .contactForm button.button span:focus {
    background: #ef8d28;
}

/* CONTACTO */
.store-list {
    padding-left: 5px !important;
}

.store-name-infoWindow {
    margin-left: 0 !important;
}

.cms-tiendas .col-main-wrap>.product-category-title {
    padding-top: 0;
}

/* RECUPERAR CONTRASENA */
.customer-account-forgotpassword .col-main-wrap {
    padding: 0;
}

/* RECUPERAR CONTRASENA */
/* CATEGORIAS */
.category-description {
    border: none;
    padding: 0;
    text-align: left;
}

ol.configurable-swatch-list li {
    width: 100%;
    float: none;
}

.block .block-content a.shopby_more {
    border-radius: 0;
}

.block-layered-nav .btn-remove {
    margin: 0;
    margin-top: 9px;
    line-height: 14px;
    float: right;
    background: #de0000;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    font-family: "Ionicons";
    color: #FFF !important;
    text-indent: 0px;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.my-wishlist .btn-remove {
    background: none;
    width: 31px;
    width: 38px;
    height: 38px;
    border-radius: 0;
}

.my-wishlist .btn-remove:hover {
    background: none;
}

.block-layered-nav .btn-remove:hover {
    background: #3d7ddb;
}

.my-wishlist .description {
    line-height: 16px;
}

.my-wishlist textarea[name="description[1]"] {
    display: none;
}

.block-layered-nav .btn-remove:after {
    font-family: inherit;
    content: "\f129";
    display: inline-block;
    position: relative;
    top: -8px;
    left: 0;
    width: auto;
    height: auto;
    font-size: 13px;
    text-indent: 0;
}

.col2-left-layout .col-left {
    overflow: visible !important;
    height: auto !important;
    margin-bottom: 20px;
}

.block-account,
.col2-left-layout .block-layered-nav,
.col2-left-layout .col-left .block,
.col2-left-layout .col-left .block-left-nav,
.col2-right-layout .col-right .block {
    padding: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 35px;
}

.block .block-content>.actions {
    margin-bottom: 20px;
    margin-top: 10px;
}

.col2-left-layout .block-layered-nav .block-subtitle {
    display: block;
    font-weight: 500;
    text-transform: none;
    font-size: 13px;
    color: #3F3F3F;
    border: none;
    padding-bottom: 5px;
}

.col2-left-layout .block-layered-nav .block-subtitle.filtrosTitle {
    display: none;
    font-family: 'Ubuntu', sans-serif;
    font-size: 26px;
    line-height: 28px;
    color: #242424;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: none;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.col2-left-layout .block-layered-nav .currently .block-subtitle,
.col2-left-layout .block-layered-nav dt,
.col2-right-layout .block-layered-nav .currently .block-subtitle {
    border-bottom: 1px solid #979797;
    padding-left: 0;
    padding-top: 0;
    padding: 0 0 9px;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    cursor: text;
    font-family: "Open Sans";
    font-size: 20px;
    color: #6F6F6F;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}

.col2-left-layout .block-layered-nav dd {
    color: #53575C;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
    padding-left: 0;
    display: block;
}

.block-account ul,
.col2-left-layout .col-left .block-left-nav .block-content>ul {
    padding: 0;
    margin: 0;
}

.block-account ul li,
.col2-left-layout .block-layered-nav ol li,
.col2-left-layout .col-left .block-left-nav .block-content ul li,
.col2-right-layout .block-layered-nav ol li {
    background: none;
    line-height: 28px;
}

.block-account .block-content ul>li,
.col2-left-layout .block-layered-nav ol>li,
.col2-left-layout .col-left .block-left-nav .block-content>ul>li,
.col2-right-layout .block-layered-nav ol>li {
    margin: 0;
    padding: 0;
    background: none;
}

.col2-left-layout .block-layered-nav .filtroTalla ol>li {
    display: block !important;
}

.block-account ul li.current strong {
    text-transform: uppercase;
}

.block-account ul li.current strong,
.col2-left-layout .col-left .block-left-nav .block-content ul li.open>a,
.col2-right-layout .col-right .block-right-nav .block-content ul li.open>a {
    color: #3d7ddb;
    font-weight: 700;
    text-transform: none;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
}

.col2-left-layout .col-left .block-left-nav .block-content ul li.open ul li.active a,
.col2-right-layout .col-right .block-content ul li.open ul li.active a {
    color: #53575C;
    font-weight: 500;
}

.col2-left-layout .col-left .block .block-content ul li,
.col2-right-layout .col-right .block .block-content ul li,
.col2-left-layout .block-layered-nav ol>li,
.block-layered-nav .block-content dd li:last-child {
    background: none;
    padding-left: 0;
    border-bottom: 1px solid #cccccc;
}

.col2-left-layout .col-left .block .block-content .tag-list-item a,
.col2-right-layout .col-right .block .block-content .tag-list-item a {
    margin-left: 0;
    padding-left: 0;
    font-size: 11px;
    line-height: 24px;
    color: #9b9b9b;
    list-style: none;
}

.block-account ul li a,
.col2-left-layout .col-left .block .block-content a,
.col2-left-layout .col-left .block-left-nav .block-content ul li a,
.col2-right-layout .col-right .block-content ul li a {
    text-transform: none;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #6F6F6F;
    list-style: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.col2-left-layout .col-left .block .block-content .active a,
.col2-left-layout .col-left .block-left-nav .block-content ul li.active a {
    font-weight: 600;
}

.block-account ul li a:hover,
.col2-left-layout .col-left .block .block-content a:hover,
.col2-left-layout .col-left .block-left-nav .block-content ul li a:hover,
.col2-right-layout .col-right .block-right-nav .block-content ul li a:hover {
    color: #e8520e;
}

.col2-left-layout .col-left .block .block-content .actions a:hover {
    color: #de0000;
}

.toolbarPrev {
    height: 45px !important;
}

.toolbarPrev h2.blockTitle {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    color: #797979;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.fieldset h2.legend {
    font-family: 'Roboto', sans-serif;
    color: #797979;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

.fieldset h2.legend {
    margin-bottom: 0;
    padding-bottom: 15px;
}

.sorter {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 74%;
}

.toolbarPrev .toolbar .sorter {
    margin-bottom: 0;
}

.col2-left-layout .block .block-title,
.col2-right-layout .block .block-title {
    position: relative;
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 20px;
}

.catalogsearch-result-index .col2-left-layout .col-left,
.catalogsearch-result-index .col2-right-layout .col-right {
    margin-top: 95px;
}

.catalogsearch-result-index .col2-left-layout .block .block-title {
    display: block;
    text-indent: 0 !important;
    height: auto !important;
    padding-bottom: 20px !important;
}

.catalogsearch-result-index .col2-left-layout .col-main-wrap .category-products {
    position: relative;
    top: 20px;
}

.catalogsearch-result-index .col2-left-layout .block-layered-nav dt {
    margin-top: 0;
}

.col2-left-layout .block.block-layered-nav .block-title {
    text-indent: 0;
    height: 0;
    padding: 0;
    display: none;
}

.col2-left-layout .block.block-layered-nav .block-title:before {
    display: none;
}

.col-left .block .block-title:before,
.col2-left-layout .block-layered-nav .block-subtitle:before {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #242424;
}

.col-left .block .block-title,
.col2-left-layout .block-layered-nav .block-subtitle {
    border-bottom: 1px solid #979797;
}

.block .block-title strong,
.block .block-title strong span {
    font-family: "Open Sans";
    font-size: 20px;
    color: #6F6F6F;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}

.block-account .block-title strong span {
    color: #303030;
}

.dashboard .welcome-msg p {
    color: #303030;
}

.dashboard .box .box-title {
    margin-bottom: 5px;
}

.dashboard .box-info h4 {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
}

.pager:after,
.pager:before,
.sorter:after {
    display: none;
}

.toolbarPrev .toolbar .pager {
    display: none;
}

.page-title h1 {
    margin-top: 5px;
}

.catalog-category-view h1 {
    margin-top: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #6F6F6F;
    font-weight: 700;
    line-height: 50px;
    border-bottom: 1px solid #979797;
}

.category-description h1 {
    font-family: 'Ubuntu', sans-serif;
    text-align: left;
    font-size: 47px;
    line-height: 48px;
    font-weight: 700;
    color: #242424;
}

.catalogsearch-result-index .page-title h1 {
    margin-top: 35px;
    display: block;
    position: relative;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    color: #4A4A4A;
    font-weight: 400;
    float: none;
    text-transform: none;
}

.catalogsearch-result-index .page-title h1:before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #3D7EDB;
}

.item .regular {
    position: relative;
}

.item .regular .setAtributos {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 10px;
}

.sorter .limiter {
    display: block;
}

.labelFiltro {
    margin-right: 10px;
    display: block;
    float: right;
    font-size: 13px;
    text-transform: uppercase;
    color: #7C7C7C;
    font-weight: 400;
    line-height: 43px;
}

.labelFiltro {
    position: relative;
    left: 5px;
}

.toolbar-switch .toolbar-title.extraPaddingFilter {
    padding-left: 10px;
    padding-right: 60px;
    background: #fff;
    height: 39px;
    cursor: pointer;
}

.over .toolbar-title {
    border-color: #c3c3c3;
    margin: 0;
    border-bottom: 1px solid #c3c3c3;
    height: 31px;
}

.sorter .limiter,
.sorter .sort-by,
.sorter .sort-order,
.sorter .view-mode {
    background: none;
    box-shadow: none;
    cursor: default !important;
}

.toolbar-switch .current {
    font-size: 12px;
    text-transform: none;
    color: #9B9B9B;
    font-weight: 700;
    line-height: 29px;
}

.sorter .limiter,
.sorter .sort-by,
.sorter .sort-order {
    float: none;
    margin-top: 0;
    position: relative;
    z-index: 10;
    display: inline-block;
}

.sorter .sort-by {
    width: 50%;
}

.checkout-onepage-index #checkoutSteps .section .form-list li select:before,
.toolbar-switch .toolbar-title:before {
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 7px;
    content: "\f104";
    background: none;
    text-align: center;
    color: #000;
    font-size: 14px;
}

.sorter .sort-order a.i_desc_arrow:before {
    content: "\f35d";
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 19px;
    font-weight: 400;
}

.sorter .sort-order a.i_asc_arrow:before {
    content: "\f366";
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 19px;
    font-weight: 400;
}

.sorter .sort-order a {
    background: none;
    width: 32px;
    height: 31px;
    line-height: 33px;
    text-align: center;
}

.toolbar-dropdown {
    border-color: #c3c3c3 !important;
}

.sorter .limiter,
.sorter .sort-by,
.sorter .sort-order,
.sorter .view-mode {
    height: 31px;
    border: none;
    font-weight: 300;
    color: #979797;
}

.sorter .sort-by {
    cursor: pointer;
    margin-left: 10px;
    border: none;
}

.limiter .toolbar-switch {
    margin: 0;
    display: inline-block;
}

.limiter .toolbar-switch .toolbar-title {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid #c7c7c7 !important;
}

.sorter .sort-by .toolbar-switch .toolbar-title {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid #c7c7c7 !important;
}

.sorter .toolbar-switch {
    margin: 0;
    display: inline-block;
}

.sorter .sort-order {
    margin: 0;
    position: relative;
    z-index: 5;
    top: 2px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
}

.sorter .view-mode {
    margin: 0;
    display: none;
}

.toolbar-dropdown ul {
    padding: 0;
}

.toolbar-dropdown ul li {
    background: none;
    padding: 0;
}

.toolbar-dropdown ul li a {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    color: #797979;
    text-align: left;
}

.toolbar-dropdown ul li a:hover {
    color: #E7530E;
}

.toolbar-dropdown ul li.selected a {
    color: #E7530E;
    font-weight: 600;
    font-size: 13px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: left;
}

.pager p {
    font-size: 13px;
    text-transform: uppercase;
    color: #7C7C7C;
    font-weight: 400;
    line-height: 40px;
}

.pager .amount {
    float: none;
    font-size: 13px;
    line-height: 14px;
    text-transform: none;
    line-height: 40px;
    text-align: left;
    font-weight: 300;
    color: #979797;
    float: left;
}

.toolbar-bottom .pager .amount {
    display: none;
}

.pager {
    display: inline-block;
    padding-top: 0;
    margin-bottom: 0;
    border: none;
    vertical-align: middle;
    width: 25%;
    margin: 0;
}

.my-account .pager {
    width: 100%;
}

.toolbar .pager .pages {
    display: none;
}

.toolbar-bottom .pager .pages {
    display: inline-block;
    float: none;
}

.toolbar label {
    font-weight: 300;
    color: #979797;
}

.toolbar-bottom .pager {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.pager .pages li.current {
    font-weight: 600;
    line-height: 30px;
    font-size: 12px;
    width: 30px;
    margin-right: 5px;
    margin-left: 5px;
    height: 29px;
    text-transform: uppercase;
    border: none;
    background: #3D7EDB;
    border-radius: 100%;
    color: #FFF !important;
}

.pager .pages li a {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    color: #9B9B9B;
    font-weight: 600;
    border-radius: 0;
    line-height: 28px;
    text-align: center;
    width: 100%;
    height: 30px;
    border: none;
    padding: 0;
}

.pager .pages li a:hover {
    background: none;
}

.pager .pages li {
    width: 40px;
    height: 32px;
    margin: 0;
    text-align: center;
}

.pager .pages li a.next,
.pager .pages li a.previous {
    margin-top: -3px;
    background: #D8D8D8;
    border-radius: 100%;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 34px;
}

.pager .pages li.disabled a.next,
.pager .pages li.disabled a.previous {
    margin-top: -3px;
    background: #e8e8e8;
    border-radius: 100%;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 34px;
}

.pager .pages li a.next:hover,
.pager .pages li a.previous:hover {
    box-shadow: none;
}

.blogtoolbar .pager .amount {
    display: none;
}

.blogtoolbar .pager {
    display: block;
    width: 100%;
}

.blogtoolbar .pages {
    display: block !important;
    float: none;
    width: 100%;
}

.blogtoolbar .sorter {
    display: none;
}

.two_columns_3 .col2-left-layout .category-products .products-grid li.item,
.two_columns_3 .col2-left-layout .widget-products .products-grid li.item,
.two_columns_3 .col2-right-layout .category-products .products-grid li.item,
.two_columns_3 .col2-right-layout .widget-products .products-grid li.item {
    width: 50%;
}

#narrow-by-list {
    padding-top: 20px;
    border-bottom: none;
}

.filtrosTitle {
    position: relative;
}

.filtroElemento {
    position: relative;
}

.filtroElemento li a {
    padding-left: 0;
    display: block;
    color: #6f6f6f !important;
}

.filtroElemento li a:hover {
    background: none;
    color: #e8520e !important;
}

.filtroElemento li a:hover span {
    color: inherit;
}

.filtroElemento li a span {
    color: inherit;
}

.catalog-category-view .col-left,
.catalog-category-view .col-right {
    height: auto !important;
    overflow: visible !important;
    padding-top: 30px;
}

.catalog-category-view .col-main-wrap {
    padding-top: 13px;
}

.products-grid .button-container {
    display: none;
    margin: 0;
    margin-top: 15px;
    width: 100%;
    float: none;
}

.products-grid .btn-add-cart {
    display: block;
    border: none;
    width: 100%;
    max-width: 170px;
    text-align: center;
    background: #09f;
    padding: 10px 5px;
    margin: 0 auto;
    float: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFF;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}

.products-grid .btn-add-cart:hover {
    background: #3a3532;
}

/* CATEGORIAS */
/* DASHBOARD */
.sidebar {
    margin-top: 100px;
}

.page-title {
    margin-bottom: 5px;
    padding-bottom: 5px;
    min-height: 0;
}

#my-orders-table.data-table th {
    padding: 10px;
}

.my-account {
    padding-top: 44px;
}

.dashboard {
    padding-top: 0;
}

body.customer-account-forgotpassword #form-validate {
    display: block;
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border: none;
}

h3.specialTitleLogin,
ol#checkoutSteps h3 {
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: left;
}

.buttons-set .back-link {
    float: left;
}

.buttons-set .back-link a {
    border-radius: 30px;
}

.buttons-set {
    margin-top: 30px;
}

.buttons-set button.button {
    float: right;
}

.buttons-set.yellowButton .button {
    padding-right: 0;
}

.buttons-set.yellowButton .button span {
    background: #3D7EDB;
    line-height: 23px;
}

.buttons-set.yellowButton .button span:hover {
    background: #588dda;
}

.bloquesContenido {
    background-color: #FFF;
    padding: 20px 20px 40px;
}

.panel-details .utils {
    text-align: center;
}

.account-create label,
.account-panel label,
.customer-account-edit label,
.fieldset label {
    color: #4B4B4B;
    font-size: 12px;
}

.form-list li.control label {
    line-height: 39px;
}

.account-create label {
    margin-top: 5px;
}

label em {
    margin-right: 3px;
}

body ul.messages:after {
    background: none;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    color: #4a4a4a;
    content: "\f129";
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

body ul.messages {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    margin: 0 auto !important;
    max-width: 600px;
    color: rgb(103, 106, 108);
    box-shadow: rgb(185, 185, 185) 0px 0px 5px;
    font-family: "Open Sans", sans-serif;
}

body ul.messages li.error-msg,
body ul.messages li.note-msg,
body ul.messages li.notice-msg,
body ul.messages li.success-msg {
    padding: 15px 50px !important;
    margin: 0;
}

body ul.messages li.success-msg {
    background-color: #FFF !important;

}

body ul.messages li.error-msg {
    background-color: #FFF !important;
    border: 2px solid #E2373D;
}

body ul.messages li.error-msg span,
body ul.messages li.success-msg span {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 24px;
}

body.cms-index-index ul.messages>li:before {
    display: none;
}

body ul.messages>li span {
    display: block;
    text-align: center;
    display: block;
}

body ul.messages>li:before {
    top: 13px;
    left: 15px;
    background: none;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    color: #40BD44;
    display: none;
}

body ul.messages>li.success-msg:before {
    content: "\f122";
}

body ul.messages>li.error-msg:before {
    content: "\f12a";
}

.account-create {
    padding-top: 10px;
}

.account-create .required {
    padding: 0 !important;
}

/* DASHBOARD */
/* ADD TO CART AJAX */
div.alert {
    width: 600px;
    margin-left: -300px;
    max-width: 100%;
    top: 15px;
    border-radius: 0;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #ffffff;
    font-weight: 400;
    color: #4a4a4a;
    box-shadow: 0px 0px 7px 1px rgba(101, 101, 101, 0.34);
    /* box-shadow: 0 9990px 0 9999px rgba(0, 0, 0, 0.3); */
    font-size: 18px;
}

div.alert a {
    background: #3d7edb;
    color: #ffF;
    padding: 9px 15px;
    border-radius: 30px;
    display: block;
    max-width: 110px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 16px;
}

div.alert a:hover {
    color: #FFF;
}

#fancybox-content {
    position: relative;
    padding-top: 0;
    padding: 10px;
}

#fancybox-content .f-right {
    float: none;
    position: absolute;
    top: 0px;
    right: 0;
}

div.alert button:before,
.buttonClose:before {
    content: "\f129";
    line-height: 15px;
    font-size: 15px;
    color: #4a4a4a;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

div.alert button:hover:before,
.buttonClose:hover:before {
    color: #5cbeff;
    line-height: 18px;
    font-size: 18px;
}

div.alert button,
.buttonClose {
    background: none;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    display: block;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
}

@media all and (max-width: 767px) {
    div.alert {
        width: 100%;
        max-width: 95%;
        left: 2.5%;
        top: 5%;
        margin: 0;
    }
}

/* ADD TO CART AJAX */
/* CARRO DE COMPRA */
.cart-collaterals {
    height: auto !important;
}

.cart-top-container .details .buttons .button_wrap.unBoton {
    text-align: right;
}

.cart-top-container .details .btn-edit {
    display: none;
}

.customer-account-create .account-create p.required {
    text-align: left;
    padding-left: 30px;
    padding-right: 25px;
    margin-bottom: 20px;
}

.checkbox,
.radio {
    position: static;
    display: inline;
}

.cform_wrap .buttons-set button.button {
    float: none;
}

.cform_wrap .buttons-set,
.customer-account-create .account-create .buttons-set {
    text-align: right;
}

.note-msg {
    font-size: 14px;
    color: #29292c;
}

.noProducts {
    background: #FFF;
    padding: 20px;
    margin-top: 30px;
    min-height: 400px;
}

.data-table .btn-remove2,
.data-table .btn-remove2:active,
.data-table .btn-remove2:focus,
.data-table .btn-remove2:hover {
    background: none;
}

.btn-remove i {
    font-size: 26px;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    color: #D0011B;
}

.btn-remove i:hover {
    color: #e94242;
}

input#coupon_code {
    width: 100%;
    font-size: 13px;
    color: #7C7C7C;
    line-height: 30px;
    text-transform: uppercase;
    height: 50px;
    background: #FFF;
    padding: 10px 10px;
}

input#coupon_code::-webkit-input-placeholder {
    font-size: 13px;
    color: #7C7C7C;
    font-weight: 100;
    line-height: 30px;
    text-transform: uppercase;
    height: 39px;
}

input#coupon_code:-moz-placeholder {
    font-size: 13px;
    color: #7C7C7C;
    font-weight: 100;
    line-height: 30px;
    text-transform: uppercase;
    height: 39px;
}

input#coupon_code::-moz-placeholder {
    font-size: 13px;
    color: #7C7C7C;
    font-weight: 100;
    line-height: 30px;
    text-transform: uppercase;
    height: 39px;
}

input#coupon_code:-ms-input-placeholder {
    font-size: 13px;
    color: #7C7C7C;
    font-weight: 100;
    line-height: 30px;
    text-transform: uppercase;
    height: 39px;
}

#ac-page .discount .input-text#coupon_code {
    float: none;
    top: 0;
    bottom: auto;
    position: static;
    width: 100%;
    font-size: 13px;
    color: #4b4b4b;
    line-height: 15px;
    text-transform: uppercase;
    height: 40px;
    background: #FFF;
    padding: 10px 20px;
    box-shadow: none;
    background: #FFF;
    border: 1px solid #D8D8D8;
    margin-right: 10px;
}

#ac-page .discount .input-text#coupon_code::-webkit-input-placeholder {
    font-size: 12px;
    color: #D8D8D8;
    font-weight: 100;
    line-height: 13px;
    text-transform: uppercase;
    height: 40px;
}

#ac-page .discount .input-text#coupon_code:-moz-placeholder {
    font-size: 12px;
    color: #D8D8D8;
    font-weight: 100;
    line-height: 13px;
    text-transform: uppercase;
    height: 40px;
}

#ac-page .discount .input-text#coupon_code::-moz-placeholder {
    font-size: 12px;
    color: #D8D8D8;
    font-weight: 100;
    line-height: 13px;
    text-transform: uppercase;
    height: 40px;
}

#ac-page .discount .input-text#coupon_code:-ms-input-placeholder {
    font-size: 12px;
    color: #D8D8D8;
    font-weight: 100;
    line-height: 13px;
    text-transform: uppercase;
    height: 40px;
}

.discount-form .input-box {
    display: block;
    width: 65%;
    float: left;
}

.descripcionDescuento,
.discount-form label {
    cursor: default;
    font-weight: 400;
    text-transform: none;
    font-size: 12px;
}

.discount-form {
    margin-bottom: 10px;
}

.descripcionDescuento {
    margin-bottom: 10px;
}

.descripcionDescuento input {
    background: #FFF;
    height: 29px;
    border: 1px solid #d5d5d5;
    margin-right: 3px;
    margin-left: 2px;
}

#rewards_slider {
    position: relative;
    display: block;
    width: 100%;
    max-width: 310px;
    box-sizing: content-box;
    margin-left: 9px;
    background: #c0c0c0;
    margin-bottom: 10px;
    margin-top: 15px;
}

#rewards_slider .ui-slider-handle {
    background: #3D7EDB;
    border-color: #3D7EDB;
    border-radius: 100%;
    margin-top: 1px;
}

.discount-form .buttons-set {
    width: 30%;
    float: right;
    clear: none;
    margin: 0;
}

.discount-form .buttons-set button.button {
    width: 100%;
    padding: 0;
}

.discount-form button.button>span {
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 49px;
    height: 49px;
    background: #6B6B6B;
    font-size: 12px;
    padding: 0;
}

.discount-form button.button span span {
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 30px;
    height: 30px;
    background: #797979;
    font-size: 12px;
}

#reward-credit-coupon-form .discount,
.greyBackgrounded .productsTotal {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
    color: #4B4B4B;
    display: block;
    margin-bottom: 25px;
}

.minUsedCoupon {
    text-transform: none;
    margin-bottom: 10px;
    font-size: 12px;
}

#reward-credit-coupon-form .discount {
    margin-bottom: 5px;
}

#reward-credit-coupon-form .discount h2 {
    float: none;
    margin-top: 0;
    cursor: pointer;
    font-size: 17px;
    text-transform: none;
}

#reward-credit-coupon-form .discount .buttons-set {
    width: 100%;
}

#reward-credit-coupon-form .discount .buttons-set .button {
    float: right;
    width: 50%;
}

#reward-credit-coupon-form .discount .buttons-set .button.submit {
    width: 45%;
    float: left;
}

#reward-credit-coupon-form>.discount .discount-form {
    float: none;
    display: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #9b9b9b;
}

button.btnCart,
button.btnCart li,
button.btnCart span,
button.btnCart span:active,
button.btnCart span:focus,
button.btnCart span:hover {
    background: none;
    border: none;
    color: #0d81ff;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 400;
}

button.btnCart:active span span li,
button.btnCart:focus span span li,
button.btnCart:hover span span li {
    color: #292B2E;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

button.btnCart i {
    margin-right: 5px;
}

button.btnUpdate,
button.btnUpdate li,
button.btnUpdate span,
button.btnUpdate span span {
    background: none;
    border: none;
    color: #4B4B4B;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    white-space: normal;
}

button.btnUpdate span:active,
button.btnUpdate span:focus,
button.btnUpdate span:hover {
    background: none;
    color: #D0011B;
}

button.btnUpdate span:active,
button.btnUpdate span:focus,
button.btnUpdate span:hover {
    color: #505050;
}

button.btnUpdate:active span li,
button.btnUpdate:focus span li,
button.btnUpdate:hover span li {
    color: #292B2E;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

button.btnUpdate i {
    margin-right: 5px;
}

.data-table tbody tr td {
    border-bottom: none;
}

.data-table tbody tr td.tdContainerPrice {
    width: 200px;
    max-width: 100%;
}

.tdContainerPrice td {
    display: block;
    clear: both;
    padding: 0 0 10px !important;
}

.tdContainerPrice {
    padding-bottom: 0 !important;
}

.tdContainerPrice>table tr {
    border: none !important;
}

.data-table tbody td {
    border: none;
    padding: 15px 5px;
    line-height: 27px;
}

.data-table td.td-delete {
    padding-top: 11px;
}

.data-table td .product-name a {
    font-weight: 400;
}

.data-table td .product-name a:hover {
    color: #333;
}

#shopping-cart-table.data-table thead tr {
    display: block;
    border: none;
}

#shopping-cart-table.data-table tbody tr {
    display: block;
    border: none;
    border-bottom: 1px solid #9B9B9B;
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: none !important;
}

#shopping-cart-table.data-table tbody tr.last {
    border: none;
}

.data-table td.td-image,
.data-table thead th.td-image {
    padding-left: 0;
    width: 100px;
    box-sizing: border-box;
}

.data-table td a.product-image img {
    border: none;
    min-width: 80px;
}

.my-wishlist textarea {
    height: 50px;
}

.data-table .td-name,
.data-table td.td-edit,
.data-table td.td-price,
.data-table td.td-wishlist {
    padding: 10px 5px;
    line-height: 14px;
}

.my-wishlist .data-table button.button {
    margin-left: 0;
}

#wishlist-table .price-box p.old-price {
    padding-left: 0;
}

.data-table tfoot,
.data-table thead {
    box-shadow: none;
    background: none;
}

.data-table thead th {
    font-size: 14px;
    font-weight: 500;
    color: #4B4B4B;
    line-height: 19px;
}

.data-table thead th {
    box-shadow: none !important;
    border-bottom: 1px solid #4B4B4B;
}

.data-table .td-name {
    position: relative;
    width: 230px;
}

.data-table tbody .td-price,
.data-table thead .td-price {
    width: 120px;
    text-align: center;
}

.data-table tbody .td-price span,
.data-table thead .td-price span {
    text-align: center;
    display: block;
}

.data-table tbody .td-qty,
.data-table thead .td-qty {
    width: 130px;
    text-align: center;
}

.data-table tbody .td-delete,
.data-table thead .td-delete {
    width: 50px;
}

.data-table .td-name .marca {
    line-height: 12px;
    font-size: 12px;
    margin-top: 5px;
}

.data-table .td-name .SKU {
    line-height: 12px;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 700;
}

.data-table td.td-price {
    padding: 15px 5px;
    position: relative;
}

.data-table td.td-price .disponibilidadView {
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 200px;
    text-align: left;
}

#shopping-cart-totals-table {
    margin: 20px 0 0;
    width: 100%;
}

#shopping-cart-totals-table td {
    line-height: 19px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: normal;
    font-weight: 400;
    padding-bottom: 20px !important;
    color: #4B4B4B;
}

#shopping-cart-totals-table tbody tr:not(:first-child) td {
    font-size: 12px;
    line-height: 14px;
}

#shopping-cart-totals-table td.a-right {
    text-align: right !important;
}

#shopping-cart-totals-table td.a-right:first-child {
    text-align: left !important;
    padding: 0;
}

#shopping-cart-totals-table .borderUpper {
    border-top: 1px solid #979797;
}

#shopping-cart-totals-table .borderUpper td {
    line-height: 50px;
}

#shopping-cart-totals-table strong {
    font-size: 18px;
    font-weight: 400;
    color: #4B4B4B;
    letter-spacing: normal;
}

#shopping-cart-totals-table strong .price {
    font-size: 28px;
}

.checkout-cart-index .cart .button.btnUpdate {
    background-color: #eaeaea;
}

.checkout-cart-index .cart .button.btn-continue {
    background-color: #eaeaea;
}

.buttonsShoppingTienda {
    margin-bottom: 0;
    text-align: left;
}

.cart .checkout-types {
    float: none;
}

.buttonsShoppingTienda button {
    width: 100%;
    text-align: center;
}

.buttonsShoppingTienda button li,
.buttonsShoppingTienda button span {
    width: 100%;
    text-align: center;
}

.buttonsShoppingTienda button.btn-continue span {
    font-weight: 700;
    color: #4b4b4b !important;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Ubuntu', sans-serif !important;
    white-space: normal;
}

.buttonsShoppingTienda button.btn-continue span:hover {
    color: #565656 !important;
}

body.checkout-cart-index .page-title {
    margin-bottom: 0;
    padding-bottom: 0;
}

.checkout-typesTienda li {
    text-align: center;
}

.checkout-typesTienda .btn-checkout {
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    margin-top: 20px;
}

.checkout-typesTienda button.btn-proceed-checkout span span:before {
    display: none;
}

.checkout-typesTienda button.btn-proceed-checkout>span {
    background: #3d7ddb;
    border-radius: 30px;
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
}

.checkout-typesTienda button.btn-proceed-checkout>span:hover {
    background: #2e62b1;
}

.checkout-typesTienda button.btn-proceed-checkout span span {
    margin: 0;
    padding: 0 35px;
    background: none;
    border-radius: 0;
    text-transform: none;
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif !important;
}

.checkout-typesTienda button.btn-proceed-checkout span span i {
    margin-left: -10px;
    margin-right: 10px;
}

.slider-container .jcarousel-list .button-container {
    float: none;
}

.slider-container .jcarousel-list .button-container button.button span {
    background-image: none !important;
    width: auto;
    height: auto;
    text-indent: -1px;
    color: #343434;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Gotham';
    text-transform: uppercase;
    font-weight: 400;
    background: #FFDE00;
    border-radius: 20px;
    padding: 10px 20px;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.slider-container .jcarousel-list .button-container button.button:active span,
.slider-container .jcarousel-list .button-container button.button:focus span,
.slider-container .jcarousel-list .button-container button.button:hover span {
    background: #E1293C;
    color: #FFF;
}

.cart-top-container .details .text-recently {
    color: #3d7ddb;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 15px;
}

.cart-top-container .details ol li.item strong {
    font-weight: 500;
}

#cart-sidebar.mini-products-list .product-details {
    margin-left: 70px;
}

#cart-sidebar.mini-products-list .product-details .item-options {
    float: left;
    display: block;
    width: 100%;
}

.cart-top-container .details .item-options {
    margin: 0;
}

.cart-top-container .details ol.mini-products-list {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 15px;
    margin-right: -15px;
}

.cart-top-container .details ol li.item {
    border-color: #9B9B9B;
}

.cart-top-container .details .subtotal-wrapper {
    border-top: 1px solid #9b9b9b;
}

.cart-top-container .details .buttons {
    margin-top: 5px;
}

.cart-top-container .details .buttons .button_wrap button span {
    border-radius: 30px;
}

.cart-top-container .details .buttons .button_wrap button.btn-continue > span > span {
    background: #393431 !important;
}

.cart-top-container .details .subtotal .label {
    color: #4A4A4A;
    text-transform: none;
    font-size: 16px;
}

.cart-top-container .details .subtotal .price {
    color: #4A4A4A;
    text-transform: none;
    font-size: 18px;
}

.cart-top-container .details .subtotal {
    margin: 0;
    box-shadow: none;
}

.cart-top-container .details a.product-image {
    width: 60px;
    border: 1px solid #9b9b9b;
}

.cart-top-container .details p.product-name {
    padding-right: 25px;
}

.mini-products-list .product-details p.product-name {
    display: block;
    width: 100%;
}

.td-qty .td-title {
    text-align: left;
    display: block;
    line-height: 14px;
    font-size: 12px;
    text-align: left;
    min-width: 75px;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 5px;
}

.td-qty .qty-wrap {
    position: relative;
    background: none;
    border: none;
    height: 25px;
    width: 120px;
}

.td-qty input.qty {
    position: absolute;
    left: 36px;
    top: 0;
    background: none;
    border: none;
    text-align: center;
    width: 48px;
    height: 25px;
    background: #FFF;
    border: 1px solid #D5D5D5;
}

.td-qty .qty-elements {
    width: 100%;
    margin: 0;
    height: 25px;
}

.td-qty .qty-elements a {
    background-image: url("https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/moreless.png") !important;
}

.td-qty .qty-elements .increment_qty {
    float: right;
    position: relative;
    top: 0;
    margin: 0;
    border: 1px solid #D5D5D5;
    border-radius: 0;
    background-color: #D8D8D8;
    background-position: 3px 1px;
    background-size: 42px;
    width: 30px;
    height: 25px;
}

.td-qty .qty-elements .decrement_qty {
    float: left;
    position: relative;
    top: 0;
    margin: 0;
    border: 1px solid #D5D5D5;
    border-radius: 0;
    background-color: #D8D8D8;
    background-position: 24px 1px;
    background-size: 42px;
    width: 30px;
    height: 25px;
}

.data-table .td-price .td-title {
    display: block;
    line-height: 14px;
    font-size: 12px;
    text-align: left;
    min-width: 75px;
    padding-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize;
}

.data-table .td-price .cart-price {
    text-align: left;
    display: block;
    font-size: 18px;
    color: #4B4B4B;
    font-weight: 400;
    text-align: left;
}

.data-table .td-price.subtotalPrice .cart-price {
    font-weight: 400;
    font-size: 18px;
    color: #4B4B4B;
}

.data-table .product-name {
    margin: 0;
}

.data-table td .availability {
    display: inline;
    float: none;
    padding-bottom: 10px;
    font-size: 12px;
    color: #2faf02;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.data-table td .availability.out-of-stock {
    color: #df3042;
}

.data-table td .availability.in-stock:before {
    font-family: "Ionicons";
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f122";
    position: relative;
    top: 3px;
    margin-right: 4px;
    color: #2FAF02;
    float: left;
}

/* CARRO DE COMPRA */
/* 404 */
.imagen404 {
    position: relative;
}

.imagen404:before {
    content: "";
    position: absolute;
    left: -320px;
    top: 60px;
    background-image: url("/contenidos/backgroundError.png");
    background-position: 0 0;
    background-size: 320px;
    background-repeat: no-repeat;
    width: 320px;
    height: 275px;
    z-index: -1;
}

.errorPage404 {
    min-height: 500px;
}

.errorPage404 .text_1 {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #f4cf07;
    margin-top: 0;
    margin-bottom: 0;
}

.errorPage404 .text_1 .errorCode {
    line-height: 145px;
    font-size: 145px;
    margin-left: -20px;
}

.errorPage404 .text_2 {
    text-align: left;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 0;
    color: #5B5B5B;
}

.errorPage404 .text_2Special {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
    color: #A1A1A1;
}

.errorPage404 .text_3 {
    text-align: left;
    font-size: 36px;
    font-weight: 500;
    line-height: 38px;
    color: #3d7ddb;
    margin-top: 0;
}

.errorPage404 .text_4 {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #9B9B9B;
    margin-top: 0;
}

.row .row {
    height: auto;
}

.flexslider .slides .row {
    margin: 0;
}

@media all and (max-width: 768px) {
    .imagen404:before {
        width: 260px;
        height: 200px;
        background-size: 250px;
        left: -238px;
    }
}

/* 404 */
/* EMPTY CART */
.cartEmpty {
    min-height: 400px;
}

.cartEmpty .text_1 {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
    color: #A1A1A1;
    margin-top: 100px;
}

.cartEmpty .text_2 {
    text-align: center;
    font-size: 112px;
    font-weight: 700;
    line-height: 112px;
    color: #A1A1A1;
}

.cartEmpty .text_2Special {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
    color: #A1A1A1;
}

.cartEmpty .text_3 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #5C5C5C;
    margin-top: 20px;
}

.cartEmpty .text_4 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #A1A1A1;
    margin-top: 20px;
}

/* EMPTY CART */
ol.configurable-swatch-list li a.swatch-link img {
    border: 1px solid #454545;
}

/* CHECKOUT */
#wpmm-nav-viewport {
    position: relative;
    display: block;
    float: left;
    top: 30px;
    width: 440px;
    left: 100px;
}

.meter {
    height: 5px;
    /* Can be anything */
    position: relative;
    background: #D5D5D5;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.meter>span {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #C91D27;
    position: relative;
    overflow: hidden;
}

#ac-page .form-list {
    padding: 25px 30px 10px 30px;
}

.modal-ac-footer {
    background: none;
}

#ac-page .form .password-block #login-input-wrapper>div {
    min-height: 67px;
}

#ac-page .form .password-block #login-input-wrapper .sidetip {
    margin-bottom: 10px;
}

.modal-ac.fade.in {
    display: block !important;
}

#ac-page .emptyLabel {
    display: block;
    height: 16px;
    margin-bottom: 7px;
}

#ac-page .form .firstColumn {
    clear: both;
    float: left;
    width: 48%;
    margin-right: 2%;
    position: relative;
}

#ac-page .form .secondColumn {
    float: left;
    width: 48%;
    margin-left: 2%;
}

#ac-page .clearField {
    clear: both;
}

#ac-page .containerPasos .titlePaso {
    display: block;
    position: absolute;
    bottom: -25px;
    width: 120px;
    text-align: center;
    margin-left: -43px;
    font-size: 12px;
    line-height: 13px;
    color: #9B9B9B;
    font-weight: 700;
    letter-spacing: normal;
}

#ac-page .containerPasos .active .titlePaso {
    color: #4B4B4B;
}

#ac-page .containerPasos .passed .titlePaso {
    color: #ADADAD;
}

#ac-page .containerPasos .paso_1 {
    float: left;
    position: absolute;
    top: -20px;
    margin-left: -15px;
    left: 0;
    z-index: 10;
    width: 44px;
    height: 43px;
    background: #d5d5d5;
    border: 3px solid #D5D5D5;
    border-radius: 100%;
}

#ac-page .containerPasos .paso_2 {
    float: left;
    position: absolute;
    top: -20px;
    margin-left: -15px;
    left: 48%;
    z-index: 10;
    width: 44px;
    height: 43px;
    background: #d5d5d5;
    border: 3px solid #D5D5D5;
    border-radius: 100%;
}

#ac-page .containerPasos .paso_3 {
    float: left;
    position: absolute;
    top: -20px;
    margin-left: -15px;
    left: 100%;
    z-index: 10;
    width: 44px;
    height: 43px;
    background: #d5d5d5;
    border: 3px solid #D5D5D5;
    border-radius: 100%;
}

#ac-page .containerPasos .paso_1.active,
#ac-page .containerPasos .paso_2.active,
#ac-page .containerPasos .paso_3.active {
    background: #FFF;
}

#ac-page .containerPasos .paso_1:after,
#ac-page .containerPasos .paso_2:after,
#ac-page .containerPasos .paso_3:after {
    content: "\f0d1";
    width: 43px;
    height: 43px;
    display: block;
    font: normal normal normal 24px/1 FontAwesome;
    color: #9B9B9B;
    line-height: 43px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -3px;
    margin-top: -3px;
}

#ac-page .containerPasos .paso_1.active:after,
#ac-page .containerPasos .paso_2.active:after,
#ac-page .containerPasos .paso_3.active:after {
    color: #4B4B4B;
}

#ac-page .containerPasos .paso_2:after {
    content: "\f09d";
}

#ac-page .containerPasos .paso_3:after {
    content: "\f391";
    font: normal normal normal 24px/1 Ionicons;
    line-height: 43px;
}

#ac-page .btnVolver:before {
    content: "<";
    margin-right: 2px;
}

#ac-page .btnVolver {
    font-size: 12px;
    color: #333;
    position: absolute;
    top: 50px;
    right: 15px;
    text-decoration: none;
}

#ac-page .btnVolver:hover {
    color: #E1293C;
}

.checkout-onepage-index {
    overflow: auto;
    background: #fff;
}

#ac-page #checkoutSteps header.same-step-header {
    padding: 23px 0 10px;
    background: none;
    border-top: 1px solid #D8D8D8;
    margin-left: 30px;
    margin-right: 30px;
}

#ac-page #checkoutSteps header {
    background: none;
    padding: 0;
    background: #FFF;
    border: none;
    height: auto;
    padding-bottom: 10px;
}

#ac-page #header {
    padding-bottom: 20px;
    box-shadow: none;
}

#ac-page .form .sidetip {
    float: none;
    clear: both;
    margin: 0;
}

#ac-page .form .input-box {
    clear: both;
    margin-bottom: 0;
    margin-top: 0;
    width: 100% !important;
    position: static;
}

#ac-page #logo {
    margin-top: 0;
    padding-bottom: 20px;
}

#ac-page #checkoutSteps header h2 {
    color: #161616;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

#ac-page #checkoutSteps header span {
    padding: 0;
    background: none;
    color: #161616;
    font-weight: 400;
    position: relative;
    top: 0;
    font-size: 14px;
    line-height: 16px;
    width: auto;
    width: 12px;
    height: auto;
    border: none;
    margin: 0 10px 0 0;
    box-sizing: content-box;
}

#ac-page #checkoutSteps header span:before {
    content: "0";
}

#ac-page #checkoutSteps header span:after {
    content: ".";
}

body.checkout-onepage-index #checkout-step-payment,
body.checkout-onepage-index #co-billing-form,
body.checkout-onepage-index #co-shipping-form,
body.checkout-onepage-index #co-shipping-method-form {
    width: 100%;
    margin: 0;
}

#ac-page #checkout-progress-wrapper .progress-block,
#ac-page #checkoutSteps {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
}

#ac-page #checkout-progress-wrapper table.p-list tr:nth-child(odd) {
    background: none;
}

#ac-page #checkout-progress-wrapper table.p-final {
    margin-top: 30px;
}

#ac-page #checkout-progress-wrapper table.p-final tr.sm {
    background: none;
}

#ac-page #checkoutSteps {
    width: 760px;
    background: #F8F8F8;
}

#checkout-progress-wrapper {
    padding-top: 0;
}

#ac-page #checkout-progress-wrapper {
    width: 370px;
}

#ac-page #checkout-progress-wrapper .progress-block {
    margin-bottom: 20px;
    background: #F8F8F8;
    margin-top: 26px;
}

#ac-page #checkout-progress-wrapper .progress-block h2 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

#ac-page #checkout-progress-wrapper .progress-block h2 strong {
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

#ac-page #checkout-progress-wrapper table tr td.p-image {
    padding: 0 5px 10px 0;
}

#ac-page #checkout-progress-wrapper table tr td {
    color: #4B4B4B;
    font-size: 12px;
}

#ac-page #checkout-progress-wrapper table tr.grand-total td .price {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

#ac-page #checkout-progress-wrapper table.p-final tr td {
    text-align: left;
    padding-top: 5px;
    padding-left: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #4B4B4B;
}

#ac-page #checkout-shipping-method-load-wrapper dl h2 input {
    margin-left: -20px;
    margin-top: 1px;
}

#ac-page .form select,
.selectTienda select {
    height: 40px !important;
    background: #fff;
    width: 320px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

#ac-page #checkout-progress-wrapper table.p-final tr td strong {
    font-weight: 400;
}

#ac-page #checkout-progress-wrapper table tr.grand-total .p-gt-t {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
}

#ac-page #checkout-shipping-method-load-wrapper dl li.single-item label,
#ac-page #checkout-shipping-method-load-wrapper dl li.single-item span {
    color: inherit;
}

#ac-page .form li.border-line {
    background: none;
}

#ac-page .discount .input-text,
#ac-page .form .input-text,
#ac-page .form .ui-autocomplete-input {
    width: 100% !important;
    max-width: 324px;
}

#ac-page .discount {
    width: 100%;
    text-align: right;
    margin-top: 20px;
}

#ac-page #checkoutSteps footer .button i {
    margin-left: 5px;
}

#ac-page #checkoutSteps footer .please-wait {
    line-height: 46px;
    margin-right: 15px;
}

#ac-page #checkoutSteps footer .button,
#ac-page .discount .button,
#ac-page .form .password-block .button,
#ac-page .top-placeyourorder-btn .button,
input#fake-button {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    cursor: pointer;
    padding: 15px 28px;
    color: #fff;
    font-size: 14px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #3D7EDB;
    background: #3D7EDB;
    border: none;
    text-shadow: none !important;
    letter-spacing: normal;
}

#ac-page #checkoutSteps footer .button {
    padding: 5px 20px;
    line-height: 41px;
}

#ac-page .form .password-block .button,
input#fake-button {
    font-size: 14px;
    padding: 8px 30px;
}

#ac-page #checkoutSteps footer .button:active,
#ac-page #checkoutSteps footer .button:hover,
#ac-page .top-placeyourorder-btn .button:active,
#ac-page .top-placeyourorder-btn .button:focus,
#ac-page .top-placeyourorder-btn .button:hover {
    background: #29292c;
    border-color: #29292c;
}

input#fake-button:active,
input#fake-button:focus,
input#fake-button:hover {
    background: #29292c;
    border-color: #29292c;
}

#error-message .modal-ac-header h3 {
    color: #161616;
    text-transform: none;
    font-weight: 400;
}

.modal-ac-footer .btn {
    color: #FFF;
    text-shadow: none;
    background-color: #3D7EDB;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #3D7EDB;
    text-decoration: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 8px 25px;
}

.modal-ac-footer .btn:hover {
    background-color: #29292c;
    background: #29292c;
}

#ac-page .discount .button {
    padding: 8px 25px;
    top: 0;
    bottom: auto;
    margin: 0;
    line-height: 20px;
    height: 40px;
    float: right;
    background: #D8D8D8;
    color: #9B9B9B;
}

#ac-page #checkoutSteps footer .button:focus,
#ac-page .discount .button:active,
#ac-page .discount .button:focus,
#ac-page .discount .button:hover,
#ac-page .form .password-block .button:active,
#ac-page .form .password-block .button:focus,
#ac-page .form .password-block .button:hover {
    background-color: #3D7EDB;
    background: #3D7EDB;
}

#ac-page #checkoutSteps footer .button.inactive:hover,
#ac-page .top-placeyourorder-btn .button.inactive:active,
#ac-page .top-placeyourorder-btn .button.inactive:focus {
    background-color: #d0d0d0;
    background: #d0d0d0;
    color: #fff;
    cursor: no-drop;
}

#ac-page .form .input-text {
    background: #FFF;
    font-size: 13px !important;
    padding: 9px 7px !important;
    border: 1px solid #D8D8D8 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    height: 35px;
}

#ac-page .form label {
    color: #777;
    font-size: 13px !important;
    line-height: 16px !important;
    text-align: left !important;
    font-weight: 400 !important;
}

#ac-page .form .login-block p span {
    margin-left: 20px;
}

#ac-page .form label em {
    color: #777;
}

#ac-page .form select {
    background: #FFF;
    font-size: 13px !important;
    padding: 9px 7px !important;
    border: 1px solid #D8D8D8 !important;
    width: 100% !important;
    border-radius: 0 !important;
}

#ac-page .form select:disabled {
    background: #e8e8e8;
    cursor: no-drop;
}

.checkout-onepage-index #checkoutSteps .section .form-list li input,
.checkout-onepage-index #checkoutSteps .section .form-list li select {
    float: left;
    margin-top: 0;
    max-width: 324px;
}

.checkout-onepage-index #checkoutSteps .section .form-list li select {
    max-width: 100%;
}

/* AUTOCOMPLETE */
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

#ac-page .form label.err {
    color: #C91D27;
    background: none;
    padding: 0;
}

#ac-page #checkout-shipping-method-load-wrapper dl span.description {
    margin-bottom: 5px;
    font-size: 13px;
    clear: both;
    font-style: italic;
}

#ac-page .form label.err em {
    color: #C91D27 !important;
}

#ac-page .form .sidetip p.bad {
    color: #C91D27 !important;
}

#ac-page .form .sidetip p {
    color: #777;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
}

#ac-page .form .sidetip p.good {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 2px;
    left: auto;
    margin: 0;
}

#ac-page .form li.less-margin {
    position: relative;
}

select.disabled {
    background: #E9E9E9 !important;
}

#ac-page .form li.border-line {
    padding: 0;
}

#ac-page .my-cart {
    display: none;
}

#ac-page .form select {
    height: 40px !important;
}

#ac-page .form li {
    position: relative;
    margin-bottom: 10px;
}

img#logo {
    cursor: pointer;
}

#ac-page #checkout-payment-method-load dt {
    padding: 5px 0;
    border: none !important;
}

#ac-page #checkout-payment-method-load dt.active {
    padding: 5px 0 !important;
}

#ac-page #checkout-payment-method-load dd {
    padding: 5px 0;
}

#ac-page #checkout-payment-method-load dd.active {
    padding: 5px 0;
    border: none;
}

#ac-page #checkout-progress-wrapper .mark-arrow {
    display: none;
}

#ac-page .relative {
    position: relative;
    max-width: 333px;
}

#ac-page .form .login-block p.already_customer,
#ac-page .form .login-block p.has-account {
    display: block;
    margin-bottom: 20px !important;
}

#ac-page .form .login-block p.has-account a,
#ac-page .form .login-block p.has-account span {
    font-size: 13px;
    line-height: 17px;
}

#ac-page .form .login-block p.already_customer a,
#ac-page .form .login-block p.already_customer span {
    color: #4B4B4B;
    font-size: 13px;
    line-height: 17px;
}

#ac-page .already_customer span,
#ac-page .has-account span {
    margin: 0 !important;
}

#ac-page #checkoutSteps header.same-step-header h2 {
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    display: block !important;
    color: #4B4B4B !important;
    text-transform: none;
}

#ac-page #checkout-shipping-method-load-wrapper {
    width: 100%;
    padding: 10px 30px 10px 30px;
}

#ac-page #checkout-shipping-method-load-wrapper #checkout-shipping-method-totals-wrapper {
    margin-bottom: 10px;
}

#ac-page #addonInfo {
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    display: block !important;
    color: #4B4B4B !important;
    text-transform: none;
    margin-bottom: 20px;
}

.titleOPC {
    margin-bottom: 20px;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    display: block !important;
    color: #4B4B4B !important;
}

#opc-review .discount-form .input-box {
    display: block;
    width: 100%;
    float: left;
}

#opc-review .discount-form .buttons-set {
    width: 30%;
    float: right;
    clear: none;
    margin: 0;
}

/* OCULTAR RESUMEN DE PASOS EN CHECKOUT */
.payment.progress-block,
.shipping.progress-block {
    display: none;
}

.review.progress-block {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

/* MOSTRAR SIEMPRE SELECTOR DE REGION */
select[name="shipping[region_id]"] {
    display: block;
}

span.separador {
    display: block;
    width: 316px;
    margin-top: 0;
    margin-bottom: 24px;
}

label[for="billing:month"] {
    width: 100%;
}

label[for="billing:gender-1"] {
    width: 26%;
}

input#agreement-1 {
    margin-top: 0px !important;
}

select[name="shipping[city]"] {
    float: none;
}

.mfp-iframe-scaler iframe {
    background: #ffffff;
}

#ac-page .form li .please-wait {
    margin-top: 0;
    margin-bottom: 5px;
}

#ac-page {
    padding-bottom: 40px;
    width: 1150px;
}

#ac-page #checkout-progress-wrapper table tr td .product-image img {
    max-width: 100%;
    height: auto;
}

input[type=checkbox],
input[type=radio] {
    margin: 3px 0.5ex;
}

#ac-page .form .password-block p.moves {
    clear: both;
}

#ac-page #checkout-progress-wrapper .mark-arrow {
    display: none;
}

#ac-page #checkout-review-table-wrapper,
#ac-page #checkoutSteps footer {
    padding: 20px;
    box-sizing: content-box;
}

#ac-page #checkout-review-table tr {
    display: table-row;
    border: none;
}

#ac-page #checkout-review-table tbody .odd td {
    background: none;
}

#ac-page #checkout-review-table td {
    display: table-cell;
    color: #5D5D5D;
    background: none;
    border: none;
}

#ac-page #checkout-review-table th {
    border: none;
    font-weight: 500;
    color: #4B4B4B;
}

#ac-page #checkout-review-table tfoot td.a-right {
    font-weight: 400;
}

#ac-page #checkout-review-table tfoot tr.last td {
    text-transform: none;
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

#ac-page #promo-code {
    display: none;
}

#ac-page .cantidadTD {
    border-left: 1px solid #E9E9E9 !important;
    border-right: 1px solid #E9E9E9 !important;
}

#ac-page #checkout-review-table .item-options,
#ac-page #checkout-review-table h3.product-name {
    margin: 0;
    font-weight: 400;
    text-transform: none;
    font-size: 12px;
    color: #4B4B4B;
}

#ac-page .please-wait {
    position: relative;
    top: 5px;
}

#ac-page #checkoutSteps footer {
    padding: 20px 0;
    margin-right: 30px;
    margin-left: 30px;
    border-color: #d8d8d8;
    height: auto;
}

#ac-page #checkoutSteps #checkout-step-review footer {
    margin-left: 20px;
    margin-right: 20px;
}

#ac-page #checkout-payment-method-load dt {
    color: #525252;
    font-size: 12px;
}

#ac-page #checkout-payment-method-load h2,
#ac-page h4 {
    padding-left: 0;
    color: #666;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    border: none;
}

#ac-page #checkout-payment-method-load {
    width: 100%;
    padding: 23px 30px 10px 30px;
}

@media all and (max-width: 1200px) {
    #ac-page #checkoutSteps {
        width: 560px;
    }

    #ac-page {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (max-width: 980px) {
    #ac-page #checkoutSteps {
        width: 100%;
    }

    #ac-page #checkout-progress-wrapper {
        display: none;
    }
}

@media all and (max-width: 768px) {

    #checkout-shipping-method-load .sp-methods dd label,
    #co-shipping-method-form .sp-methods dd label {
        padding-left: 0 !important;
        width: 70% !important;
    }

    #ac-page #checkout-progress-wrapper {
        height: 13px;
        display: none;
    }

    #ac-page #checkout-progress-wrapper .progress-block {
        width: 33%;
    }

    #ac-page #logo {
        margin-top: 0;
        padding: 15px 0;
        height: 48px;
    }

    #checkout-shipping-method-totals-wrapper {
        margin-top: 7px;
    }

    #ac-page #checkout-shipping-method-load-wrapper dl span {
        padding-bottom: 4px;
    }

    #ac-page #checkout-payment-method-load {
        padding-top: 10px;
        padding-left: 10px;
    }

    #ac-page {
        width: 100%;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #ac-page #header {
        width: 100%;
        min-height: 200px;
    }

    #ac-page #logo {
        height: 90px;
        max-width: 145px;
    }

    .checkout-onepage-index #checkoutSteps .section .form-list li input,
    .checkout-onepage-index #checkoutSteps .section .form-list li select {
        max-width: 100%;
    }

    #ac-page #checkoutSteps {
        width: 100%;
    }

    #ac-page .form .firstColumn {
        clear: both;
        width: 100%;
        margin-right: 0;
        position: relative;
    }

    #ac-page .discount .input-text,
    #ac-page .form .input-text,
    #ac-page .form .ui-autocomplete-input {
        max-width: 100%;
    }

    #ac-page .form .secondColumn {
        clear: both;
        width: 100%;
        margin-left: 0;
    }

    #footerCheckout {
        display: none;
    }

    #ac-page .form-list {
        padding: 10px;
    }

    #ac-page .relative {
        max-width: 100%;
    }

    #wpmm-nav-viewport {
        clear: both;
        top: 30px;
        left: 15px;
        width: 88%;
    }

    #ac-page #checkoutSteps header {
        display: block;
        padding-top: 10px;
        padding-left: 10px;
        height: auto;
        padding-bottom: 20px;
    }

    .checkout-onepage-index #checkoutSteps .section {
        padding-left: 10px;
        padding-right: 10px;
        background: #FFF;
    }

    #ac-page #checkout-payment-method-load {
        padding-top: 10px;
        padding-left: 10px;
    }

    #ac-page #checkout-step-shipping #checkout-shipping-method-totals-wrapper {
        padding-left: 0;
    }

    #ac-page #checkoutSteps header.same-step-header h2 {
        display: none !important;
    }

    #ac-page #checkoutSteps header.same-step-header {
        padding-left: 0;
        background-position: 13px top;
        padding-top: 10px;
        margin: 0;
    }

    .btnVolver {
        display: none;
    }

    #ac-page .form .state select {
        width: 265px;
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
        appearance: menulist;
    }

    #ac-page .form li .city .input-box,
    #ac-page .form li .state .input-box,
    #ac-page .form li.small-input .input-box {
        width: 265px;
    }

    #ac-page .form li .city .input-text,
    #ac-page .form li .state .input-text,
    #ac-page .form li.small-input .input-text {
        width: 100%;
    }

    #ac-page .form label.emptyLabel {
        display: none;
    }
}

#footerCheckout {
    clear: both;
    width: 100%;
    background: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

#footerCheckout .footerCheckoutContainer {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#footerCheckout .footerCheckoutContainer ul {
    text-align: center;
}

#footerCheckout .footerCheckoutContainer ul li {
    position: relative;
    float: none;
    display: table-cell !important;
    padding: 0;
    width: 1%;
}

#footerCheckout .footerCheckoutContainer ul li,
#footerCheckout .footerCheckoutContainer ul li a {
    color: #9B9B9B;
    font-size: 12px;
    line-height: 13px;
}

/* SUCCESS PAGE Y DETALLE PEDIDO */
/* Lista Archivos:
* html/app/design/frontend/THEME/default/template/detpedido/success_details.phtml
* html/app/design/frontend/THEME/default/template/checkout/success.phtml
*/
.checkout-onepage-success .col-main-wrap {
    padding: 40px 220px 100px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.titleDestacadoSuccess {
    position: relative;
}

.titleDestacadoSuccess:before {
    content: "";
    width: 62px;
    height: 63px;
    position: absolute;
    top: 0;
    left: -75px;
    background-image: url("/contenidos/succesImage.png");
    background-repeat: no-repeat;
}

.checkout-onepage-success .page-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.checkout-onepage-success .page-title h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #4A4A4A;
}

.checkout-onepage-success .page-title h1 span,
.checkout-onepage-success h2.sub-title span {
    color: #3D7EDB;
}

.checkout-onepage-success h2.sub-title {
    font-size: 36px;
    line-height: 41px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 4px 0 40px;
    padding: 0;
    color: #5B5B5B;
}

.checkout-onepage-success p {
    font-size: 14px;
    font-weight: 400;
    color: #5B5B5B;
}

.checkout-onepage-success .pedidoNumber {
    margin-bottom: 20px !important;
    font-weight: 500;
}

.checkout-onepage-success .pedidoNumber a {
    color: #3D7EDB;
}

.checkout-onepage-success .pedidoNumber a:hover {
    text-decoration: underline;
}

.checkout-onepage-success .paraDescargar {
    margin-bottom: 40px !important;
    font-weight: 500;
}

.checkout-onepage-success .paraDescargar a {
    font-weight: 500;
    color: #D0011B;
}

.checkout-onepage-success .paraDescargar a:hover {
    text-decoration: underline;
}

.checkout-onepage-success #my-orders-table.data-table th {
    padding: 5px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #9C9C9C;
    border-color: #bfbfbf;
}

.checkout-onepage-success .data-table .product-name {
    text-transform: none;
    color: #5B5B5B;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.checkout-onepage-success .data-table td {
    text-transform: none;
    color: #5B5B5B;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.checkout-onepage-success .data-table .subtotal td,
.data-table tfoot tr.first td {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #bfbfbf;
    color: #9C9C9C;
    box-shadow: none;
}

.checkout-onepage-success .data-table tfoot td,
.data-table tfoot tr td {
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-top: 1px solid #bfbfbf;
    color: #9C9C9C;
    font-weight: 400;
}

.checkout-onepage-success .data-table tfoot .grand_total td {
    color: #4A4A4A;
    font-weight: 500;
}

.checkout-onepage-success .titleResponsive {
    display: none;
}

@media all and (max-width:980px) {
    .checkout-onepage-success .col-main-wrap {
        padding: 20px 60px 50px 80px;
        background: none;
    }
}

@media all and (max-width:768px) {
    .checkout-onepage-success .col-main-wrap {
        padding: 20px 20px;
    }

    .titleDestacadoSuccess:before {
        display: none;
    }

    .checkout-onepage-success #my-orders-table tbody {
        padding: 10px 0;
        background: #FFF;
    }

    .checkout-onepage-success #my-orders-table tbody tr {
        padding-bottom: 20px;
    }

    #ac-page .form select,
    .selectTienda select {
        width: 100%;
        max-width: 100%;
    }
}

@media all and (max-width:767px) {
    #my-orders-table {
        display: block;
    }

    #my-orders-table tfoot {
        display: block;
    }

    .checkout-onepage-success #my-orders-table.data-table th {
        display: none;
    }

    .checkout-onepage-success .titleResponsive {
        font-weight: 700;
        display: block;
    }

    .checkout-onepage-success #my-orders-table tfoot .grand_total,
    .checkout-onepage-success #my-orders-table tfoot .shipping,
    .checkout-onepage-success #my-orders-table tfoot .subtotal {
        display: block;
        width: 100%;
    }

    .checkout-onepage-success #my-orders-table tfoot .grand_total:after,
    .checkout-onepage-success #my-orders-table tfoot .shipping:after,
    .checkout-onepage-success #my-orders-table tfoot .subtotal:after {
        content: "";
        clear: both;
    }

    .checkout-onepage-success #my-orders-table tfoot .grand_total td,
    .checkout-onepage-success #my-orders-table tfoot .shipping td,
    .checkout-onepage-success #my-orders-table tfoot .subtotal td {
        display: block;
        width: 50%;
        float: left;
        border: none;
        text-align: right !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* SUCCESS PAGE Y DETALLE PEDIDO */
/* CHECKOUT */
/* REVIEWS */
#product-reviews,
#reviews-read {
    margin-top: 50px;
}

#reviews-read {
    max-width: 670px;
}

/* REVIEWS */
/* RESPONSIVE */
/* min1400px */
@media all and (min-width: 1400px) {
    .grid_5 {
        width: 20%;
    }
}

/* min1400px */
/* max1400px */
@media all and (max-width: 1400px) {
    .grid_5 {
        width: 20%;
    }

    #lateralText {
        top: 24%;
        left: 80px;
        max-width: 310px;
    }

    #lateralText h2 .delgada {
        font-size: 43px;
        font-weight: 100;
        line-height: 40px;
    }

    #lateralText h2 .gruesa {
        font-size: 54px;
        font-weight: 700;
        line-height: 50px;
    }
}

/* max1400px */
/* min1281px */
@media all and (min-width: 1281px) {

    button.btnUpdate,
    button.btnUpdate li,
    button.btnUpdate span,
    button.btnUpdate span span,
    .buttonsShoppingTienda button.btn-continue span {
        line-height: 40px;
    }
}

/* min1281px */
@media all and (max-width: 1265px) {
    .banner.banner1 {
        float: initial !important;
        text_align: center;
    }

    .segundaseccion {
        display: block;
        width: 100%;
        margin: auto;
        margin-top: 10px;
    }

    .banner {
        margin-bottom: 5px;
    }

    .banner.banner1 img {
        margin: auto;
    }

    .bannersHome .banners .banner.banner2 {
        padding-right: 5px;
        display: inline-block;
        float: initial;
    }

    .banner.banner3 {
        display: inline-block !important;
        float: initial !important;
    }
}

@media all and (max-width: 752px) {

    .carouselHome .owl-item,
    .carouselHome .item {
        width: 100%;
    }
}

/* max1280px */
@media all and (max-width: 1280px) {

    /* MENU */
    #queldoreiNav>li>a.level-top {
        min-width: 110px;
    }

    .menuTiendaItems {
        padding-left: 25px;
    }

    .menuContainer .nav-container {
        margin-left: 110px;
        margin-right: 10px;
        position: static;
        z-index: 1001;
    }

    .header-container .grid_12 .logo {
        top: 15px;
        z-index: 1;
    }

    .header-container a.logo img.logoTienda {
        max-width: 200px;
    }

    #queldoreiNav>li>a {
        padding-left: 2px;
        padding-right: 2px;
    }

    /* MENU */
    .slider #flexslider .slides strong {
        font-size: 46px;
        line-height: 42px;
    }

    .slider #flexslider .slides .destacado {
        font-size: 76px;
        line-height: 37px;
    }

    .page-title h1,
    h2.likeTitle {
        font-size: 23px;
        line-height: 22px;
    }

    .discount-form button.button span span {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .data-table .td-actions {
        display: none;
    }

    .data-table .btn-remove {
        display: block;
    }

    .data-table .td-name,
    .data-table td.td-edit,
    .data-table td.td-price,
    .data-table td.td-wishlist {
        padding: 15px 5px;
    }

    .data-table .setAtributos {
        margin-bottom: 15px;
    }

    .data-table .td-name .atributoColor {
        left: 5px;
    }

    footer .newsletter .newsletter-subscribe .validation-advice {
        top: 34px;
    }

    /* CATEGORIA */
    .catalogsearch-result-index .col2-left-layout .col-left {
        margin-top: 80px;
    }

    /* CATEGORIA */
    #lateralText {
        top: 28%;
        left: 70px;
        max-width: 230px;
    }

    #lateralText h2 .delgada {
        font-size: 33px;
        font-weight: 100;
        line-height: 30px;
    }

    #lateralText h2 .gruesa {
        font-size: 34px;
        font-weight: 700;
        line-height: 30px;
    }

    .brands-slider-container ul.brands li {
        width: 190px;
    }

    .newsletter-subscribe .button {
        right: -90px;
    }

    .header-container .contenido_header ul li.logoPlacacentro {
        display: none;
    }

    .pager,
    .sorter {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }

    .pager .amount {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }

    .newsletter-subscribe .button {
        right: 0;
        padding: 10px 9px 15px 12px;
        font-size: 14px;
    }

    .newsletter-subscribe .input-text {
        max-width: 280px;
    }

    .textoNewsletter .segundo {
        padding-left: 0;
    }

    .catalogProducts .itemCatalog {
        max-width: 185px;
        min-width: 185px;
    }

    footer.footer-info .footer_contacto ul li ul.address {
        max-width: 100%;
    }
}

/* max1280px */
/* min1280px */
@media all and (min-width: 1280px) {
    .row {
        width: 1170px;
    }

    #flexslider .row {
        width: 100%;
    }
}

/* min1280px */
/* max1280px */
@media all and (min-width: 980px) and (max-width: 1280px) {
    .row {
        width: 960px;
    }

    .categoriasContainer {
        width: 840px;
    }

    header a.logo img.logoTienda {
        max-width: 160px;
    }

    header a.logo {
        margin-top: 15px !important;
    }

    #queldoreiNav>li>a>span {
        font-size: 13px;
    }

    .product-view .product-shop .price-box .special-price .price-label {
        display: block;
    }

    .product-view .product-additional {
        display: block;
    }

    .product-view .box-up-sell2 {
        display: none;
    }
}

/* min980px */
/* min960px */
@media all and (min-width: 980px) {
    .account-login .block-login {
        float: left;
        width: 360px;
        margin-left: 15%;
    }

    .account-create .block-login {
        float: left;
        width: 80%;
        margin-left: 10%;
    }

    .account-login .block-newUser {
        float: left;
        width: 360px;
        margin-left: 10%;
    }

    .customer-account-create .account-create .form-list .field {
        margin: 0;
    }

    .page-title.sinResultados {
        margin-left: -300px;
        margin-top: -10px;
    }

    .note-msg.sinResultados {
        margin-left: -218px;
        min-height: 300px;
    }

    #queldoreiNav>li>div.sub-wrapper>ul>li>ol>li.level1>.sub-wrapper {
        left: -10000px;
        top: 5px;
        min-height: 250px;
        width: 250px;
        width: calc(100% - 300px);
        position: absolute;
        margin-left: 300px;
        background: #fff;
        padding-top: 0;
    }

    #queldoreiNav div.sub-wrapper ul div.sub-wrapper>ul>li a {
        padding-left: 10px;
    }

    .borderRight {
        border-right: 1px solid #787878;
    }
}

/* min960px */
/* max980px */
@media all and (max-width: 980px) {
    .categoriasContainer {
        width: 100%;
    }

    .grid_5 {
        width: 50%;
    }

    .grid_8 {
        width: 100%;
    }

    .grid_4 {
        width: 100%;
        margin-top: 20px;
    }

    footer .grid_5 {
        margin-top: 20px;
    }

    .data-table td .product-name a {
        font-size: 13px;
    }

    .data-table .td-price .cart-price {
        font-size: 14px;
        line-height: 16px;
    }

    .discount-form .input-box {
        display: block;
        float: none;
        width: 100%;
    }

    .discount-form .buttons-set {
        display: block;
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    /* MENU RESP */
    .nav-container {
        margin: 0;
        display: block;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background: #F8F8F8;
        padding-top: 54px;
    }

    #queldoreiNav {
        display: block;
        width: 100%;
        margin: 0;
        position: relative;
        left: 0;
        right: auto;
        box-shadow: none;
        background: none;
        padding: 0;
    }

    .nav-container .nav-top-title {
        display: none;
    }

    #queldoreiNav>li>div.sub-wrapper li:hover>a>span {
        color: #6B6B6B;
    }

    #queldoreiNav>li>div.sub-wrapper li span {
        font-size: 18px;
        font-weight: 100;
        color: #6B6B6B;
        line-height: 20px;
        font-family: 'Roboto', sans-serif;
    }

    #queldoreiNav>li>div.sub-wrapper li.over>a>span {
        color: #FFF;
    }

    #queldoreiNav div.sub-wrapper ul div.sub-wrapper>ul>li.level2.parent>a span {
        border: none;
    }

    #queldoreiNav>li>div.sub-wrapper ol>li.over>a span {
        color: #6e6d69;
    }

    #queldoreiNav>li.active>a>span,
    #queldoreiNav>li.especial>a>span,
    #queldoreiNav>li.over>a>span,
    #queldoreiNav>li:hover>a>span {
        color: #6B6B6B;
    }

    #queldoreiNav>li>a>span {
        font-size: 18px;
        font-weight: 100;
        color: #6B6B6B;
        line-height: 20px;
        position: relative;
        z-index: 10;
        transition: none !important;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
    }

    #queldoreiNav>li>a {
        line-height: 40px;
        padding: 15px 10px;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        border-bottom: 1px solid #D8D8D8;
        z-index: 10 !important;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
    }

    #queldoreiNav div.sub-wrapper,
    #queldoreiNav div.sub-wrapper ul div.sub-wrapper,
    #queldoreiNav li div.sub-wrapper {
        z-index: 1000;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        max-width: 100%;
        top: 0;
        left: 0;
        position: relative;
        background: #f8f8f8;
    }

    #queldoreiNav li {
        z-index: 1;
        height: 51px;
        box-sizing: content-box;
    }

    #queldoreiNav li.over {
        height: 100%;
        position: absolute;
        top: 0;
        background: #f5de5d;
        z-index: 1000;
        padding-top: 0;
        padding-bottom: 0;
    }

    #queldoreiNav li.over>a span {
        color: #FFF;
    }

    #queldoreiNav li div.sub-wrapper {
        position: absolute;
        top: 0;
        height: 100%;
        background: none;
        border: none;
    }

    #queldoreiNav li div.sub-wrapper.ParentDisabled {
        top: 0;
        z-index: 100;
    }

    #queldoreiNav div.sub-wrapper ul div.sub-wrapper.activeMenu,
    #queldoreiNav div.sub-wrapper.activeMenu {
        display: block;
        height: 100%;
    }

    #queldoreiNav li div.sub-wrapper.activeMenu,
    #queldoreiNav li.level0 div.sub-wrapper {
        display: block;
        box-shadow: none;
        left: 0 !important;
    }

    #nav ul,
    #nav ul ul,
    #queldoreiNav ul,
    #queldoreiNav ul ul {
        box-sizing: content-box;
        padding: 0;
    }

    #queldoreiNav>li>div.sub-wrapper:before {
        display: none;
    }

    #queldoreiNav ul li,
    #queldoreiNav div.sub-wrapper ul div.sub-wrapper>ul>li {
        max-width: 100%;
        width: 100%;
        width: 100%;
        border-bottom: 1px solid #d8d8d8;
        margin: 0;
    }

    #queldoreiNav div.sub-wrapper ul div.sub-wrapper>ul>li.level3:last-child {
        border: none;
        margin: 0;
    }

    .nav-container li.parent em {
        width: 80px;
        font-family: 'Roboto', sans-serif;
        display: inline;
        color: #fff;
        position: relative;
        background: none;
        line-height: 38px;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: normal;
        top: -2px;
        text-align: right;
        padding-top: 3px;
        padding-right: 6px;
        z-index: 100;
        text-transform: uppercase;
    }

    #queldoreiNav>li.parent>a>em {
        top: -12px;
    }

    #queldoreiNav>li.parent.level0>a>em {
        display: none;
    }

    .nav-container li>a em:hover {
        color: #3D7EDB !important;
    }

    .nav-container li>a em.ableToShow:hover {
        color: #6e6d69 !important;
    }

    .nav-container li>a em:hover:after {
        color: #FFF !important;
    }

    .nav-container li>a em:hover {
        background: none;
    }

    #nav>li>a:hover>em:before,
    #nav>li.active>a>em:before,
    #nav>li.over>a>em:before,
    #queldoreiNav>li>a:hover>em:before,
    #queldoreiNav>li.active>a>em:before,
    #queldoreiNav>li.over>a>em:before {
        color: #3D7EDB;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
    }

    #queldoreiNav>li.level0>div.sub-wrapper .level0:after {
        display: none;
    }

    #queldoreiNav>li.level0>div.sub-wrapper .level0:before {
        display: none;
    }

    #queldoreiNav>li>a.level-top {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        display: none;
    }

    #mobile-nav>li>a:hover,
    #mobile-nav>li.active>a,
    #mobile-nav>li.over>a,
    #nav>li>a:hover,
    #nav>li.active>a,
    #nav>li.over>a,
    #queldoreiNav>li>a:hover,
    #queldoreiNav>li.active>a,
    #queldoreiNav>li.over>a {
        background: #eee;
    }

    #queldoreiNav>li.parent>a:before {
        display: none;
    }

    .nav-container li.parent em:before {
        display: inline;
        content: "\f3d3";
        margin-right: 10px;
        position: relative;
        top: 2px;
        font-family: "Ionicons";
        font-size: 20px;
        color: #6B6B6B;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: all 600ms ease-in-out;
    }

    .nav-container .activeMenu li.parent em:before {
        top: 2px;
    }

    .nav-container li.parent.minus>a em:before {
        content: "\f3d2";
        color: #6e6d69 !important;
    }

    #queldoreiNav ul li.level1.parent {
        background-image: none !important;
    }

    .nav-container li.parent>a>em {
        color: #6e6d69;
    }

    .nav-container li.parent:hover>a>em {
        color: #6e6d69;
    }

    .nav-container li.parent em.ableToShow:before {
        text-indent: 0;
    }

    .nav-container li.parent.level1 em:before {
        color: #53575C;
    }

    #queldoreiNav>li>div.sub-wrapper>ul>li {
        padding: 0;
        box-sizing: content-box;
        margin: 0;
    }

    #queldoreiNav ul li.level1:active>a,
    #queldoreiNav ul li.level1:focus>a,
    #queldoreiNav ul li.level1:hover>a {
        background: none !important;
        color: #6b6b6b !important;
    }

    #queldoreiNav>li>.sub-wrapper>ul>li ol>li>a {
        padding: 5px 10px;
        line-height: 43px;
        height: 51px;
    }

    #queldoreiNav>li>div.sub-wrapper li img {
        left: 0;
    }

    #queldoreiNav>li>div.sub-wrapper>ul>li>ol>li .sub-wrapper {
        padding: 0 !important;
        margin: 0 !important;
        top: 0;
    }

    #queldoreiNav div.sub-wrapper ul div.sub-wrapper>ul.level1 {
        padding: 0;
        height: calc(100vh - 105px);
        background: #f8f8f8;
    }

    #queldoreiNav div.sub-wrapper ul div.sub-wrapper>ul>li a {
        font-size: 14px;
        width: 100%;
        padding: 5px 10px;
        line-height: 43px;
        height: 51px;
        box-sizing: border-box;
        border-bottom: 1px solid #D8D8D8;
    }

    #queldoreiNav div.sub-wrapper ul div.sub-wrapper>ul>li.level3 a {
        font-size: 14px;
        line-height: 43px;
    }

    #queldoreiNav ul li.level1:active>a em:before,
    #queldoreiNav ul li.level1:focus>a em:before,
    #queldoreiNav ul li.level1:hover>a em:before {
        color: #53575C;
    }

    /* MENU RESP */
    .tp-caption.black {
        font-size: 16px !important;
        white-space: normal !important;
        text-align: center;
        line-height: 20px !important;
    }

    .brands-slider-container ul.brands li {
        width: 190px;
    }

    .header-container .contenido_header ul li.store {
        display: none;
    }

    #wpas-form {
        width: 270px;
    }

    .flexslider .slides .content {
        margin: 90px 0 0 20px !important;
        float: none;
        max-width: 450px;
    }

    .catalogProducts .itemCatalog {
        max-width: 245px;
        min-width: 245px;
    }

    .catalogProducts .itemCatalog h3 {
        max-width: 100%;
    }
}

/* max980px */
/* max979px */
@media all and (max-width: 979px) {
    #lateralText {
        top: 32%;
        left: 70px;
        max-width: 130px;
    }

    #lateralText h2 {
        line-height: 20px;
    }

    #lateralText h2 .delgada {
        font-size: 20px;
        font-weight: 100;
        line-height: 20px;
    }

    #lateralText h2 .gruesa {
        font-size: 23px;
        font-weight: 700;
        line-height: 20px;
    }

    .borderPage {
        border: none;
    }

    .textoNewsletter {
        padding-left: 0;
    }

    .newsletter-subscribe .input-text {
        font-size: 14px;
        line-height: 14px;
        max-width: 180px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .newsletter-subscribe .input-text::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 14px;
    }

    .newsletter-subscribe .input-text:-moz-placeholder {
        font-size: 14px;
        line-height: 14px;
    }

    .newsletter-subscribe .input-text::-moz-placeholder {
        font-size: 14px;
        line-height: 14px;
    }

    .newsletter-subscribe .input-text:-ms-input-placeholder {
        font-size: 14px;
        line-height: 14px;
    }

    button.btnUpdate,
    button.btnUpdate li,
    button.btnUpdate span,
    button.btnUpdate span span {
        line-height: 19px;
    }

    .header-container a.logo img.logoTienda {
        max-width: 175px;
    }

    #queldoreiNav .sub-wrapper ul.level0>li>ul {
        background: #dcdcdc;
        padding-bottom: 10px;
    }

    #queldoreiNav .sub-wrapper ul.level0>li>ul li {
        height: 42px;
        padding-left: 15px;
        padding-right: 15px;
        border: none;
        box-sizing: border-box;
    }

    #queldoreiNav .sub-wrapper ul.level0>li>ul li a {
        padding: 5px 10px;
        height: 42px;
        color: #5B5B5B !important;
        text-transform: none;
        font-size: 18px;
        font-weight: 100;
        line-height: 42px;
        font-family: 'Roboto', sans-serif;
    }

    .header-container .links li.logged>.logged a,
    .header-container .links li.datosUser>a:before,
    .header-container .links li.datosUser .dropbtn>a:before,
    .header-container .links li.logged>.logged:before,
    .dropdown:after {
        display: none;
    }

    .activeResponsive.header-container .links li>a,
    .header-container .links li.datosUser .dropdown {
        width: 25px;
        height: 32px;
        padding: 0;
        text-indent: -9999px;
        background-image: url("/skin/frontend/shopper/default/images/accountTienda.png");
        background-position: 0;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .activeResponsive.header-container .links li>a {
        text-align: inherit;
    }

    .activeResponsive .dropdown-content {
        display: none !important;
    }
}

/* max979px */
/* max980px */
@media all and (min-width: 768px) and (max-width: 979px) {

    .two_columns_4 .col2-left-layout .category-products .products-grid li.item,
    .two_columns_4 .col2-right-layout .category-products .products-grid li.item,
    .two_columns_4 .col2-left-layout .widget-products .products-grid li.item,
    .two_columns_4 .col2-right-layout .widget-products .products-grid li.item {
        width: 50%;
    }

    .two_columns_4 .col2-left-layout .category-products .products-grid li.item:nth-child(4n+1),
    .two_columns_4 .col2-right-layout .category-products .products-grid li.item:nth-child(4n+1),
    .two_columns_4 .col2-left-layout .widget-products .products-grid li.item:nth-child(4n+1),
    .two_columns_4 .col2-right-layout .widget-products .products-grid li.item:nth-child(4n+1) {
        clear: none;
    }

    .two_columns_4 .col2-left-layout .category-products .products-grid li.item:nth-child(2n+1),
    .two_columns_4 .col2-right-layout .category-products .products-grid li.item:nth-child(2n+1),
    .two_columns_4 .col2-left-layout .widget-products .products-grid li.item:nth-child(2n+1),
    .two_columns_4 .col2-right-layout .widget-products .products-grid li.item:nth-child(2n+1) {
        clear: both;
    }

    .block-account,
    .col2-left-layout .block-layered-nav,
    .col2-left-layout .col-left .block,
    .col2-left-layout .col-left .block-left-nav,
    .col2-right-layout .col-right .block {
        margin: 0;
        margin-bottom: 35px;
    }

    .row {
        width: 750px;
    }

    .breadcrumbs {
        padding: 0 9px;
    }

    header a.logo img.logoTienda {
        max-width: 180px;
    }

    .catalogsearch-result-index .col2-left-layout .col-left {
        margin-top: 0;
    }

    .col2-left-layout .col-left {
        width: 260px !important;
        float: left;
        clear: none;
        margin-top: 0;
    }

    .col2-left-layout .col-main {
        margin-left: 260px !important;
        clear: none;
    }

    .sliderProductos .product-slider-container ul.products-grid li.item {
        clear: none !important;
    }

    .labelFiltro {
        display: none;
    }

    .toolbarPrev {
        height: 43px !important;
    }

    .box-account.box-recent .box-head:after {
        display: none;
    }

    .col2-left-layout .page-title {
        margin-left: -300px !important;
        overflow: hidden;
    }

    .sorter .sort-order {
        margin-left: 2px;
    }

    #queldoreiNav li {
        width: 100%;
    }

    .product-view .product-additional {
        display: block;
    }

    .product-view .box-up-sell2 {
        display: none;
    }

    .cart .checkout-types {
        float: none;
        width: 100%;
    }

    #wpas-form {
        width: 200px;
    }

    .cms-home .header-container .grid_12>.logo,
    .header-container .grid_12>.logo {
        top: 5px;
    }

    .cms-home .header-container .grid_12>.logo .logo,
    .header-container .grid_12>.logo .logo {
        top: 0;
    }

    .menuTiendaItems {
        margin-left: 0;
        height: 30px;
        padding-left: 0;
        text-align: left;
    }

    .menuUserItems {
        padding-top: 0;
        padding-bottom: 15px;
        top: 10px;
    }

    .top-switch-bg,
    .header-container {
        min-height: 160px;
    }

    .seccionesPreHead .logopuc {
        max-width: 120px;
    }

    .seccionesPreHead .logopuc img {
        max-width: 100%;
        height: auto;
    }

    #wpas-container {
        margin-left: 200px;
    }

    #wpas-form {
        width: 325px !important;
    }

    .activeResponsive .toggleMenuResponsive {
        position: absolute;
        z-index: 1000;
        top: 25px;
        right: 136px;
    }

    .containerElements .search-top-container {
        width: 320px;
        margin-left: -8px;
    }

    .containerElements {
        position: relative;
        top: 83px;
        width: 100%;
        float: none !important;
    }
}

/* min768px */
/* min768px */
@media all and (min-width: 768px) {
    .product-shop .ajax_loading {
        margin: -20px 0 0 -20px;
        top: 0;
        right: -10px;
    }

    .container {
        width: 100%;
    }

    .account-login .block-login {
        float: left;
        width: 40%;
        margin-left: 5%;
    }

    .account-login .block-newUser {
        float: left;
        width: 40%;
        margin-left: 5%;
    }

    .sidebar .block {
        position: relative !important;
        top: 0 !important;
    }

    #narrow-by-list,
    .block.block-left-nav.masonry-brick .block-content {
        display: block !important;
        overflow: auto !important;
        height: auto !important;
        padding-top: 0;
        padding-bottom: 10px;
        margin: 0;
    }

    #narrow-by-list dd {
        display: block !important;
        overflow: auto !important;
    }

    .borderDesktop {
        border-left: 1px solid #78A5E6;
    }
}

/* min768px */
/* max768px */
@media all and (max-width: 768px) {
    .product-view .add-to-box-wrap {
        border: none;
        padding: 10px 0;
    }

    .product-view .product-shop-info {
        padding: 5px 0 0;
        margin-bottom: 20px;
    }

    .page-title.sinResultados {
        margin-left: 0;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .note-msg.sinResultados {
        margin-left: 0;
        min-height: 200px;
        text-align: left;
        float: none;
        clear: both;
    }

    #queldoreiNav li {
        width: 100%;
        position: relative;
        padding: 0;
    }

    #shopping-cart-totals-table td {
        line-height: 28px;
    }

    .greyBackgrounded {
        margin-bottom: 20px;
    }

    .toolbarPrev {
        height: 43px !important;
    }

    #lateralText {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .col2-left-layout .block.block-layered-nav .block-title {
        display: none;
    }

    .preFooter #newsletterContainer .newsletter {
        float: none;
    }

    .product-img-box .labelProducto.discount-label.sale-top-left {
        left: 0;
    }

    .bannersHome img {
        margin-bottom: 15px;
    }

    .media-body {
        display: block;
        max-width: 100%;
    }

    .media-right {
        display: block;
        max-width: 100%;
    }

    .media-right img {
        max-width: 100% !important;
        height: auto;
        margin-bottom: 20px;
    }
}

/* max768px */
/* max767px */
@media (max-width: 767px) {
    .row .row {
        margin: 0;
    }

    .footerContainer {
        margin: 0 -15px !important;
    }

    /* HOME */
    .flexslider .slides .row {
        margin: 0;
        padding-left: 25px;
        padding-right: 25px;
    }

    .products-grid .product-name a,
    .slider-container .jcarousel-list .product-name a {
        margin-bottom: 15px;
        line-height: 20px;
    }

    .clean_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .clean_tabs .ui-tabs .ui-tabs-nav li a {
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .flexslider .slides .content button.button_yellow span,
    .footer-banners button.button_yellow span {
        font-size: 14px;
        line-height: 25px;
        padding-left: 0;
        padding-right: 0;
    }

    h2.titleSeccion {
        position: relative;
        padding: 0 15px;
        font-size: 26px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 30px;
    }

    h2.titleSeccion.titleAbsoluto {
        position: static;
        padding: 0 15px;
        font-size: 36px;
        line-height: 44px;
        text-align: center;
        margin-bottom: 30px;
    }

    h2.titleSeccion:after {
        top: 11px;
    }

    h2.titleSeccion:before {
        top: 40px;
        left: 50% !important;
        margin-left: -32px;
    }

    .bannersWithoutPaddingMobile div {
        padding: 0;
    }

    .brands-slider-container .jcarousel-skin-tango .jcarousel-clip-horizontal {
        padding-left: 20px;
        padding-right: 20px;
    }

    .clean_tabs .ui-tabs .ui-tabs-nav {
        text-align: center;
    }

    .bannersWithoutPaddingMobile .descripcionBanner {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .bannersHome img,
    .bannersHome .banners .banner.banner2 .carouselHome {
        margin: 0;
        margin-bottom: 0;
    }

    .containerSuscribeteHome {
        margin: 0 -15px !important;
    }

    .containerSuscribeteHome .newsletter .newsletter-subscribe .segundo {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .containerSuscribeteHome .newsletter-subscribe .input-text {
        width: 100%;
        margin-bottom: 10px;
    }

    .containerSuscribeteHome .newsletter-subscribe .button {
        width: 100%;
        max-width: 50%;
        margin: 0 auto;
    }

    .brands-slider-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    /* HOME */
    .grid_5 {
        width: 100%;
    }

    footer .grid_5 {
        margin-top: 20px;
    }

    .account-login .block-newUser {
        float: none;
        width: 300px;
        margin: 20px auto 0;
    }

    .activeResponsive .header-wrapper {
        height: 37px !important;
        z-index: 10;
        position: relative;
        top: 80px;
        background: #FFF;
    }

    .activeResponsive .menuContainer,
    .activeResponsive .menuTiendaItems {
        display: none;
    }

    .activeResponsive .menuUserItems {
        top: 0;
    }

    .activeResponsive .nullStyles {
        display: none !important;
    }

    .containerElements {
        position: static;
        width: 100%;
    }

    .containerElements .pull-right {
        float: none !important;
    }

    .cart-top-container .details {
        display: none !important;
    }

    .activeResponsive .toggleMenuResponsive {
        top: 15px;
        margin: 0;
        right: 5px;
        border: none;
    }

    .toggleMenuResponsive .icon-bar {
        background: #FFF;
        height: 4px;
        margin-top: 5px;
    }

    .top-dropdowns {
        position: absolute;
        width: 100%;
        margin: 0;
        height: 60px;
    }

    header .grid_12 .logo {
        top: -46px;
    }

    .search-field a.logo {
        margin: 0 !important;
    }

    header a.logo img.logoTienda {
        max-width: 150px;
    }

    .header-container.activeResponsive {
        margin-bottom: 1px;
        min-height: 1px;
        background: #3D7EDB;
        box-shadow: 2px 2px 1px #33333336;
    }

    .activeResponsive .header-wrapper>header>.row {
        width: 100%;
    }

    .activeResponsive .header-wrapper>header>.row .grid_12 {
        margin: 0;
    }

    .activeResponsive .top-switch-bg {
        position: relative;
        z-index: 10;
        min-height: 116px;
        border: none;
    }

    .activeResponsive .top-switch-bg>.row {
        width: 100%;
    }

    .activeResponsive .top-switch-bg>.row>.grid_12 {
        width: 100%;
        margin: 0;
        position: absolute;
        padding: 0;
    }

    .activeResponsive .search-top-container {
        position: absolute;
        top: -1px;
        display: block;
        float: none;
        right: auto;
        left: 0;
        width: 100%;
    }

    .search-top-container #search_mini_form .form-search #search {
        border: none;
        padding: 5px 10px;
    }

    .activeResponsive .search-top-container #search_mini_form .form-search button {
        padding: 0;
        top: 2px;
        border-radius: 0;
    }

    .activeResponsive .search-top-container #search_mini_form .form-search {
        width: 100%;
        padding: 0;
        border-bottom: none;
    }

    .header-container .links li.salirMiCuenta {
        display: none;
    }

    .activeResponsive.header-container .links {
        position: absolute;
        z-index: 1000;
        top: -57px;
        right: 110px;
        text-indent: 0;
        padding: 0 10px;
    }

    .activeResponsive .cart-top-container {
        position: absolute;
        top: -60px;
        right: 52px;
        margin: 0;
        padding: 0 10px;
        border-right: none;
        border-left: none;
    }

    .cart-top-container .cart-top:hover a.summary,
    .cart-top-container .cart-top:hover span {
        color: #C4C4C4;
    }

    .activeResponsive.header-container .cart-top-container .cart-top a.summary {
        text-align: center;
        left: 0;
        font-size: 34px;
        color: #fff;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
    }

    .activeResponsive .cart-top-container .cart-top span {
        background: #0099ff;
        border: 2px solid #FFF;
        border-radius: 100%;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        padding: 3px 7px;
        position: absolute;
        top: 20px;
        min-width: 28px;
        text-align: center;
        color: #FFF;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        font-weight: 100;
        display: block;
        width: auto;
        font-size: 14px;
        right: -10px;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
    }

    .header-container .links li.datosUser .dropbtn:after {
        display: none;
    }

    .activeResponsive.header-container .links li>a,
    .header-container .links li.datosUser .dropbtn>a {
        width: 25px;
        height: 32px;
        padding: 0;
        text-indent: -9999px;
        background-image: url("https://ediciones.uc.cl/skin/frontend/shopper/default/images/accountTienda.png");
        background-position: 0;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .activeResponsive.header-container .links li.miCuenta {
        border: none;
        padding: 0;
        top: 0;
        width: 25px;
        height: 32px;
    }

    .activeResponsive .cart-top-container .cart-top {
        border: none;
        padding: 0;
        width: 38px;
        height: 38px;
    }

    .header-container .top-switch-bg .grid_12:after {
        content: "";
        display: none;
    }

    .product-tabs-container h2.active a,
    .product-tabs-container h2.active a:hover {
        background: none;
        text-decoration: none;
    }

    .product-tabs-container>h2,
    body .ui-accordion h2.ui-accordion-header {
        border: none;
        border-radius: 0;
        margin: 0 !important;
        background-color: #C2C2C2 !important;
    }

    .product-tabs-container h2 a:after,
    body .ui-accordion h2.ui-accordion-header a:after {
        font-family: "Ionicons";
        content: "\f3d0";
        position: absolute;
        right: 18px;
        top: 12px;
        font-size: 29px;
        line-height: 26px;
        color: #53575C;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: normal;
    }

    .product-tabs-container h2.active,
    body .clean_tabs .ui-accordion h2.ui-state-active {
        border: none;
        border-radius: 0;
        background-color: #C2C2C2 !important;
    }

    .product-tabs-container h2.active a:after,
    body .clean_tabs .ui-accordion h2.ui-state-active a:after {
        font-family: "Ionicons";
        content: "\f3d8";
        position: absolute;
        top: 12px;
        right: 18px;
        font-size: 29px;
        line-height: 26px;
        color: #53575C;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    body .ui-accordion {
        box-shadow: none;
    }

    .product-tabs-container h2.tab-heading,
    body .ui-accordion>h2 {
        border: none;
        border-bottom: 2px solid #FFF !important;
    }

    .product-tabs-content p,
    .product-tabs-content .std {
        font-size: 15px;
        color: #53575C;
    }

    body .ui-accordion h2:last-child {
        border: none !important;
    }

    .product-tabs-container h2 a,
    body .ui-accordion h2.ui-accordion-header a {
        font-size: 20px !important;
        line-height: 26px;
        color: #53575C !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        padding-left: 10px !important;
    }

    .footer-banners .separadorAnterior:before {
        display: none;
    }

    body .clean_tabs .ui-accordion .ui-widget-content {
        padding: 20px 0 !important;
    }

    .category-description h1 {
        font-size: 38px;
        line-height: 40px;
    }

    .products-grid .product-name {
        min-height: 0;
        text-align: left;
    }

    .cuerpoFeatured {
        padding: 0 5px;
    }

    .containerSuscribeteHome .newsletter .textoNewsletter {
        background: none;
        padding: 0px
    }

    .containerSuscribeteHome .newsletter .textoNewsletter .primero {
        margin-bottom: 10px;
    }

    .containerSuscribeteHome .newsletter .textoNewsletter .cuerpo {
        max-width: 100%;
        text-align: center;
    }

    .products-grid li:hover .product-image img,
    .products-grid .regular:hover .product-image img {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .products-grid .price-box .price {
        font-size: 20px;
    }

    .price-box .old-price .price {
        font-size: 14px;
    }

    .category-products .sliderProductos .product-slider-container ul.products-grid li.item,
    .widget-products .sliderProductos .product-slider-container ul.products-grid li.item {
        width: 100% !important;
    }

    .product-tabs-content {
        margin: 0;
        box-shadow: none;
    }

    .product-tabs-container:after {
        display: none;
    }

    .clean_tabs {
        padding: 0;
    }

    .errorPage404 .text_1 {
        margin-top: 30px;
    }

    .product-tabs-content {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .product-tabs-container {
        box-shadow: none;
    }

    .product-tabs-content .data-table td {
        background: none;
    }

    .product-view .product-img-box {
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
    }

    .product-img-box .labelProducto.discount-label.sale-top-left {
        left: 0;
    }

    .product-view .product-img-box .product-image {
        width: 100%;
    }

    .product-view .jcarousel-container-vertical {
        width: 100% !important;
        max-width: 100%;
        height: 66px !important;
    }

    .product-view .jcarousel-container-vertical .jcarousel-clip-vertical {
        height: 86px !important;
    }

    .jcarousel-skin-tango .jcarousel-clip {
        width: 100% !important;
        max-width: 100%;
    }

    .data-table td.td-price {
        text-align: left !important;
        padding: 5px 0 1px !important;
    }

    .data-table .td-price .td-title {
        display: inline-block;
        width: auto;
        min-width: 0;
        vertical-align: middle;
        padding: 10px 8px 10px 0;
        font-size: 18px;
    }

    .data-table .td-price .cart-price {
        text-align: left;
        font-size: 18px;
        line-height: 33px;
        display: inline-block;
    }

    .data-table td.td-price .disponibilidadView {
        position: relative;
        display: block;
        width: 45%;
        text-align: center;
        margin: 20px 0 15px;
        left: 0;
    }

    .data-table .td-title {
        width: auto;
        display: none;
    }

    .data-table td.td-qty {
        text-align: left !important;
        padding: 0;
    }

    .data-table tbody tr td {
        border: none;
    }

    .data-table td.td-price .availability {
        padding: 0;
        font-size: 14px;
        line-height: 14px;
        color: #616161;
    }

    .data-table tbody tr td {
        padding: 5px 0;
    }

    .data-table .td-name .atributoColor {
        position: relative;
        top: 2px;
        left: 0;
        font-size: 14px;
    }

    .data-table .setAtributos {
        margin-bottom: 0;
    }

    .data-table td.td-delete {
        padding: 5px 0;
        position: relative;
        top: 0;
        right: 0;
        text-align: left !important;
    }

    .data-table tr {
        position: relative;
    }

    .data-table .btn-remove {
        line-height: 12px;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .data-table td a.product-image img {
        width: 100%;
    }

    .data-table td.td-name h2,
    .data-table td.td-name h2 a {
        font-size: 25px;
        line-height: 25px;
        font-weight: 700;
    }

    .flexslider .slides .content {
        display: block !important;
        margin: 80px 0 0 !important;
        max-width: 100%;
    }

    .slider #flexslider .slides .cuerpo {
        padding: 0 20px;
        text-align: center;
        max-width: 80%;
        float: none;
        margin: 0 auto;
        margin-top: 10px;
    }

    .slider #flexslider .slides .cuerpo:after {
        display: none;
    }

    .slider #flexslider .slides strong .primero,
    .slider #flexslider .slides strong .segundo {
        padding: 0 20px;
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .slideProductoHome {
        height: 300px !important;
        background-size: cover !important;
    }

    #spacerSobreponerContenido {
        height: 450px;
    }

    #sobreponerContenido {
        top: 20px !important;
    }

    .tp-simpleresponsive .tp-caption {
        width: 100%;
        text-align: center;
        top: auto !important;
        bottom: 4px !important;
    }

    .tp-simpleresponsive .tp-caption img {
        width: 290px !important;
        height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
        position: relative;
        top: -100px;
    }

    footer .footer_logo,
    footer .footer_medios_pago {
        display: block;
    }

    footer.footer-info {
        background-size: 250px;
    }

    footer .grid_5 {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    footer .newsletter .newsletter-subscribe,
    footer .newsletter hr {
        display: none;
    }

    footer .newsletter {
        clear: both;
        width: 100%;
        padding-top: 10px;
        margin: 0;
    }

    footer.footer-info {
        border: none;
        padding-top: 0;
    }

    /* CATEGORIA */
    .col-main-wrap {
        padding: 0 15px;
    }

    .col2-left-layout .col-left .block-left-nav {
        display: block;
    }

    .sidebar .block {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        position: relative !important;
        margin: 0;
        padding: 10px !important;
    }

    .catalogsearch-result-index .col2-left-layout .col-left {
        margin-top: 0;
        padding-top: 10px;
    }

    .breadcrumbs ul {
        margin-left: 0;
        margin-right: 0;
    }

    /* CATEGORIA */
    .flexslider .flex-control-nav {
        top: 260px;
    }

    .data-table td.td-qty {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .data-table td.td-delete {
        padding-left: 4px !important;
    }

    .data-table td.td-price,
    .data-table td.td-qty {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #shopping-cart-table.data-table .td-image {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    #shopping-cart-table.data-table .td-name,
    #shopping-cart-table.data-table .td-image {
        width: 100%;
    }

    #shopping-cart-table.data-table td.td-price,
    #shopping-cart-table.data-table td.td-qty {
        padding-left: 0 !important;
        padding-right: 0 !important;
        clear: both;
        width: 100%;
    }

    #shopping-cart-table.data-table td.td-price .cart-price .price:before {
        content: "Precio: "
    }

    #shopping-cart-table.data-table td.td-price.subtotalPrice .cart-price .price:before {
        content: "Subtotal: "
    }

    .data-table .td-name .marca {
        font-size: 18px;
        line-height: 18px;
        margin-top: 10px;
    }

    .data-table .td-name .SKU {
        font-size: 12px;
        line-height: 12px;
    }

    .data-table .td-name .setAtributos .aro_atri,
    .data-table .td-name .setAtributos .velocidad_atri {
        width: 50px;
        min-width: 50px;
        font-size: 14px;
        line-height: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-top: 10px;
    }

    .data-table .td-name .setAtributos .bigger_atri,
    .data-table .td-name .setAtributos .middle_atri {
        font-size: 14px;
        line-height: 14px;
    }

    .td-qty .qty-wrap {
        height: 40px;
        width: 86px;
    }

    .td-qty input.qty {
        height: 39px;
        width: 45px;
        left: 20px;
    }

    .td-qty .qty-elements .decrement_qty {
        top: 6px;
        background-size: 64px 64px;
        background-position: 27px -4px;
        width: 25px;
        height: 25px;
    }

    #shopping-cart-table .td-qty .qty-elements .decrement_qty {
        height: 39px;
        line-height: 39px;
        top: 0;
        background-position: 27px 2px;
    }

    .td-qty .qty-elements .increment_qty {
        top: 6px;
        background-size: 64px 64px;
        background-position: 61px -4px;
        width: 25px;
        height: 25px;
    }

    #shopping-cart-table .td-qty .qty-elements .increment_qty {
        height: 39px;
        line-height: 39px;
        top: 0;
        background-position: 60px 2px;
    }

    .fullwidthbanner-container .tparrows {
        display: block !important;
    }

    .product-view .jcarousel-list-vertical {
        height: 75px !important;
        overflow: hidden;
    }

    .sidebar {
        margin-top: 15px;
    }

    .footer-container .jcarousel-skin-tango .jcarousel-container-horizontal {
        padding-left: 30px;
        padding-right: 30px;
    }

    .brands-slider-container ul.brands li {
        width: 171px;
    }

    .footer-container .bannerMarcas .product-slider-container .jcarousel-skin-tango .jcarousel-clip {
        margin-left: 0;
        margin-right: 0;
    }

    .product-slider-container .title-container {
        position: relative;
        z-index: 10;
    }

    .jcarousel-next-horizontal,
    .jcarousel-prev-horizontal {
        position: absolute;
        z-index: 100;
    }

    .jcarousel-next-horizontal {
        right: 2px;
        top: 130px;
        background: #FFF;
        border-radius: 0;
    }

    .jcarousel-prev-horizontal {
        left: 2px;
        top: 130px;
        background: #FFF;
        border-radius: 0;
    }

    .catalog-product-view .jcarousel-next-horizontal {
        top: 175px;
    }

    .catalog-product-view .jcarousel-prev-horizontal {
        top: 175px;
    }

    .brands-slider-container .jcarousel-next-horizontal {
        top: 115px;
    }

    .brands-slider-container .jcarousel-prev-horizontal {
        top: 115px;
    }

    .page-title {
        margin-top: 0;
    }

    .col2-left-layout .col-left .block .block-content .active a,
    .col2-left-layout .col-left .block-left-nav .block-content ul li.active a {
        font-weight: 400;
    }

    .col2-left-layout .block-layered-nav dt {
        padding-left: 0;
        margin-bottom: 10px;
        font-size: 18px;
        color: #6f6f6f;
    }

    .filtroElemento li a {
        padding-left: 0;
        display: block;
        color: #242424 !important;
    }

    .col2-left-layout .block-layered-nav dd {
        display: none;
        padding-left: 0;
    }

    #narrow-by-list {
        height: auto !important;
    }

    #narrow-by-list,
    .block.block-left-nav.masonry-brick .block-content {
        display: none;
    }

    .filtroElemento:after {
        font-family: "Ionicons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f123";
        display: block;
        top: 11px;
        right: 15px;
        position: absolute;
        color: #797979;
        z-index: 0;
    }

    .block.block-left-nav.masonry-brick .block-title:after,
    .filtrosTitle:after {
        font-family: "Ionicons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f123";
        display: block;
        top: 2px;
        right: 2px;
        position: absolute;
        color: #6f6f6f;
    }

    .cartEmpty .text_1 {
        margin-top: 20px;
    }

    .filtroElemento:after {
        color: #6f6f6f;
    }

    .block.block-left-nav.masonry-brick .block-title.active:after,
    .filtrosTitle.active:after {
        content: "\f126";
    }

    .filtroElemento.active:after {
        content: "\f126";
    }

    .header-container a.logo img.logoTienda {
        max-width: 145px;
        top: 2px;
        position: relative;
    }

    .header-container .grid_12 .logo p {
        margin: 0;
    }

    .header-container .grid_12 .logo {
        top: 7px;
        left: 13px;
    }

    .cms-home .header-container .grid_12 .logo {
        top: 3px;
        left: 5px;
    }

    .seccionesPreHead {
        display: none;
    }

    .borderPage {
        border: none;
    }

    .header-container .nav-container {
        float: none;
        width: 100%;
        left: 0;
    }

    /* FOOTER */
    .newsletter-subscribe {
        padding-top: 0;
        padding-bottom: 20px;
    }

    #newsletterContainerHome .newsletter-subscribe {
        padding-top: 0;
        padding-bottom: 0;
    }

    .textoNewsletter .segundo {
        display: none;
    }

    .textoNewsletter .primero {
        text-align: center;
    }

    .newsletter-subscribe .input-text {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 44px;
        float: none;
        clear: both;
    }

    .newsletter-subscribe .button i {
        font-size: 28px;
    }

    .newsletter-subscribe .button {
        display: block;
        width: 100%;
        max-width: 100%;
        float: none;
        clear: both;
        position: relative;
        margin-top: 10px;
        font-size: 18px;
    }

    .newsletter-subscribe .form-group {
        height: auto;
    }

    .footer-banners {
        padding: 10px 0;
    }

    .footer-banners img {
        margin: 15px auto;
    }

    footer.footer-info .footer-banners a img,
    footer.footer-info .footer-banners img {
        margin-bottom: 20px;
    }

    .footer-info .facebook {
        margin: 0;
        width: 100%;
        border: aquamarine;
    }

    .footer_ayuda ul .parent ul,
    .footer_empresa ul .parent ul,
    .footer_secciones1 ul .parent ul,
    .footer_secciones2 ul .parent ul {
        display: none;
        padding-bottom: 15px;
    }

    .footer_ayuda ul .parent ul li a,
    .footer_empresa ul .parent ul li a,
    .footer_sitio ul .parent ul li a {
        line-height: 20px;
        font-size: 11px;
    }

    .footer_redesSociales>ul>li {
        display: none;
    }

    .footer_redesSociales {
        text-align: center;
        margin-top: 0px;
    }

    .footer_redesSociales a {
        display: inline;
        font-size: 32px;
        float: none;
    }

    footer.footer-info .footer_medios_pago ul li.parent {
        text-align: left;
    }

    footer.footer-info .footer_medios_pago ul li {
        text-align: center;
    }

    footer.footer-info .footer_medios_pago img {
        margin-left: auto;
        margin-right: auto;
    }

    footer.footer-info ul li.parent,
    footer.footer-info ul li.parent>a {
        border-bottom: 1px solid #FFF;
    }

    footer .normalLink li {
        border-bottom: 1px solid #FFF;
    }

    footer .normalLink a,
    footer .normalLink li {
        line-height: 30px;
    }

    footer.footer-info .footer_contacto ul li.parent,
    footer.footer-info .footer_contacto ul li.parent>a {
        border: none;
    }

    footer.footer-info .footer_sitio ul li.parent,
    footer.footer-info .footer_medios_pago ul li.parent,
    footer.footer-info .footer_redesSociales ul li.parent {
        border: none;
    }

    footer.footer-info .footer_sitio ul li.parent span:after,
    footer.footer-info .footer_medios_pago ul li.parent span:after,
    footer.footer-info .footer_redesSociales ul li.parent span:after {
        display: none;
    }

    footer.footer-info ul li.parent span {
        text-transform: none;
        line-height: 30px;
    }

    footer.footer-info ul li.parent span:after {
        width: 30%;
        text-align: right;
        content: "\f3d0";
        float: right;
        font-size: 18px;
        line-height: 24px;
        font-family: "Ionicons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    footer.footer-info .normalLink ul li.parent span:after {
        display: none;
    }

    footer.footer-info ul li.parent.active span:after {
        content: "\f3d8";
    }

    .footer_logoMTS {
        position: static;
        float: none;
    }

    /* FOOTER */
    .col2-left-layout .col-left,
    .catalog-category-view .col2-left-layout .col-left {
        width: 100%;
    }

    .col2-left-layout .col-main,
    .catalog-category-view .col2-left-layout .col-main {
        margin-left: 0;
    }

    .catalog-category-view h1 {
        line-height: 30px;
        padding-bottom: 10px;
        margin-top: 10px;
    }

    .col2-left-layout .block .block-title {
        margin-bottom: 0;
    }

    .col2-left-layout .block-layered-nav .block-subtitle.filtrosTitle {
        border-bottom: 1px solid #979797;
        display: block;
        font-weight: 400;
        font-size: 20px;
        color: #6f6f6f;
    }

    .product-view .product-additional {
        display: block;
    }

    .product-view .box-up-sell2 {
        display: none;
    }

    .shareProducto {
        display: none;
    }

    .product-view .product-img-box .product-image:before {
        display: none;
    }

    .product-options dt label,
    .qty-container label {
        font-size: 18px;
        color: #5B5B5B;
        line-height: 22px;
    }

    .atributoTalla {
        width: auto;
        height: 50px;
        font-size: 24px;
        line-height: 50px;
    }

    .product-view .product-shop .product-options {
        padding: 10px;
    }

    .product-view .product-shop-info .product-name {
        padding-left: 0;
    }

    .product-view .product-shop-info .price-box {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-bottom: 0;
    }

    .product-view .add-to-box-wrap {
        background: none;
        padding: 0;
        border: none;
    }

    .product-view .add-to-box {
        margin-left: auto;
        margin-right: -10px;
        float: none;
    }

    .product-view .product-shop-info .add-to-links {
        margin: 0;
        position: relative;
        bottom: 0;
        margin-left: 35px;
    }

    .product-view .product-shop-info .add-to-links li {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .product-view .add-to-links li span.icon {
        display: inline;
    }

    .product-view .short-description {
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        position: relative;
    }

    #customer-reviews dl {
        border: none;
        padding: 10px 7px 0;
        display: none;
    }

    .product-view .short-description h2,
    #product-reviews h3 {
        background: #d8d8d8;
        font-size: 28px;
        line-height: 35px;
        font-weight: 400;
        color: #6b6b6b;
        padding-left: 10px;
        padding-right: 10px;
        border: none;
        letter-spacing: normal;
        display: block;
        width: 100%;
        border-bottom: none;
        border-top: 1px solid #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
        text-transform: none;
        font-family: 'Ubuntu', sans-serif;
    }

    .product-view .short-description .std {
        display: block;
        padding: 0;
        font-size: 14px;
        margin-bottom: 20px;
    }

    #reviews-read {
        padding-left: 0;
        padding-right: 0;
    }

    #product-reviews,
    #reviews-read {
        margin-top: 0;
    }

    #customer-reviews {
        margin-top: 0;
    }

    h3.specialTitleLogin,
    ol#checkoutSteps h3 {
        text-align: center;
    }

    .form-list .customer-dob .dob-day,
    .form-list .customer-dob .dob-month,
    .form-list .customer-dob .dob-year {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    #wpas-container {
        position: absolute;
        top: -4px;
        right: 0;
        display: block;
        float: none;
        left: auto;
        width: 100%;
    }

    #wpas-loupe {
        top: 4px;
        right: 0px;
        margin: 0;
        border-radius: 0;
        height: 36px;
    }

    #wpas-form {
        padding: 5px 0;
        width: 100%;
        height: 30px;
    }

    #wpas-form input {
        border: none;
        background: #FFF;
        padding-left: 10px;
        font-size: 16px;
        border-bottom: 1px solid #3D7EDB;
        height: 36px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
    }

    #wpas-loader {
        top: 9px;
        right: 55px;
    }

    #wpas-ajax {
        top: 40px;
    }

    .col-left .block .block-title:before,
    .col2-left-layout .block-layered-nav .block-subtitle:before {
        display: none;
    }

    .filtroElemento li a:hover,
    .filtroElemento li a:hover span {
        background: #ffffff;
        color: #242424 !important;
    }

    .block-account,
    .col2-left-layout .block-layered-nav,
    .col2-left-layout .col-left .block,
    .col2-left-layout .col-left .block-left-nav,
    .col2-right-layout .col-right .block {
        margin-bottom: 0;
    }

    button.btnUpdate,
    button.btnUpdate li,
    button.btnUpdate span,
    button.btnUpdate span span {
        line-height: 38px;
    }

    .buttonsShoppingTienda button.btn-continue span {
        line-height: 38px;
    }

    .imagen404:before {
        display: none;
    }

    .product-slider-container .owl-prev {
        left: -20px;
    }

    .product-slider-container .owl-next {
        right: -20px;
    }

    .product-slider-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .sliderProductos .product-slider-container ul.products-grid li.item .regular,
    .categoriaProductos ul.products-grid li.item .regular {
        padding-left: 5px;
        padding-right: 5px;
    }

    .sectionTitles:after {
        margin-bottom: 20px;
    }

    .catalogProducts .itemCatalog {
        display: block;
        width: 50%;
        float: left;
        max-width: 100%;
        min-height: 140px;
        min-width: 50%;
    }

    .catalogProducts .itemCatalog h3 {
        max-width: 100%;
    }

    .catalogProducts .itemCatalog:last-child {
        clear: both;
        float: none;
        margin: 0 auto;
    }

    .bannersHome .banners .banner.banner2 {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        display: block;
        box-sizing: border-box;
    }

    .col1-layout .product-view .product-shop {
        margin-left: -15px;
        margin-right: -15px;
    }

    .sorter .limiter {
        display: block;
        margin-bottom: 15px;
    }

    .sorter .sort-by {
        width: auto;
        position: relative;
        z-index: 5;
    }

    .cms-contacto .backgroundContent {
        background: none;
        padding-left: 0;
        padding-right: 0;
    }

    .cms-contacto .contactForm,
    .detallesContacto {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media all and (max-width: 767px) and (min-width: 480px) {
    .row {
        width: 460px;
        margin: 0 auto;
    }
}

/* max479px */
@media (max-width: 479px) {
    .sliderProductos .product-slider-container ul.products-grid li.item {
        width: 100% !important;
    }

    .catalog-product-view .sliderProductos .product-slider-container ul.products-grid li.item {
        width: 370px;
        padding-left: 1%;
        padding-right: 1%;
    }

    .block-login {
        width: 95%;
    }

    .account-login .block-newUser {
        width: 95%;
        min-height: 80px;
    }

    .row,
    .activeResponsive .header-wrapper>header>.row {
        width: 100%;
    }

    .breadcrumbs ul {
        padding-top: 4px;
        padding-bottom: 4px;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .breadcrumbs {
        padding: 0;
        margin-bottom: 10px;
    }

    .catalog-product-view .breadcrumbs {
        margin-bottom: 0;
    }

    .breadcrumbs .row {
        width: 100%;
    }

    .bannersHome>div {
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

    .bannersHome {
        margin-bottom: 20px;
    }

    .product-view .product-img-box .product-image img {
        width: 100%;
    }

    .grid_1,
    .grid_10,
    .grid_11,
    .grid_12,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9 {
        width: 100%;
    }

    .pager .amount {
        width: 100%;
        margin-bottom: 10px;
    }

    .pager .pages {
        float: none;
        width: 100%;
    }

    .footer-banners .separadorAnterior {
        margin-top: 20px;
    }

    .product-view .product-img-box {
        width: 100%;
        max-width: 100%;
    }

    .product-tabs-container {
        box-shadow: none;
    }

    .product-tabs-content .data-table td {
        background: none;
        box-shadow: none;
    }

    .detalleProductoContainer {
        position: relative;
    }

    .product-view .setAtributos {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10000;
    }

    .product-view .product-img-box .product-image {
        border: none;
        padding: 10px;
    }

    .irADetalle {
        display: none;
    }

    .product-view .add-to-cart {
        text-align: center;
    }

    .product-view .add-to-box .add-to-cart,
    .product-view .add-to-cart button.button {
        width: 100%;
        float: none;
    }

    .product-view #irADetalle {
        display: none;
    }

    .product-view .add-to-box {
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: 100%;
    }

    .product-view .add-to-cart button.button span {
        width: 100%;
    }

    .product-view .add-to-cart button.button span span {
        width: 100%;
        padding: 0;
        font-size: 20px;
    }

    .product-view .add-to-cart button.button span span:before {
        display: none;
    }

    body ul.messages li.error-msg,
    body ul.messages li.note-msg,
    body ul.messages li.notice-msg,
    body ul.messages li.success-msg {
        padding: 10px 40px !important;
    }

    body ul.messages>li:before {
        left: 5px;
        top: 13px;
    }

    .breadcrumbs strong {
        line-height: 14px;
    }

    .jcarousel-prev-horizontal,
    .product-view .product-img-box .jcarousel-prev-horizontal {
        left: 0;
    }

    .product-slider-container .jcarousel-prev-horizontal {
        left: -30px;
    }

    .brands-slider-container .jcarousel-prev-horizontal {
        left: 0;
    }

    .jcarousel-next-horizontal,
    .product-view .product-img-box .jcarousel-next-horizontal {
        right: 0;
    }

    .product-slider-container .jcarousel-next-horizontal {
        right: -30px;
    }

    .brands-slider-container .jcarousel-next-horizontal {
        right: 0;
    }

    .product-view .qty-container label {
        display: none;
    }

    .data-table .td-name,
    .data-table td.td-edit,
    .data-table td.td-price,
    .data-table td.td-wishlist {
        padding: 10px 0;
    }

    .cart .page-title .checkout-types button {
        width: 100%;
        float: none;
    }

    .data-table td.td-image {
        padding-top: 5px;
    }

    .slider #flexslider .slides strong {
        font-size: 33px;
        line-height: 34px;
    }

    .slider #flexslider .slides .destacado {
        font-size: 50px;
    }

    /* CATEGORIA */
    .col2-left-layout .block.block-layered-nav .block-title {
        display: none;
    }

    .bloquesContenido {
        padding: 0;
        padding-bottom: 20px;
    }

    .col2-left-layout .col-left {
        height: auto !important;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 5px;
    }

    .catalog-category-view .col-main-wrap {
        padding-top: 0;
        padding: 0 10px;
    }

    /* CATEGORIA */
    .categoriasContainerCarousel .owl-prev {
        left: 15px;
    }

    .categoriasContainerCarousel .owl-next {
        right: 15px;
    }

    .brands-slider-container ul.brands li {
        width: 318px;
        text-align: center;
        margin: 0 !important;
    }

    .product-view .add-to-cart button.button span span:before {
        left: -30px;
    }

    .flexslider .tituloSlider {
        font-size: 55px;
        line-height: 55px;
    }

    .catalog-product-view .col-main-wrap {
        padding: 0;
    }

    #product-reviews,
    .product-view {
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    #product-reviews h3:after,
    .short-description h2:after {
        content: "\f218";
        display: inline-block;
        font-family: "Ionicons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 8px;
        top: 15px;
        font-size: 18px;
        line-height: 22px;
    }

    #product-reviews h3.active:after,
    .short-description h2.active:after {
        content: "\f209";
    }

    .product-view .qty-container {
        text-align: center;
        display: block;
        margin-bottom: 20px;
        max-width: 100%;
        border: none;
    }

    .product-view .qty-container .qty-wrap {
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: 150px;
    }

    .product-view .qty-container input.qty {
        left: 50px;
        margin-top: 0;
        width: 50px;
        height: 40px;
    }

    .product-view .product-shop .no-rating,
    .product-view .product-shop .ratings {
        margin-bottom: 0;
        margin-left: 25px;
    }

    .product-view .qty-container .qty-elements {
        margin: 0;
    }

    .product-view .qty-elements .increment_qty {
        width: 50px;
        height: 40px;
        border-radius: 0;
    }

    .product-view .qty-elements .increment_qty:after {
        line-height: 42px;
        color: #6B6B6B;
        font-size: 30px;
    }

    .product-view .qty-elements .decrement_qty {
        width: 50px;
        height: 40px;
        border-radius: 0;
    }

    .product-view .qty-elements .decrement_qty:after {
        line-height: 42px;
        color: #6B6B6B;
        font-size: 30px;
    }
}

/* max479px */
/* max375px */
@media all and (max-width: 375px) {
    .tp-rightarrow.round {
        width: 40px !important;
        background-position-x: -95px !important;
    }

    .tp-leftarrow.round {
        width: 40px !important;
        background-position-x: -20px !important;
    }

    .brands-slider-container ul.brands li {
        width: 288px;
        text-align: center;
        margin: 0 !important;
    }
}

/* max375px */
/* max320px */
@media all and (max-width: 320px) {
    .catalog-product-view .sliderProductos .product-slider-container ul.products-grid li.item {
        /*width: 350px;*/
    }

    .sliderProductos .product-slider-container ul.products-grid li.item {
        width: 350px;
    }

    .product-view .jcarousel-list-vertical {
        height: 67px !important;
        overflow: hidden;
    }

    .brands-slider-container ul.brands li {
        width: 228px;
        text-align: center;
        margin: 0 !important;
    }
}

/* max320px */
/* RESPONSIVE  */
/* CONTENIDOS Y CONTACTO */
.container_informacion_sucursal .first {
    font-weight: 700;
}

.container_informacion_sucursal .infoSucu .redAlert {
    color: #e2373d;
    font-style: normal;
}

.container_informacion_sucursal {
    font-size: 12px;
    color: #585858;
    line-height: 25px;
    font-style: italic;
}

.cms-tiendas h2 {
    font-weight: 400 !important;
    font-style: italic;
    color: #484848 !important;
    font-size: 31px !important;
    line-height: 33px;
    text-transform: none;
    text-align: left;
    width: 100%;
}

.mapSucu {
    width: 100%;
    height: 250px;
}

.extraPaddingTopBottom {
    padding-top: 30px;
    padding-bottom: 30px;
    clear: both;
}

.contactForm {
    width: 100%;
    float: none;
}

.contactForm .form-list .field {
    width: 100%;
}

.backgroundContent {
    background: #FFF;
    padding: 30px;
}

.contactForm .form-list label {
    font-size: 12px;
    font-weight: 400;
    color: #4B4B4B;
    line-height: 13px;
    margin-bottom: 10px;
}

.specialTitle:before {
    display: none;
}

.specialTitle:after {
    display: none;
}

.specialTitle {
    position: relative;
    top: -17px;
    width: 100%;
    margin-top: 17px !important;
    margin-bottom: 10px !important;
}

.specialTitle *,
.specialTitle h2 {
    font-family: 'SairaCondensed' !important;
    color: #242424;
    font-size: 47px !important;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 5px;
}

.miniTitle,
.subtitleSpecial {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #4B4B4B;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#contactoFooter .subtitleSpecial {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    font-size: 18px;
    text-transform: none;
    font-weight: 100;
}

#contactoFooter .subtextSpecial {
    display: none;
}

#contactoFooter label {
    display: none;
}

.std ul {
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 15px;
    padding-right: 15px;
}

#contactForm ul {
    list-style: none;
    padding-left: 0;
}

.form-list ul {
    list-style: none;
    padding-left: 0;
}

.titleList {
    font-size: 14px;
}

.cms-contacto .std ul {
    margin-bottom: 5px;
}

.std ul li,
.subtextSpecial {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #4B4B4B;
    margin-bottom: 25px;
}

.contactForm .buttons-set button.button {
    float: right;
}

.buttons-set .button {
    min-height: 45px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 25px;
}

.buttons-set .button i {
    margin-left: 5px;
    font-style: normal;
}

button.button,
button.form-button {
    line-height: 41px;
}

.add-to-cart button.button {
    width: 100%;
    max-width: 200px;
    float: none;
}

.cms-nosotros .jm-lo-1col #jm-current-content .page-title {
    height: 60px;
}

.cms-nosotros .jm-lo-1col #jm-current-content .page-title h1 {
    font-size: 36px;
    line-height: 41px;
    color: #161616;
    font-weight: 500;
    text-transform: none;
    z-index: 10;
    text-align: center;
    position: relative;
    content: "";
    display: block;
    width: 240px;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    background: #ffffff;
    z-index: 10;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.cms-nosotros .jm-lo-1col #jm-current-content .page-title:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 22px;
    left: 0;
    height: 1px;
    background: #979797;
    z-index: 1;
}

.cms-nosotros .jm-lo-1col #jm-current-content .std {
    background: #F8F8F8;
    padding: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #4B4B4B;
    margin-bottom: 25px;
}

.styledTitle {
    text-transform: none !important;
    font-family: 'Open Sans' !important;
    color: #6F6F6F !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    letter-spacing: normal;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    letter-spacing: normal !important;
}

h3.styledTitle {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 0;
}

.cms-tiendas h1 {
    text-transform: none !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    letter-spacing: normal;
    margin-top: 5px !important;
    margin-bottom: 20px !important;
}

@media all and (max-width: 768px) {
    .cms-tiendas h2 {
        text-align: left;
    }
}

/* CONTENIDOS Y CONTACTO */
/* FIRMA MITO */
.firmaMito {
    padding-top: 0;
    padding-bottom: 20px;
    margin-top: 5px;
    line-height: 20px;
}

.firmaMito img {
    margin-right: 10px;
}

.firmaMito .container {
    text-align: left;
}

.firmaMito .container,
.firmaMito .container a {
    font-size: 13px;
    display: inline-block;
    vertical-align: baseline;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.firmaMito .container a:active,
.firmaMito .container a:focus,
.firmaMito .container a:hover {
    text-decoration: underline !important;
}

.firmaMito .logo27 {
    max-width: 30px;
    height: auto;
    margin-right: 10px;
}

/* FIRMA MITO */
.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    color: #024457;
    border-radius: 0;
    border: 1px solid #167F92;
}

.customer-account-create .account-create h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.block-content .form-list {
    max-width: 600px;
}

.responstable tr {
    border: 1px solid #D9E4E6;
}

.responstable tr:nth-child(odd) {
    background-color: #c7e9ff;
}

.responstable th {
    display: none;
    border: 1px solid #FFF;
    background-color: #3D7EDB;
    color: #FFF;
    padding: 1em;
}

.responstable th:first-child {
    display: table-cell;
    text-align: center;
}

.responstable th:nth-child(2) {
    display: table-cell;
}

.responstable th:nth-child(2) span {
    display: none;
}

.responstable th:nth-child(2):after {
    content: attr(data-th);
}

@media (min-width: 480px) {
    .responstable th:nth-child(2) span {
        display: block;
    }

    .responstable th:nth-child(2):after {
        display: none;
    }
}

.responstable td {
    display: block;
    word-wrap: break-word;
    max-width: 7em;
}

.responstable td:first-child {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #D9E4E6;
}

@media (min-width: 480px) {
    .responstable td {
        border: 1px solid #D9E4E6;
    }
}

.responstable td,
.responstable th {
    text-align: left;
    margin: 0.5em 1em;
}

@media (min-width: 480px) {

    .responstable td,
    .responstable th {
        display: table-cell;
        padding: 1em;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

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

/* AJAX SEARCH */
#wpas-container {
    float: right;
    position: relative;
}

#wpas-form {
    display: block;
    position: relative;
    z-index: 10;
    right: auto;
    top: auto;
    margin: 0;
    padding: 20px 15px 0 0;
    width: 297px;
    height: 35px;
    box-sizing: content-box;
}

#wpas-form input {
    display: block;
    position: static;
    box-sizing: border-box;
    background: none;
    margin: 0;
    box-shadow: none;
    padding: 5px 55px 6px 20px;
    line-height: 21px;
    height: 35px;
    width: 100%;
    font-size: 15px;
    color: #9B9B9B;
    border: 1px solid #979797;
    border-radius: 20px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: none;
    font-weight: 400;
}

#wpas-container #wpas-form button {
    display: block;
    background: none;
    font-size: 29px;
    line-height: 29px;
    top: 19px;
    right: 5px;
    padding-top: 0;
    color: #c4c4c4;
    font-weight: 600;
    margin-right: 10px;
}

#wpas-form input::-webkit-input-placeholder {
    color: #C4C4C4;
    font-weight: 100;
}

#wpas-form input:-moz-placeholder {
    color: #C4C4C4;
    font-weight: 100;
}

#wpas-form input::-moz-placeholder {
    color: #C4C4C4;
    font-weight: 100;
}

#wpas-form input:-ms-input-placeholder {
    color: #C4C4C4;
    font-weight: 100;
}

.search-top-container #search_mini_form .form-search button {
    display: block;
    background: none;
    font-size: 29px;
    line-height: 29px;
    top: 19px;
    right: 5px;
    padding-top: 0;
    color: #c4c4c4;
    font-weight: 600;
    margin-right: 10px;
}

#wpas-container #wpas-form button:after {
    content: "\f4a4";
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#wpas-loupe {
    display: block;
    background: none;
    font-size: 29px;
    line-height: 29px;
    position: absolute;
    z-index: 20;
    top: 21px;
    right: 5px;
    padding: 2px 16px;
    color: #FFF;
    font-weight: 400;
    cursor: pointer;
    margin-right: 10px;
    background: #3D7EDB;
    border-radius: 0 20px 20px 0;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
}

#wpas-loupe:hover {
    background: #4e8be4;
}

#wpas-loupe .icon {
    display: none;
}

#wpas-loupe:after {
    content: "\f4a4";
    display: block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#wpas-loader {
    background: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/opc-ajax-loader.gif) no-repeat scroll 50% 50% / 12px 12px rgba(0, 0, 0, 0);
    right: 40px;
    top: 18px;
    width: 28px;
    height: 27px;
}

#wpas-ajax {
    top: 55px;
    right: auto;
    left: 0;
    width: 100%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.28);
}

#wpas-items .search_item .item_name,
#wpas-items .search_item .show_price {
    color: #303030;
    font-weight: 500;
    font-size: 12px !important;
    text-decoration: none;
}

#wpas-items .search_item:hover .item_name {
    color: #3d7ddb;
}

#wpas-items .search_item a {
    text-decoration: none;
}

@media all and (max-width: 1280px) {
    #wpas-form {
        width: 250px;
    }

    #wpas-form input {
        font-size: 12px;
    }
}

@media all and (max-width: 979px) {
    #wpas-form input {
        font-size: 16px;
    }
}

@media all and (max-width: 767px) {
    #wpas-container {
        position: absolute;
        top: 65px;
        display: block;
        float: none;
        right: auto;
        left: 0;
        width: 100%;
    }

    #wpas-loupe {
        top: 5px;
        right: 0;
        height: 30px;
    }

    #wpas-form {
        padding: 5px 15px 2px 10px;
        width: 100%;
        box-sizing: border-box;
    }

    #wpas-form input {
        border: none;
    }
}

.cart-top-container .details .btn-remove {
    background-color: #e82c2c;
    background-image: url(https://ediciones.uc.cl/skin/frontend/shopper/default/images/sprite/shopper_sprite.png);
}

/* AJAX SEARCH */
/* BLOG */
.blog-index-list .col-main {
    margin: 0;
    width: 100%;
}

.blog-index-list .col-right {
    display: none;
}

.blog-index-list .postWrapper {
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.postWrapper .contenedorPostCat {
    padding: 25px 35px;
}

.postWrapper .contenedorPost {
    padding: 10px 0;
}

.smallerListaPost .contenedorPostCat {
    padding: 20px 0;
}

.smallerListaPost .aw-blog-read-more {
    margin-top: 0px;
    text-decoration: none;
}

.postWrapper .contenedorPostCat .listRedes li,
.postWrapper .contenedorPost .listRedes li {
    display: inline-block;
    color: #9B9B9B;
    font-size: 12px;
    line-height: 17px;
    padding-right: 5px;
}

.postWrapper .contenedorPostCat .listRedes li a,
.postWrapper .contenedorPost .listRedes li a {
    font-size: 20px;
    line-height: 22px;
    position: relative;
    top: 2px;
}

.postWrapper .contenedorPostCat .datePost,
.postWrapper .contenedorPost .datePost {
    font-weight: 100;
    color: #3D7EDB;
    font-size: 14px;
    line-height: 16px;
    display: block;
    text-transform: uppercase;
}

.postWrapper .contenedorPostCat .titlePost h2,
.postWrapper .contenedorPost .titlePost h2 {
    margin: 0;
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 16px;
    color: #6F6F6F;
    font-weight: 700;
    text-transform: uppercase;
}

.postWrapper .contenedorPost .titlePost h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.postWrapper .contenedorPost .titlePost h2 a,
.postWrapper .contenedorPostCat .titlePost h2 a {
    text-decoration: none;
    color: #3D7EDB;
}

.postWrapper .contenedorPost .titlePost h2 a:hover {
    color: #3d7cdb;
}

.postWrapper .contenedorPostCat .postContent,
.postDetalle .contenedorPost .postContent,
.postWrapper .contenedorPostCat .postContent p,
.postDetalle .contenedorPost .postContent p {
    font-size: 14px;
    line-height: 18px;
    color: #6F6F6F;
    font-weight: 400;
}

.aw-blog-read-more {
    float: right;
    text-decoration: none;
    border: 1px solid #3D7EDB;
    border-radius: 30px;
    padding: 4px 15px;
    background: #3D7EDB;
    color: #FFF;
    text-transform: none;
    font-weight: 100;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-top: -25px;
}

.postWrapper a:hover,
.postWrapper a:active,
.postWrapper a:focus {
    color: #3D7EDB;
    text-decoration: none;
}

.aw-blog-read-more:hover,
.aw-blog-read-more:active,
.aw-blog-read-more:focus {
    color: #3D7EDB;
    background: #FFF;
    border: 1px solid #3D7EDB;
}

.blog-post-view .col-right {
    display: none;
}

.blog-post-view .col-main {
    width: 100%;
    float: none;
}

.carouselGaleria {
    overflow: hidden;
}

.carouselGaleria .owl-stage-outer {
    overflow: hidden;
}

.carouselGaleria {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.carouselGaleria img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

dl.peso dd {
    margin-left: 15px !important;
    font-size: 10px;
}

.carouselGaleria .owl-item {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.carouselGaleria {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.carouselGaleria.owl-loaded {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

.carouselGaleria .owl-nav .owl-next:before,
.carouselGaleria .owl-nav .owl-prev:before {
    content: "";
    border: 2px solid #828282;
    border-radius: 100%;
    background: none;
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    line-height: 20px;
    font-size: 15px;
    width: 24px;
    text-align: center;
}

.carouselGaleria .owl-nav .owl-next:before {
    content: "\f10b";
    color: #828282;
}

.carouselGaleria .owl-nav .owl-prev:before {
    content: "\f108";
    color: #828282;
}

.carouselGaleria .owl-nav .owl-prev:hover:before {
    border-color: #3d7ddb;
    color: #3d7ddb;
}

.carouselGaleria .owl-nav .owl-next:hover:before {
    border-color: #3d7ddb;
    color: #3d7ddb;
}

.carouselGaleria .owl-prev {
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    top: 45%;
    left: 0;
    width: 35px;
    text-align: center;
}

.carouselGaleria .owl-nav.disabled .owl-prev, .carouselGaleria .owl-nav.disabled .owl-next {
    display: none;
}

.carouselGaleria .owl-prev:before {
    text-indent: 0;
    visibility: visible;
}

.carouselGaleria .owl-next {
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    top: 45%;
    right: -2px;
    width: 35px;
    text-align: center;
}

.carouselGaleria .owl-next:before {
    text-indent: 0;
    visibility: visible;
}

@media all and (max-width: 767px) {
    .postWrapper .contenedorPostCat {
        padding: 20px 0;
    }

    .smallerListaPost .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* BLOG */
/* ONESTEP CHECKOUT */
.boletaFactura li.radioparent {
    float: left;
    width: 50%;
    margin: 5px 0;
    font-size: 14px;
    position: relative;
    padding: 0;
    padding-top: 5px;
    height: 40px;
}

#billing-new-address-form .boletaFactura li.radioparent label {
    position: static;
}

.one-step-checkout h3.step_1_2:before {
    display: none;
}

.one-step-checkout h3.step_1_2 {
    border-bottom: 1px solid #e0e0e0;
}

body .one-step-checkout h1.checkout_header {
    margin-top: 0;
}

body.onestepcheckout-index-index .col-main-wrap {
    padding-top: 0;
    padding-bottom: 20px;
}

body.onestepcheckout-index-index {
    overflow: auto;
}

#one-step-checkout-form .checkout-review-load .data-table td h2 {
    padding-left: 0 !important;
    font-weight: 400;
}

.onestepcheckout-index-index .item-options dd {
    margin-left: 0px !important;
}

.delivery-sercurity-box input.input-text,
.gift-messages-form input.input-text,
.shipping-region-input,
.billing-region-input,
#onestepcheckout-login-popup input.input-text,
.onestepcheckout-discount .discount-form input.input-text,
#showhide_shipping input.input-text,
#billing-new-address-form input.input-text {
    background: none;
}

#onestepcheckout-toc-popup .onestepcheckout-toc-terms .onestepcheckout-toc-terms-content h1 {
    display: none !important;
}

.onestepcheckout-index-index .page-header {
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.onestepcheckout-index-index .page-header .page-header-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.onestepcheckout-index-index .page {
    padding-top: 20px;
}

.onestepcheckout-index-index .page-header img {
    max-width: 235px;
    margin-top: 10px;
    height: auto !important;
}

.onestepcheckout-index-index .page-header a p {
    margin-bottom: 0;
}

#billing-address-select,
.onestepcheckout-survey select,
.mdl-selectfield select,
#billing-new-address-form .mdl-selectfield select {
    padding-left: 4px;
}

.one-step-checkout textarea,
#gift-message-whole-message {
    padding: 5px 10px !important;
}

.one-step-checkout p.subtitle {
    margin-bottom: 5px !important;
}

.one-step-checkout .validation-advice,
#email-error-message p {
    padding-left: 4px;
}

#one-step-checkout-form .checkout-review-load .data-table tfoot th {
    background: none !important;
    line-height: 1.4;
    border-top: none;
}

#one-step-checkout-form .data-table tfoot strong .price,
#one-step-checkout-form .data-table tfoot strong {
    line-height: 26px;
}

#one-step-checkout-form .checkout-review-load .data-table tfoot td {
    background: none !important;
    line-height: 1.4;
    border-top: none;
}

#one-step-checkout-form .checkout-review-load .data-table td .box-qty a img {
    vertical-align: top;
}

#one-step-checkout-form .checkout-review-load .data-table td .box-qty a {
    line-height: 1.4;
    font-size: 1em;
}

@-webkit-keyframes autofill {
    to {
        color: #252525;
        background: transparent;
    }
}

input:-webkit-autofill,
select:-webkit-autofill {
    animation-name: autofill;
    animation-fill-mode: both;
}

@keyframes autofill {
    to {
        color: #252525;
        background: transparent;
    }
}

input:autofill,
select:autofill {
    animation-name: autofill;
    animation-fill-mode: both;
}

#payment_form_banktransfer {
    border: none;
}

.order-review-section .payment-method .onestepcheckout-payment-methods {
    padding-bottom: 20px !important;
}

button.btn-proceed-checkout span span {
    padding: 0;
    font-size: 16px !important;
    text-transform: none;
    letter-spacing: normal;
}

button.onestepcheckout-btn-checkout {
    border-radius: 30px !important;
}

button.btn-proceed-checkout span span:before {
    display: none;
}

#one-step-checkout-form .order-information ol li.delivery .mdl-selectfield {
    margin: 0 !important;
}

.one-step-checkout #one-step-checkout-form .order-information ol li.delivery .delivery_time_date input {
    width: 65px;
}

.onestepcheckout-index-index .close:focus,
.onestepcheckout-index-index .close:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.onestepcheckout-index-index #onestepcheckout-login-popup p.close,
.onestepcheckout-index-index #onestepcheckout-toc-popup p.close {
    filter: alpha(opacity=100);
    opacity: 1;
}

.onestepcheckout-index-index #onestepcheckout-login-popup p.close a,
.onestepcheckout-index-index #onestepcheckout-toc-popup p.close a {
    line-height: 47px;
    height: 47px;
}

body #onestepcheckout-login-popup label {
    top: 0px;
}

.order-review-info .onestepcheckout-terms-conditions {
    padding-top: 0 !important;
    margin-top: 5px;
}

.onestepcheckout-comment {
    margin-bottom: 10px;
}

.onestepcheckout-login-link {
    padding: 5px 0 !important;
}

body .address-information ul li {
    padding: 0 10px;
}

.delivery-sercurity-box input.input-text,
.gift-messages-form input.input-text,
.shipping-region-input,
.billing-region-input,
#onestepcheckout-login-popup input.input-text,
.onestepcheckout-discount .discount-form input.input-text,
#showhide_shipping input.input-text,
#billing-new-address-form input.input-text {
    padding-top: 5px !important;
}

.mdl-selectfieldFalse label {
    top: -10px !important;
    font-size: 12px !important;
    color: #7d7d7d !important;
}

#onestepcheckout-billing-section .one-field.mdl-selectfieldFalse label {
    top: -20px !important;
}

#onestepcheckout-billing-section .one-field.mdl-selectfieldFalse {
    margin-top: 25px;
}

body .address-information ul li.create_account,
body .address-information ul li.nacionalidad {
    padding: 0 17px 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.address-information ul li.nacionalidad div {
    padding: 10px 3px;
    background: #ebebeb;
    display: block;
    float: left;
    width: 100%;
}

#valid_email_address_image {
    position: absolute;
    top: 5px;
    right: 10px;
}

#one-step-checkout-form .address-information ul li.nacionalidad label {
    color: #363636;
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0;
    position: relative;
    top: 0;
    display: block;
}

.address-information ul li.nacionalidad input {
    margin: 4px;
    float: left;
}

#valid_email_address_image:after {
    content: "\f121";
    color: #40BD44;
    font-size: 18px;
    font-family: "Ionicons";
}

#billing-new-address-form input[name="billing[email]"] {
    padding-right: 25px !important;
}

body #notify-email-invalid {
    width: 420px !important;
    margin-left: -210px !important;
}

body #notify-email-invalid:after {
    content: "\f129";
    font-family: "Ionicons";
    position: absolute;
    top: -30px;
    right: -30px;
    color: #FFF;
    background: #000;
    border-radius: 100%;
    padding: 5px;
    text-align: center;
    min-width: 28px;
    line-height: 20px;
    pointer-events: none;
    cursor: pointer;
}

body #notify-email-invalid p {
    padding: 27px !important;
    text-align: center;
    display: block;
    margin: 0 !important;
    float: none !important;
    width: 100% !important;
}

.address-information p.label {
    display: inline-block;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    word-wrap: normal;
    color: #666;
    float: none;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

@media (max-width: 980px) {
    .onestepcheckout-index-index .one-step-checkout h3:before {
        content: "";
        text-align: left;
        display: none;
    }

    .onestepcheckout-index-index .one-step-checkout h3 {
        background: #3D7EDB !important;
        text-indent: 10px;
        color: #FFF;
    }

    .onestepcheckout-review-info ol li.order-review-info #checkout-review-table-wrapper:hover,
    .order-review-section:hover,
    .onestepcheckout-shipping-payment-review .order-information:hover,
    #showhide_shipping:hover,
    #onestepcheckout-billing-section .billing_address:hover {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
    }

    .a-right .cart-price {
        display: block;
    }

    #one-step-checkout-form .checkout-review-load .data-table td.qty-box a img {
        display: none;
    }

    body #one-step-checkout-form .checkout-review-load .data-table td.qty-box .box-qty {
        display: block;
        width: 100% !important;
        position: relative;
    }

    .onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table td .qty {
        display: inline-block;
        width: 40%;
        position: relative;
        left: 30%;
    }

    body #one-step-checkout-form .checkout-review-load .data-table td .control-qty {
        width: 100%;
        display: block;
        position: absolute;
    }

    body #one-step-checkout-form .checkout-review-load .data-table td .control-qty a:first-child {
        display: block;
        position: absolute;
        right: 0;
        top: 2px;
        width: 25%;
        height: 21px;
    }

    body #one-step-checkout-form .checkout-review-load .data-table td .control-qty a:last-child {
        display: block;
        position: absolute;
        left: 0;
        top: 2px;
        width: 25%;
        height: 21px;
    }

    body #one-step-checkout-form .checkout-review-load .data-table td .control-qty a:first-child:before {
        display: inline-block;
        font-family: "Ionicons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f3d8";
        color: #333;
        font-size: 21px;
        position: relative;
    }

    body #one-step-checkout-form .checkout-review-load .data-table td .control-qty a:last-child:before {
        display: inline-block;
        font-family: "Ionicons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f3d0";
        color: #333;
        font-size: 21px;
        position: relative;
    }

    .onestepcheckout-index-index .osc-product-image:hover img {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        transform: scale(1) !important;
    }
}

@media all and (max-width: 767px) {
    .onestepcheckout-index-index .page-header .page-header-container {
        padding-bottom: 10px;
    }

    .onestepcheckout-index-index .page-header {
        background: #3D7EDB;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .onestepcheckout-index-index .page-header img {
        max-width: 100%;
    }

    .onestepcheckout-index-index .one-step-checkout h3 {
        padding: 7px 10px;
        color: #FFF;
        text-align: left;
        text-indent: 0;
        font-family: 'Open Sans', sans-serif;
    }

    .onestepcheckout-index-index .one-step-checkout #review_step_header {
        color: #FFF;
    }

    .onestepcheckout-index-index .one-step-checkout h3:before {
        content: "";
        text-align: left;
        display: none;
    }

    .onestepcheckout-index-index .order-review-info .onestepcheckout-newsletter {
        margin: 0;
    }

    .onestepcheckout-index-index .onestepcheckout-comment {
        width: 100%;
    }

    .onestepcheckout-index-index table {
        display: table;
        border-collapse: separate;
    }

    .onestepcheckout-index-index .data-table tbody {
        display: table-row-group;
        vertical-align: middle;
        border-color: inherit;
    }

    .onestepcheckout-index-index .three-columns-new-osc #one-step-checkout-form .checkout-review-load .data-table td h2 {
        padding-left: 0;
    }

    .onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table td.qty-box .box-qty {
        width: 100% !important;
        margin: 0 auto;
        float: none;
    }

    .onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table tfoot td {
        text-align: right !important;
    }

    .onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table td .qty {
        text-align: center !important;
    }

    .onestepcheckout-index-index .data-table tfoot {
        display: table-footer-group;
        vertical-align: middle;
        border-color: inherit;
    }

    .onestepcheckout-index-index .data-table th {
        display: table-cell;
    }

    .onestepcheckout-index-index table.data-table td {
        display: table-cell;
    }

    .onestepcheckout-index-index .data-table tr {
        display: table-row;
        vertical-align: middle;
        border-color: inherit;
    }

    #checkout-review-table tfoot tr.first td.last {
        box-shadow: none;
    }

    .onestepcheckout-index-index .footer-container {
        display: none;
    }

    #onestepcheckout-login-popup #onestepcheckout-forgot-button {
        width: 100%;
    }
}

/* ONESTEP CHECKOUT */
.fueraStock {
    display: none;
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    margin-top: 5px;
    text-align: left;
    color: #e8520e;
    margin-bottom: 10px;
}

.white-popup-block {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 580px;
    margin: 20px auto;
}

.white-popup-block .product-options {
    background: none;
}

.white-popup-block strong {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
}

.white-popup-block button.btn-cart {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
}

.white-popup-block button.btn-cart span {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    display: block;
}

.white-popup-block label {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.modalAviso,
.modalAddToCartPDF {
    display: none;
    z-index: 99899;
    width: 100%;
    max-width: 650px;
    min-height: 165px;
    color: rgb(103, 106, 108);
    box-shadow: rgb(185, 185, 185) 0px 0px 5px;
    font-family: "Open Sans", sans-serif;
    background: rgb(255, 255, 255);
    position: fixed;
    top: 250px;
    left: 50%;
    margin-left: -300px;
    padding: 15px;
}

.modalAddToCartPDF .cerrar {
    background: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    color: #4a4a4a;
    position: absolute;
    z-index: 100;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.modalAddToCartPDF .cerrar:after {
    font-family: "Ionicons";
    content: "\f129";
}
@media all and (max-width: 768px){
    .modalAviso h3 {
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }
    .modalAviso h4 {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }
    .modalAviso .buttons-set button.button {
        width: 100%;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .modalAviso .buttons-set button.button span {
        float: none;
        margin: 0 auto;
    }
    .modalAviso,
    .modalAddToCartPDF {
        max-width: 80%;
        margin-left: 0;
        left: 10%;
    }
}

.modalAddToCartPDF .logo {
    display: none;
}

.modalAddToCartPDF h3 {
    font-family: 'Open Sans', sans-serif;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 24px;
    color: #4A4A4A;
    float: none;
    text-transform: none;
    text-align: center;
    font-weight: 700;
}

.modalAddToCartPDFBack {
    content: "";
    display: none;
    position: fixed;
    z-index: 99797;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(66, 66, 66, 0.54);
    max-width: 100%;
    min-height: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

body .open-popup-ingreso {
    margin-left: 20px;
}

body .btn-cartOutStock {
    margin-left: 20px;
}

body .btn-cartOutStock span {
    background: #fff;
    color: #999 !important;
    border: 1px solid #999;
}

body .btn-cartOutStock:hover span {
    background: #999;
    color: #fff !important;
}

#boleta_factura {
    padding: 0 15px;
    margin-top: 10px;
}

.inputFactura {
    display: none;
}

/* TIENDAS */
.store-table {
    margin-bottom: 10px !important;
}

.store-list {
    width: 66% !important;
    margin-right: 1%;
    padding-right: 15px;
    overflow: visible !important;
    height: auto !important;
}

.store-name-infoWindow h3 {
    margin-top: 0 !important;
}

#map_canvas {
    margin-left: 0 !important;
    width: 33% !important;
}

.store-name {
    margin-top: 0 !important;
    text-transform: uppercase;
    color: #505050 !important;
    font-weight: 400;
    font-size: 15px !important;
    text-decoration: none !important;
    font-weight: 600;
}

.col-address,
#store-table td {
    font-size: 14px !important;
    color: #000 !important;
    padding-right: 10px;
}

.store-description {
    width: 100% !important;
}

@media all and (max-width: 980px) {
    .store-list {
        width: 100% !important;
        padding: 0 !important;
    }

    .store-image {
        width: 100% !important;
        display: block;
        margin-bottom: 10px;
        padding: 0 !important;
    }

    .store-image img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto;
    }

    #map_canvas {
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* TIENDAS */
#search_mini_form {
    display: block;
    position: relative;
    z-index: 10;
    right: auto;
    top: auto;
    margin: 0;
    padding: 20px 15px 0 0;
    width: 320px;
    height: 35px;
    box-sizing: content-box;
}

@media and (max-width:1280px) {
    #search_mini_form {
        width: 320px;
    }
}

.containerElements {
    float: left;
}

.search-field .search-top-container {
    float: left;
}

.search-top-container #search_mini_form {
    padding-top: 0px;
    margin-top: 15px;
    padding-right: 0px;
    margin-right: 0px;
}

.search-top-container #search_mini_form .form-search {
    padding-top: 0px;
    padding-right: 0px;
    width: 100%;
}

.search-top-container #search_mini_form .form-search span#twitter-typeahead,
.search-top-container #search_mini_form .form-search span.twitter-typeahead {
    float: none;
    width: 100%;
}

.search-top-container #search_mini_form .form-search #search {
    display: block;
    position: static;
    box-sizing: border-box;
    background: none;
    margin: 0;
    box-shadow: none;
    padding: 5px 55px 6px 20px;
    line-height: 21px;
    height: 35px;
    width: 100%;
    font-size: 15px;
    color: #9B9B9B;
    border: 1px solid #979797;
    border-radius: 20px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: none;
    font-weight: 400;
}

.search-top-container #search_mini_form .form-search button {
    top: 0px;
    right: 0px;
    background: #3D7EDB;
    width: 50px;
    height: 35px;
    border-radius: 0px 20px 20px 0;
    color: #fff;
    margin-right: 0px;
}

.itemBuscadorSmallBubble {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

.itemBuscadorSmallBubble img {
    width: 90%;
    display: inline-block;
    border: 1px solid #3D7EDB;
    box-sizing: border-box;
    margin-right: 10px;
}

.itemBuscadorSmallBubble .info {
    font-size: 10px;
    line-height: 13px;
}

.itemBuscadorSmallBubble .info .name {
    font-size: 11px;
    font-weight: bold;
    color: #3D7EDB;
    line-height: 11px !important;
}

.itemBuscadorSmallBubble .info .name.isbnCode {
    color: #333;
    font-weight: 300;
}

.itemBuscadorSmallBubble .info .price-box {
    color: #333;
}

.info .buscarMasResultados {
    color: #fff;
    font-weight: 600;
    padding: 10px;
    font-size: 14px;
    background: #3D7EDB;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0px;
}

.product-shop-info .description {
    display: none;
}

.modalAddToCartPDF .buttons-set {
    text-align: center;
}

.modalAddToCartPDF .buttons-set button.button {
    float: none;
}

@media all and (max-width: 1280px) {
    #search_mini_form {
        width: 300px;
    }
}

@media all and (max-width: 980px) {
    .search-top-container #search_mini_form {
        width: 100%;
        margin: 0;
    }
}

@media all and (max-width: 768px) {
    .search-field .search-top-container .form-search {
        margin: 0;
    }

    .tt-dropdown-menu {
        margin-top: 2px;
    }
}

@media all and (max-width: 767px) {
    .search-top-container #search_mini_form .form-search #search {
        border: none;
        padding-left: 10px;
        padding-top: 10px;
    }
}

#avisarme #ajax_loadingFalse {
    right: 130px;
    bottom: 40px;
}

.red-box {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  background: #3D7EDB;
    position: absolute;
    top: 0;
    z-index: 10;  
}

.red-box-old {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 15px;
    width: 60px;
    display: inline;
    background: #e25500;
    padding: 2px 10px;
    position: absolute;
    top: 0;
    z-index: 10;
}

.product-view .red-box {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 15px;
    width: 35px;
    display: inline;
    background: #3D7EDB;
    padding: 9px 0px;
    position: static;
    top: 0;
    margin-top: 10px;
    z-index: 10;
}
