/* ============================================ *
 * Fonts
 * ============================================ */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900');

/* ============================================ *
 * HTML5 display definitions
 * ============================================ */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary { display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video { display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) { display: none; height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] { display: none; }

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; }

body          { background: none; font: 12px/1.55 'Source Sans Pro', sans-serif; color: #67635F; }

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

a             { color: #FF5959; text-decoration: none; cursor: pointer; }
a:hover       { text-decoration: underline; }
:focus        { outline: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#67625f; }
h1            { font-size:20px; font-weight:400; }
h2            { font-size:18px; font-weight:400; }
h3            { font-size:16px; font-weight:700; }
h4            { font-size:14px; font-weight:700; }
h5            { font-size:12px; font-weight:700; }
h6            { font-size:11px; font-weight:700; }

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

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

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height: 18px; }
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 */
.clearfix           { min-height: 0; }
.clearfix:before    { content: ""; display: table; }
.clearfix:after     { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear,
.clearer            { clear: both; }
.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 !important; }
.a-center           { text-align:center !important; }
.a-right            { text-align:right !important; }
.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; }


/* 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:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box: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 .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description: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; }

/* ============================================ *
 * Layout
 * ============================================ */
.page { background: #fff; }

.page-print { background:#fff; padding:25px 30px; text-align:left;margin: 0 auto;width: 1080px;}
.page-print .col2-set .col-1 { float: left; width: 45.5%; border: 5px solid #F0F0F0; padding: 8px 15px; min-height: 60px !important; }
.page-print .col2-set .col-2 { float: right; width: 45.5%; border: 5px solid #F0F0F0; padding: 8px 15px; min-height: 60px; }

.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }

.main-container { padding-top: 30px; margin-top: 32px; background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #FF5959), color-stop(0%, rgba(255,255,255,0))); background-image: -webkit-linear-gradient(left, #FF5959 25%, rgba(255,255,255,0) 0%); background-image: -o-linear-gradient(left, #FF5959 25%, rgba(255,255,255,0) 0%); background-image: linear-gradient(to right, #FF5959 25%, rgba(255,255,255,0) 0%); background-position: top; background-size: 7px 3px; background-repeat: repeat-x; }

.col1-layout .col-main,
.header,
#nav,
.footer-wrapper,
.container-home,
.max-width-wrapper { max-width:325px; margin:0 auto; }

@media only screen and (min-width: 667px){
    .col1-layout .col-main,
    .header,
    #nav,
    .footer-wrapper,
    .container-home,
    .max-width-wrapper { max-width:617px; }
}
@media only screen and (min-width: 768px){
    .col1-layout .col-main,
    .header,
    #nav,
    .footer-wrapper,
    .container-home,
    .max-width-wrapper { max-width:700px; }
}
@media only screen and (min-width: 1024px){
    .col1-layout .col-main,
    .header,
    #nav,
    .footer-wrapper,
    .container-home,
    .max-width-wrapper { max-width:950px; }
}
@media only screen and (min-width: 1130px){
    .col1-layout .col-main,
    .header,
    #nav,
    .footer-wrapper,
    .container-home,
    .max-width-wrapper { max-width:1080px; }
}

.main { background: #f8f8f8; min-height:400px; margin-top: 70px; padding: 0; text-align:left; }
.catalog-product-view .main{ margin-top:0; }

@media only screen and (min-width: 768px){
	.main-container { padding-top: 70px; margin-top: 70px; }
	.catalog-product-view .main{ margin-top:70px; }
	.catalog-category-view .main { margin-top: 85px; }
}

.cms-index-index .main-container { background: none; padding-top: 0; margin-top: 0; }
.cms-index-index .main,
.cms-index-index .col-main { width: 100%; max-width:none; background: none; margin-top: 0; }
.container-home, .footer-wrapper {margin:0 auto;}

/* Base Columns */
.col-left { float:left; width:195px; padding:0 0 1px; }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { float:right; width:195px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }
.cms-index-index .col-main { overflow:hidden; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set { margin-left:-5px; margin-right:-5px;}
.col2-set .col-1 { width:100%; padding:0 5px; }
.col2-set .col-2 {  width:100%; padding:0 5px; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }
@media only screen and (min-width: 768px){
	.col2-set .col-1 { float:left; width:50%; }
  .col2-set .col-2 { float:right; width:50%; }
}

.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%; }


/* ============================================ *
 * GRID BOOTSTRAP
 * ============================================ */
.row:before,
.row:after { content: " "; display: table; }
.row:after { clear: both; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative; min-height: 1px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    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: 667px) {
    .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
        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: 768px) {
    .col-ml-1, .col-ml-2, .col-ml-3, .col-ml-4, .col-ml-5, .col-ml-6, .col-ml-7, .col-ml-8, .col-ml9, .col-ml-10, .col-ml-11, .col-ml-12 {
        float: left;
    }
    .col-ml-12 { width: 100%; }
    .col-ml-11 { width: 91.66666667%; }
    .col-ml-10 { width: 83.33333333%; }
    .col-ml-9 { width: 75%; }
    .col-ml-8 { width: 66.66666667%; }
    .col-ml-7 { width: 58.33333333%; }
    .col-ml-6 { width: 50%; }
    .col-ml-5 { width: 41.66666667%; }
    .col-ml-4 { width: 33.33333333%; }
    .col-ml-3 { width: 25%; }
    .col-ml-2 { width: 16.66666667%; }
    .col-ml-1 { width: 8.33333333%; }
		.col-ml-pull-12 { right: 100%; }
    .col-ml-pull-11 { right: 91.66666667%; }
    .col-ml-pull-10 { right: 83.33333333%; }
    .col-ml-pull-9 { right: 75%; }
    .col-ml-pull-8 { right: 66.66666667%; }
    .col-ml-pull-7 { right: 58.33333333%; }
    .col-ml-pull-6 { right: 50%; }
    .col-ml-pull-5 { right: 41.66666667%; }
    .col-ml-pull-4 { right: 33.33333333%; }
    .col-ml-pull-3 { right: 25%; }
    .col-ml-pull-2 { right: 16.66666667%; }
    .col-ml-pull-1 { right: 8.33333333%; }
    .col-ml-pull-0 { right: auto; }
    .col-ml-push-12 { left: 100%; }
    .col-ml-push-11 { left: 91.66666667%; }
    .col-ml-push-10 { left: 83.33333333%; }
    .col-ml-push-9 { left: 75%; }
    .col-ml-push-8 { left: 66.66666667%; }
    .col-ml-push-7 { left: 58.33333333%; }
    .col-ml-push-6 { left: 50%; }
    .col-ml-push-5 { left: 41.66666667%; }
    .col-ml-push-4 { left: 33.33333333%; }
    .col-ml-push-3 { left: 25%; }
    .col-ml-push-2 { left: 16.66666667%; }
    .col-ml-push-1 { left: 8.33333333%; }
    .col-ml-push-0 { left: auto; }
    .col-ml-offset-12 { margin-left: 100%; }
    .col-ml-offset-11 { margin-left: 91.66666667%; }
    .col-ml-offset-10 { margin-left: 83.33333333%; }
    .col-ml-offset-9 { margin-left: 75%; }
    .col-ml-offset-8 { margin-left: 66.66666667%; }
    .col-ml-offset-7 { margin-left: 58.33333333%; }
    .col-ml-offset-6 { margin-left: 50%; }
    .col-ml-offset-5 { margin-left: 41.66666667%; }
    .col-ml-offset-4 { margin-left: 33.33333333%; }
    .col-ml-offset-3 { margin-left: 25%; }
    .col-ml-offset-2 { margin-left: 16.66666667%; }
    .col-ml-offset-1 { margin-left: 8.33333333%; }
    .col-ml-offset-0 { margin-left: 0%; }
}
@media (min-width: 1024px) {
    .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
        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: 1130px) {
    .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
        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%; }
}

@media (max-width: 666px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 667px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-ml {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1299px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .hidden-lg {
    display: none !important;
  }
}

/* ============================================ *
 * Global Styles
 * ============================================ */

/* === Header ================================= */
.header-container-fixed { position: fixed; top: 0; left: 0; width: 100%; height: 50px; background: #F8F8F8; z-index: 5000; }
@media (max-width: 767px) { .mm-opened .header-container-fixed { left: 80%; } }
.header-container { border-bottom: 0; border-top: 0; padding: 50px 0 0 0; }

.header { margin:0 auto; padding: 0; position:relative; z-index: 995; }

.header .logo { float:left; margin: 30px 0 0; text-decoration:none !important; }
.header .logo img { width:100%; }
.header .logo img.large { display:none; }
.header .logo img.small { display:inline; }
.header .logo strong { display: none; }

.header .mainicons { display:none; }

.header .header_toplinks { overflow:hidden; }
.header .header_toplinks .links li { padding: 0px; margin: 0; }
.header .header_toplinks .links li a { display: block; float: left; line-height: 50px; font-weight: 400; color: #2E2925; font-size: 13px; text-transform: uppercase; text-indent:-9999px; width:50px; }
.header .header_toplinks .links li a:hover { color: #FF5959; }
.header .header_toplinks .links li a .icon { display: block; float: left; line-height: 46px; margin-right: 10px; }

.header .header_toplinks .links .logout_link { display: none; }
.header .header_toplinks .links .myaccount_link a .icon { width: 27px; height: 27px; background: url("../images/sprite.svg") 0 0 no-repeat; margin: 10px; }
.header .header_toplinks .links .login_link a .icon { width: 27px; height: 27px; background: url("../images/sprite.svg") 0 0 no-repeat; margin: 10px; }
.header .header_toplinks .links .login_link a:hover .icon { background-position: -37px 0; }

.header .header_toplinks .links .socials li a { width: 25px; height:20px; margin: 15px 7px 0; background: url(../images/sprite.svg) transparent 0 0 no-repeat; text-indent:-3000px; display:block; text-indent:-3000px; }
.header .header_toplinks .links .socials li a.facebook { background-position: -4px -540px; }
.header .header_toplinks .links .socials li a.twitter { background-position: -40px -540px; }
.header .header_toplinks .links .socials li a.instagram { background-position: -75px -540px; }
.header .header_toplinks .links .socials li a.pinterest { background-position: -110px -540px; }
.header .header_toplinks .links .socials li a.google { background-position: -145px -540px; }
.header .header_toplinks .links .socials li a.youtube { background-position: -180px -540px; }
.header .header_toplinks .links .socials li a.facebook:hover { background-position: -4px -500px; }
.header .header_toplinks .links .socials li a.twitter:hover { background-position: -40px -500px; }
.header .header_toplinks .links .socials li a.instagram:hover { background-position: -75px -500px; }
.header .header_toplinks .links .socials li a.pinterest:hover { background-position: -110px -500px; }
.header .header_toplinks .links .socials li a.google:hover { background-position: -145px -500px; }
.header .header_toplinks .links .socials li a.youtube:hover { background-position: -180px -500px; }

.header .header_toplinks .block-cart { float: right; }
.header .header_toplinks .block-cart .micarrito { padding: 0px; margin: 0 0px 0 0; }
.header .header_toplinks .block-cart .micarrito a { display: block; float: right; }
.header .header_toplinks .block-cart .micarrito .top-link-cart { display: block; float: right; }
.header .header_toplinks .block-cart .micarrito .top-link-cart span { display: block; float: right; width: 50px; height: 50px; background: #FF5959; margin: 0; position: relative; }
.header .header_toplinks .block-cart .micarrito .top-link-cart.mycart .icon { background: #fff url("../images/sprite.svg") -66px 10px no-repeat; margin: 0; position: relative; }
.header .header_toplinks .block-cart .micarrito .top-link-cart.mycart:hover .icon { background: #FF5959 url("../images/sprite.svg") -105px 10px no-repeat; }
.header .header_toplinks .block-cart .micarrito .top-link-cart span span.cart { position: absolute; background: none; display: block;height: auto ;margin: 0; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.header .header_toplinks .block-cart .micarrito .top-link-cart span span.qty { position: absolute; font-family: "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif; font-size: 20px; color: #fff; background: none; display: block; height: auto;margin: 0; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); text-align: center; }

.header .welcome-msg { margin: 0; color: #fff; text-align: right; }
.header .welcome-msg a { color: #ebbc58; }
.header .mobile_search { position: absolute; right: 100px; top: 50px;}
.header .mobile_serarch_icon { float: right; width: 50px; height: 50px; text-indent: -99999px; background: #BBB8B6 url(../images/sprite.svg) -304px 12px no-repeat; cursor: pointer; }
.header .form-search { position: relative; top:0; right: 0; height: 30px; background: none; padding: 0; float: right; border: 1px solid #BBB8B6; }
.header .form-search { position: relative; top:0; right: 0; height: 30px; background: none; padding: 0; float: right; border: 1px solid #BBB8B6; }
.header .form-search label { float:left; width: 24px; height: 21px; text-align: left; text-indent: -999em; overflow: hidden; display: none; }
.header .form-search input.input-text { float: left; border: none; width: calc(100% - 49px); height: 28px; margin: 0; font-size: 12px; letter-spacing: 1px; padding: 0 5px; color: #BBB8B6; text-transform: uppercase; }
.header .form-search button.button { display: block; float: right; width: 49px; height: 28px; background: url(../images/sprite.svg) -303px 2px no-repeat #BBB8B6; border: none; }
.header .form-search button.button span { display:none; }
.header .form-search button.button span span { padding: 0; text-indent: -99999px; }

.header .quick-access .links_quick-access { float: right; }
.header .quick-access .links_quick-access ul li { float: left; display: block; }
.header .quick-access .links_quick-access ul li a { width: 130px; text-transform: uppercase; color: #ffffff; display: block; font-size: 15px; font-weight: 600; text-decoration: none; letter-spacing: 1px; line-height: 30px; text-align: center; }
.header .quick-access .links_quick-access ul li a.news { background: #9faa4d; padding-right: 8px; }
.header .quick-access .links_quick-access ul li a.offers { background: #8e789d;padding-right: 15px; }
.header .quick-access .links_quick-access ul li a.news:before { display: inline-block; width: 30px; height: 30px; background: url("../images/sprite.svg") -244px 4px no-repeat; content: ''; float: left; }
.header .quick-access .links_quick-access ul li a.offers:before { display: inline-block; width: 30px; height: 30px; background: url("../images/sprite.svg") -274px 4px no-repeat; content: ''; float: left; }

.header .form-search .search-autocomplete { z-index: 999; left: 40px !important; top: 22px !important; }
.header .form-search .search-autocomplete ul { border: 1px solid #5c7989; background-color: #f9f5f0; }
.header .form-search .search-autocomplete li { text-align: left; border-bottom: 1px solid #f4eee7; padding: 2px 8px 1px 8px; cursor: pointer; }
.header .form-search .search-autocomplete li .amount { float: right; font-weight: bold; }
.header .form-search .search-autocomplete li.odd { background-color: #fffefb; }
.header .form-search .search-autocomplete li.selected { background-color: #f7e8dd; }
.header .form-language { clear: both; padding: 5px 0 0; text-align: right; }
.header .form-language label { font-weight: bold; padding-right: 5px; color: #a7c6dd; vertical-align: middle; }
.header .form-language select { padding: 0; }
.header .form-language select.flags option { background-position: 4px 50%; background-repeat: no-repeat; padding-left: 25px; }

.header div.links { display: none; }
.header .links { float: right; margin: 0; }
.header .links li { float: left; font-size: 11px; background: none; padding: 0 8px 0 7px; }
.header .links a { color: #666666; text-decoration: none; }

.header .quick-access .form-search { display: none !important; }
.header .quick-access .links_quick-access,
.mm-page .header .blog,
.mm-page .nav-container { display: none; }

.header .burgermenu a { width: 50px; height: 50px; background: url(../images/burger_menu.png) no-repeat center left; text-indent: -999999px; position: absolute; top: 0; left: 0; }
.header .quick-access { float: right; padding: 0 0 0; }

@media only screen and (min-width: 667px){
    .header .quick-access { padding: 45px 0 0; float: right; width: auto; }
    .header .quick-access .links_quick-access ul li { padding-right: 0; padding-left: 5px; }
    .header .quick-access .links_quick-access { display: block; }
}
@media only screen and (min-width: 768px){
    .header-container { padding: 50px 0 0 0; }
    .header .logo { max-width: 250px; margin: 95px 0 0; }
    .header .logo img.large { display: inline; }
    .header .logo img.small { display: none; }
    .mm-page .header .blog{ display: block; }
    .mm-page .nav-container{ display: block; }
    .header .burgermenu { display: none; }
    .header .quick-access .links_quick-access ul li { padding-left: 5px; padding-right: 0; }
    .header .mainicons { float: left; margin: 0; display: block; position: absolute; }
    .header .mainicons li { float: left; padding-right: 4px; }
    .header .mainicons li a { text-indent: -9999px; display: block; height: 70px; }
    .header .mainicons li.ma a { width: 70px; background: url(../images/icons/maria-lunarillos.png) #FF5959 bottom center no-repeat; }
    .header .mainicons li.cu a { width: 60px; background: url(../images/icons/cucute.png) #6199AF bottom center no-repeat; }
    .header .mainicons li.mu a { width: 60px; background: url(../images/icons/mumuchu.png) #F6B436 bottom center no-repeat; }
    .header .mainicons li.ma a, .header .mainicons li a:hover { height: 125px; }
    .header .quick-access { width: 420px; }
}
@media only screen and (min-width: 1024px){
    .header .logo { margin: 120px 0 0; }
    .header .quick-access { padding: 50px 0 0; }
    .header .mainicons li.ma a, .header .mainicons li a:hover { height:130px; }
    .header .quick-access { width: 445px;}
    .header .quick-access .links_quick-access { float: left; }
    .header .quick-access .links_quick-access ul li { padding-right: 5px; padding-left: 0; }
    .header .quick-access .form-search { display: block !important; width: 175px; }
    .header .mobile_search, .header .mobile_serarch_icon { display: none; }
    .header .header_toplinks .links li a { text-indent: 0; width: auto; }
    .header .header_toplinks .links .logout_link { display: block; margin-left: 30px; }
    .header .header_toplinks .links .logout_link a .icon { display: none; }
    .header div.links { display:block; }
    .header .header_toplinks .links .socials { margin: 0 40px; }

}
@media only screen and (min-width: 1130px){
    .header-container { padding: 50px 0 0 0; }
    .header .logo { max-width: 300px; }
    .header .quick-access { width: 570px; }
    .header .mainicons li.ma a{ width: 80px; }
    .header .mainicons li.cu a{ width: 70px; }
    .header .mainicons li.mu a{ width: 70px; }
    .header .mainicons li.ma a, .header .mainicons li a:hover { height: 140px; }
    .header .quick-access .form-search { width: 300px; }
}


/* === Navigation ============================= */
.mm-page .nav-container { clear: left; padding-top: 20px; float: left; }

.mm-page .header .blog { padding-top: 20px; float: right; margin-top: 20px; font-size: 15px; letter-spacing: 1px; color: #2E2925; position: relative; width: 80px; height: 80px; position: relative; text-transform: uppercase; padding: 0; text-align: center; }
.mm-page .header .blog a { display: block; background-color: #FF5959; background-image: url(../images/icons/menu.svg); background-repeat: no-repeat; background-position: -320px 0; background-size: 560px; width: 80px; height: 80px; }
.mm-page .header .blog a:hover { background-color: #f1f1f1; background-image:url(../images/icons/menu-hover.svg); }
.mm-page .header .blog a span { position: absolute; width: 100%; left: 0; bottom: -25px; color: #FF5959; }
.mm-page .header .blog a:hover span { color: #2E2925; }

@media only screen and (min-width: 1130px){
    .mm-page .header .blog{ width: 100px; height: 100px; }
    .mm-page .header .blog a{ width: 100px; height: 100px; background-size: 700px; background-position: -400px 0; }
}

#nav ul.level0 { top: 225px; }

#mmenu_desktop, #mmenu_desktop .burgermenu { display: none; }
#mmenu_desktop .burgermenu .link_mmenu { background: #FF5959; padding: 7px 5px 7px 5px; width: 85px; }
#mmenu_desktop .burgermenu .link_mmenu .line { background: #fff; display: block; height: 4px; width: 25px; position: relative; }
#mmenu_desktop .burgermenu .link_mmenu .line:nth-child(1) { margin: 0 0 4px; }
#mmenu_desktop .burgermenu .link_mmenu .line:nth-child(2) { margin: 0 0 4px; }
#mmenu_desktop .burgermenu .link_mmenu .line:nth-child(3) { margin: 0 0 0px; }
@media only screen and (min-width: 768px){
	#mmenu_responsive{
		display:none;
	}
	#mmenu_desktop{ display:block;}
}
#nav li.over { z-index: 998; }
#nav a,
#nav a:hover { display: block; text-decoration: none; }
#nav span { cursor: pointer; white-space: nowrap; }
#nav li ul span { white-space: normal; }

#nav li { float: left; }

#nav ul,
#nav div { position: absolute; width: 100%; left: -10000px; background: #fff; padding: 0; -webkit-transition: 0s 0.4s; -o-transition: 0s 0.4s; transition: 0s 0.4s; z-index: 999; }

#nav ul.level0 { margin-top: -2px; border-top: 5px solid #FF5959; }
#nav li.level0 { padding: 0 5px 0 0; }
#nav li.level0 a.level-top { background-position: center; background-color: #f2f2f2; background-image: url(../images/icons/utensiliosML.png); background-repeat: no-repeat; background-size: 50%; font-size: 15px; letter-spacing: 1px; color: #2E2925; position: relative; width: 80px; height: 80px; position: relative; text-transform: uppercase; padding: 0; text-align: center; font-weight: 600; }
#nav li.level0 a.level-top:hover { background-image: url(../images/icons/utensiliosML-hover.png); background-color: #FF5959; }
#nav li.level0 a.level-top span { position: absolute; bottom: -25px; padding: 0; width: 100%; padding-top: 7px; left: 0; }
#nav li.level0.nav-2 a.level-top { background-image: url(../images/icons/magdalena.png); }
#nav li.level0.nav-2 a.level-top:hover { background-image: url(../images/icons/magdalena-hover.png); }
#nav li.level0.nav-3 a.level-top { background-image: url(../images/icons/tarta-cumpleanos.png); }
#nav li.level0.nav-3 a.level-top:hover { background-image: url(../images/icons/tarta-cumpleanos-hover.png); }
#nav li.level0.nav-4 a.level-top { 
	background-image: url(../images/icons/delantal.png); 
	background-size: 70%; 
}
#nav li.level0.nav-4 a.level-top:hover { 
	background-image: url(../images/icons/delantal-hover.png); 
}

@media only screen and (min-width: 1130px){
	#nav li.level0 a.level-top { width: 100px; height: 100px;  }
	#nav li.level0.nav-2 a.level-top { background-image: url(../images/icons/magdalena.png); }
	#nav li.level0.nav-2 a.level-top:hover { background-image: url(../images/icons/magdalena-hover.png); }
	#nav li.level0.nav-3 a.level-top { background-image: url(../images/icons/tarta-cumpleanos.png); }
	#nav li.level0.nav-3 a.level-top:hover { background-image: url(../images/icons/tarta-cumpleanos-hover.png); }
	#nav li.level0.nav-4 a.level-top { 
		background-image: url(../images/icons/delantal.png); 
		background-size: 70%; 
	}
	#nav li.level0.nav-4 a.level-top:hover { 
		background-image: url(../images/icons/delantal-hover.png); 
	}
}

#nav div ul { position: static; width: auto; border: none; }

#nav div.level1,
#nav ul.level1 { position: relative; padding: 0; width: 100%; left: 0; }
#nav div.level1 ul { overflow: hidden; }

/*#nav ul.level0 li a { color: #2E2925; font-size: 15px; line-height: 30px; }*/

#nav ul li a { font-size: 14px; font-weight: normal; line-height: 30px; color: #67635F; }

#nav ul li.level1 > a { 
	text-transform: uppercase; 
	color: #FF5959; 
	font-weight: 600; 
	padding: 30px 0px 10px 0px; 
	line-height: 16px; 
	margin: 0 10px 5px 10px; 
	border-bottom: 3px solid #ff5959; 
}
#nav ul:first-child li.level1 > a { padding-top: 40px; }
#nav li.level1 { width: 20%; display:inline-block;vertical-align: top;float:none;}
#nav ul.level1 { position: relative; left: 0; display: block; top: 0; padding: 0 0 10px; }
#nav .level2 {float: none; margin: 0; padding-bottom: 0;}
#nav .level2 a {
	border-bottom: 1px solid #67635F; 
	margin: 0 10px;
}

.columns1{ width: 20% !important; }
.columns2{ width: 40% !important; }
.columns3{ width: 60% !important; }

.column2,.column3{overflow: hidden !important;}

#nav .level1.column2 li{
    display: inline-block;
    width: 50%;
}
#nav .level1.column3 li{
    display: inline-block;
    width: 33%;
}

.li-wrapper {
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
	display: block !important;
	clear: both !important;
}
@media (max-width: 1130px) {
	#nav li.level0 a.level-top { 
		font-size: 13px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
    #nav .level2.column2{
        float: left;
        overflow: hidden;
        width: 45%;
    }
    #nav .level2.column3{
        float: left;
        overflow: hidden;
        width: 29%;
    }

    #nav .level2.column2:nth-child(2n+1){
        clear:both;
    }

    #nav .level2.column3:nth-child(3n+4){
        clear:both;
    }
}

#nav li.level0.nav-4 ul.level0 {
	padding-bottom: 20px;
    padding-top: 30px;
}
#nav li.level0.nav-4 > ul {
	padding: 0 10px;
}
#nav li.level0.nav-4 li.level1 a {
	font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #67635F;
    border-bottom: 1px solid #67635F;
    padding: 3px;
    text-transform: none;
    margin: 0 10px !important;
    line-height: 20px;
}


/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index: 991; -webkit-transition-delay: 0.4s; -o-transition-delay: 0.4s; transition-delay: 0.4s; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left: 0; -webkit-transition-delay: 0.4s; -o-transition-delay: 0.4s; transition-delay: 0.4s; }


/* === Footer ================================= */
.footer-container { margin-top: 125px; }
.footer { margin:0 auto; padding: 0; }
.footer .h3 { text-transform:uppercase; font-size:14px; line-height:16px; padding:55px 0 15px; color:#67625f; }
.footer .info_icons { text-align:center; background:#e8e6e5; padding:0; }
.footer .info_icons li { padding:40px 0; }
.footer .info_icons a { text-transform:uppercase; color:#67625f; font-size:12px; line-height:18px; text-decoration:none; }
.footer .info_icons li:hover a { text-decoration:none; color:#FF5959; }
.footer .info_icons a .subtitle { font-size:15px;font-weight:600; line-height:18px; }
.footer .info_icons span { display: block; }
.footer .info_icons .icon { display: block; height: 60px; margin: 0 auto 25px; }
.footer .info_icons .footer_camion .icon { width: 85px; background: url("../images/sprite.svg") 0 -38px no-repeat transparent; }
.footer .info_icons .footer_camion:hover .icon { background-position: 0 -109px; }
.footer .info_icons .footer_entrega .icon { width: 55px; background: url("../images/sprite.svg") -90px -38px no-repeat transparent; }
.footer .info_icons .footer_entrega:hover .icon { background-position: -90px -109px; }
.footer .info_icons .footer_devolucion .icon { width: 68px; background: url("../images/sprite.svg") -150px -36px no-repeat transparent; }
.footer .info_icons .footer_devolucion:hover .icon { background-position: -150px -107px; }
.footer .info_icons .footer_pago .icon { width: 77px; background: url("../images/sprite.svg") -223px -38px no-repeat transparent; }
.footer .info_icons .footer_pago:hover .icon { background-position: -223px -109px; }

.table_contact_footer { padding-top:20px; background:#f8f8f8; }
.table_contact_footer .footer-wrapper{padding-bottom:90px;}
.footer .socials:after{ display:block; content:''; border-bottom:1px solid #bbb8b6; padding-bottom:35px; width:100%; margin:0 auto;}
.footer .bullets_socials,
.footer .socials .h3 { text-align:center; }
.footer .bullets_socials li { display:inline-block; }
.footer .bullets_socials li a { display:block; width:33px; height:32px; background: url("../images/sprite.svg") 0 0 no-repeat transparent; }
.footer .bullets_socials li a span { display:none; }

.footer .bullets_socials li a.facebook { background-position: 0 -494px; }
.footer .bullets_socials li a.twitter { background-position: -35px -494px; }
.footer .bullets_socials li a.instagram { background-position: -70px -494px; }
.footer .bullets_socials li a.pinterest { background-position: -106px -494px; }
.footer .bullets_socials li a.google { background-position: -141px -494px; }
.footer .bullets_socials li a.youtube { background-position: -176px -494px; width: 34px; }

.footer .bullets_socials li a.facebook:hover { background-position: 0 -574px; }
.footer .bullets_socials li a.twitter:hover { background-position: -35px -574px; }
.footer .bullets_socials li a.instagram:hover { background-position: -70px -574px; }
.footer .bullets_socials li a.pinterest:hover { background-position: -106px -574px; }
.footer .bullets_socials li a.google:hover { background-position: -141px -574px; }
.footer .bullets_socials li a.youtube:hover { background-position: -176px -574px; }

.footer .block-subscribe { text-align: center; }
.footer .block-subscribe .input-box { padding-right: 7px;}
.footer .block-subscribe .input-text { width: 100%; height: 40px; line-height: 40px; padding: 0 10px; border-color:#67625f; }
.footer .block-subscribe .control input.checkbox{ border-color:#67625f; }
.footer .block-subscribe button.button { height: 40px; line-height: 40px; width: 100%; background:#FF5959; color:#fff; border:none; cursor: pointer; }
.footer .block-subscribe button.button:hover { background:rgba(229, 89, 89, 0.5); }
.footer .block-subscribe button.button span { font-size: 14px; text-transform: uppercase; padding: 0; font-weight:700; letter-spacing:0; }
.footer .block-subscribe button.button > span:after { content: ' >'; }

.footer .contact-about-terms {overflow:hidden; margin-top:55px;}
.footer .contact-about-terms:before{ display:block; content:''; border-top:1px solid #bbb8b6; padding-top:35px; width:100%; margin:0 auto;}
.footer .contact-about-terms li{line-height:30px; margin-bottom:9px; text-align:center;}
.footer .contact-about-terms a{color:#FF5959; text-transform:uppercase; font-size:14px;}
.footer .contact-about-terms a .icon { background: url("../images/sprite.svg") 0 -207px no-repeat; display: block; width: 30px; height:31px; margin: auto; }
.footer .contact-about-terms a.about .icon{background-position:0 -246px;}
.footer .contact-about-terms a.terms .icon{background-position:0 -285px;}

.footer-container .copyright{ background: #FF5959; text-align:center; color:#fff; height:50px; font-size:14px; line-height:50px;}

.footer a { color:#fff; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.footer-container .bottom-container { margin: 0 0 5px; }

@media only screen and (min-width: 667px){
	.footer .h3 { padding-top:35px;}
	.footer .info_icons li { padding: 50px 0; }
	.footer .info_icons a .subtitle { font-size: 16px; line-height: 19px; }
	.footer .block-subscribe .form-list{ text-align: right; }
	.footer .contact-about-terms {margin-top:35px;}
	.footer .contact-about-terms:before{padding-top:55px; width:60%;}
	.footer .socials:after{ width:60%;}
	.footer .contact-about-terms li{height:30px; text-align:left; }
	.footer .contact-about-terms a .icon{ float: left; margin: 0 12px 0 0;  }
}
@media only screen and (min-width: 1024px){
	.footer .h3 { padding: 20px 0; }
	.footer .info_icons { text-align: center; padding: 48px 0 45px; }
	.footer .info_icons li { padding: 0; }
	.footer .block-subscribe{ padding: 0 50px; text-align: left; }
	.footer .block-subscribe .form-list{ text-align: left; }
	.footer .bullets_socials, .footer .socials .h3{ text-align: left; }
	.footer-wrapper, .footer-wrapper > .col-md-4{display:-ms-flexbox; display:flex;}
	.footer-wrapper > .col-md-4.no-flex{display:block;}
	.footer .socials{ border-right: 1px solid #bbb8b6; width:100%; min-height: 147px; }
	.footer .contact-about-terms{ margin-top:0; padding: 15px 25px; border-top:none; border-left:1px solid #bbb8b6; }
	.footer .contact-about-terms:before, .footer .socials:after{display:none; }
}


/* === Breadcrumbs ============================ */
.breadcrumbs { display: none; }

@media only screen and (min-width: 768px){
    .breadcrumbs { margin-bottom: 92px; display: block; position: relative; padding: 15px 0; font-size: 15px; line-height: 20px; color: #FF5959; text-transform: uppercase; margin-top: -70px;}
    .breadcrumbs li { display: inline-block; margin-right: 5px; }
    .breadcrumbs li a { display:block; color: #FF5959; text-decoration: none; }
    .breadcrumbs li strong { font-weight: normal; }
}


/* === Home =================================== */
@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS mobile devices*/
    @media only screen
    and (min-device-width: 320px)
    and (-webkit-min-device-pixel-ratio: 2) {
        .top-container{
            margin-top:40px;
            overflow-x: hidden;
            min-height:400px;
        }
    }
}

@supports not (-webkit-overflow-scrolling: touch) {
    /* CSS for other than iOS devices */
    .top-container{
        margin-top:40px;
        overflow-x: hidden;
        overflow-y: visible;
        overflow-y: -webkit-paged-y;
    }
}
.wrapper-container { background:#f8f8f8; margin-bottom:15px; margin-top:130px; }
.container-home { clear:both; }

.tab-menu { margin-top: 60px; text-align: center; text-transform: uppercase; }
.tab-menu h2 {
    margin-bottom: 0;
    line-height: 18px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 3px;
    color: #2E2925;
}
.tab-menu ul { overflow: hidden; margin: 20px -6px 0; }
.tab-menu ul li { display: block; width: 100%; float: left; padding: 6px; }
.tab-menu ul li a { display: block; position: relative; background: #F6B436; color: #fff; line-height: 60px; font-size: 18px; font-weight: 700; letter-spacing: 2px; }
.tab-menu ul li a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-top: 0px solid transparent;
    border-right: 0px solid rgba(246, 180, 54, 0.6);
    border-bottom: 60px solid rgba(246, 180, 54, 0.6);
}
.tab-menu ul li a:hover { background: rgba(246, 180, 54, 0.6); text-decoration: none; }

@media only screen and (min-width: 667px){
    .tab-menu ul li { width: 50%; }
}
@media only screen and (min-width: 768px){
    .tab-menu ul li { width: 25%; }
}



.row.widget-home { margin-left: -7.5px; margin-right: -7.5px; margin-bottom: -7.5px; }
.widget-item { padding:7.5px; position:relative; max-height:140px; overflow:hidden; }
.widget-item img { width:100%; }
.widget-info { position: absolute; bottom:0; left: 7.5px; background: rgba(255,255,255,0.8); padding: 20px; width:50%; }
h2.widget { font-weight:700; font-size:18px; line-height:18px; text-transform:uppercase; margin-bottom:0; }
h2.widget a { color: #67635F; }
p.widget { font-weight:400; font-size:14px; line-height:16px; color: #67635F; margin-bottom:0; display:none; }
.widget.widget-category-link { clear: both; display: block; text-align: center; margin-top: 55px; font-size:18px; }
.widget.widget-category-link a { background: #FF5959; padding: 15px 30px; display: inline-block; color: #fff; text-transform: uppercase; letter-spacing: 1px; }

@media only screen and (min-width: 667px){
    .row.widget-home { margin-left: -4.25px; margin-right: -4.25px; margin-bottom: -4.25px; }
    .widget-item { padding:4.25px; max-height:none; overflow:auto; }
    .widget-info { height:calc(100% - 7.5px); width:calc(50% - 4.25px); bottom: 4px; left: 4.25px; }
    .widget-info.right { right: 4.25px; left: auto; }
    .widget-info.vertical { width:calc(100% - 4.25px); height:calc(50% - 7.5px); }
    h2.widget { margin-bottom:13px; }
    p.widget { display:block; }
    .widget.widget-category-link { margin-top:75px; }
}
@media only screen and (min-width: 768px){
    .wrapper-container { margin-top:150px; }
    .category-header .description { display:block; }
    .widget-info { bottom: 4.25px; }
    h2.widget { font-size:18px; line-height:18px; }
    p.widget { font-size:14px; line-height:16px; }
    .widget.widget-category-link { margin-top:95px; }
}
@media only screen and (min-width: 1024px){
    .row.widget-home { margin-left: -7.5px; margin-right: -7.5px; margin-bottom: -7.5px; }
    .widget-item { padding:7.5px; }
    .widget-info { bottom: 7.5px; left: 7.5px; background: rgba(255,255,255,0.8); padding: 20px; padding-right:0; height:150px; }
    .widget-info.right { right: 107.5px; left: auto; }
    .widget-info.vertical { width:calc(100% - 115px); height:150px; }
    .widget-info.horizontal { width:calc(50% - 115px); }
    .widget-info:after { content:''; display:inline-block; width: 0; height: 0; border-bottom: 150px solid rgba(255,255,255,0.8); border-right: 100px solid transparent; position: absolute; right: -100px; top: 0; }
}
@media only screen and (min-width: 1130px){
    h2.widget { font-size:24px; line-height:24px; margin-bottom:18px; }
    p.widget { font-size:15px; line-height:18px; }
}

.banner-home { text-align:center; display:none; }
.banner-home.entrega { background-color:#FF5959; }
.banner-home.recetas { background:url(../images/recetas-fondo.png) center center no-repeat; background-size:cover;}
.banner-home.clientes { background-color:#67625f; }
.banner-home.blog { background:url(../images/blog-fondo.png) center center no-repeat; background-size:cover; }

@media only screen and (min-width: 768px){
    .banner-home { display:block; height:160px; }
    .banner-home img { max-height:160px; }
}
@media only screen and (min-width: 1024px){
    .banner-home { height:200px; }
    .banner-home img { max-height:200px; }
}

.wrapper-categories-home { background:url(../images/home-categories.jpg) top center no-repeat; background-size: 100% auto; text-align:center; margin-top:80px; display:none; }
.wrapper-categories-home .row { margin-left:-5px; margin-right:-5px; display:inline-block; display:-ms-flexbox; display:flex; }
.wrapper-categories-home .row > div { padding:0 5px;  display: inline-block; display: -ms-flexbox; display: flex; }
.wrapper-categories-home .item-category{ display:inline-block; display:-ms-flexbox; display:flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; }
.wrapper-categories-home .item-category .title, .wrapper-categories-home .icon-category, .wrapper-categories-home .description, .wrapper-categories-home .widget.widget-category-link{ width:100%;}
.wrapper-categories-home h2 { text-transform:uppercase; font-size:22px; font-weight: 900; color:#fff; letter-spacing: 5px; margin-bottom:60px; padding-top:85px; }
.wrapper-categories-home h2:after { content:''; display:block; width: 35px; border-bottom:7px solid #fff; margin:0 auto; padding-top:20px; }
.wrapper-categories-home .item-category { background:#f8f8f8; padding:30px 20px 0; }
.wrapper-categories-home h3 { text-transform:uppercase; font-size:15px; font-weight:900; color:#2E2925; letter-spacing: 5px; border-top:2px solid #2E2925; border-bottom:2px solid #2E2925; padding:5px 0; margin-bottom:0; }
.wrapper-categories-home .icon-category { padding:25px 0 40px; }
.wrapper-categories-home .icon-category img { max-height:60px; width:auto; }
.wrapper-categories-home .description { display:none; color:#FF5959; font-size:13px; }
.wrapper-categories-home .widget.widget-category-link { margin-top:auto; font-size:15px; }
.wrapper-categories-home .widget.widget-category-link a { padding:5px 20px; }

@media only screen and (min-width: 768px){
    .wrapper-categories-home { display:block; }
}
@media only screen and (min-width: 1024px){
    .wrapper-categories-home h2 { margin-bottom:75px; padding-top:115px; }
    .wrapper-categories-home .item-category { padding: 40px 25px 0; }
    .wrapper-categories-home h3 { padding:15px 0; font-size:18px; }
    .wrapper-categories-home .icon-category { padding: 20px 0 25px; }
    .wrapper-categories-home .icon-category img { max-height:75px; }
    .wrapper-categories-home .description { margin-bottom:25px; display:block; }
    .wrapper-categories-home .widget.widget-category-link { font-size:11px; }
}
@media only screen and (min-width: 1130px){
    .wrapper-categories-home h2 { font-size:30px; margin-bottom:85px; padding-top:150px; }
    .wrapper-categories-home .item-category { padding: 60px 40px 0; }
    .wrapper-categories-home .icon-category { padding:35px 0 30px; }
    .wrapper-categories-home .icon-category img { max-height:100px; }
		.wrapper-categories-home .description { margin-bottom:40px; }
    .wrapper-categories-home .widget.widget-category-link { font-size:14px; }
}

.h2-blog { text-align: center; background: #FF5959; color: #fff; text-transform: uppercase; padding: 15px 0; font-size:18px; font-weight:900; letter-spacing: 2px; margin-bottom:15px; }
.ul-blog { overflow:hidden; display:inline-block; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.ul-blog .item { float: left; width: 100%; display: inline-block; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.ul-blog .item .content { width:100%; display: inline-block;  display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; background:#fff; }
.ul-blog .item .content > a { display:block; width:100%; }
.ul-blog .item .content > a img { width:100%; height:auto; }
.ul-blog .item .content .info { padding: 0 20px; overflow:hidden; -ms-flex-item-align: end; align-self: flex-end; width: 100%; }
.ul-blog .item .title { font-size:15px; line-height:18px; font-weight:600; text-transform:uppercase; padding:25px 20px 20px; margin-bottom:0; }
.ul-blog .item .title a { color:#67625f; }
.ul-blog .info .author { width:50%; float:left;  display: inline-block; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.ul-blog .info .author a { display:block; }
.ul-blog .info .author p.name { margin-bottom:0; font-size:13px; line-height:15px; margin-left:10px; color:#2e2925; }
.ul-blog .info .author p.name span.name { text-transform:uppercase; font-weight:600; color:#FF5959; }
.ul-blog .info .dificultad_1,
.ul-blog .info .dificultad_2,
.ul-blog .info .dificultad_3 { color:#BBB8B6; font-size:12px; text-transform:uppercase; font-weight:400; letter-spacing:1px; padding-top:8px; float:right; }

.container-home .ul-blog { margin:0 -7.5px; }
.container-home .ul-blog .item { padding: 0 7.5px; }
.container-home .ul-blog .item.post-2, .container-home .ul-blog .item.post-3 { display:none; }

@media only screen and (min-width: 667px){
    .container-home .ul-blog .item { width: 50%; }
    .container-home .ul-blog .item.post-2 { display:inline-block; display:-ms-flexbox; display:flex; }
}
@media only screen and (min-width: 768px){
    .container-home .ul-blog .item { width: 33.333333%; }
    .ul-blog .item .content .info { padding: 0 15px 0 0; }
    .container-home .ul-blog .item.post-2, .container-home .ul-blog .item.post-3 { display:inline-block; display:-ms-flexbox; display:flex; }
}
@media only screen and (min-width: 1024px){
    .ul-blog .item .content .info { padding: 0 20px; }
}
@media only screen and (min-width: 1130px){
    .ul-blog .item .content .info { padding: 0 25px; }
    .ul-blog .item .title { font-size:18px; line-height:21px; padding:30px 25px 25px; }
    .ul-blog .info .author p.name { font-size:15px; line-height:18px; }
    .ul-blog .info .dificultad_1,
    .ul-blog .info .dificultad_2,
    .ul-blog .info .dificultad_3 { font-size:13px; }
}

.dificultad_1:after,
.dificultad_2:after,
.dificultad_3:after { width:40px; height:38px; content:''; display:inline-block; vertical-align:middle; margin-left:5px; }
.dificultad_1:after { background:url("../images/dificultad1.png") no-repeat scroll 0 0 transparent; }
.dificultad_2:after { background:url("../images/dificultad2.png") no-repeat scroll 0 0 transparent; }
.dificultad_3:after { background:url("../images/dificultad3.png") no-repeat scroll 0 0 transparent; }
@media only screen and (min-width: 768px){
    .dificultad_1 span,
    .dificultad_2 span,
    .dificultad_3 span { display:none; }
}
@media only screen and (min-width: 1024px){
    .dificultad_1 span,
    .dificultad_2 span,
    .dificultad_3 span { display:inline; }
}


.brands-list { display: none; }

@media only screen and (min-width: 768px){
    .brands-list { display: block; }
    .brands-list .category-header { margin-bottom: 60px; padding-top: 115px; }
}
@media only screen and (min-width: 1130px){
    .brands-list .category-header { padding-top: 165px; }
}


/* === Forms ================================== */
input.input-text,
select,
textarea { background: #fff; border: 1px solid #bbb8b6; font-family: "Source Sans Pro", sans-serif; font-weight: 300; font-size: 15px; color:#67625f; }
textarea{ max-width: 100%; }

.form-list label { font-weight: 600; font-size: 14px; text-transform: uppercase; color: #67625f; }

.form-list li.control label { text-transform: none; font-weight: 400; margin-left: 5px; display: inline-block; margin-top: 15px; color: #67625f; }
.form-list li.control label a { color: #67625f; font-size: 14px; line-height: 16px; font-weight: 400; text-transform: none; }

.form-list li.control input.checkbox,
.form-list li.control input.radio {
    display: none !important;
}
.form-list li.control input.checkbox + label, .form-list li.control input.checkbox + span,
.form-list li.control input.radio + label, .form-list li.control input.radio + span {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 5px 0 5px 0;
    padding-left: 35px;
    line-height: 20px;
    font-weight: 400;
    vertical-align: top;
}

.form-list li.control input.checkbox + label:before, .form-list li.control input.checkbox + span:before,
.form-list li.control input.radio + label:before, .form-list li.control input.radio + span:before {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/sprite.svg") no-repeat transparent;
    cursor: pointer;
}
.form-list li.control input.checkbox + label:before, .form-list li.control input.checkbox + span:before {
    width: 24px; background-position: -313px -118px;
}
.form-list li.control input.radio + label:before, .form-list li.control input.radio + span:before {
    width: 20px; background-position: -315px -173px;
}
.form-list li.control input.checkbox:checked + label:before, .form-list li.control input.checkbox:checked + span:before {
    background-position: -313px -145px;
}
.form-list li.control input.radio:checked + label:before, .form-list li.control input.radio:checked + span:before {
    background-position: -315px -201px;
}

.form-list .input-box { margin:0 0 3px; }
.form-list input.input-text { width: 100%; height: 40px; line-height: 40px; padding: 0 10px; }
.form-list textarea { width:100%; padding:10px; }
.form-list label.required em { float: left; font-style: normal; }
select::-ms-expand {
    display: none;
}
select,
select:focus {
    font-size: 15px;
    height: 40px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #bbb8b6;
    padding-left: 10px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/select.png) right top no-repeat;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #67625f;
}

input::-webkit-input-placeholder { font-family: "Source Sans Pro", sans-serif; font-size: 13px; letter-spacing: 1px; }
input::-moz-placeholder { font-family: "Source Sans Pro", sans-serif; font-size: 13px; letter-spacing: 1px; } /* firefox 19+ */
input:-ms-input-placeholder { font-family: "Source Sans Pro", sans-serif; font-size: 13px; letter-spacing: 1px; } /* ie */
input:-moz-placeholder { font-family: "Source Sans Pro", sans-serif; font-size: 13px; letter-spacing: 1px; }

.new-users .form-list .customer-dob .dob-month,
.new-users .form-list .customer-dob .dob-day,
.new-users .form-list .customer-dob .dob-year { float: left; width: 30%; margin-right: 5px; }

.buttons-set { clear: both; margin-top: 35px; }

.main button.button{ display: inline-block; padding: 14px 30px; margin: 0; border: 1px solid #FF5959; background: #FF5959; text-align: center; cursor: pointer; }
.main button.button span { line-height: 20px; font-family: "Source Sans Pro", sans-serif; font-size: 18px; font-weight: 900; color: #fff; letter-spacing: 2px; text-transform: uppercase; }
.main button.disabled span { background: #f2f2f2 !important; }

@media only screen and (min-width: 1130px) {
    .buttons-set { margin-top: 20px; }
}

/* === Catalog =============================== */
.price { white-space: nowrap !important; }

.price-box, .price-box p { margin: 0; }
.price-box .price { font-size: 18px; line-height: 18px; text-transform: uppercase; }

/* Regular price */
.regular-price .price { font-weight: 600; color: #2E2925; }

/* Old price */
.old-price { display: inline-block; }
.old-price .price-label { display: none; }
.old-price .price { margin-left: 10px; font-weight: 300; color: #BBB8B6; text-decoration: line-through; }

/* Special price */
.special-price { display: inline-block; }
.special-price .price-label { display: none; }
.special-price .price { font-weight: 600; color: #2E2925; }

/* Minimal price (as low as) */
.minimal-price .price-label { font-weight: bold; white-space: nowrap; }
.minimal-price-link { display: block; }
.minimal-price-link .label {color: #1e7ec8;}
.minimal-price-link .price { font-weight: normal; color: #1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display: block; color: #999; }
.price-excluding-tax .label { white-space: nowrap; color: #999; }
.price-excluding-tax .price { font-size: 13px; font-weight: normal; color: #c76200; }

/* Including tax */
.price-including-tax { display: block; color: #999; }
.price-including-tax .label { white-space: nowrap; color: #999; }
.price-including-tax .price { font-size: 13px; font-weight: bold; color: #c76200; }

/* 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 { margin: 0; }
.price-from .price-label { font-weight: bold; white-space: nowrap; }

.price-to { margin: 0; }
.price-to .price-label { font-weight: bold; white-space: nowrap; }

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

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

.price-box-bundle { padding: 0 0 10px 0; }
.price-box-bundle .price-box { margin: 0 !important; padding: 0 !important; }
.price-box-bundle .price { color: #555; }

@media only screen and (min-width: 667px) {
    .old-price .price { margin-left: 12px; }
}
@media only screen and (min-width: 768px) {
    .price-box .price { font-size: 24px; line-height: 24px; }
    .old-price .price { font-size: 21px; line-height: 21px; margin-left: 10px; }
    .special-price .price { font-size: 21px; line-height: 21px; }
}
@media only screen and (min-width: 1024px) {
    .price-box .price { font-size: 24px; line-height: 24px; }
    .old-price .price { font-size: 24px; line-height: 24px; margin-left: 10px; }
    .special-price .price { font-size: 24px; line-height: 24px; }
}
@media only screen and (min-width: 1130px) {
    .old-price .price { margin-left: 16px; }
}

/* Category & Page Header */
.page-header .title { width: 100%; position: relative; top: -37px; text-align: center; }

.category-header { position: relative; padding-top: 110px; margin-bottom: 60px; text-align: center; }
.category-header .icon-category { position: absolute; top: -64px; width: 100%; }
.category-header .title,
.page-header .title { position: relative; margin-bottom: 67px; }
.category-header .title:before,
.category-header .title:after,
.page-header .title:before,
.page-header .title:after { content: ""; display: block; width: 218px; height: 0; margin: 0 auto; border-top: 2px solid #2E2925; }
.category-header .title h1,
.category-header .title h2,
.page-header .title h1,
.page-header .title .h1,
.page-header .title h2,
.page-header .title .h2 { display: inline-block; padding: 20px 0; text-transform: uppercase; margin-bottom: 0; line-height: 22px; font-size: 22px; font-weight: 900; letter-spacing: 6px; color: #2E2925; }
.category-header .description,
.page-header .description { font-size: 16px; color: #67635F; width: 80%; max-width: 730px; margin: 54px auto; }
.page-header .description { text-align: center; }
.category-header.no-icon { padding-top: 64px; }
.category-header.no-icon .title { position: absolute; top: -33px; width: 100%; }

.custom-description{text-align:center;font-size: 16px; color: #67635F; width: 80%; max-width: 730px; margin: 60px auto 68px;}
.custom-description h2{color: #FF5959; text-transform: uppercase; margin-bottom: 15px; padding-top: 10px; letter-spacing: 2px; font-weight: 900;}

@media only screen and (min-width: 768px) {
    .category-header { margin-bottom: 80px; }
}
@media only screen and (min-width: 1130px) {
    .category-header { margin-bottom: 40px; }
    .category-header .title:before,
    .category-header .title:after,
		.page-header .title:before,
		.page-header .title:after { width: 280px; }
    .category-header .title h1,
    .category-header .title h2,
		.page-header .title h1,
		.page-header .title .h1 { line-height: 30px; font-size: 30px; letter-spacing: 10px; }
    .category-header.no-icon .title { top: -37px; }
}

.page-header .title { margin-bottom: 23px; }
.page-header .title h1,
.page-header .title .h1 { letter-spacing: 6px; }

/* Category Level 1 */
#subhomeBanners { clear:both; margin-bottom:25px; }
#subhomeBanners ul { margin:0 -5px; padding:0; overflow:hidden;  display: inline-block; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-sizing:border-box; box-sizing:border-box; }
#subhomeBanners ul li { float:left; width: calc(100% - 10px); margin: 5px; padding: 0; background: #FFF; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#subhomeBanners ul li a { display:block; text-decoration: none; cursor: pointer; }
#subhomeBanners ul li img { width:100%; }
#subhomeBanners ul li .info { padding: 30px 20px; font-size: 15px; line-height: 1.3em; color: #67635F; }
#subhomeBanners ul li .info h2 { display:block; font-size: 18px; font-weight: 900; color: #67635F; text-transform: uppercase; }
#subhomeBanners ul li .info p { margin: 0; }
#subhomeBanners ul li:hover { color: #FF5959; }
@media only screen and (min-width: 667px) {
    #subhomeBanners ul li { width: calc(50% - 10px); }
}
@media only screen and (min-width: 768px) {
    #subhomeBanners ul { margin:0 -10px; }
    #subhomeBanners ul li { width: calc(33.33% - 20px); margin: 10px; }
}
@media only screen and (min-width: 1024px) {
    #subhomeBanners ul { margin:0 -7.5px; }
    #subhomeBanners ul li { width: calc(33.33% - 15px); margin: 7.5px; }
}

/* Category Top Info */
.category-image { margin: 50px 0 66px; text-align:center; }
.category-image img { width: auto; max-width: 100%; border: 7px solid #fff; }
.category-video { width: 324px; margin: 70px auto 74px; border: 7px solid #fff; text-align:center; }
@media only screen and (min-width: 667px) {
    .category-image img { border-width: 10px; }
    .category-video { width: 417px; border-width: 10px; }
}
@media only screen and (min-width: 768px) {
    .category-video { width: 478px; }
}
@media only screen and (min-width: 1024px) {
    .category-image img { border-width: 15px; }
    .category-video { width: 630px; border-width: 15px; }
}
@media only screen and (min-width: 1130px) {
    .category-video { width: 665px; }
}

.category-video {
    margin-top: 48px;
    margin-bottom: 60px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 425px) {
    .category-video {
        margin-top: 48px;
        margin-bottom: 60px;

    }
}


/* Category Nav */
#categoryNav { clear:both; width: 100%; max-width: 990px; margin:0 auto 50px; text-align: center; text-transform: uppercase; }
#categoryNav h3 { margin-bottom: 25px; font-size:20px; font-weight:700; color:#FF5959; }
#categoryNav ul { margin:0; padding:0; }
#categoryNav ul li { display: inline-block; margin: 0 4px 10px; }
#categoryNav ul li a { display: block; padding: 12px; background-color: #FF5959; color:#fff; line-height: 15px; font-size: 15px; font-weight: 600; }
#categoryNav ul li a:hover, #categoryNav ul li.active a { background-color: rgba(229, 89, 89, 0.5); color:#fff; text-decoration:none; }
@media only screen and (min-width: 768px) {
/*
    #categoryNav { margin-bottom: 70px; }
     */
}
@media only screen and (min-width: 1130px) {
    /*
    #categoryNav { margin-bottom: 64px; margin-top: 64px; }
     */
}

#categoryNav { margin-bottom: 55px; margin-top: 12px; }


/* Products Labels */
.label_new,
.label_special,
.label_flash {
    display: block; width: 72px; margin: 0; padding: 0; line-height: 40px;
    font-size: 14px; font-weight: 700; color: #fff; text-align: center; text-transform: uppercase;
}
.label_new { background: #9CAD44; }
.label_special { background: #9979A1; }
.label_flash { background: #9979A1; }

@media only screen and (min-width: 1024px) {
    .label_new,
    .label_special { float: left; }
}

/* Products Grid */
.category-products { margin-bottom: 90px;margin-top: 10px; }
.catalogsearch-result-index .category-products { margin-top: 40px; }

.products-grid { position: relative; margin: 0 -4px;  display: inline-block; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.products-grid:after { content: ''; display: table; clear: both; }

/* Config: Two columns grid (default) */
.products-grid > li { width: calc(50% - 8px); margin: 0 4px 8px; }
.products-grid > li:nth-child(odd) { clear: left; }

@media only screen and (min-width: 667px) {
    /* Reset: 2 columns grid line break */
    .products-grid > li:nth-child(odd) { clear: none; }
    /* Config: Max 3 columns grid */
    .products-grid > li { width: calc(33.33% - 8px); }
    .products-grid > li:nth-child(3n+1) { clear: left; }
}
@media only screen and (min-width: 768px) {
    .products-grid { margin: 0 -10px; }
    .products-grid > li { width: calc(33.33% - 20px); margin: 0 10px 20px; }
}
@media only screen and (min-width: 1024px) {
    .products-grid { margin: 0 -7px; }
    /* Reset: 3 columns grid line break */
    .products-grid > li:nth-child(3n+1) { clear: none; }
    /* Config: Max 4 columns grid */
    .products-grid > li { width: calc(25% - 14px); margin: 0 7px 14px; }
    .products-grid > li:nth-child(4n+1) { clear: left; }
}
@media only screen and (min-width: 1130px) {
    .products-grid > li { width: calc(25% - 14px);}
}

.products-grid.owl-carousel { margin: 0; }

.products-grid .item { position: relative; float: left; background: #fff;  display: inline-block; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.products-grid .item:after { content: ''; display: table; clear: both; }

.products-grid .item .actions-top { position: absolute; top: 0; left: 0; width: 100%; }
.products-grid .item .actions-top:after { content: ''; display: table; clear: both; }
.products-grid .item .content { width: 100%; margin: 40px 0; padding: 0 8px; }
.products-grid .item .actions-bottom { -ms-flex-item-align: end; align-self: flex-end; /*position: relative;*/ width: 100%; }

.products-grid .item .actions-top .wishlist-link { display: block; float: right; }
.products-grid .item .actions-top .wishlist-link a { display: block; width: 40px; line-height: 40px; background: #E8E6E5; text-align: center; }
.products-grid .item .actions-top .wishlist-link a:before { content: ''; display: inline-block; width: 20px; height: 20px; position: relative; top: 6px; background: url("../images/sprite.svg") 0 -177px no-repeat transparent; }
.products-grid .item .actions-top .wishlist-link a:hover:before { background-position: -30px -177px; }
.products-grid .item .actions-top .wishlist-link span { display: none; }

.products-grid .item .actions-top .ratings { display: none; float: right; margin: 0; }
.products-grid .item .actions-top .ratings .rating-box { display: none; }
.products-grid .item .actions-top .ratings .amount a { display: block; width: 40px; line-height: 40px; text-align: center; }
.products-grid .item .actions-top .ratings .amount a:before { content: ''; display: inline-block; width: 20px; height: 20px; position: relative; top: 6px; background: url("../images/sprite.svg") -60px -177px no-repeat transparent; }
.products-grid .item .actions-top .ratings .amount span { display: none; }

.products-grid .item .actions-bottom .btn-cart { display: block; position: absolute; right: 0; bottom: 0; margin: 0; padding: 0; }
.products-grid .item .actions-bottom .btn-cart span { display: block; width: 40px; padding:0; line-height: 40px; background: #FF5959; text-align: center; }
.products-grid .item .actions-bottom .btn-cart span:before { content: ''; display: inline-block; width: 28px; height: 25px; position: relative; top: 7px; left: -1px ; background: url("../images/sprite.svg") -97px 0 no-repeat transparent; background-size: 300px; }
.products-grid .item .actions-bottom .btn-cart span span { display: none; }

.products-grid .item a.product-image { display: block;color:#FFF; }
.products-grid .item a.product-image img { display: block; margin: 0 auto; max-width: 100%; height: auto; }
.products-grid .item .product-name { margin: 15px 0 5px; line-height: 16px; font-size: 15px; font-weight: 600; color: #67635F; text-transform: uppercase; max-width: 235px;}
.products-grid .item .product-name a { color: inherit; }
.products-grid .item .price-box { float: left; min-height: 40px; }
.products-grid .item .regular-price { margin-left: 8px; }
.products-grid .item .special-price { margin-left: 10px; }

.products-grid .item.block_entrega { padding: 15px 0 40px; background: #FF5959; color: #2E2A25; text-align: center; }
.products-grid .item.block_entrega .container { -ms-flex-item-align: center; align-self: center; width: 100%; padding: 0 10px; }
.products-grid .item.block_entrega .container:before { content: ''; display: block; width: 115px; height: 85px; margin: 0 auto 20px; background: url("../images/sprite.svg") -138px -145px no-repeat transparent; background-size: 290px; }
.products-grid .item.block_entrega p { width: 100%; }
.products-grid .item.block_entrega p.title { line-height: 20px; font-size: 20px; font-weight: 900; letter-spacing: 1px; color: #FFF; text-transform: uppercase; }
.products-grid .item.block_entrega p.comment { line-height: 16px; font-size: 14px; }
.products-grid .item.block_entrega a.ayuda_fancybox {
    position: absolute; left: 50%; bottom: 0; width: 105px; line-height: 40px; background: #2E2A25; font-size: 14px; font-weight: 600; color: #FFF; text-transform: uppercase;
    -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);  -webkit-transform: translate(-50%,0);  -moz-transform: translate(-50%,0);  -o-transform: translate(-50%,0);
}

.products-grid .item.block_clientesfelices { padding: 30px 20px; background: #67635F; color: #FFF; }
.products-grid .item.block_clientesfelices p { width: 100%; }
.products-grid .item.block_clientesfelices p.title { -ms-flex-item-align: start; align-self: flex-start; line-height: 20px; font-size: 20px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.products-grid .item.block_clientesfelices p.comment { -ms-flex-item-align: center; align-self: center; line-height: 16px; font-size: 14px; font-style: italic; }
.products-grid .item.block_clientesfelices p.comment:before,
.products-grid .item.block_clientesfelices p.comment:after { display: block; content: '"'; font-size: 30px; }
.products-grid .item.block_clientesfelices p.comment:before { margin-bottom: -5px; }
.products-grid .item.block_clientesfelices p.comment:after { margin-top: 10px; }
.products-grid .item.block_clientesfelices p.author { -ms-flex-item-align: end; align-self: flex-end; line-height: 16px; font-size: 14px; }

.ajaxcart_loader { display: none; }
.ajaxcart_loader .ajax-loader-img img { display: inline-block; width: 22px; height: 22px; }

.products-grid .item .ajaxcart_loader { position: absolute; right: 0; bottom: 0; margin: 0; padding: 0; }
.products-grid .item .ajaxcart_loader .label { display: none; }
.products-grid .item .ajaxcart_loader .ajax-loader-img { width: 42px; height: 42px; padding-top: 10px; text-align: center; }

@media only screen and (min-width: 667px) {
    .products-grid .item .content { padding: 0 12px; }
    .products-grid .item .regular-price { margin-left: 15px; }
    .products-grid .item .special-price { margin-left: 15px; }
    .products-grid .item.block_entrega .container:before { width: 135px; height: 95px; background: url("../images/sprite.svg") -167px -177px no-repeat transparent; background-size: initial; }
    .products-grid .item.block_entrega p.title { line-height: 25px; font-size: 25px; }
    .products-grid .item.block_entrega p.comment { line-height: 18px; font-size: 16px; }
    .products-grid .item.block_clientesfelices { padding: 45px 30px; }
    .products-grid .item.block_clientesfelices p.title { line-height: 25px; font-size: 25px; }
    .products-grid .item.block_clientesfelices p.comment { line-height: 18px; font-size: 16px; }
    .products-grid .item.block_clientesfelices p.comment:before,
    .products-grid .item.block_clientesfelices p.comment:after { font-size: 36px; }
    .products-grid .item.block_clientesfelices p.author { line-height: 20px; font-size: 18px; }
}
@media only screen and (min-width: 768px) {
    .products-grid .item .content { padding: 0 18px; }
    .products-grid .item .regular-price { margin-left: 25px; }
    .products-grid .item.block_entrega p.title { line-height: 24px; font-size: 24px; }
    .products-grid .item.block_entrega p.comment { line-height: 18px; font-size: 16px; }
    .products-grid .item.block_entrega a.ayuda_fancybox { font-size: 14px; }
    .products-grid .item.block_clientesfelices { padding: 45px 30px; }
    .products-grid .item.block_clientesfelices p.title { line-height: 30px; font-size: 30px; }
}
@media only screen and (min-width: 1024px) {
    .products-grid .item .content { padding: 0 18px; }
    .products-grid .item .regular-price { margin-left: 25px; }
    .products-grid .item .special-price { margin-left: 18px; }
}
@media only screen and (min-width: 1130px) {
    .products-grid .item .content { padding: 0 12px; }
    .products-grid .item .regular-price { margin-left: 15px; }
    .products-grid .item .special-price { margin-left: 15px; }
    .products-grid .item.block_entrega p.title { line-height: 30px; font-size: 30px; }
    .products-grid .item.block_clientesfelices { padding: 50px 20px 45px; }
    .products-grid .item.block_clientesfelices p.comment { line-height: 20px; font-size: 18px; }
}

#toTop { display: block; width: 192px; margin: 0 auto; background: #FF5959; text-align: center; cursor: pointer; }
#toTop:hover { background: rgba(229, 89, 89, 0.5); }
#toTop span { line-height: 50px; font-size: 18px; font-weight: 900; color: #FFF; text-transform: uppercase; }

.category_bottom_description { margin-top: 100px; background: #FF5959; }
.category_bottom_description .content { padding: 50px 25px; background: #f8f8f8; font-size: 16px; }
.category_bottom_description .content .std { text-align: center; }
.category-header .description h2,
.category_bottom_description .content .std h2 { color: #FF5959; text-transform: uppercase; margin-bottom: 15px; padding-top: 10px; letter-spacing: 2px; font-weight: 900; }
.category_bottom_description .content .std p { margin-bottom: 25px; }
@media only screen and (min-width: 667px) {
    .category_bottom_description .content { padding: 85px 110px; }
}

    /* Product View */
.product-view { padding-top: 65px; }

.product-view .product-essential { margin-bottom: 60px; }

.product-view .product-img-box { position: relative; width: 100%; margin-bottom: 60px; text-align: center; }
.product-view .product-img-box .product-image { position: relative; z-index: 9; margin-bottom: 15px; padding: 0; overflow: hidden; background: #fff; }
.product-view .product-img-box .product-image .ampliar { display: block; width: 26px; height: 26px; position: absolute; top: 12px; right: 12px; z-index: 8; background: url("../images/sprite.svg") repeat scroll -204px 0 rgba(0, 0, 0, 0); }
.product-view .product-img-box .product-image .ampliar span { display: none; }
.product-view .product-img-box .product-image img { max-width: 100%; cursor: move; }

.product-view .product-img-box .more-views ul { margin: 0 -4px }
.product-view .product-img-box .more-views li { float: left; padding: 0 4px 8px; }

.product-view .product-img-box .social-share { position: absolute; width: 30px; z-index: 99; }
.product-view .product-img-box .social-share a { display: block; position: relative; margin: 0 0 3px; width: 35px; height: 35px; text-indent: -9999px; background: #BBB8B6; }
.product-view .product-img-box .social-share a:before { content: ''; display: block; position: absolute; top: 5px; left: 5px; width: 25px; height: 25px; background: url("../images/icons/social.png") 0 0 no-repeat; }
.product-view .product-img-box .social-share a:hover { background: #FF5959; }

.product-view .product-img-box .social-share .facebook:before { background-position: -8px -40px; }
.product-view .product-img-box .social-share .twitter:before { background-position: -47px -40px; }
.product-view .product-img-box .social-share .pinterest:before { background-position: -127px -40px; }

.product-view .product-img-box .social-share .favoritos { background: #FF5959; }
.product-view .product-img-box .social-share .favoritos:before { background: url("../images/sprite.svg") 2px -174px no-repeat; }

.product-view .product-shop .product-name { margin-bottom: 25px; }
.product-view .product-shop .product-name h1 { margin: 0; line-height: 30px; font-size: 26px; font-weight: 900; text-transform: uppercase; }

.product-view .product-shop .box_descfeatureslink { margin-bottom: 15px; }
.product-view .product-shop .short-description { margin-bottom: 35px; padding: 0; font-size: 16px; }

.product-view .product-shop .vercaracteristicas { font-size: 12px; font-weight: 700; color: #FF5959; text-transform: uppercase; }
.product-view .product-shop .vercaracteristicas:after {
    content: ''; display: inline-block; margin-left: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #FF5959;
}

.product-view .product-shop .price-box { display: block; margin-bottom: 20px; padding: 20px 5px; border-top: 1px solid #bab7b6; border-bottom: 1px solid #bab7b6; }
.product-view .product-shop .price-box .price { font-size: 30px; font-weight: 600; line-height: 30px; }
.product-view .product-shop .price-box .special-price .price { color: #FF5959; }
.product-view .product-shop .price-box .old-price .price { margin-left: 20px; font-weight: 300; color: inherit; }

.product-view .product-shop .add-to-cart { margin-bottom: 20px; line-height: 30px; font-weight: 600; overflow: hidden; }
.product-view .product-shop .add-to-cart label { display: block; float: left; padding: 0 10px; background: #67635F; font-size: 14px; color: #FFF; text-transform: uppercase; }

.product-view .product-shop .view_boto_addtocart button.btn-cart { position: relative; display: block; width: 100%; padding: 20px 45px 20px 0; }
.product-view .product-shop .view_boto_addtocart button.btn-cart span { letter-spacing: 1px; }
.product-view .product-shop .view_boto_addtocart button.btn-cart .icon { position: absolute; top: 18px; right: 30px; display: block; width: 30px; height: 28px; background: url("../images/sprite.svg") -114px 0 transparent; }
.product-view .product-shop .view_boto_addtocart .ajaxcart_loader { display: none; width: 100%; position: relative; padding: 20px 45px 20px 20px; background: #FFF; text-align: center; }
.product-view .product-shop .view_boto_addtocart .ajaxcart_loader .label { font-size: 18px; line-height: 22px; text-transform: uppercase; }
.product-view .product-shop .view_boto_addtocart .ajaxcart_loader .ajax-loader-img { position: absolute; top: 20px; right: 30px; }

.product-view .product-shop .view_boto_addtocart .box_entrega { display: none; }

.product-view .box-caracteristicas .h2,
.product-view .box-reviews .h2,
.product-view .carousel .h2,
.box_recetas_producto .h2 { display: block; padding: 16px 20px; background: #FF5959; line-height: 20px; font-size: 18px; font-weight: 700; letter-spacing: 1px; color: #FFF; text-transform: uppercase; }

.product-view .carousel .h2,
.box_recetas_producto .h2 { margin-bottom: 15px; }

.product-view .box-caracteristicas { margin-bottom: 20px; }
.product-view .box-caracteristicas .content-collateral { padding: 30px 20px; background: #FFF; overflow: hidden; font-size: 15px; }
.product-view .box-caracteristicas .content-collateral iframe{width:100%;}
.product-view .box-caracteristicas .col_left iframe { width: 100% !important; }
.product-view .box-caracteristicas .col_left label { font-weight: 700; }
.product-view .box-caracteristicas .col_left .title,
.product-view .box-caracteristicas .col_right .title { font-weight: 700; }
.product-view .box-caracteristicas .col_left ul li:before,
.product-view .box-caracteristicas .col_right ul li:before { content: "• "; font-size: 16px; padding-right: 5px; }
.product-view .box-caracteristicas .col_left.full,
.product-view .box-caracteristicas .col_right.full { width: 100% !important; }

.product-view .box-reviews { margin-bottom: 75px; }
.product-view .box-reviews .h2 .number_review { display: none; }
.product-view .box-reviews .h2 a.link_dejacomentario { margin-left: 15px; font-size: 12px; font-weight: normal; color: #FFF; text-decoration: underline; }
.product-view .box-reviews .items_opinions { overflow: hidden; background: #FFF; font-size: 15px; }
.product-view .box-reviews .items_opinions a.link_dejacomentario { display: inline-block; padding: 30px 20px; }
.product-view .box-reviews .items_opinions dl { margin: 30px 0; padding: 0 20px; }
.product-view .box-reviews .items_opinions dl dt { position: relative; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid #bab7b6; color: #FF5959; }
.product-view .box-reviews .items_opinions dl dt .reviewby { font-size: 18px; font-weight: 700; }
.product-view .box-reviews .items_opinions dl dt .date { font-size: 15px; font-weight: 300; }
.product-view .box-reviews .items_opinions dl dt .ratings-table { position: absolute; top: 0; right: 0; }

.product-view .related-products .view_related,
.product-view .related-products .product_viewed,
.box_recetas_producto { margin-bottom: 75px; }

.post_content .related-products .carousel { padding: 0 15px 10px !important; }
.post_content .related-products .carousel .h2 { display: block; padding: 16px 20px; margin: 0 -15px 15px; background: #FF5959; line-height: 20px; font-size: 18px; font-weight: 700; color: #FFF; text-transform: uppercase; }
.post_content .related-products .products-grid .item * { letter-spacing: 0 !important; }
.post_content .related-products .products-grid .item a.product-image img { max-width: 100% !important; width: auto !important; height: auto !important; }
.post_content .related-products .products-grid .item .product-name,
.post_content .related-products .products-grid .item .product-name a { padding: 0 !important; font-weight: 600; }
.post_content .related-products .products-grid .item .content { min-height: auto !important; }

.div_qty { display: block; float: left; overflow: hidden; }
.div_qty input.input-text { display: block; float: left; width: 50px; height: 30px; border: 1px solid #67635F; line-height: 30px; font-family: 'Source Sans Pro', sans-serif; font-size: 20px; color: #FF5959; text-align: center; }
.div_qty .mas,
.div_qty .menos { display: block; float: left; width: 40px; background: #67635F; line-height: 30px; font-size: 20px; color: #FFF; text-align: center; text-decoration: none; cursor: pointer; }
.div_qty .menos { border-left: 1px solid #FFF; }

@media only screen and (min-width: 667px) {
    .product-view { padding-top: 50px; }
    .product-view .product-essential { margin-bottom: 75px; }
    .product-view .product-img-box .more-views ul { margin: 0 -5px }
    .product-view .product-img-box .more-views li { float: left; padding: 0 5px 10px; }
    .product-view .product-shop .view_boto_addtocart button.btn-cart,
    .product-view .product-shop .view_boto_addtocart .ajaxcart_loader,
    .product-view .box-caracteristicas .h2,
    .product-view .box-reviews .h2 { max-width: 408px; }
    .post_content .related-products .products-grid .item .content { padding: 0 18px !important; }
}
@media only screen and (min-width: 768px) {
    .product-view .product-img-box { float: left; width: 460px; margin-bottom: 0; }
    .product-view .product-shop { float: right; width: 220px; }
    .product-view .product-shop .view_boto_addtocart button.btn-cart { max-width: none; padding: 20px 30px 20px 0; }
    .product-view .product-shop .view_boto_addtocart button.btn-cart span { font-size: 16px; letter-spacing: 0; }
    .product-view .product-shop .view_boto_addtocart button.btn-cart .icon { right: 12px; }
    .product-view .product-shop .view_boto_addtocart .ajaxcart_loader { max-width: none; }
    .product-view .box-caracteristicas .h2,
    .product-view .box-reviews .h2,
    .product-view .box-reviews .items_opinions dl { max-width: 458px; }
}
@media only screen and (min-width: 1024px) {
    .product-view .product-img-box { width: 630px; }
    .product-view .product-shop { width:305px; }
    .product-view .product-shop .view_boto_addtocart button.btn-cart { padding: 20px 45px 20px 0; }
    .product-view .product-shop .view_boto_addtocart button.btn-cart span { font-size: 18px; letter-spacing: 1px; }
    .product-view .product-shop .view_boto_addtocart button.btn-cart .icon { right: 30px; }
    .product-view .box-caracteristicas .h2,
    .product-view .box-reviews .h2 { width: 50%; max-width: none; min-width: 408px; }
    .product-view .box-caracteristicas .col_left { width: 48%; float: left; }
    .product-view .box-caracteristicas .col_right { width: 48%; float: right; }
    .product-view .box-reviews .items_opinions dl { float: left; width: 50%; max-width: none; }
    .product-view .box-reviews .items_opinions dl:nth-child(2n) { float: right; }
    .product-view .related-products { margin-left: -7px; margin-right: -7px; overflow: hidden; }
    .product-view .related-products .view_related,
    .product-view .related-products .product_viewed { width: 50%; float: left; padding: 0 7px; }
}
@media only screen and (min-width: 1130px) {
    .product-view { padding-top: 70px; }
    .product-view .product-img-box { width: 715px; }
    .product-view .product-img-box .product-image { margin-bottom: 20px; }
    .product-view .product-img-box .product-image .ampliar { top: 20px; right: 20px; }
    .product-view .product-shop { width:350px; }
    .product-view .product-shop .product-name { margin-bottom: 30px; }
    .product-view .product-shop .product-name h1 { line-height: 32px; font-size: 30px; }
    .product-view .product-shop .box_descfeatureslink { margin-bottom: 55px; }
    .product-view .product-shop .short-description { margin-bottom: 15px; }
    .product-view .product-shop .view_boto_addtocart { margin-bottom: 15px; }
    .product-view .product-shop .view_boto_addtocart .box_entrega { display: block; margin-top: 20px; padding: 15px 40px; background: #FFF; }
    .product-view .product-shop .view_boto_addtocart .box_entrega a.box_entrega_link { display: block; color: #908C89; text-decoration: none !important; }
    .product-view .product-shop .view_boto_addtocart .box_entrega ul { text-transform: uppercase; font-size: 10px; line-height: 17px; }
    .product-view .product-shop .view_boto_addtocart .box_entrega ul li { display: block; position: relative; margin: 25px 0; padding-left: 60px; }
    .product-view .product-shop .view_boto_addtocart .box_entrega ul li:before { content: ""; display: block; width: 50px; height: 35px; position: absolute; top: 0; left: 0; background: url("../images/sprite.svg") 0 0 no-repeat transparent; }
    .product-view .product-shop .view_boto_addtocart .box_entrega ul li.envio:before { background-position: -42px -265px; }
    .product-view .product-shop .view_boto_addtocart .box_entrega ul li.entrega:before { background-position: -98px -264px; }
    .product-view .product-shop .view_boto_addtocart .box_entrega ul li.devolucion:before { background-position: -99px -306px; }
    .product-view .product-shop .view_boto_addtocart .box_entrega ul li.reembolso:before { background-position: -42px -305px; }
    .product-view .product-shop .view_boto_addtocart .box_entrega ul li strong { display: block; font-size: 15px; font-weight: 700; }
}

/*Product Availability, stock */
.product-view .product-shop .availability { margin-top: 45px; font-size:16px; font-weight:400; }
.product-view .product-shop .availability .title{ text-transform: uppercase; font-weight:700; color:#F6B436; font-size:18px;}
.main .product-view .product-shop .button_avisadme button.button,
.main .products-grid .item .button_avisadme button.button { position: relative; width:100%; background: #F6B436; padding:17px 30px 15px 30px; border:none; line-height: 30px; }
.main .products-grid .item .button_avisadme button.button:hover { background: #F6B436; }
.main .products-grid .item .button_avisadme button.button span.title,
.main .products-grid .item .button_avisadme button.button span.sub { visibility:hidden; }
.main .products-grid .item .button_avisadme button.button:hover span.title,
.main .products-grid .item .button_avisadme button.button:hover span.sub { visibility:visible; }
.main .product-view .product-shop .button_avisadme button.button .icon,
.main .products-grid .item .button_avisadme button.button .icon {
	content: '';
	display: inline-block;
	background: url(../images/sprite.svg) -230px -495px no-repeat;
	width: 41px;
	height: 42px;
	position: absolute;
	background-color: #F6B436;
	top: 15px;
	right: 15px;
	vertical-align: middle;
}
.main .products-grid .item .button_avisadme button.button { background: transparent; padding:8px 10px 6px 10px; text-align:left; line-height:14px; position: absolute; bottom: 0; left: 0; }
.main .products-grid .item .button_avisadme button.button span { letter-spacing:1px; font-size:12px; line-height:14px; font-weight:600; }
.main .products-grid .item .button_avisadme button.button .sub{ display:none; }
.main .products-grid .item .button_avisadme button.button .icon {
	background-size:320px;
	background-position: -203px -444px;
	position: absolute;
	background-color: #F6B436;
	bottom: 0px;
	right: 0px;
	top:0px;
}
@media only screen and (min-width: 667px){
	.main .product-view .product-shop .button_avisadme button.button { max-width: 408px; }
	.main .products-grid .item .button_avisadme button.button { padding:6px 10px 5px 10px; }
	.main .products-grid .item .button_avisadme button.button span { font-size:10px; }
	.main .products-grid .item .button_avisadme button.button .sub{ display:inline; font-size:7px;}
}
@media only screen and (min-width: 768px){
	.main .product-view .product-shop .button_avisadme button.button { max-width: 458px;}
	.main .products-grid .item .button_avisadme button.button { padding:8px 10px 5px 10px; }
	.main .products-grid .item .button_avisadme button.button span { font-size:11px; }
	.main .products-grid .item .button_avisadme button.button .sub{ font-size:8px; }
}
@media only screen and (min-width: 1024px){
	.main .product-view .product-shop .button_avisadme button.button { max-width: none;}
	.main .products-grid .item .button_avisadme button.button span { font-size:12px; }
	.main .products-grid .item .button_avisadme button.button .sub{ font-size:9px; }
}
@media only screen and (min-width: 1130px){
	.main .products-grid .item .button_avisadme button.button span { font-size:13px; }
	.main .products-grid .item .button_avisadme button.button .sub{ font-size:10px; }
}

/* Shopping Cart Sidebar */
.header .block-cart .block-content { display: none !important; }

.mini-products-list { display: block; max-height: 170px; overflow-y: auto; }
.mini-products-list .item { overflow: hidden; position: relative; padding: 5px 0; border-bottom: 1px solid #BBB8B6; }
.mini-products-list .item .btn-remove { display: block; width: 18px; height: 18px; position: absolute; top: 10px; right: 10px; background: url("../images/sprite.svg") -310px -81px no-repeat transparent; }
.mini-products-list .item .btn-remove span { display: none; }
.mini-products-list .item .product-image { display: block; float: left; }
.mini-products-list .item .product-details { display: block; float: right; width: calc(100% - 80px); padding-right: 10px; }
/* SOLO para Safari */
::i-block-chrome, .mini-products-list .item .product-details { width: 80%;}
/* END */
.mini-products-list .item .product-name { margin-right: 20px; font-size: 14px; font-weight: 600; line-height: 18px; text-transform: uppercase; }
.mini-products-list .item .product-name a { color: inherit; }
.mini-products-list .item .product-cantidad { float: left; margin: 0; }
.mini-products-list .item .product-cantidad:before { content: ''; display: inline-block; width: 20px; height: 22px; margin-right: 3px; background: url("../images/sprite.svg") -30px 5px no-repeat transparent; background-size: 155px; vertical-align: top; }
.mini-products-list .item .product-cantidad span { display: inline-block; width: 20px; line-height: 22px; text-align: center; background: #FF5959; color: #FFF; }
.mini-products-list .item .price { float: right; font-size: 14px; font-weight: 600; }

@media only screen and (min-width: 768px) {
    .header .block-cart .block-content.openbox { display: block !important; }
    .header .block-cart #block-content-sidebar {
        display: block !important; width: 410px; padding: 20px; position: absolute; right: 0; top: 50px; z-index: 9999;
        border: 1px solid #BBB8B6; background: #FFF; box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.5);
    }
    .header .block-cart .summary .subtotal { margin-top: 2px; padding: 10px 15px; background: #E8E6E5; font-size: 12px; font-weight: 600; text-transform: uppercase; text-align: right; }
    .header .block-cart .summary .envio { padding: 25px; font-size: 14px; font-style: italic; color: #FF5959; text-align: center; }
    .header .block-cart .summary .envio:before { content: ''; display: inline-block; width: 35px; height: 22px; margin-right: 15px; background: url("../images/sprite.svg") 0 -44px no-repeat transparent; background-size: 137px; vertical-align: top; }
    .header .block-cart .summary .envio strong { font-weight: inherit; }
    .header .block-cart .total { padding: 10px 15px; background: #E8E6E5; font-size: 14px; font-weight: 700; line-height: 16px; text-transform: uppercase; text-align: right; }
    .header .block-cart .pricetotal { font-size: 18px; color: #FF5959; }
    .header .block-cart .summary .subtotal .title:after,
    .header .block-cart .total .title:after { content: ':'; display: inline-block; margin-right: 8px; }
    .header .block-cart .actions { margin-top: 3px; }
    .header .block-cart .actions button.button,
    .header .block-cart .actions .link_vercesta { display: block; float: right; width: 49%; padding: 12px; margin: 0; border: 0; background: #FF5959; text-decoration: none !important; text-align: center; cursor: pointer; }
    .header .block-cart .actions button.button span,
    .header .block-cart .actions .link_vercesta span { line-height: 16px; font-family: "Source Sans Pro", sans-serif; font-size: 14px; font-weight: 900; color: #fff; letter-spacing: 2px; text-transform: uppercase; }
    .header .block-cart .actions .link_vercesta { float: left; position: relative; padding: 10px 12px; background: #FFF; border: 1px solid #FF5959; }
    .header .block-cart .actions .link_vercesta:before { content: ''; display: block; width: 20px; height: 20px; position: absolute; right: 15px; background: url("../images/sprite.svg") -78px 2px no-repeat transparent; background-size: 180px; vertical-align: top; }
    .header .block-cart .actions .link_vercesta span { color: #FF5959; }
}

/* Shopping Cart */
.cart { margin-bottom: 100px; }

.cart .gasto_envio_banner { margin-bottom:20px; }
.cart .gasto_envio_banner p { margin: 0; padding: 8px 12px;  background: #e8e6e5; font-size: 16px; font-weight: 300; }

.cart .cart-list { width: 100%; margin-bottom: 10px; }
.cart .cart-list .list-head { margin-bottom: 10px; padding: 0 10px; background: #FF5959; overflow: hidden; }
.cart .cart-list .list-head li { float: left; padding: 15px 0; line-height: 16px; font-size: 14px; font-weight: 600; color: #fff; text-transform: uppercase; }
.cart .cart-list .list-head li.unit-price,
.cart .cart-list .list-head li.quantity { display: none; }

.cart .cart-list .list-body { border: 1px solid #BBB8B6; }
.cart .cart-list .list-body li {  display: inline-block; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; min-height: 121px; padding-right: 10px; padding-left: 95px; border-bottom: 1px solid #BBB8B6; overflow: hidden; }
.cart .cart-list .list-body li:last-child { border-bottom: none; }

.cart .cart-list .list-body li .remove { position: absolute; left: -1px; bottom: -1px; width: 40px; }
.cart .cart-list .list-body li .remove .btn-remove { display: block; position: relative; width: 100%; height: 40px; padding-top: 8px; border: 1px solid #BBB8B6; }
.cart .cart-list .list-body li .remove .btn-remove:before { content: ""; display: block; width: 20px; height: 20px; margin: 0 auto; background: url("../images/sprite.svg") 0px -325px no-repeat transparent; }
.cart .cart-list .list-body li .remove .btn-remove span { display: none; }
.cart .cart-list .list-body li .image { width: 80px; height: 80px; position: absolute; left: 0; top: 0; }
.cart .cart-list .list-body li .image img { width: 100%; height: auto; }
.cart .cart-list .list-body li .product-name,
.cart .cart-list .list-body li .product-name a { margin: 0; line-height: 14px; font-size: 12px; font-weight: 600; color: inherit; text-transform: uppercase; }
.cart .cart-list .list-body li .info,
.cart .cart-list .list-body li .unit-price,
.cart .cart-list .list-body li .quantity { width: calc(100% - 85px); }
.cart .cart-list .list-body li .cart-price .price { font-size: 18px; font-weight: 600; letter-spacing: 1px; }
.cart .cart-list .list-body li .final-price .cart-price .price { color: #FF5959; }
.cart .cart-list .list-head li.final-price,
.cart .cart-list .list-body li .final-price { float: right; width: 85px; text-align: right; }

.cart .totals table { width: 100%; text-transform: uppercase; }
.cart .totals table tr td { padding: 7px 0; font-size: 15px; font-weight: 600; line-height: 25px; }
.cart .totals table tr td:first-child { padding-left: 20px; text-align: left !important; }
.cart .totals table tr td:last-child { padding-right: 20px; }
.cart .totals table tr td .price { font-size: 18px; }
.cart .totals table tbody tr:first-child td { background: #E8E6E5; }
.cart .totals table tfoot tr:last-child td { background: #67635F; color: #FFF; font-size: 18px; font-weight: 700; }
.cart .totals table tfoot tr:last-child td .price { font-size: 24px; }

.cart .codigo_descuento { display: block; width: 100%; margin-bottom: 15px; padding: 30px 10px 40px 20px; background: #E8E6E5; overflow: hidden; }
.cart .codigo_descuento .icon { display: block; float: left; width:48px; height: 48px; margin-right: 10px; background: url("../images/sprite.svg") -86px -206px no-repeat transparent; background-size: 210px; }
.cart .codigo_descuento .link_descuento { display: block; float: left; width: calc(100% - 78px); padding-top: 10px; font-size: 16px; font-weight: 700; line-height: 18px; text-decoration: none; text-transform: uppercase; }
.cart .discount { clear: left; margin-left: 0; padding-top:10px; }
.cart .discount h2 { display: none; }
.cart .discount label { display: block; font-size: 14px; }
.cart .discount input.input-text { float: left; width: calc(100% - 140px); height: 34px; padding: 0 10px; line-height: 34px; }
.cart .discount button.button { display: block; float: left; padding-top: 6px; padding-bottom: 6px; }
.cart .discount button.button span { font-weight: 400; }

.cart .grey-separator { height: 10px; margin: 10px 0; background: #67635F; }

.cart .botonset_cart { margin: 15px 0; text-align: center; }
.cart button.btn-continue { position: relative; width: 100%; margin-bottom: 15px; background: #FFF; border: 1px solid #FF5959; }
.cart button.btn-continue:before { content: ''; display: block; width: 26px; height: 26px; position: absolute; top: 12px; left: 20px; background: url("../images/sprite.svg") -310px -44px no-repeat transparent; }
.cart button.btn-continue:after { content: ''; display: block; width: 30px; height: 30px; position: absolute; top: 10px; right: 20px; background: url("../images/sprite.svg") -155px 0 no-repeat transparent; }
.cart button.btn-continue span { color: #FF5959; }
.cart button.btn-checkout { position: relative; width: 100%; }
.cart button.btn-checkout:after { content: ''; display: block; width: 26px; height: 26px; position: absolute; top: 12px; right: 20px; background: url("../images/sprite.svg") -94px -177px no-repeat transparent; }

.cart .targetes_cart { width: 100%; height: 55px; margin: 0 auto; background: url("../images/sprite.svg") center -398px no-repeat transparent; background-size: 325px; }
.cart .verisign { clear: both; padding-top: 80px; }
.cart .verisign:before { content: ''; display: block; width: 140px; height: 65px; margin: 0 auto; background: url("../images/verisign.png") 0 0 no-repeat transparent; }
.cart .verisign p { margin-top: 20px; font-size: 15px; text-align: center; }

@media only screen and (min-width: 667px) {
    .cart .cart-list .list-head li { line-height: 20px; font-size: 18px; }
    .cart .cart-list .list-head li.info { width: 377px; }
    .cart .cart-list .list-head li.quantity { display: block; }
    .cart .cart-list .list-body li .info,
    .cart .cart-list .list-body li .unit-price { width: calc(100% - 220px);float:left; }
    .cart .cart-list .list-head li.quantity,
    .cart .cart-list .list-body li .quantity { float: left;  width: 135px; }

    /* SOLO para Safari */
    ::i-block-chrome, .cart .cart-list .list-body li .info{
        margin-top:50px;
    }
    ::i-block-chrome, .cart .cart-list .list-body li .quantity{
        margin-top:45px;
    }
    ::i-block-chrome, .cart .cart-list .list-body li .unit-price, .cart .cart-list .list-body li .final-price{
        line-height: 118px;
    }
    /* END */

    .cart .cart-list .list-body li .remove { width: 80px; }
    .cart .cart-list .list-body li .product-name a { line-height: 18px; font-size: 16px; }
    .cart .totals { float: right; width: 200px; }
    .cart .codigo_descuento { padding: 30px; }
    .cart .codigo_descuento .icon { margin-right: 20px; }
    .cart .codigo_descuento { float: left; width: calc(100% - 210px); padding: 37px 40px; }
    .cart button.btn-continue { width: calc(50% - 9px); margin-right: 15px; }
    .cart button.btn-continue:before { left: 10px; }
    .cart button.btn-checkout { width: calc(50% - 9px); }
    .cart button.btn-continue:after { right: 10px; }
    .cart button.btn-checkout:after { right: 10px; }
}
@media only screen and (min-width: 768px) {
    .cart .cart-list .list-head li.unit-price { display: block; }
    .cart .cart-list .list-body li { min-height: auto; padding-right: 15px; padding-left: 0; }
    .cart .cart-list .list-body li:last-child { border-bottom: none; }
    .cart .cart-list .list-head li:first-child { padding-left: 45px; }
    .cart .cart-list .list-body li .image { margin-right: 12px; }
    .cart .cart-list .list-body li .remove { float: left;  width: 40px; position: relative; }
    .cart .cart-list .list-head li.image,
    .cart .cart-list .list-body li .image { float: left;  width: 100px; height: auto; position: relative; }
    .cart .cart-list .list-head li.info { width: 340px; }
    .cart .cart-list .list-body li .info { float: left;  width: 195px; }
    .cart .cart-list .list-head li.unit-price,
    .cart .cart-list .list-body li .unit-price,
    .cart .cart-list .list-head li.final-price,
    .cart .cart-list .list-body li .final-price { width: 100px; }
    .cart .cart-list .list-body li .remove .btn-remove { height: 100px; padding-top: 40px; border: none; border-right: 1px solid #BBB8B6; }
    .cart .cart-list .list-body li .btn-remove span { display: none; }
    .cart .cart-list .list-body li .product-name,
    .cart .cart-list .list-body li .product-name a { margin: 0; line-height: 18px; font-size: 16px; font-weight: 600; color: inherit; text-transform: uppercase; }
    .cart .cart-list .list-body li .cart-price .price { font-size: 18px; font-weight: 600; letter-spacing: 1px; }
    .cart .cart-list .list-body li .final-price .cart-price .price { color: #FF5959; }
    .cart .totals { width: 220px; }
    .cart .codigo_descuento { width: calc(100% - 230px); }
    .cart button.btn-continue:after { right: 20px; }
    .cart button.btn-checkout:after { right: 20px; }
}
@media only screen and (min-width: 1024px) {
    .cart .cart-list .list-head li:first-child { padding-left: 95px; }
    .cart .cart-list .list-body li .remove { width: 100px; }
    .cart .cart-list .list-body li .image { margin-right: 30px; }
    .cart .cart-list .list-head li.info { width: 558px; }
    .cart .cart-list .list-body li .info { width: 338px; }
    .cart .cart-list .list-head li.unit-price,
    .cart .cart-list .list-body li .unit-price,
    .cart .cart-list .list-head li.final-price,
    .cart .cart-list .list-body li .final-price { width: 115px; }
    .cart .totals { width: 300px; }
    .cart .codigo_descuento { width: calc(100% - 310px); }
    .cart .codigo_descuento .link_descuento { padding-top: 15px; font-size: 18px; }
    .cart .botonset_cart { float: right; width: calc(100% - 365px); margin: 0; text-align: right; }
    .cart .targetes_cart { width: 350px; float: left; background-size: auto; background-position: 0 -432px; }
    .cart .verisign:before { margin: 0; }
    .cart .verisign p { text-align: left; }
    .cart button.btn-continue:after { right: 10px; }
    .cart button.btn-checkout:after { right: 10px; }
		.cart .discount{ margin-left:68px; padding-top:0;}
}
@media only screen and (min-width: 1130px) {
    .cart .cart-list .list-head,
    .cart .cart-list .list-body li { padding-right: 40px; }
    .cart .cart-list .list-head li.info { width: 600px; }
    .cart .cart-list .list-body li .info { width: 380px; }
    .cart .cart-list .list-head li.unit-price,
    .cart .cart-list .list-body li .unit-price,
    .cart .cart-list .list-head li.final-price,
    .cart .cart-list .list-body li .final-price { width: 145px; }
    .cart .totals { width: 350px; }
    .cart .totals table tr td .price { padding-right: 20px; font-size: 18px; }
    .cart .codigo_descuento { width: calc(100% - 360px); }
    .cart .codigo_descuento .icon { margin-right: 30px; }
    .cart button.btn-continue:after { right: 20px; }
    .cart button.btn-checkout:after { right: 20px; }
		.cart .discount { margin-left: 80px; }

    /* SOLO para Safari */
    ::i-block-chrome, .cart .codigo_descuento { width: 67%; }
}

/* Login - Account */
.account-login { padding-bottom: 60px; }
.account-login .col2-set { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.account-login .col2-set .col-1 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-top: 55px; }

.forgot-password { padding-bottom: 50px; }

.account-login .page-title,
.my-account .page-title,
.block-account .block-title,
.contacts_page .page-title,
.contacts_page h3,
.forgot-password .legend { background: #FF5959; font-size: 18px; color: #fff; font-weight: 600; text-transform: uppercase; padding: 18px 30px; margin-bottom: 40px; letter-spacing: 2px; line-height: 24px; }

.my-account .page-title h1{font-size: 18px; color: #fff; font-weight: 600; margin-bottom: 0; padding:0 0;}
.my-account .page-title.title-buttons h1{float:left;}
.my-account .page-title.title-buttons a{float:right;}
.block-account .block-title strong{font-weight:600;}

.header-login { margin-bottom: 20px;  display: inline-block; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; }
.header-login .text-intro { -ms-flex-item-align: end; align-self: flex-end; font-size: 15px; line-height: 18px; font-weight: 400; color: #67625f; margin-left: 15px; width: calc(100% - 65px); }
.header-login .text-intro p.h3 { text-transform: uppercase; font-weight: 600; }
.header-login .text-intro p { margin-bottom: 0; }
.registered-users .header-login .text-intro p.h3 { margin-bottom: 10px; }

.icon-login { display: block; float: left; width: 50px; height: 50px; background: url(../images/sprite.svg) -102px -208px no-repeat; }
.icon-login.new { background-position: -42px -208px; }

.box_register{ background: #fff; padding: 35px; padding-bottom: 15px; font-size: 14px; line-height: 16px; font-weight: 400; margin-bottom: 25px; }
.box_register .tick { margin-bottom: 20px; overflow: hidden; }
.box_register .tick span.icon { display: block; float: left; width: 50px; height: 20px; background: url(../images/sprite.svg) -125px -177px no-repeat; }
.box_register .tick span.text { float: left; width: calc(100% - 50px); }
.registered-users .form-list { padding-left: 0; }

@media only screen and (min-width: 768px) {
	.account-login { padding-bottom: 100px; }
	.account-login .col2-set { margin-left: -10px; margin-right: -10px; }
	.account-login .col2-set .col-1,
	.account-login .col2-set .col-2 { padding: 0 10px; }
	.account-login .col2-set .col-1 { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; margin-top: 0; }
}
@media only screen and (min-width: 1024px) {
	.account-login .col2-set { margin-left: -5px; margin-right: -5px; }
	.account-login .col2-set .col-1,
	.account-login .col2-set .col-2 { padding: 0 5px; }
	.registered-users .header-login { padding: 0 30px; }
	.registered-users .form-list { padding-left: 30px }
	.header-login .text-intro{ margin-left: 30px; width: calc(100% - 80px); }
	.box_register { font-size: 15px; line-height: 18px; }
}
@media only screen and (min-width: 1130px) {
	.block-account .block-title { margin-bottom: 30px; }
	.header-login { padding: 0 30px; }
}

.main .account-login button.button { overflow: visible; width: 100%; height: 50px; line-height: 50px; border: 0; padding: 0; margin: 0; cursor: pointer; background: none repeat 0 0 #FF5959; text-transform:uppercase; font-weight: 900; font-size: 18px; letter-spacing: 6px; }
.main .account-login button.button span { display: block; background: none; padding: 0 15px; text-align: center; color: #fff; line-height: inherit; }
.main .account-login button.button span span { margin: 0; padding: 0; }

.new-users li.control { margin-top: 30px; }
.main .account-login button.button span:after { content: ''; display: inline-block; background: url(../images/sprite.svg) -95px -177px no-repeat; width: 25px; height: 26px; float: right; margin-top: 12.5px; vertical-align: middle; margin-left: 25px; }

.account-login .link_forgot { display: block; font-size: 15px; font-weight: 600; margin-bottom: 35px; text-align: left; }

@media only screen and (min-width: 667px) {
	.account-login .link_forgot { display: inline-block; float: left; height: 50px; line-height: 50px; padding-left: 0;  margin-bottom: 0; }
	.main .account-login button.button { padding: 0 15px 0 35px; width: auto; }
}
@media only screen and (min-width: 768px) {
	.account-login .link_forgot { display: block; float: none; height: 50px; line-height: inherit; text-align: left; }
	.main .account-login button.button { padding: 0; width: 100%; }
}
@media only screen and (min-width: 1024px) {
	.account-login .link_forgot { display: inline-block; float: left; height: 50px; line-height: 50px; padding-left: 35px; margin-top: 0; margin-bottom: 0; }
	.main .account-login button.button { padding: 0 25px 0 45px; width: auto; }
}

.main-container.col2-left-layout .main{ padding-bottom: 50px; }
@media only screen and (min-width: 768px) {
	.col2-left-layout .colmain{
		padding-left:15px;
	}
	.main-container.col2-left-layout .main{ padding-bottom: 100px; }
}
.block-account .block-title{ display:none;}
.block-account .block-content.desktop{ display:none;}
.block-account .block-content.mobile{ display:block;}
.block-account select{
	height: 60px;
	background-image:url(../images/select-menu.png);
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-right: 60px;
}
.sidebar .block-account .block-content li{ font-size:15px; line-height:18px;  padding: 15px 0; border-bottom: 1px solid #bbb8b6; text-transform:uppercase; font-weight:600; }
.sidebar .block-account .block-content ul{ border-top:1px solid #bbb8b6; }
.sidebar .block-account .block-content li.current {color: #FF5959; }
.sidebar .block-account .block-content li strong{ font-weight:600; }
.sidebar .block-account .block-content li a{ color:#67625f; }
.sidebar .block-account .block-content li:before{
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #67625f;
	content:'';
	display:inline-block;
	margin-right: 10px;
  vertical-align: middle;
}
.sidebar .block-account .block-content li.current:before{
	border-left: 12px solid #FF5959;
}
@media only screen and (min-width: 667px) {
	.block-account .block-content.mobile {
    display: block;
    width: 68%;
    padding-left: 10px;
    float: right;
  }
	.block-account .block-title {
    display: block;
    width: 32%;
    float: left;
		margin-bottom:25px;
  }

    .categoryTop{
        display:block;
    }
    .categoryBot{
        display:none;
    }
}
@media only screen and (min-width: 768px) {
	.block-account .block-content.desktop{ display:block;}
	.block-account .block-content.mobile{ display:none;}
	.block-account .block-title{ float:none; width:100%; margin-bottom: 40px; }
}
.my-account{ font-size: 14px;}

/* Dashboard */
.dashboard .welcome-msg{ font-size:16px; margin-bottom:35px; }
.dashboard .welcome-msg strong{ font-size:18px; font-weight:600; }
.box-account .box-head,
.box-account .box-head,
.my-account h2.legend { border-bottom: 1px solid #bbb8b6; margin: 0 0 20px; padding-bottom: 15px; }
.box-account .box-head h2,
.my-account  h2.legend{ margin-bottom:0; text-transform:uppercase; font-size:18px; color:#FF5959; font-weight:600;}
.my-account h2.legend{ margin-bottom:25px; margin-top:-5px; }
.my-account .col2-set .col-1,
.my-account .col2-set .col-2{
	width:100%;
	float:none;
}
.dashboard .col2-set{ margin:0 0 15px; display:inline-block; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.dashboard .col2-set .col-1, .dashboard .col2-set .col-2{  display:inline-block;  display:-ms-flexbox;  display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.dashboard .col2-set .col-1, .dashboard .col2-set .col-2{padding:0;}
.dashboard .box{ background:#e8e6e5; width:100%;}
.dashboard .box .box-title{ background: none; padding: 15px 18px 10px; margin: 0 0; border-bottom: 2px solid #fff; font-size:14px; width:100%;}
.dashboard .box .box-title a{ font-weight:300; float:right; }
.dashboard .box .box-title h3, .dashboard .box .box-title h4 { float: left; font-size: 16px; font-weight: 600; margin: 0; text-transform:uppercase; }
.dashboard .box .box-content h4{ font-size: 16px; font-weight: 600; margin: 0; text-transform:uppercase; }
.dashboard .box .box-content{padding:18px 20px 15px; font-size:14px; font-weight:300; overflow:hidden;}
.dashboard .box .box-content p{ width:100%;}
.dashboard .box.newsletter{
	border-top: 15px solid #f8f8f8;
}
.dashboard .box-address .col-1, .dashboard .box-address .col-2{ margin-bottom:40px; }
@media only screen and (min-width: 667px) {
	.dashboard .col2-set .box-address .box-content {
		margin-left:-35px;
		margin-right:-35px;
		 display: inline-block;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	.dashboard .col2-set .box-address .col-1,
	.dashboard .col2-set .box-address .col-2 {
    float: left;
    width: 50%;
		padding:0 35px;
  }
	.dashboard .box-content a{
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
     display: inline-block;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	}
	.dashboard .box-address .col-1, .dashboard .box-address .col-2{ margin-bottom:10px; }
}
@media only screen and (min-width: 768px) {
	.dashboard .box-address .col-1, .dashboard .box-address .col-2{ margin-bottom:5px; }
}
@media only screen and (min-width: 1024px) {
	.my-account .col2-set .col-1,
	.my-account .col2-set .col-2 {
    float: left;
    width: 50%;
  }
	.dashboard .box.newsletter{
		border-left: 15px solid #f8f8f8;
		border-top:none;
	}
}

.my-account h3{ font-weight:600;}

/* Forms account */
.my-account .buttons-set{ margin: 45px 0 0;}
.main .my-account button.button { overflow: visible; width: auto; height: 50px; line-height: 50px; border: 0; padding: 0; margin: 0; cursor: pointer; background: none repeat 0 0 #FF5959; text-transform:uppercase; font-weight: 900; font-size: 18px; letter-spacing: 2px; float:right; }
.main .my-account button.button span { display: block; background: none; padding: 0 5px 0 10px; text-align: center; color: #fff; line-height: inherit; }
.main .my-account button.button span span { margin: 0; padding: 0; }

.my-account p.back-link { float:left; }
.my-account p.back-link a { display: block; height:50px; line-height:50px; text-transform:uppercase; font-weight: 900; font-size: 18px; letter-spacing: 2px; border:1px solid #FF5959; padding: 0 10px 0 5px; text-decoration: none !important; }
.my-account p.back-link a:before { content: ''; display: inline-block; background: url(../images/sprite.svg) -311px -44px no-repeat; width: 25px; height: 26px; float: left; margin-top: 12.5px; vertical-align: middle; margin-right: 5px; }

.my-account li.control { width: 100%; margin-top: 25px; }
.my-account .form-list li.control label { margin-left: 5px; margin-top: -25px; font-size: 15px; color: #FF5959; }
.main .my-account button.button span > span:after { content: ''; display: inline-block; background: url(../images/sprite.svg) -95px -177px no-repeat; width: 25px; height: 26px; float: right; margin-top: 12.5px; vertical-align: middle; margin-left: 5px; }
.col-2.addresses-additional{ margin-top:40px;}
@media only screen and (min-width: 667px) {
	.main .my-account button.button span{ padding: 0 20px 0 40px; }
	.main .my-account button.button span:after {
	  margin-left: 20px;
	}
	.my-account p.back-link a { padding: 0 40px 0 20px; }
	.my-account p.back-link a:before { margin-right:20px; }
}
@media only screen and (min-width: 1024px) {
	.my-account ul.form-list{padding: 0 90px 0 0; }
	.col-2.addresses-additional{ margin-top:0;}
}
@media only screen and (min-width: 1130px) {
	.my-account form{ padding: 0 20px; }
	.my-account ul.form-list{padding: 0 110px 0 0; }
	.my-account li.control { margin-top: 20px;}
	.my-account .buttons-set{ margin: 60px 0 20px;}
}
.my-account form .fieldset{
	margin-top:40px;
}
.my-account form .fieldset:first-child{
	margin-top:0;
}
.my-account .form-list .input-box.customer-dob {overflow:hidden; margin-bottom:15px;}
.my-account .form-list .customer-dob .dob-month,
.my-account .form-list .customer-dob .dob-day,
.my-account .form-list .customer-dob .dob-year { float: left; margin-right: 5px; }
.my-account .form-list .customer-dob .dob-month,
.my-account .form-list .customer-dob .dob-day{ width: 44px; }
.my-account .form-list .customer-dob .dob-year{ width:61px; }
.my-account .form-list .customer-dob .dob-month input,
.my-account .form-list .customer-dob .dob-day input,
.my-account .form-list .customer-dob .dob-year input { color:#bbb8b6; text-align:center;  }
.my-account .form-list .field.code input.input-text{ max-width: 157px;}
.my-account p.required{ display: none; }
.my-account strong.default{ display:block; margin-top: 15px; color: #FF5959; font-weight:600; }
.my-adccount h3{ font-weight: 600;}

/* Orders history */
.my-account .data-table{  width: 100%; }
.my-account .data-table thead th { font-weight: 600; padding: 0 12px; color: #fff; white-space:nowrap; vertical-align:middle; height:40px; background: none; font-size: 15px; text-transform:uppercase; background: #FF5959; }
.my-account .data-table tr.last td { border-bottom: 1px solid #bbb8b6; }
.my-account .data-table tr td { padding: 0 12px; border-top: 1px solid #bbb8b6;height: 40px; font-size:15px;  vertical-align: middle; }
.sales-order-history .my-account .data-table tr td:first-child{ border-left: 1px solid #bbb8b6; }
.sales-order-history .my-account .data-table tr td:last-child{ border-right: 1px solid #bbb8b6; }
.my-account .data-table a{ text-transform: uppercase; }
.my-account .pager { display: none; }

/* Wishlist */
.my-wishlist .item{
	overflow:hidden;
	position:relative;
	border:1px solid #bbb8b6;
	border-bottom:none;
}
#wishlist-table .item:last-child{
	border-bottom:1px solid #bbb8b6;
}
.my-wishlist textarea{ display: none;}
.my-wishlist .product-image{ display: inline-block; float: left; max-width:70px; }
.my-wishlist .product-image img{ width:100%; }
.my-wishlist .product-info{ float:left; padding: 18px 0 18px 15px; width: calc(100% - 115px);}
.my-wishlist .product-info .product-name{ margin-bottom: 15px; line-height:18px;}
.my-wishlist .product-info .product-name a{ color:#67625f; text-transform:uppercase; font-size:15px; font-weight:600; }
.my-wishlist .product-info .regular-price .price{ color:#67625f; font-size:18px; }
.my-wishlist .cart-cell{ overflow:hidden; position:absolute; bottom:0; right: 0; }
.my-wishlist button.button.btn-cart{ height: 45px; line-height:45px; letter-spacing:1px; }
.my-wishlist button.button.btn-cart span{ font-size:14px; width: 47px; text-indent: -99999px; padding:0; }
.my-wishlist button.button.btn-cart span > span:after {
    display: block;
    width: 19px;
    height: 18px;
    background: url(../images/sprite.svg) -65px 2px transparent;
		background-size: 200px;
		margin-right:15px;
}
.my-wishlist .btn-remove {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/sprite.svg) -310px -81px no-repeat transparent;
    text-indent:-99999px;
}
@media only screen and (min-width: 667px){
	.my-wishlist .product-image{ max-width: 100px;}
	.my-wishlist .product-info{ padding: 18px 0 15px 30px; }
	.my-wishlist .product-info .product-name{ margin-bottom: 25px; }
	.my-wishlist .product-info .product-image{max-width:100px;}
	.my-wishlist button.button.btn-cart span { padding:0;}
}
@media only screen and (min-width: 1024px){
	.my-wishlist .product-info{ width: calc(100% - 325px);}
  .my-wishlist button.button.btn-cart span {
		padding:0 18px 0 18px;
		text-indent:0;
		width: auto;
  }
	.my-wishlist button.button.btn-cart span > span:after{
		margin-left:5px;
		margin-right:0;
	}
}
.my-wishlist .buttons-set{ margin-top:30px;}
.my-wishlist .buttons-set button.button { width:100%; height: 45px; line-height:45px; background-color: #bbb8b6; letter-spacing:0; margin-bottom:5px;}
.my-wishlist .buttons-set button.button span{ font-size: 12px; padding:0 22px; text-align:left; }
.my-wishlist .buttons-set button.button span > span:after{ display:none;}
@media only screen and (min-width: 1024px){
	.my-wishlist .buttons-set{ overflow:hidden; margin-left: -5px; }
	.my-wishlist .buttons-set button.button { width: 33.33333%; float:left; border-left:5px solid #f8f8f8; margin-bottom:0; }
  .my-wishlist .buttons-set button.button span{	padding:0; text-align:center; }
}
@media only screen and (min-width: 1130px){
  .my-wishlist .buttons-set {
		margin-top:30px;
	}
}

/* Rating */
.no-rating { margin:0; }
.ratings { margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount { float: right;}
.ratings-table th,
.ratings-table td { padding:3px 0; vertical-align:middle; }
.ratings-table th {padding-right:8px; }

/* My Reviews */
#my-reviews-table td { padding:10px; vertical-align: middle;}
#my-reviews-table .product-name a, .product-review .product-name{ color: #67625f; font-size: 15px; font-weight: 600; line-height:18px;}
#my-reviews-table a { font-size:14px; }
.product-review {font-size:15px;}
.product-review .product-name{  text-transform:uppercase; font-size: 16px; }
.product-review .product-details { margin-bottom:40px; }
.product-review .product-img-box { float:left; }
.product-review .product-img-box .product-image { display:block; width:100%; padding-right: 20px; padding-bottom: 40px; }
.product-review .product-img-box .product-image img {width:100%;}
.product-review .product-img-box .label { margin: 0 0 8px; }
.product-review .product-img-box .ratings .rating-box { float: left; display:block; margin: 0 10px 3px 0; }
.product-review .product-name { margin: 0;padding: 0 0 22px; }
.product-review h3 { margin: 0 0 15px; border-bottom: 1px solid #bbb8b6; padding: 0 0 3px;}
.product-review .ratings-table { margin:0 0 10px; }
.product-review .ratings-table dt { font-weight:600; }
h2.title_reviewproducts{ display:none; }

@media only screen and (max-width: 1023px){
	#my-reviews-table td { padding:3px 0; border:none; display:block; height:auto; }
	#my-reviews-table tr:first-child td:first-child{ padding-top:0;}
	#my-reviews-table tr td:last-child{ border-right:none; border-bottom: 1px solid #bbb8b6; padding-bottom:10px;}
	#my-reviews-table tr td:first-child{ border-left:none; padding-top:10px;}
}

/* Newsletter */
.newsletter-manage-index .my-account .form-list li.control label { color:#67625f;}
.newsletter-manage-index .my-account li.control { margin-top: 10px;}

@media only screen and (min-width: 1130px){
  .newsletter-manage-index .my-account li.control {
		margin-top:10px;
	}
}

/* CMS PAGES */
.cms-page-view{
	font-size: 16px;
	line-height:19px;
}
.cms-page-view p{
	margin-bottom:25px;
}
.cms-page-view img{
	max-width: 325px;
	height: auto;
}
.cms-page-view .main,
.contacts-index-index .main{ padding-bottom: 50px; }
.cms-page-view .about-img{
	margin-top:60px;
}

@media only screen and (min-width: 667px){
    .cms-page-view img{
        max-width: none;
    }
}
@media only screen and (min-width: 768px) {
    .cms-page-view .main,
    .contacts-index-index .main{ padding-bottom: 100px; }
}
@media only screen and (min-width: 1024px) {
	.cms-page-view .about-img{
	  margin-top:85px;
  }
}
@media only screen and (min-width: 1130px) {
	.cms-page-view .about-img{
	  margin-top:100px;
  }
}

/* CONTACT */
.contacts_page{ font-size: 15px; }
.contacts_page .page-title{ letter-spacing: 1px;}
.contacts_page p strong{ text-transform:uppercase; font-weight:600; }
.contacts_page p em{ font-weight: 700; font-size: 18px; font-style:normal;}
.contacts_form textarea{ width:100%;}
.contacts_form .form-list { margin-top: 20px; }
.contacts_form .buttons-set{ margin-bottom:70px; }
.main .contacts_form .buttons-set button.button {width:100%; padding:14px;}
.main .contacts_form .buttons-set button.button span.icon {
	content: '';
	display: inline-block;
	background: url(../images/sprite.svg) -95px -177px no-repeat;
	width: 25px;
	height: 26px;
	float: right;
	margin-top: -2px;
	vertical-align: middle;
}
.contacts_page .contacts_faqs{ padding-right: 15px; }
.fancybox_wrapper .contacts_page .contacts_faqs{ padding-right: 0;}
.ul_content_faq{overflow:hidden; margin-bottom:45px;}
li.faqs_text p, .contacts_form p{margin-bottom:0;}.faqs_list{ margin-top:30px; }

@media only screen and (min-width: 667px) {
    .main .contacts_form .buttons-set button.button {max-width:300px; float:right}
}
@media only screen and (min-width: 1024px) {
    .contacts_form .buttons-set{ margin-bottom:35px; }
    .main .contacts_form .buttons-set button.button {max-width:none; float:none;}
}
@media only screen and (min-width: 1130px) {
	.contacts_form form{
		padding:0 25px;
	}
	.ul_content_faq{
		padding:0 40px 0 30px;
	}
	.ul_content_faq:before{
		display: inline-block;
		content: '';
		width: 62px;
		height: 40px;
        background-position: 0 0;
        background-repeat: no-repeat;
		float: left;
	}
	.ul_content_faq.envios:before{ background-image:url(../images/contact_envios.png);}
	.ul_content_faq.seguridad:before{ background-image:url(../images/contact_seguridad.png); height:41px;}
	.ul_content_faq.devolucion:before{ background-image:url(../images/contact_devoluciones.png); height:56px;}
	.ul_content_faq.otros:before{ background:none;}
	li.faqs_text{
		padding-left:82px;
	}
}

.faqs_list li { padding: 14px 0; border-top: 1px solid #bbb8b6;}
.faqs_list li:last-child{ border-bottom: 1px solid #bbb8b6; }
.faqs_list li a{  display: block; position: relative; padding: 0 0 0 25px; text-transform:uppercase; color:#67625f; }
.faqs_list li a.active{color: #FF5959;}
.faqs_list li a .flecha{ display: block; position: absolute; left:0px; top: 5px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #67625f;
}
.faqs_list li a.active .flecha{
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #FF5959;
}
.faqs_list li .faq{ padding: 15px 0 0 15px; margin-top:15px; border-top: 1px solid #bbb8b6; }
.faqs_list li .faq a{ display: inline; text-transform:none; position: static; padding: 0;}
.faqs_list li .faq.off{ display: none;}
.faqs_list li .faq.on{ display: block;}


/* SUCCESS PAGE */
.container-success, div#confirma_cuenta{
	text-align:center;
	padding:15px 15px;
	background:#FF5959;
	color:#fff;
	font-size:16px;
	font-weight:600;
}
@media only screen and (min-width: 768px) {
	.container-success, div#confirma_cuenta{
	  padding:70px 95px;
		font-size:18px;
	  font-weight:400;
	}
}
.container-success h2,
div#confirma_cuenta h2{
	font-weight:700;
	font-size:30px;
	line-height:36px;
	margin-bottom:40px;
	color:#fff;
	text-transform:uppercase;
}
.container-success p{
	margin-bottom:0;
}
.container-success .actions-success{
	margin-top: 25px;
}
.container-success a.print_order{
	display:block;
	width:100%;
	font-weight:400;
	text-align:center;
	color:#fff;
	font-size:16px;
	border-top: 1px solid #fff;
	padding-top:35px;
}
.container-success .print_order:before{
	content:'';
	display:block;
	width:58px;
	height:43px;
	background:url(../images/prin_order.png) center center no-repeat;
	margin:0 auto 10px;
}
div#confirma_cuenta{
	background:#e6e6e6;
	margin:40px 0;
	color:#67635F;
}
div#confirma_cuenta h2{
	color:#67635F;
}
div#confirma_cuenta .form-list{
	text-align:left;
}
div#confirma_cuenta .form-list{
	margin:30px 0;
}
div#confirma_cuenta .dob-day,
div#confirma_cuenta .dob-month,
div#confirma_cuenta .dob-year{
	width:32.333%;
	margin-right:1%;
	float:left;
}
div#confirma_cuenta #btnInfoUsuario{
	margin-bottom:25px;
}
div#confirma_cuenta .condiciones{
	font-size:18px;
	font-weight:400;
}
@media only screen and (min-width: 768px) {
	div#confirma_cuenta .dob-day,
  div#confirma_cuenta .dob-month,
  div#confirma_cuenta .dob-year{
	  width:20%;
  }
}
.checkout-onepage-success #checkout-review-table{
	width:100%;
	margin-bottom:10px;
}
h3.success_title{
	background: #FF5959;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 0;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 2px;
	margin-bottom: 15px;
	padding-left:20px;
	overflow:hidden;
}
h3.success_title a{
	color: #fff;
	text-transform: none;
	float: right;
	padding-right: 20px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
}
h3.success_title a:after{
	width:34px;
	height:25px;
	background:url(../images/prin_order_small.png) center center no-repeat;
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
}
.box_recetas_checkout_success{
  margin: 40px 0 60px;
}
@media only screen and (max-width: 767px){
  .box_recetas_checkout_success .container-home .ul-blog .item{
		margin-bottom:20px;
	}
	.box_recetas_checkout_success .container-home .ul-blog .item:last-child {
		display:none;
  }
}
.checkout-onepage-success .data-table{
	font-size:18px;
	font-weight:600;
	border:1px solid #bbb8b6;
}
.checkout-onepage-success .data-table td{
	vertical-align:middle;
	border-bottom:1px solid #bbb8b6;
}
.checkout-onepage-success .data-table tr:last-child td{
	border-bottom:none;
}
.checkout-onepage-success .data-table img{
	float:left;
	margin-right:15px;
}
.checkout-onepage-success .data-table.totals_table{
	border:none;
}
.checkout-onepage-success .data-table.totals_table td{
	border:none;
	text-transform:uppercase;
	padding:5px 15px;
	font-size:15px;
	font-weight:400;
}
.checkout-onepage-success .data-table.totals_table td:first-child{
	text-align:left !important;
}
.checkout-onepage-success .data-table.totals_table td:last-child{
	font-size:18px;
	font-weight:600;
}
.checkout-onepage-success .data-table.totals_table tr:first-child td{
	background:#e8e6e5;
}
.checkout-onepage-success .data-table.totals_table tr:first-child td:last-child{
 color:#FF5959;
}
.checkout-onepage-success .data-table.totals_table tr:last-child td{
	color:#fff;
	background:#67625f;
	font-weight:700;
	font-size:18px;
}
.checkout-onepage-success .data-table.totals_table tr:last-child td:last-child{
	font-size:24px;
}
.checkout-onepage-success .data-table h3.product-name{
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	padding-top:25px;
}

@media only screen and (max-width: 666px){
	.checkout-onepage-success .data-table{
		border-bottom:none;
	}
	.checkout-onepage-success .data-table td{
		display: block;
    text-align: left !important;
		padding: 0 10px 0 90px;
		border-bottom:none;
	}
	.checkout-onepage-success .data-table tr td:first-child{
		padding: 0 10px 10px 0;
	}
	.checkout-onepage-success .data-table tr td:last-child{
		border-bottom:1px solid #bbb8b6;
	}
	.checkout-onepage-success .data-table.totals_table tfoot td{
		padding:15px 10px 5px 10px;
		text-align:right !important;
	}
	.checkout-onepage-success .data-table h3.product-name{
		padding-top:5px;
	}
}

div#checkout-review-table-wrapper {
 margin-top: 20px;
}
div#direccion_envio{
	font-size:16px;
	margin-top:20px;
}
div#direccion_envio h4 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#direccion_envio strong {
  font-weight: 600;
}
table.transf{ font-size:15px;}
.button_success{
	border-top:15px solid #67625f;
	padding-top:15px;
	margin-top:25px;
	margin-bottom:60px;
	overflow:hidden;
}
.main .button_success button.button{
	float:right;
	padding: 14px 10px 10px 15px;
}
.button_success .button span.icon:after {
    content: '';
    display: inline-block;
    background: url(../images/sprite.svg) -95px -177px no-repeat;
    width: 25px;
    height: 26px;
    float: right;
    margin-top: -3px;
    vertical-align: middle;
    margin-left: 10px;
}

/* PAGER */
.toolbar .sort-by,
.toolbar .amount,
.pager .pages strong {
    display: none;
}
.pager { text-align: center; }
.pager .pages {
    overflow: hidden;
    display: inline-block;
}
.pager .pages li {
    float: left;
    margin: 0 3px;
}
.pager .pages li a,
.pager .pages li.current {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #E8E6E5;
    text-align: center;
    font-size: 14px;
}
.pager .pages li.current,
.pager .pages li:hover a {
    background: #FF5959;
    color: #FFF;
    text-decoration: none;
}
.pager .pages li a.previous,
.pager .pages li a.next {
    position: relative;
    text-indent: -99999px;
}
.pager .pages li a.previous:before,
.pager .pages li a.next:before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 11px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.pager .pages li a.previous:before { border-right: 8px solid #FF5959; }
.pager .pages li:hover a.previous:before { border-right-color: #FFF; }
.pager .pages li a.next:before { border-left: 8px solid #FF5959; }
.pager .pages li:hover a.next:before { border-left-color: #FFF; }

.toolbar-bottom { margin-bottom: 50px; }
.box-reviews .pager { margin-top: 10px; }

.paginador-top{
    margin:65px 0 70px 0;
}
.paginador-footer{
    margin:62px 0 -20px 0;
}

/* MESSAGES */
.cms-index-index .messages-container { margin-top: 40px; }

.messages .error-msg,
.messages .success-msg {
    padding: 8px 12px;
    background: #e8e6e5;
    font-size: 16px;
    font-weight: 300;
    margin-bottom:15px;
    color: #fff;
}
.messages .error-msg { background: #9979A1; }
.messages .success-msg { background: #9CAD44; }

.validation-advice, p.item-msg.error{
    color:red;
}

/* FANCYBOX */
.title_fancybox_head{ padding:20px; text-align: center; }
.fancybox-inner .buttons-set { text-align:right; }
.fancybox-inner button.button { display: inline-block; padding: 5px 15px; margin: 0; border: 1px solid #FF5959; background: #FF5959; text-align: center; cursor: pointer; }
.fancybox-inner #fancybox_form_opinion  button.button{ margin: 10px 0; }
.fancybox-inner button.button span { line-height: 20px; font-family: "Source Sans Pro", sans-serif; font-size: 18px; font-weight: 900; color: #fff; letter-spacing: 2px; text-transform: uppercase; }
#fancybox_form_avisadme div.content,
#fancybox_form_opinion div.content{
	padding:15px 15px;
}
#fancybox_form_opinion span.star-rating-box{ margin:0; margin-left:15px;}
@media only screen and (min-width:667px){
	#fancybox_form_avisadme div.content{
	  padding:40px 40px;
  }
	#fancybox_form_opinion div.content{
	  padding:20px 40px;
  }
}
#fancybox_form_avisadme .title_fancybox_head{ background:#F6B436;}
#fancybox_form_avisadme .login_title{ text-transform:uppercase; font-size:13px; color:#6d6a67; padding-bottom:15px;}
#fancybox_form_avisadme .buttons-set{ position: absolute; bottom: 0; width:100%; }
#fancybox_form_avisadme button.button { background:#F6B436; width:100%; border:none; padding:18px 30px 15px 30px; }
#fancybox_form_avisadme button.button span:after {
	content: '';
	display: inline-block;
	background: url(../images/sprite.svg) -230px -495px no-repeat;
	width: 31px;
	height: 32px;
	float: right;
	margin-top: -6px;
	vertical-align: middle;
}
/*Page PRINT */
.page-print .print-head { margin:0 0 15px; overflow:hidden; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:right; }
.page-print h1 { font-size: 25px; font-weight:600;
    border-bottom: 2px solid #FF5959;
    margin: 0 0 20px;
}
.page-print h2,
.page-print h3 { font-size: 20px; font-weight:normal; border-bottom: 2px solid #FF5959; margin: 0 0 18px; text-align: right;}
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background: none; padding:0 0 10px; margin: 0 0 30px; border-bottom: 1px dashed #e8e6e5; font-style: italic;}
.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: normal; float: right; text-align: right !important;}
.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; }

.page-print .data-table { width:100%; border: 0px solid #f8f8f8; text-transform:uppercase; font-size:15px; }
.page-print .data-table .odd  { background: none repeat scroll 0 0 #fff;}
.page-print .data-table .even { background:#bbb8b6; }
.page-print .data-table td.last,
.page-print .data-table th.last { border-right:0; }
.page-print .data-table tr.last th,
.page-print .data-table tr.last td {}
.page-print .data-table th { padding:3px 8px; font-weight:bold; }
.page-print .data-table td { padding: 9px 8px; background: none repeat scroll 0 0 #f8f8f8;}
.page-print .data-table td h3.product-name{ color: #67625f; font-size: 12px; font-weight: normal; border: 0 none; margin: 0; text-align: left;}
.page-print .data-table tr.last td { border-bottom: 2px solid #FF5959;}

.page-print .data-table thead th { font-weight: bold; border-right: 0px solid #f8f8f8; padding: 4px 8px; color: #67625f; white-space:nowrap; vertical-align:middle;background: none;border-bottom: 3px solid #FF5959;font-size: 12px;}
.page-print .data-table thead th.wrap { white-space:normal; }
.page-print .data-table thead th a,
.page-print .data-table thead th a:hover { color:#fff; }
.page-print .data-table thead th { background: none;border-bottom: 3px solid #FF5959;border-right: 0px solid #f8f8f8;color: #67625f;font-size: 12px;font-weight: bold; padding: 4px 8px;}
.page-print .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.page-print .data-table tfoot { border-bottom:1px solid #f8f8f8; }
.page-print .data-table tfoot tr.first td { background: none repeat scroll 0 0 #f8f8f8; }
.page-print .data-table tfoot tr { background-color: #fff;}
.page-print .data-table tfoot tr.subtotal td,
.page-print .data-table tfoot tr.shipping td{  padding: 9px 9px; color: #67635F;}
.page-print .data-table tfoot tr.grand_total td{ background-color: #e8e6e5; border-top: 1px solid #e8e6e5; padding: 9px 9px;}

.page-print .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right: 0px solid #f8f8f8; }
.page-print .data-table tfoot strong { font-size:16px; }

.page-print .data-table tbody th,
.page-print .data-table tbody td { border-bottom: 1px solid #FF5959; border-right: 0px solid #f8f8f8; background: none repeat scroll 0 0 #f8f8f8;color: #67635F;}

/* Bundle products tables */
.page-print .data-table tbody.odd tr { background:#f8f8f8  }
.page-print .data-table tbody.even tr { background:#f8f8f8 }
.page-print .data-table tbody.odd tr td,
.page-print .data-table tbody.even tr td { border-bottom:0; }
.page-print .data-table tbody.odd tr.border td,
.page-print .data-table tbody.even tr.border td { border-bottom:1px solid #67625f; vertical-align: middle;
    text-align: right !important;
}

.page-print .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.page-print .data-table tbody td .option-value { padding-left:10px; }
.page-print .buttons-set{ display:none;}
.order-info, .order-info-box, .order-date{ font-size:15px; line-height:18px;}
.col2-set.order-info-box {
  margin-top: 30px;
  margin-bottom: 30px;
}
.order-items.order-details{ font-size:15px; }
.order-items.order-details table{
	width:100%;
	font-size:15px;
	border: 1px solid #bbb8b6;
	text-transform:uppercase;
}
.order-items.order-details table th,
.order-items.order-details table td{ vertical-align:middle;  padding: 0 10px; }
.order-items.order-details table thead th{ background:#e8e6e5; color:#67635F; }
.order-items.order-details table thead th,
.order-items.order-details table tfoot td{ font-size:16px; padding: 10px 5px; font-weight:600;}
.order-items.order-details table tfoot tr td:first-child{ float:left; width:65%; border-bottom: 1px solid #bbb8b6;}
.order-items.order-details table tfoot tr td:last-child{ float:right; width:35%;}
.order-items.order-details table tfoot tr:last-child td{ font-size:18px; background:#e8e6e5; border:none; }
.my-account .order-items.order-details .data-table tr.last td{ border:none; }
.my-account .order-items.order-details .data-table tbody tr.last td:last-child{border-bottom: 2px solid #bbb8b6; }
.order-items.order-details table thead th{
	display:none;
}
.order-items.order-details table td {
	display: block;
	width:100%;
	height: auto;
	border:none;
}
.order-items.order-details table td:first-child{
	padding-top:10px;
}
.order-items.order-details table td:last-child{
	border-bottom: 1px solid #bbb8b6;
	padding-bottom:10px;
}
.order-items.order-details table img {
	float:left;
	margin-right:15px;
}
@media only screen and (min-width: 667px) {
	.order-items.order-details table td {
    display: table-cell;
		width:auto;
		border-bottom: 1px solid #bbb8b6;
  }
	.order-items.order-details table tbody td:first-child,
	.order-items.order-details table tbody td:last-child{
		padding-bottom:0;
		padding-top:0;
	}
	.order-items.order-details table thead th{
	  display:table-cell;
  }
	.order-items.order-details table img {
	  float:none;
	  margin-right:0;
  }
	.order-items.order-details table tfoot tr td:first-child{ float:none; width:auto;}
  .order-items.order-details table tfoot tr td:last-child{ float:none; width:auto;}
	.my-account .order-items.order-details .data-table tbody tr.last td{border-bottom: 2px solid #bbb8b6; }
}
@media only screen and (min-width: 768px) {
	.order-items.order-details table img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 1024px) {
	.order-items.order-details table img {
    max-width: none;
  }
}
.my-account .link-print{
	color: #fff;
	text-transform: none;
	letter-spacing: normal;
	font-weight: 400;
	font-size: 16px;
}
.my-account .box-title h2,
.my-account .order-info{
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
}
.nacex-details{ display:none; }
.politica_privacidad_newsletter{text-decoration: underline;}
.checkout-step-other ul.form-list label .politica_fancybox{
  font-size: 15px !important;
  color: #67625f !important;
}

label#label-confirm-checkbox-newsletter a:hover{
  text-decoration: none;
}

@media only screen and (max-width: 667px) {
    /* Mobile, ajustes espacios etiquetas */
    .category-header.no-icon {
        padding-top: 62px;
    }
    .category-products {
        margin-bottom: 66px;
        margin-top: 10px;
    }
    .paginador-footer {
        margin: 68px 0 70px 0;
    }
    .category-header.no-icon .title {
        position: absolute;
        top: -25px;
        width: 100%;
    }
    .category-image {
        margin: 68px 0 66px;
        text-align: center;
    }
    #categoryNav {
        margin-bottom: 66px;
        margin-top: 77px;
    }
    .categoryTop{
        display:none;
    }
    .categoryBot{
        display:block;
    }
}
/* Error datos registro, contacto, compra */
p.desc_content.bloqueo{
  font-size: 16px;
  line-height: 19px;
}

/** ADDRESS BOOK **/
table.address_book_table {
	width: 100%;
}
.address_book_table thead {
	color: #FF5959;
}
table.address_book_table th {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 0;
}
table.address_book_table th.tit {
	text-align: center;
	width: 200px;
}
.address_book_table tbody td {
	border-top: 1px solid #bbb8b6;
	padding: 10px 0;
	vertical-align: middle;
}
.address_book_table .btn {
	display: inline-block;
	padding: 3px 20px;
	border: 1px solid #FF5959;
	margin: 10px 10px 5px 0;
	line-height: 20px;
}
.address_book_table .btn.edit-btn {
	background: #FF5959;
	color: #fff;
}
.address_book_table .btn.edit-btn:hover {
	opacity: .8;
}
.address_book_table .btn:hover {
	text-decoration: none;
}
.address_book_table .back-link {
	margin-top: 20px;
}
@media screen and (max-width: 600px) {
	.address_book_table .button.save {
		margin-right: 0 !important;
		margin-top: 10px !important;
	}
	.address_book_table table {
		width:100%;
	}
	.address_book_table thead {
		display: none;
	}
	.address_book_table tr:nth-of-type(2n) {
		background-color: inherit;
	}
	.address_book_table tr td:first-child {
		background: #f0f0f0;
		font-size:1.3em;
	}
	.address_book_table tbody td {
		display: block;
		text-align:center;
	}
	.address_book_table tbody td:before {
		content: attr(data-th);
		display: block;
		text-align:center;
	}
	.address_book_table tbody td.shipping:before {
		content: "Dirección de envío por defecto"
	}
	.address_book_table tbody td.billing:before {
		content: "Dirección de facturación por defecto"
	}
	.address_book_table.buttons-set button,
	.address_book_table.buttons-set p {
		width: 100% !important;
		text-align: center;
	}
}

/* set trustedshop badged */
@media only screen and (max-width: 650px){
    div[id*='tsbadgeResponsiveTop_'] {
        position: fixed;
        z-index: 5002;
        bottom: 0;
    }
}
div[id*='tsbadge4_'] {
    top: 308px !important;
}
div[id*='tsbadgeResponsiveTop_'] {
    margin-top: 50px !important;
}
