@charset "utf-8";
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
 
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
 
/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { font:14px/25px 'Roboto', sans-serif; color:#333; background: #fff; text-align: left;  }

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

a             { color:#19b5f1; text-decoration:none; transition: color .2s; }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }

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

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

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

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

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

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !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; }
.hr 		  { border: 1px solid #aaa; height: 1px; }

.popup-title { position: relative;  }
.popup-title .title { visibility: hidden; opacity: 0; transition: .3s all; position: absolute; bottom: 50%; left: 100%; background: #fff; color: #333; padding: 2px 5px; border: 1px solid #ccc; font-size: 12px; z-index: 9999; white-space: nowrap; line-height: 15px; }
.popup-title:hover .title { visibility: visible; opacity: 1; }

.bullet { color: #195b77; font-size: 20px; font-weight:  lighter; }
.bullet.ok span.icon-ok-circled{ color: #67c100; }
.bullet.ok span.icon-cancel-circled{ color: #900; }

.embed-container { margin: 20px auto; } 
.embed-container .video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; width: 100%; max-width: 100%; margin: 0 auto; } 
.embed-container .video iframe, 
.embed-container .video object, 
.embed-container .video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* ======================================================================================= */


/* Layout ================================================================================ */

.absolute-header,
.header,
.footer,
.menu,
.wrapper,
.page { margin: 0 auto; max-width: 1400px; padding: 0 50px;  }

.mpblog-index-post .page,
.mpblog-index-index .page { max-width: 1000px; }

.page { background: #fff; overflow: hidden; margin: 20px auto; }
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { margin-bottom: 30px; }
.main { text-align:left; }

/* Base Columns */
.col-left { float:left; width:250px; padding:0; position: relative; }
.col-main { float:left; width:100%; padding:0; position: relative; }
.col-right { float:right; width:250px; padding:0; position: relative; }

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width: calc(100% - 300px); }
.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 .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { vertical-align:middle; color:#666; transition: .2s all;  }
input.input-text,select,textarea { background:#fff; border:1px solid #aaa; }
input.input-text,textarea { padding:4px 10px;  font-size: 16px; line-height: 30px; height: 28px; font-weight: lighter; font-weight: normal; font-family: 'Roboto', sans-serif; }
select { padding:3px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; text-align: center; line-height: 30px; border: 0; background: #eee; }

.button,
button { font-size: 14px; font-weight: normal; border: 1px solid #00adef; color: #fff; padding: 9px 25px; cursor: pointer; text-transform: uppercase; font-family: 'Roboto', sans-serif; transition: .3s all; background: #00adef; letter-spacing: 2px; }
.button:hover:not(.disabled),
button:hover:not(.disabled) { transition: .3s all; background: #fff; border-color: #00adef; color: #00adef;  text-decoration: none; }

.button.button2,
button.button2 { background: #339933;  border-color: #339933;}
.button.button2:hover,
button.button2:hover { background: #62dc61;  border-color: #62dc61; }

.button.white,
button.white { background: #fff; color: #333; border-color: #000000; }
.button.white:not(.disabled):hover,
button.white:not(.disabled):hover { background: #000; color: #fff; }

button.disabled { opacity: 0.4; }

.btn-cart { border-radius: 20px; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { border-color: #00adef; background: #f4f4f4; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; width: auto; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; }
.form-list .field { float:left; width:99.4%;  position: relative; }
.form-list .field label { color:#666; font-weight:normal; position:absolute; z-index:0; top: 12px; left: 9px; font-size: 18px; transition: .4s all ease-out; }
.form-list .field.focus label { top: 0; left: 7px; font-size: 10px; font-weight: bold; }
.form-list .field label.required {}
.form-list .field label.required em { float:right; font-style:normal; color:#ae1419; position:absolute; top:0; right:-10px; }
.form-list .fields .field { width: calc(49.5% - 12px); margin-right: 2%;  }
.form-list .fields .field:last-child { margin-right: 0;}
.form-list input,
.form-list textarea,
.form-list select { background: #fff; padding: 15px 6px 0; border: 0; width: calc(100% - 12px); line-height: 30px; font-size: 17px; font-style: normal; color: #888;border: 1px solid #ccc; }
.form-list select { width: 100%; height: 45px; padding: 15px 6px 0 2px; }
.form-list input.input-text { width: calc(100% - 12px); }
.form-list textarea { height:5em; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* Customer */

.customer-account-create .buttons-set { position: relative; padding-bottom: 30px; }
.customer-account-create #g-recaptcha { position: absolute; top: 30px; right: 100px;}

.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

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

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

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

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

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

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

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

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

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

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

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { margin:0 0 30px; }
.fieldset .legend { margin-bottom: 20px;  }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#ae1419; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px !important; font-size:15px !important; font-weight:normal !important; text-align: center; }
.error-msg { border-color:#f16048; background-color:#faebe7; color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:16px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; font-weight:normal; color: #9c9b9b; }
.breadcrumbs li span { padding: 0 2px; font-weight: bold; font-size: 13px; position: relative; top: -2px; }
.breadcrumbs li strong { font-weight:normal; }
.breadcrumbs li a { font-weight:normal; color: #00adef;  }

/* Page Heading */
.page-title { width:100%; overflow:hidden; margin:10px 0 40px; }
.page-title h1,
.page-title h2 { margin:0; font-size:35px; color:#19b5f1; font-weight: lighter; text-align: center; letter-spacing: 2px; text-transform: uppercase; }
.page-title.center h1,
.page-title.center h2 { text-align: center; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; width: calc(100% - 350px); text-align: left; }

.subtitle,
.sub-title { clear:both; font-size:15px; font-weight:bold; margin:0 0 6px; color:#101010; }

/* Pager */
.pager { font-size:11px; padding:4px 0; text-align:center; }
.pager .amount { float:left; margin:7px 0 0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:3px; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages a.next { float: none; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px; padding:3px 8px; }
.sorter .view-mode { float:left; margin:0; }
.pager .sort-by,
.sorter .sort-by { float:right; padding-right:6px; }
.pager .sort-by label,
.sorter .sort-by label { vertical-align:middle; text-transform: uppercase; font-weight: bold; padding-right: 5px; }
.pager .sort-by select,
.pager .sort-by select { padding:3px; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { margin: 20px 0; }
.toolbar .pager { padding:3px 0; }
.toolbar .sorter { border-bottom: 0 solid #ddd;  height: 30px; padding: 0; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; border:1px solid #ddd; }

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold;  padding:2px 8px; color:#222; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background: #f4f4f4; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #ddd; }
.data-table tfoot tr.first td {  border-top: 1px solid #ddd; }
.data-table tfoot tr { background-color:#ddd !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #ddd; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #ddd; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #ddd; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:1em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

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

.link-cart { font-weight:bold; }
.link-wishlist { font-weight:bold; color: #333; background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_love.png) no-repeat; padding:7px 0 7px 40px; font-weight: normal; }
.link-reorder { font-weight:bold;}
.link-compare { font-weight:bold; color: #333; background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_compare.png) no-repeat; padding:9px 0 9px 40px; font-weight: bold; }
.link-print { /*background:url(https://www.bybebe.pt/skin/frontend/default/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; }
.link-rss { background:url(https://www.bybebe.pt/skin/frontend/default/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:15px; height:20px; font-size:0; line-height:0; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/btn_remove.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

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

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

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

.facebook-messenger { position: fixed; bottom: 0; right: 10px; background: #fff; z-index: 9999; width: 250px; box-shadow: 0 0 3px #444; }
.facebook-messenger .title { background: #00adef; border: 1px solid #00adef; padding: 5px; text-align: left; color: #fff; text-transform: uppercase; cursor: pointer; transition: .3s all; position: relative; }
.facebook-messenger .title .icon-cancel-circled { display: none; position: absolute; top: 5px; right: 5px; }
.facebook-messenger.opened .title .icon-cancel-circled { display: block; }
.facebook-messenger .title:hover { background: #fff; color: #00adef; }
.facebook-messenger .messenger { visibility: hidden; height: 0; transition: .3s all; }
.facebook-messenger.opened .messenger { visibility: visible; height: 500px;}
/* ======================================================================================= */


/* Header ================================================================================ */

.cookie-message { text-align: center; background: #f4f4f4; padding: 7px;}
.cookie-message .icon-cancel-circled { font-size: 20px; color: #C11C20; transition: color .2s; }
.cookie-message .icon-cancel-circled:hover { text-decoration: none; color: #E68486; }
.cookie-message * { vertical-align: middle;}


.header-contacts { margin: 0; text-align: center; padding: 5px; background: #195b77; color:#fff; font-size: 15px;}
.header-contacts p { margin: 0;  }
.header-contacts p a { color: #fff; }

.header-container { width: 100%; position: absolute; }
.header-container.black { background: #000; }
.header-container.black .header { z-index: 99; }
.header { text-align:left; position:relative; z-index:999; padding: 0; }
.header .logo { display: inline-block; margin-top: 15px; }
.header .logo img { width: 100%; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.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-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

.header .top-message { position: absolute; top: 7px; left: 25%; width: 50%; text-align: center; color: #fff; }

.header .form-search button.button { }
.header .form-search button.button .text { position: absolute; left: 50px; }
.header .form-search button.button .icon-search-1 { font-size: 35px; }
.header .form-search button.button:hover { opacity: 0.8; }
/*
.header .form-search { overflow: hidden; position: relative; width: 40px; height: 40px; top: 5px;  transition: .3s all ease-out; position: absolute; left: calc(0% + 350px); top: 30px; }
.header .form-search.opened { width: 310px; }
.header .form-search label { float:left; width:24px; height:21px; margin-left: -24px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { position: absolute; right: 40px; top: 2px; width:250px; font-size: 14px; padding: 10px; border: 0; background: #fff; z-index: 9; line-height: 19px; background: #f4f4f4; color: #888; letter-spacing: 2px; }
.header .form-search input.input-text:focus { background: #eee; }
.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-search .close { width: 10px; height: 10px; position: absolute; top: 7px; right: 43px; background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_close.png) no-repeat; z-index: 999;cursor: pointer;} 
*/
.header .actions { position: absolute; top: 0; right: 0; }
.header .actions .customer-menu { display: inline-block; position: relative; vertical-align: middle;  }
.header .actions .customer-menu .icon-user { cursor: pointer; color: #fff; font-size: 30px; transition: .2s color; text-shadow: 0 0 40px #000;  }
.header .actions .customer-menu:hover .icon-user { color: #00adef ; }
.header .actions .customer-menu ul { position: absolute; top: 32px; right: 2px; width: 200px; background: #fff; transform: scale(0,0); transform-origin: top right; opacity: 0; transition: all .3s ease; display: block; border: 1px solid #ccc;  }
.header .actions .customer-menu.show ul { transform: scale(1,1); opacity: 1; }
.header .actions .customer-menu ul li { padding: 5px 10px; border-bottom: 1px solid #ccc;}
.header .actions .customer-menu ul a { color: #333; display: block; }
.header .actions .customer-menu ul a:hover { color: #666; }
.header .actions .menu-button { display: none; }
.header .actions .icon-search { vertical-align: middle;font-size: 32px; color: #fff;cursor: pointer;transition: color .2s;text-shadow: 0 0 40px #000; }
.header .actions .icon-search:hover { color: #00adef ;}

.header .icon-heart { color: #fff; font-size: 30px; vertical-align: middle; transition: .2s color; text-shadow: 0 0 40px #000;  }
.header .icon-heart:hover { text-decoration: none; color: #00adef ; }
.header .popup-title.wishlist .title { left: auto; right: 100%; }

.header .block-cart { display: inline-block; margin-bottom: 0; width: auto; border: 0; position: relative; text-align: left; vertical-align: middle; }
.header .block-cart .block-title { background: #19b5f1; border-bottom: 0; overflow: hidden; color: #fff; padding: 15px;; cursor: pointer; }
.header .block-cart .block-title span { vertical-align: middle; font-size: 35px; }
.header .block-cart .block-title span.qty { font-size: 40px; }
.header .block-cart .block-title span.icon-basket { position: relative; left: -5px; }
.header .block-cart .block-title strong { display: none; }
.header .block-cart .block-content { border: 1px solid #ccc; position: absolute; top: 65px; right: -1px; width: 350px;  transform: scale(0,0); transform-origin: top right; opacity: 0; transition: all .3s ease; display: block; }
.header .block-cart .block-content.visible,
.header .block-cart:hover .block-content { transform: scale(1,1); opacity: 1;  }
.header .block-cart .summary { padding: 9px; text-align: right; color: #666; }
.header .block-cart .subtotal { margin: 0; font-size: 16px; }
.header .block-cart .subtotal .label { float: left; }
.header .block-cart .subtotal .price { font-size: 18px; }
.header .block-cart .actions { text-align: center; float: none; border-top: 1px solid #ccc; padding: 18px 9px 9px; position: static; }
.header .block-cart .actions button.button { float: none; width: 100%; }
.header .block-cart .block-subtitle { padding: 9px; }
.header .block-cart .btn-remove { margin-top: 8px; }
.header .block-cart .product-name { font-size: 16px; }

.header-banners-slideshow { width: 100%;  overflow: hidden;  position:relative; }
.header-banners-slideshow li.banner { position: absolute; top: 0; left: 0; width: 100%; background: no-repeat top right; background-size: 100%; }
.header-banners-slideshow li.banner .message { display: none; }
.header-banners-slideshow li.banner img { width: 100%; }
.header-banners-slideshow .links { position: absolute; bottom: 10px; width: 100%; z-index: 99; text-align: center; }
.header-banners-slideshow .links li { display: inline-block; background: #aaa; width: 120px; height: 5px; cursor: pointer; }
.header-banners-slideshow .links li.active { background: #000; }
.header-banners-slideshow .text { display: none; }

.header-banners-list { margin-bottom: 30px; width: 100%; }
.header-banners-list ul { width: 100%; }
.header-banners-list li { float: left; width: 33.33%; }

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


/* Sidebar =============================================================================== */
.block { border:1px solid #ccc; margin:0 0 15px; }
.block .block-title { border-bottom:1px solid #ddd; padding:2px 5px; }
.block .block-title strong { display:block; font-size: 20px; color:#666; font-weight: normal; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-weight:bold; font-size: 14px; color: #666; border-bottom: 1px solid #aaa; margin-bottom: 10px; }
.block .block-content { background:#fff; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { border-top:1px solid #aaa; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

/* Mini Products List */
.mini-products-list li { margin-bottom: 10px; }
.mini-products-list .product-image { float:left; width:75px; }
.mini-products-list .product-details { margin-left:90px; padding-top: 5px;  }
.mini-products-list .product-details .product-name a { color: #666; }
.mini-products-list .price-box .discount { display: none; }
.mini-products-list .price-box .old-price,
.mini-products-list .price-box .regular-price { display: block; }



/* Block: Account */
.block-account { border: 0; }
.block-account .block-title { background:#00adef ; border:0; padding:3px 10px; }
.block-account .block-title strong {color:#fff; }
.block-account .block-content { padding:5px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li.active a,
.block-account .block-content li a:hover { color:#00adef; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#000; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border: 0; }
.block-layered-nav .block-content { border: 1px solid #ccc; padding: 8px;  }
.block-layered-nav .block-title { border-bottom: 0; }
.block-layered-nav dt { font-weight:normal; font-size: 18px; color: #8b518c;  margin-bottom: 10px; }
.block-layered-nav dd { padding:0 12px 12px; font-size: 13px; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently { border: 1px solid #ccc;  padding: 10px; margin-bottom: 10px;  }
.block-layered-nav .currently .block-subtitle { border: 0; margin-bottom: 5px; }
.block-layered-nav .currently li { border-bottom: 1px solid #ccc; padding: 3px; }
.block-layered-nav .currently li .btn-remove { margin-top: 4px; }
.block-layered-nav .currently li .label { font-weight: bold; }
.block-layered-nav .actions { font-size:11px; padding: 5px 0 0; border:1px solid #dee5e8; border: 0; text-align:right; }
.block-layered-nav .actions a { float:none; }
.block-layered-nav dl.narrow-by-list { }
.block-layered-nav dt { color: #666 !important; font-weight: normal; font-size: 14px; border-bottom: 1px solid #ccc; }
body[class*="categorypath-marcas"] .block-layered-nav dd[data-attribute="geral_marca"],
body[class*="categorypath-marcas"] .block-layered-nav dt[data-attribute="geral_marca"] { display: none; }



.block-layered-nav ul li { }
.block-layered-nav ul li a { color: #101010; }

.block-layered-nav .m-filter-group { display: none; }


/* Block: Wishlist */
.block-wishlist .block-title strong { }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .actions a { margin-top: 4px; }

.page-popup .link-print { background:url(https://www.bybebe.pt/skin/frontend/default/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://www.bybebe.pt/skin/frontend/default/default/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#ddd; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#eee; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { b }

/* Block: Recently Compared */
.block-compared .block-title strong { background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

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

/* Block: Bestsellers */

.block-bestsellers .block-title { background: #0098ce; }
.block-bestsellers .block-title strong { color: #fff; }

/* Block: Login */
.block-login .block-title strong { }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

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


/* Category Page ========================================================================= */
.category-title {}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; position: relative; }
.category-image img { width: 100%; }
.category-image-title { position: absolute; bottom: 10px; background: rgba(0,0,0,0.6); z-index: 999; margin: 0; padding: 0 10px; } 
.category-image-title p,
.category-image-title h1 { color: #fff; font-size: 40px; padding: 4px 0; margin: 0; }
.category-description { margin:0 0 10px; text-align: center; }
.category-products {}

.category-slider-title { text-align: center; margin: 50px auto 15px; }
.category-slider-title a { font-size: 40px; color: #555; font-weight: lighter; text-transform: uppercase; }
.category-slider-title a:hover { text-decoration: none; color: #00adef; }
.category-slider { border: 3px solid #00adef; border-left: 0; border-right: 0; padding: 10px 40px; text-align: left; margin-bottom: 50px; }
.category-slider-wrapper { overflow: hidden; }
.category-slider .category { width: 20%; float: left; overflow: hidden; text-align:center; }
.category-slider .category img { width: 100%; }
.category-slider .category a{ margin: 0 auto; width: 100%; }
.category-slider p { text-align: center;  }
.category-slider p a  {  }
.category-slider .slick-arrow { color: #666; cursor: pointer; font-size: 20px; left: -40px; position: absolute; top: calc(50% - 10px); transition: all 0.3s ease 0s; z-index: 9999; }
.category-slider .slick-arrow.slick-next { left: auto; right: -40px; }

/* View Type: Grid */
.products-grid { position:relative; list-style: none !important; margin: 0 !important; padding: 0 !important; width: 100%; }
.products-grid li.item { display: inline-block; width: 31%; margin-right: 2%; margin-bottom: 20px; position: relative;text-align:center; vertical-align: top; }
.col1-layout .products-grid li.item  { width: 23%; margin-right: 2.2%; }
.col1-layout .products-grid li.item:nth-child(4n + 4) { margin-right: 0; }
.products-grid li.item .product-image { display:block; margin:0 0 10px; overflow: hidden; position: relative; }
.products-grid li.item .product-image img { transition: top .3s ease-out, transform .3s ease-out; width: 100%;  }
.products-grid li.item .product-image .over { position:absolute; top: 100%; left: 0; }
.products-grid li.item:hover .product-image.has-over .over { top: 0; }
.products-grid li.item:hover .product-image.has-over .regular { transform: translateY(-100%); }
.products-grid li.item .product-name { margin:0; font-size:22px; color:#53ab4d; height: 47px; overflow: hidden; text-align: center; line-height: 18px; }
.products-grid li.item .product-name a { text-decoration: none; color: #333; font-size: 16px; line-height: 20px; }
.products-grid li.item:hover .product-name a { color: #19b5f1 ; }
.products-grid li.item .price-box { margin:0 0 5px; text-align: center; }
.products-grid li.item .price-box .regular-price,
.products-grid li.item .price-box .old-price { display: block; line-height: 18px; }
.products-grid li.item .price-box .regular-price .price,
.products-grid li.item .price-box .regular-price .label { color: #19b5f1; font-size: 16px; }
.products-grid li.item .price-box .regular-price .price { font-weight: bold; }
.products-grid li.item .price-box .old-price span { font-size: 13px; font-weight: lighter; color: #666; }
.products-grid li.item .price-box .minimal-price .price-label{ display: none;}
.products-grid li.item .price-box .minimal-price span:nth-last-child(1){ display: none;}
.products-grid li.item .price-box .minimal-price span{ color: #19b5f1;}
.products-grid li.item .availability { line-height:21px; }
.products-grid li.item .actions { position:absolute; bottom:12px; }
.products-grid li.item.button { visibility: hidden; opacity: 0; transition: .3s all ease; color: #fff; }
.products-grid li.item:hover .button { visibility: visible; opacity: 1;  }
.products-grid li.item .discount { position: absolute; width: 60px; height: 60px; line-height: 60px; border-radius: 30px; top: 10px; left: 10px; display: block; color: #fff; text-align: center; font-size: 20px;  font-weight: bold; vertical-align:middle; 	font-weight: bold;margin: 0;vertical-align: middle;transform: rotate(-25deg);background: #19b5f1; border: 1px solid #19b5f1; transition: transform .4s cubic-bezier(1, 2, 0, 2) 0s, color .3s ease-out, background .3s ease-out; }
.products-grid li.item:hover .discount { background: #fff; color: #19b5f1; transform: scale(1.2); }


.countdown .countdown-row { display: table; width: 100%; margin-top: 5px; }
.countdown .countdown-section { display: table-cell; width: 2%; }
.countdown .countdown-section span { display: block; color: #fff; padding: 0 5px;  }
.countdown .countdown-section span.countdown-amount { border-right: 2px solid #fff; font-size: 22px;  }
.countdown .countdown-section span.countdown-period { font-size: 12px; }
.countdown .countdown-section:last-child span.countdown-amount { border: 0; }

/* View Type: List */
.products-list { list-style: none; margin: 0; padding: 0; }
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }


/* Categories List */
.categories-list .item { float: left; padding:12px 10px 80px; position: relative; border: 1px solid #fff; text-align:center; }
.categories-list .item:hover { border-color: #aaa; }
.categories-list .item h2 a{ font-size: 12px; color: #101010; font-weight: normal; text-transform: uppercase; }
.categories-list .item h2 { height: 35px; overflow: hidden; line-height: 16px; }

.col1-layout .categories-list .item { width: 14.46%; padding:12px 1% 12px;  }
.col2-left-layout .categories-list .item { width: 17.7%; padding:12px 1% 12px; height: 210px;  }
.category-marcas .col2-left-layout .categories-list .item { height: 110px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { }

.ratings { font-size:11px; width: 120px; text-align: center; line-height: 17px; display: inline-block;  }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:100px; height:24px; font-size:0; line-height:0; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; display: inline-block; }
.rating-box .rating { float:left; height:24px; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { }
.ratings .amount { display: block;}
.ratings .amount a { color: #00adef; font-size: 13px; }

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; vertical-align: middle; font-size: 14px; }
.ratings-table th { font-weight:bold; padding-right:8px; }

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

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://www.bybebe.pt/skin/frontend/default/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

.product-view .product-shop .price-box .minimal-price .price-label{ display: none;}
.product-view .product-shop .price-box .minimal-price span{font-size: 20px; font-weight: bold; color: #19b5f1;}
.product-view .product-shop .price-box .minimal-price span:nth-last-child(1){ display: none;}

.product-view .brand { margin-bottom: 15px; text-align: center; }
.product-view .brand img { display: inline-block; }

.hr.product-view { margin: 28px 0 20px; }

.product-view .product-shop .price-box .minimal-price span {display:none;}
.product-view .product-shop .price-box .minimal-price span:nth-last-child(1) { display: block;}

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

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

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#2f2f2f; }

.price-box .discount { display: block; background: #00adef; border-radius: 30px; width: 45px; height: 45px; font-weight: bold; text-align: center; font-size: 15px; line-height: 45px; color: #fff; display: inline-block; transform: rotate(-25deg);  }

/* Regular price */
.regular-price { color:#195b77; font-weight: bold; letter-spacing: 1px; }
.regular-price .price { font-weight:normal; color: #19b5f1; font-size: 25px;  }
.block .regular-price,
.block .regular-price .price { color:#19b5f1; }

/* Old price */
.old-price { margin:0; color: #999; font-weight: bold; font-size: 12px !important;}
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { color:#999 !important; font-size: 12px !important; font-weight: normal !important; padding-right: 5px; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; }
.special-price .price-label-discount { font-weight: bold; color: #cc0f0f; }
.special-price .price { font-size:20px; font-weight: bold;  }

.special-dates { font-size: 10px; line-height: 12px; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.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-weight:bold; font-size:16px; color:#999 !important; }

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

/* Configured price */
.configured-price { margin:0; }
.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; display: block; }
.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; }

.product-view .price-box-bundle { display: none; }

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

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:15px; margin:0; color: #555; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart button.button { margin-left: 5px;  }
.add-to-cart .qty { text-align: center; color: #777; }


.qty-selector-container { border-bottom: 1px solid #ccc; display: inline-block; position: relative; padding-right: 23px; }
.qty-selector { display: inline-block; height: 19px; width: 23px; position:absolute; right: 0; cursor: pointer; text-align: center; line-height: 19px; color: #adadad; font-size: 16px; background: #eee no-repeat center; }
.qty-selector.up { background-image: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_arrow_up.png); top: 0; }
.qty-selector.down { background-image: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_arrow_down.png); bottom: 0;}
.qty-selector:hover { background-color: #eee; }

/* Add to Links + Add to Cart */
.add-to-box { margin:20px 0 40px; padding-top: 20px; border-top: 1px solid #ccc; }
.add-to-box .add-to-cart { float:right; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }

.product-view { position: relative; }

.product-collateral {  }
.product-collateral h2 { font-size:25px; padding:0 0 1px; margin:0 0 20px; font-weight: lighter; color: #195b77; letter-spacing: 1px; }
.product-collateral .std h2 { font-size: 20px; color: #19b5f1; }

.product-view hr { border: 0; border-bottom: 1px solid #00adef; margin: 20px 0;}

.product-view .share { width: 100%; }
.product-view .share td { padding: 10px 0; vertical-align: middle; }
.product-view .share td.addto-container { text-align: right; }
.product-view .share td.addthis-container { text-align: right; padding: 10px; }
.product-view .share td.addthis-container .at-resp-share-element .at-share-btn { margin-bottom: 0 !important; }
.product-view .share td.reviews-container { text-align: right; }

.product-view .product-description .description-image { max-width: 35%; float: right; }

/* Product Images */
.product-view .product-img-box { float:left; width:45%; margin-bottom: 30px; position: relative;  }
.product-view .product-img-container { padding-left: 120px; padding-bottom: 50px; width: calc(100% - 120px); position: relative; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 20px; }
.product-view .product-img-box .product-image a { position: relative; display: block; }
.product-view .product-img-box .product-image a .image-layer { position: absolute; top: 0; left: 0; width: 100%; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image img { width: 100%; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views { position: absolute; top: 10px; left: 0; width: 103px; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views div { margin-bottom: 5px; }
.product-view .product-img-box .more-views div a { width:100px; border: 1px solid #ddd; display: block; }
.product-view .product-img-box .more-views .slick-arrow { width: 104px; text-align: center; font-size: 30px; color: #ccc; display: inline-block !important; cursor: pointer; transition: color .3s;  }
.product-view .product-img-box .more-views .slick-arrow:hover { color: #777; }

.product-view .product-shop .product-options-bottom .gift-card-images,
.product-view .product-shop .product-options-bottom .gift-card-type{position: initial; font-size: 14px; color: #333;}
.product-view .product-shop .product-options-bottom .gift-card-images em,
.product-view .product-shop .product-options-bottom .gift-card-type em{position: initial; float: none;}
.product-view .product-shop .product-options-bottom .message {width: 50%; height: 100px;}
.product-view .product-shop .product-options-bottom .field {margin-bottom: 10px;}

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:50%; margin-bottom: 10px; }
.product-view .product-shop .product-reference{ text-transform: uppercase;  }
.product-view .product-shop .product-inventory,
.product-view .product-shop .product-reference{ color: #00adef; font-size: 16px; }
.product-view .product-shop .product-inventory strong,
.product-view .product-shop .product-reference strong{  font-weight: normal; color: #9c9b9b;  }
.product-view .product-shop .product-inventory .in-stock { color: #093; }
.product-view .product-shop .product-inventory .out-of-stock { color: #900; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font-size: 22px; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .page-title { margin-bottom: 25px;}
.product-view .product-shop .page-title h1 { font-size: 25px; text-align: left; color: #00adef; text-transform: none; }
.product-view .product-shop .short-description { margin-bottom: 30px; color: #666; }
.product-view .product-shop .price-box { text-align: right; }
.product-view .product-shop .price-box .discount { margin-right: 15px; }
.product-view .product-shop .price-box .price { }
.product-view .product-shop .price-box .old-price { display: block; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links .wishlist { font-size: 15px; font-weight: normal; }
.product-view .product-shop .add-to-links .link-wishlist { font-size: 13px; font-weight: normal; }
.product-view .product-shop .add-to-links .link-registry{ font-size: 13px; font-weight: normal; color: #333;}

.product-view .points-info { padding: 5px 5px 0 35px; font-weight: bold; font-size: 17px; color: #cc0f0f; margin-bottom: 0; float: right; }
.product-view .points-info .points,
.product-view .points-info .money { display: inline-block; position: relative; top: -5px; }
.product-view .points-info small { font-weight: normal; color: #101010; font-size: 12px; }
.product-view .points-info a { background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_flag.png) no-repeat 2px 3px; padding-left: 40px; color: #0098ce; font-size: 13px; font-weight: bold; text-decoration: none; display:inline-block; width: 90px; line-height: 18px; }

.product-view .tabs-content .std { color: #666; }

.product-view .shipping-time {background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_green_ok.gif) no-repeat 0 0px; padding-left:30px; font-weight: bold; font-size: 13px; float: right;}

.product-view .lavagem li { list-style: none; display: inline-block; position: relative; }
.product-view .lavagem li img { width:50px; }
.product-view .lavagem li span { position: absolute; bottom: 200%; left: -30px; z-index: 9; background: #fff; display: inline-block; width: 100px; padding: 5px 10px; box-shadow: 0 0 5px #ccc; visibility: hidden; opacity: 0; transition: .2s all; font-size: 12px; text-align: center; }
.product-view .lavagem li:hover span { opacity: 1; visibility: visible; bottom: 100%; }

/* Product Options */
.product-options { position:relative; background-color:#fff; margin-bottom: 20px !important; padding-top: 10px; }
.product-options dt { padding:0; font-weight:normal; width: 100%; padding-right: 10px; text-align: left; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-right:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder .qty-selector { display: none; }
.product-options dd .qty-holder label { vertical-align:middle; float: left; }
.product-options dd .qty-holder input { float: left; margin-right: 2px; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { margin-bottom: 10px; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:200px;  }
.product-options dd input.datetime-picker { width:250px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { height:8em; width:250px;  }
.product-options dd select { width:250px;  }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:0; top:10px; display: none; }

.product-view .product-options-price { }

.product-options-bottom {  }
.product-options-bottom .shipping-time { }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 15px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

.product-shop .add-to-cart-container { margin-bottom: 30px; }
.product-shop .add-to-cart-container .price-box { float: right; margin: 0 10px;  }
.product-shop .add-to-cart-container .add-to-cart { float: right; }

.product-shop .store-advantages { margin-bottom: 50px; }
.product-shop .store-advantages a { padding-left: 30px; margin-right: 10px; font-weight: bold; font-size: 12px; display:inline-block; line-height: 18px; background-size: 23px auto; background-repeat:no-repeat; }
.product-shop .store-advantages a.guarantee { background-image: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_euro.png); }
.product-shop .store-advantages a.satisfied { background-image: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_ok.png); }
.product-shop .store-advantages a.payment { background-image: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_locker.png); }
.product-shop .store-advantages a.delivery { background-image: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_transport.png); }

.product-shop .addthis_toolbox { float: right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}
.product-view .box-description .description-image { float: right; width:40%; margin-left: 2%; margin-bottom: 2%; }

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews { }
.product-view .box-reviews li { margin-bottom: 5px; color: #195b77;}
.product-view .box-reviews .review-container { width: 100%; }
.product-view .box-reviews .review-container td { padding: 10px; vertical-align: middle; }
.product-view .box-reviews .review-container td.col1,
.product-view .box-reviews .review-container td.col3 { width: 200px; text-align: center; }
.product-view .box-reviews .nickname,
.product-view .box-reviews .date { display: block;  }
.product-view .box-reviews .nickname { font-weight: bold; font-size: 14px; }
.product-view .box-reviews .ratings-table { margin-bottom: 20px;  }
.product-view .box-reviews .ratings-table td { vertical-align: middle; padding: 10px 0 0; white-space: nowrap; }
.product-view .box-reviews .rating-box,
.product-view .box-reviews .rating-code{ display: inline-block; vertical-align: middle; margin: 0 10px 0 0; }
.product-view .box-reviews .rating-box { margin-right: 30px; }
.product-view .box-reviews .rating-code { }
.product-view .box-reviews .rating-code.general,
.product-view .box-reviews .review-title { font-weight: bold; color: #19b5f1; }
.product-view .box-reviews .score { font-size: 40px; color: #19b5f1; display: block; margin-bottom: 5px; }
.product-view .box-reviews .score-label { font-size: 16px; color: #19b5f1; display: block; }
.product-view .box-reviews .open-form-add { text-align: center; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:100%; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width: calc(100% - 10px); border: 1px solid #eee; }

.product-view .fieldset { padding: 0; border: 0; }
.product-view .buttons-set { margin-bottom: 20px; }

.product-view .advanced-options { }
.product-view .advanced-options .title { font-weight: bold; margin-bottom: 5px; }
.product-view .advanced-options .title .required{color: #eb340a; font-style:italic;}
.product-view .advanced-options ul { margin-bottom: 10px; }
.product-view .advanced-options ul li { display: inline-block; width:50px; height: 50px; margin-right: 5px; border: 2px solid #fff; transition: .3s; position: relative; }
.product-view .advanced-options ul li.selected { border-color: #19b5f1; }
.product-view .advanced-options ul li .label { position: absolute; bottom: calc(100% + 10px); width: 150px; padding: 2px 5px; text-align: center; border: 1px solid #ccc; background: #fff; left: -100%; visibility: hidden; opacity: 0; transform: translateY(-10px); transition: .2s all; }
.product-view .advanced-options ul li:hover .label { visibility: visible; opacity: 1; transform: translateY(0); }

.product-files li { padding-left: 24px; background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_pdf.png) no-repeat; margin-bottom: 5px; padding-top: 2px;}
.product-files li a { font-size: 13px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #aaa; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}
.cms- .toolbar { display: none; }

.cms-top-nav { border: 1px solid #ccc; border-right: 0; border-left: 0; margin: 20px 0; padding: 5px 0; }
.cms-top-nav li { display: inline-block; margin-right: 10px; padding-right: 10px; border-right: 1px solid #ccc; }
.cms-top-nav li a { color: #333; text-transform: uppercase; }
.cms-top-nav li.active a { color: #00adef; }

.cms-page-view .page-title h1,
.cms-page-view .page-title h2 { text-align: center; }

.cms-page-view .dialog {background-color:white; border: 2px solid #001433; height: 105px !important; padding: 10px; width:425px !important;} 
.cms-page-view .magento_content .magento_content{width:400px !important;} 
.cms-page-view .magento_buttons .button {margin-left: 170px;} 
.cms-page-view .magento_message p.webforms-error-message {width:410px;} 

.contact-info { float: left; width: 25%; color: #000; border-right: 1px solid #aaa; }
.contact-info h2 { color: #000 ; font-size: 24px; font-weight: normal; margin-bottom: 20px; }

.contact-info .time { font-size: 22px; color: #aaa; line-height: 30px; }
.contact-info .phone,
.contact-info .address,
.contact-info .email { font-size: 22px; line-height: 35px; margin-bottom: 20px; position: relative; }
.contact-info .address { font-size: 14px; line-height: 18px; padding-left: 33px;  }
.contact-info .address .icon-street-view { font-size: 22px; position: absolute; top: 0; left: 0; }

.contact-form { float: right; width: 70%;  }
.contact-form .form-list textarea { height: 5em; }
.contact-form .buttons-set .required { float: left; }
.contact-form .buttons-set { margin-top: 0; }

.col-main-wrapper .std hr{clear:both;}


.faqs h2 { color: #00adef ; font-size: 30px; font-weight: normal; margin-bottom: 20px; }
.faqs .categories { margin-bottom: 20px; }
.faqs .categories ul { list-style: none; margin: 0; padding: 0; }
.faqs .categories ul li { float: left; width: 100px; height: 100px; border: 3px solid #ff6200; border-radius: 15px; text-align: center; line-height: 15px; margin-right: 10px; cursor: pointer; }
.faqs .categories ul li img { display: block; margin: 0 auto; }
.faqs .categories ul li.selected,
.faqs .categories ul li:hover { background: #ff6200; }
.faqs .categories ul li.selected img,
.faqs .categories ul li:hover img { filter: brightness(0) invert(1); }

.faqs .list > ul { list-style: none; margin: 0; padding: 0; }
.faqs .list ul .title { font-size: 16px; padding: 8px; border-radius: 10px; background: #ccc url(https://www.bybebe.pt/skin/frontend/default/default/images/i_arrow_down.png) no-repeat center right 15px; font-weight: bold; cursor: pointer; }
.faqs .list ul .title:hover { background-color: #ddd; }
.faqs .list ul .response { display: none; }

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://www.bybebe.pt/skin/frontend/default/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; text-align: center; }
.cart .page-title h1 { margin:10px 0 0; display: inline-block; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

.checkout-methods { margin-bottom: 20px; }

/* Shopping Cart Table */
.cart-table { }
.cart-table th { padding:8px 10px !important; background: #fff !important; font-weight: normal !important;border-right: 0;  }
.cart-table.data-table tr.last th { border-bottom: 1px solid #ddd !important; }
.cart-table th:last-child { border-right: 0; }
.cart-table td { padding:10px; vertical-align:middle; border-right: 0;  }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; display: none; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }
.cart-table .product-name { font-size: 18px; }
.cart-table .product-name  a { color: #333; text-decoration: none; text-transform: none; font-weight: normal; }
.cart-table .cart-price .price {  color: #333; font-size: 22px; }

/* Shopping Cart Collateral boxes */
.crosssell { margin-bottom: 40px; }
.crosssell h2 { font-size: 25px; font-weight: lighter; color: #19b5f1; letter-spacing: 1px; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .shipping { padding: 3px; background: #f1f1f1; margin:0 0 40px; width: 950px; }
.cart .shipping h2 { font-weight: normal; font-size: 22px; padding-top: 10px; font-weight: lighter; }
.cart .shipping h3 { font-size: 15px; text-transform: uppercase; color: #000; }
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }
.cart .shipping .sp-methods {}
.cart .shipping .banner { float: left; margin-right: 20px; }
.cart .shipping .banner * { margin: 0; display: block; }
.cart .shipping .col2-set { padding: ; }
.cart .shipping .col-1 { width: 250px; padding: 10px 0; }
.cart .shipping .col-2 { width: 290px; margin-left: 25px; float: left;  padding: 10px; }
.cart .shipping input.input-text, .cart .shipping textarea {  }
.cart .shipping .sp-methods dt,
.cart .shipping .form-list label { font-weight: normal; }
.cart .shipping .sp-methods dt { margin: 5px 0; }
.cart .shipping .sp-methods dd { margin-left: 15px; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:16px; }
.cart .totals .checkout-types { font-size:13px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

.cart-actions { background: #fff; padding: 4px 0; margin-bottom: 10px; }
.cart-actions .discount { float: left; width: 500px;}
.cart-actions .discount h2 { font-size: 13px; font-weight: bold; }
.cart-actions .discount .input-box { margin: 10px 0; }
.cart-actions .discount .input-text { width: 200px; padding: 4px; }
.continue-shopping { text-align: right; margin-right: 30px; color: #222; margin-top: 10px; }
.continue-shopping a { color: #222; text-decoration: underline; }
.cart-actions .gift-card {display: inline-block; width: 100%; margin-top: 20px;}
.cart-actions .gift-card .discount{width: 100%;}
.cart-actions .gift-card .discount .input-box{display: inline-block;}
.cart-actions .gift-card .discount .buttons-set{margin-top: 0; border-top: none; display: inline-block; vertical-align: middle; padding: 0;}
.cart-actions .gift-card .discount .buttons-set button{color: #000; background: #fff; border: 1px solid #000;}
.cart-actions .gift-card .discount .buttons-set button:hover{color: #fff; background: #000; border: 1px solid #fff;}

.checkout-methods { text-align: right; }

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


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd { }
.sp-methods dd li { margin:5px 0; }
.sp-methods label { color:#666; display: inline-block;  }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

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

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

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

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

#shipping-method .sp-methods label { padding-left: 95px; }
#shipping-method .sp-methods input { position: relative; top: -8px; }
#shipping-method .sp-methods .shipping-method-flatrate_flatrate,
#shipping-method .sp-methods .shipping-method-freeshipping_freeshipping { background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_freeshipping.png) no-repeat 45px 18px; height: 33px; padding-top: 10px; padding-bottom:10px; }
#shipping-method .sp-methods li[class^="shipping-method-matrixrate_matrixrate_free"],
#shipping-method .sp-methods li[class^="shipping-method-matrixrate_matrixrate_ctt"] { background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_ctt.gif) no-repeat 33px 13px; height: 50px; padding-top: 10px; padding-bottom:10px; }
#shipping-method .sp-methods li[class^="shipping-method-matrixrate_matrixrate_nacex"] { background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_nacex.gif) no-repeat 25px 5px; height: 50px; padding-top: 10px; padding-bottom:10px; }
#shipping-method .sp-methods li[class^="shipping-method-matrixrate_matrixrate_dhl"] { background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_dhl.gif) no-repeat 22px 22px; height: 50px; padding-top: 10px; padding-bottom:10px; }
#shipping-method .sp-methods li[class^="shipping-method-matrixrate_matrixrate_chronopost"] { background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_chronopost.gif) no-repeat 25px 11px; height: 50px; padding-top: 10px; padding-bottom:10px; }
#shipping-method .sp-methods .price {  display:block; font-weight: bold; color: #111; }

#payment-method .sp-methods li { margin-bottom: 10px; min-height: 33px; position: relative;  }
#payment-method .sp-methods .payment-info { position: absolute; top: 0; margin-left: 105px;}
#payment-method .sp-methods .payment-info ul { padding: 0; }
#payment-method .sp-methods .payment-paypal_standard { background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_paypal.png) no-repeat 25px 10px; height: 90px; }
#payment-method .sp-methods .payment-multibancopayment { background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_mb.png) no-repeat 33px 0; height: 60px; }
#payment-method .sp-methods .payment-cashondelivery { background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_cash_delivery.png) no-repeat 10px 0; min-height: 60px; }
#payment-method .sp-methods .payment-banktransfer { background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_bank_transfer.png) no-repeat 30px 0; min-height: 60px; }
#payment-method .sp-methods .payment-cashondelivery .payment-info,
#payment-method .sp-methods .payment-banktransfer .payment-info { position: relative; top: -20px; }
#payment-method .sp-methods .payment-banktransfer .payment-info li { height: auto; }
#payment-method .sp-methods .payment-cashondelivery .payment-info .cashondelivery-instructions-content { height: 60px; }

.banktransfer-instructions-content { display: none !important; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:18em; padding:10px; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.order-review p.agree { text-align:left; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

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

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 25px; border-bottom: 1px solid #000; }
.block-progress .block-title strong { color:#000; font-size: 20px; font-weight: normal; text-transform:none; line-height: 1.35; margin-top: -2px; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#000; color:#fff; }
.block-progress dt.complete a { color: #fff; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://www.bybebe.pt/skin/frontend/default/default/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

#payment_form_mbway { display: block !important; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .page-title { margin-bottom: 50px; }
.account-login .content { min-height:345px; border:1px solid #aaa; border-bottom:0; text-align: center; }
.account-login .content h2 { font-weight:normal; font-size:20px; margin:0 0 14px; border-bottom:1px solid #ddd; text-transform:uppercase; color:#000; }

.account-login .registered-users { border-right: 1px solid #000; }
.account-login .registered-users .content { border: 0; min-height: inherit; margin-bottom: 20px; }
.account-login .registered-users h2 { border-bottom: 0 !important; }
.account-login .registered-users li .input-box input { width: 280px; }
.account-login .registered-users li label { font-weight: bold; width: 300px; text-align: left; display: inline-block; }
.account-login .registered-users li button { margin-top: 25px; }

.account-login .new-users .content { padding: 0; border: 0; }
.account-login .new-users h2 { border-bottom: 0 !important; }
.account-login .new-users .text { min-height: 223px; }

.account-login .buttons-set { border: 0; text-align: center; margin-top: 0; }
.account-login .buttons-set button { float: none; }

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://www.bybebe.pt/skin/frontend/default/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

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


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

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

/* General Box */
.box-account { border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 20px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:15px; font-weight:bold; text-transform:uppercase; }

.dashboard .box .box-title { background:url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent { border: 0; padding: 0; }
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 {  }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(https://www.bybebe.pt/skin/frontend/default/default/images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(https://www.bybebe.pt/skin/frontend/default/default/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

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

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

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#101010; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

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

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

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

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://www.bybebe.pt/skin/frontend/default/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

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

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


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

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


/* Footer ================================================================================ */
.footer-container { background: #e0e0e0; padding: 20px 0;}
.footer { margin: 0 auto; position: relative; color: #fff; padding-bottom: 10px; }
.footer a { color: #333; }

.footer .blocks-container { display: table; width: 100%; }

.footer .block { border: none; display: table-cell; width: 2%; padding: 0; vertical-align: top;}
.footer .block .title { font-size: 18px; font-weight: normal; margin-bottom: 15px; color: #00adef ; white-space: nowrap; text-transform: uppercase; letter-spacing: 2px; }
.footer .block a { font-size: 14px; display: block; }
.footer .block li { margin-bottom: 0; }

.footer .block-about-us { color: #333; }

.footer .block.footer-links li { }
.footer .block.footer-links li a {  }
.footer .block.footer-links li a:hover { t }

.footer .block-footer-links {  }
.footer .block-footer-links li { float: none; }
.footer .block-social { right: 0;  }
.footer .block-social .title { margin-bottom: 45px; }
.footer .block-social li { float: left; margin-right: 2px; }
.footer .block-social li span,
.footer .block-social li a { width: 46px; height: 46px; text-indent: -200px; display: block; overflow:hidden; background: url(https://www.bybebe.pt/skin/frontend/default/default/images/social.png) no-repeat;  }
.footer .block-social li.facebook a { background-position: -96px 0; }
.footer .block-social li.rss a { background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_rss.png) no-repeat; }
.footer .block-social li.twitter a { background-position: -144px 0; }
.footer .block-social li.youtube a { background-position: 0 0; }
.footer .block-social li.pinterest a { background-position: -48px 0; }
.footer .block-social li.instagram a { background-position: -240px 0; }
.footer .block-social li.google a { background-position: -192px 0; }

.footer .block-social li span { width: 57px; }
.footer .block-social li.mb span { background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_mb2.png) no-repeat; }
.footer .block-social li.paypal span { background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_paypal2.png) no-repeat; }
.footer .block-social li.visa span { background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_visa.png) no-repeat; }
.footer .block-social li.mastercard span { background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_mastercard.png) no-repeat; }

.footer .block-support { }
.footer .block-support p { font-size: 20px; font-weight: bold; background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_phone.png) no-repeat; padding: 5px 5px 5px 50px; }

/* Block: Subscribe */
.block-subscribe { border: 0; background: #195b77; color: #fff;  text-align: center; margin-bottom: 0;  }
.block-subscribe .page { background: none; padding-top: 50px; padding-bottom: 50px; margin: 0 auto; }
.block-subscribe .title {font-size: 55px; line-height: 55px; font-weight: lighter !important; margin-bottom: 25px; color: #fff; text-transform: uppercase; letter-spacing: 2px; }
.block-subscribe p { font-size: 25px; margin-top: 20px; font-weight: lighter; }
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong {}
.block-subscribe label { font-weight:bold; color:#fff; }
.block-subscribe .input-box { max-width: 900px; margin: 0 auto; margin-bottom: 10px; position: relative; }
.block-subscribe input.input-text { width: calc(100% - 240px); padding: 10px; border: 1px solid #fff; background: none; color: #777; font-size: 20px; background: #fff; }
.block-subscribe button { border: 1px solid #fff; background: none; font-size: 19px; padding: 12px 15px; border-radius: 0;  }
.block-subscribe button:hover { background: #fff; color: #195b77; border-color: #195b77; }
.block-subscribe a { text-decoration: underline; } 
.block-subscribe .validation-advice { position: absolute; background-color: #fff; padding: 2px 2px 2px 15px; left: 23px;  }
.block-subscribe .privacy-checkbox a.regular-link{display:none;}
.block-subscribe .privacy-checkbox a.fancybox-link{display:inline; color:#fff;}
.block-subscribe .privacy-checkbox .validation-advice {margin-left:261px; margin-bottom:20px;}

#newsletter_subscribe.popup { border: 5px solid #00adef ; padding: 20px; width: 400px; margin: 0; }
#newsletter_subscribe.popup .title { text-align: center; font-size: 28px; margin-bottom: 20px; text-transform: uppercase; color: #00adef; letter-spacing: 2px; font-weight: lighter; }
#newsletter_subscribe.popup .input-box { margin-bottom: 10px; text-align: center; }
#newsletter_subscribe.popup input { width: calc(100% - 22px); padding: 10px; margin-bottom: 20px; text-align: center; color: #555; font-size: 16px; letter-spacing: 2px; }
#newsletter_subscribe.popup button { line-height: 31px; padding:5px 40px; margin-bottom: 10px; }
#newsletter_subscribe.popup p { line-height: 20px; text-align: center; font-size: 16px; color: #555; letter-spacing: 2px; margin-bottom: 30px; }
#newsletter_subscribe.popup .privacy-checkbox a.fancybox-link{ display:none;  }
#newsletter_subscribe.popup .privacy-checkbox a.regular-link{display:inline;}
#newsletter_subscribe.popup .privacy-checkbox input.checkbox{width:6%; margin-bottom:}

.newsletter-subscribe-response {  border: 5px solid #00adef; padding: 20px; width: 400px; text-align: center; }
.newsletter-subscribe-response h2 { font-size: 22px; font-size: 28px; margin-bottom: 30px; text-transform: uppercase; color: #00adef; letter-spacing: 2px; font-weight: lighter; }
.newsletter-subscribe-response .error h2 { color: #df280a; }
.newsletter-subscribe-response p { line-height: 20px; text-align: center; font-size: 16px; color: #555; letter-spacing: 1px; margin-bottom: 30px; }
.newsletter-subscribe-response #error_messages,
.newsletter-subscribe-response p:last-child { font-weight: 100; }

.footer-banners-list { margin-bottom: 30px; }

.copyright { padding: 5px; color: #333; text-align: left; }
.copyright .signature { float: right;  margin-top: 5px; }

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

/* Lista de Presentes ===================================================================================== */

/* Index*/
.amgiftreg-event-index table .center{text-align: center;}

/* Edit */
.amgiftreg-event-edit .fieldset .form-list .required{color: #ae1419;}
.amgiftreg-event-edit .fieldset .form-list .amgiftreg-select-time{width: 50px !important;}

.amgiftreg-event-edit .fieldset {margin-bottom: 0;}
.amgiftreg-event-edit .button-set {margin-bottom: 0;}
.amgiftreg-event-edit #delete_image{width: auto;}
.amgiftreg-event-edit .button-set a{margin-right: 15px;}


.amgiftreg-event-edit .fieldset .form-list input.button{font-size: 14px; font-weight: normal; border: 1px solid #00adef; padding: 9px 25px; text-transform: uppercase; letter-spacing: 2px; float: right; width: auto; color: #fff; background: #00adef; line-height: 17px;}

/* Cheque-Prenda ===================================================================================== */
.amgiftcard-acc-index .amgiftcard .fieldset .form-list label{display: block; margin-left: 10px;}

/* CMS ===================================================================================== */

.tabs .tabs-title { list-style: none; margin: 0; padding: 0; display: block; border-bottom:  }
.tabs .tabs-title li { float: left; padding: 3px 10px; font-weight: bold; font-size: 15px; position: relative; cursor: pointer; text-transform: uppercase; }
.tabs .tabs-title li:hover { }
.tabs .tabs-title li:last-child { background: none; }
.tabs .tabs-title li.selected { background: #000; color: #fff; }
.tabs .tabs-divider { clear: both; height: 1px; border-bottom: 1px solid #ccc; margin-bottom: 20px; }
.tabs .tabs-content .tab { display: none; }

.banners.content-top { margin-bottom: 15px; }

.arrow_box {
	position: relative;
	background: #00adef;
	line-height: 24px;
	padding: 0 6px;
	display:inline-block;
	margin-right: 15px;
	color: #fff;
}
.arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #00adef;
	border-width: 12px;
	margin-top: -12px;
}


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

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://www.bybebe.pt/skin/frontend/default/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://www.bybebe.pt/skin/frontend/default/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.product-options dd .qty-holder:after,
.form-search:after,
.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 .shipping-time: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,
.product-shop .add-to-cart-container:after,
.gift-messages-form .item:after,
.header .actions:after,
.header-banners-list:after,
.footer .block-social ul:after,
.mini-products-list .product-details:after,
.product-options dl:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}



@font-face {
  font-family: 'fontello';
  font-display: auto;
  src: url('https://www.bybebe.pt/skin/frontend/default/default/font/fontello.eot?65380988');
  src: url('https://www.bybebe.pt/skin/frontend/default/default/font/fontello.eot?65380988#iefix') format('embedded-opentype'),
       url('https://www.bybebe.pt/skin/frontend/default/default/font/fontello.woff2?65380988') format('woff2'),
       url('https://www.bybebe.pt/skin/frontend/default/default/font/fontello.woff?65380988') format('woff'),
       url('https://www.bybebe.pt/skin/frontend/default/default/font/fontello.ttf?65380988') format('truetype'),
       url('https://www.bybebe.pt/skin/frontend/default/default/font/fontello.svg?65380988#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('https://www.bybebe.pt/skin/frontend/default/default/font/fontello.svg?65380988#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-heart:before { content: '\e800'; } /* '' */
.icon-mail:before { content: '\e801'; } /* '' */
.icon-down:before { content: '\e802'; } /* '' */
.icon-left:before { content: '\e803'; } /* '' */
.icon-right:before { content: '\e804'; } /* '' */
.icon-up:before { content: '\e805'; } /* '' */
.icon-basket:before { content: '\e806'; } /* '' */
.icon-star-empty:before { content: '\e807'; } /* '' */
.icon-star:before { content: '\e808'; } /* '' */
.icon-attention:before { content: '\e809'; } /* '' */
.icon-attention-alt:before { content: '\e80a'; } /* '' */
.icon-plus:before { content: '\e80b'; } /* '' */
.icon-cancel:before { content: '\e80c'; } /* '' */
.icon-ok:before { content: '\e80d'; } /* '' */
.icon-phone:before { content: '\e80e'; } /* '' */
.icon-down-open:before { content: '\f004'; } /* '' */
.icon-up-open:before { content: '\f005'; } /* '' */
.icon-right-open:before { content: '\f006'; } /* '' */
.icon-left-open:before { content: '\f007'; } /* '' */
.icon-menu:before { content: '\f008'; } /* '' */
.icon-ccw:before { content: '\f025'; } /* '' */
.icon-reply:before { content: '\f02a'; } /* '' */
.icon-user:before { content: '\f061'; } /* '' */
.icon-ok-circled:before { content: '\f06d'; } /* '' */
.icon-cancel-circled:before { content: '\f06e'; } /* '' */
.icon-trash:before { content: '\f083'; } /* '' */
.icon-street-view:before { content: '\f21d'; } /* '' */
.icon-search:before { content: '\f50d'; } /* '' */
@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.products-grid .countdown { height: 50px; }
	.countdown .countdown-section span.countdown-amount { font-size: 16px;  }
	.countdown .countdown-section span.countdown-period { font-size: 10px; }
}

@media only screen and (min-width: 851px) {
		
	.navigation-container { position: relative; border:3px solid #00adef; border-left: 0; border-right: 0; }
	
	#nav { padding:0; font-size:13px; display: table; table-layout: auto; width:100%; }
	#nav li { display: table-cell; text-align: center;  text-align: center; vertical-align: middle; transition: background .3s; }
	#nav li a { color: #1b5d79; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; padding: 10px; transition: color .3s; display: block; line-height: 18px; }
	#nav li:hover,
	#nav li.active { background: #00adef;  }
	#nav li.active a,
	#nav li:hover a { color: #fff; text-decoration: none; }
	
	#nav .nav-self { display: none; }
	
	#nav .childrens { position: absolute; width: 100%; left: 0; background: #fff; border-top:3px solid #fff;  z-index: 9; top: 100%; z-index: 9999;  box-shadow: 0 0 5px #aaa; visibility: hidden; opacity: 0; transition: .2s all; transform: translateY(20px); }
	#nav > li:hover .childrens { visibility: visible; opacity: 1; border-color: #00adef; transform: translateY(0);}
	
	#nav .wrapper { display: table; width: 100%;}
	
	#nav .static-block { display: table-cell; text-align: right;  }
	#nav .static-block.images3 { width: 100%; }
	#nav .static-block.images2 { width: 70%; }
	#nav .static-block.images1 { width: 35%; }
	#nav .static-block p,
	#nav .static-block div { margin-bottom: 0; }
	#nav .static-block.images3 img { width: 33%; }
	#nav .static-block.images2 img { width: 49.5%; }
	#nav .static-block.images1 img { width: 100%; }
	
	#nav .submenu { display: table-cell; vertical-align: middle; padding-left: 20px; }
	
	#nav ul.cols-1 { }
	#nav ul.cols-2 { column-count: 2; column-gap: 20px; -moz-column-count: 2; -moz-column-gap: 20px; -webkit-column-count:2; -webkit-column-gap: 20px; }
	#nav ul.cols-3 { column-count: 3; column-gap: 20px; -moz-column-count: 3; -moz-column-gap: 20px; -webkit-column-count:3; -webkit-column-gap: 20px; }
	#nav ul.cols-4 { column-count: 4; column-gap: 20px; -moz-column-count: 4; -moz-column-gap: 20px; -webkit-column-count:4; -webkit-column-gap: 20px; }
	#nav ul li { display: block; text-align: left; background: none;  }
	#nav ul li:last-child { }
	#nav ul li a { color: #1b5d79 !important; padding: 4px 4px 4px 6px; position: relative; text-transform: none; }
	#nav ul li.active,
	#nav ul li:hover { background: none; }
	#nav ul li.active a,
	#nav ul li a:hover { color: #1b5d79 !important; text-decoration: underline; }
	#nav ul li a:before { position:absolute; right: 100%; top: calc(50% - 3px); width: 6px; height: 6px; border-radius: 3px; background: #00adef; content: ""; }
	
	#nav ul ul { display: block; position: relative; top: auto; left: auto; background: none;  }
	#nav ul ul li { display: block; width: auto; padding: 0; }
	#nav ul ul li a { font-size: 15px; font-weight: normal; padding: 1px 5px; margin-bottom: 3px; }
	
	#nav .nav-banner { text-align: right; }
	#nav .nav-banner a { margin-bottom: 0; }
	
	.cms- .header .actions .icon-search { display: none;}
	
	.cms- .searchautocomplete .form-search { visibility: visible; opacity: 1; }
	.cms- .searchautocomplete { top: 250px; left: 0; text-align:center; width: 100%; }
	.cms- .searchautocomplete .nav-search-in .category-fake { line-height: 41px; height: 41px; }
	.cms- .searchautocomplete .nav-search-in .nav-down-arrow { top: 15px; }
	.cms- .searchautocomplete input.UI-SEARCH { padding: 8px; width: 470px; }
	.cms- .searchautocomplete button { line-height: 26px; font-size: 19px; padding: 9px 25px; }		
}

@media only screen and (min-width: 851px) and (max-width: 1024px) {
	
	.header,
	.footer,
	.menu,
	.wrapper,
	.page { padding: 0 10px;  }
	
	.header .logo { left: 10px; }
	.header-banners-slideshow .links li { width: 60px; }
	
	.home-products .products-grid li.item { width: calc(31% - 10px); margin-right: 2%; margin-bottom: 2%; }
	.home-products .products-grid li.item:nth-child(3n + 3) { margin-right: 0; }
	
	#nav li a { font-size: 12px; padding: 4px; letter-spacing: 0; }
	#nav .wrapper { width: calc(100% - 20px); }
	
	.products-grid li.item { width: calc(47% - 10px); margin-right: 3%; margin-bottom: 3%; }
	.products-grid li.item:nth-child(2n + 2) { margin-right: 0; }
	.products-grid li.item:nth-child(3n + 3) { margin-right: 3%; }
	
	.footer .block-subscribe { min-width: 155px; }
	.footer .block-subscribe .input-box { width: 100%; }
	
	.cms- .searchautocomplete { top: 130px !important; }
	.cms- .searchautocomplete input.UI-SEARCH { width: 250px; }
	
}

@media only screen and (max-width: 850px) {
		
	.button, button { letter-spacing: 1px; padding: 9px 20px; }
	
	.col2-set .col-1,
	.col2-set .col-2 { display: block; float: none; width: 100%; margin-bottom: 10px; }
	
	.category-slider,
	.category-slider-title { display: none !important; }
	
	.header,
	.footer,
	.menu,
	.wrapper,
	.page { padding: 0 5px;  }
	
	.cookie-message { line-height: 19px; padding: 5px; }
	
	.header-contacts { font-size: 14px; }
	
	.header-container {  margin-bottom: 5px; }
	
	.header { text-align: center; }
	.header .logo { position: absolute; display: block; text-align: center; top: calc(50% - 30px); left: calc(50% - 100px); margin: 0; width: 200px;}
	
	.header .actions { position: absolute; top: calc(100% + 10px); width: 100%; text-align: center; }
	.header .actions .customer-menu .icon-user,
	.header .actions .menu-button,
	.header .actions .icon-search,
	.header .actions .icon-heart { text-shadow: none; color: #888; display: inline-block; font-size: 30px; vertical-align: middle; cursor: pointer; }
	
	.header .searchautocomplete { top: 143px !important; right: auto; left: 0; width: 100%;  }
	.header .searchautocomplete .form-search { padding: 5px; background: #fff; width: calc(100% - 10px); }
	.header .searchautocomplete .nav-search-in { display: none; }
	.header .searchautocomplete input.UI-SEARCH { width: calc(100% - 107px); padding-left: 3px !important; border: 1px solid #ccc; }
	
	.header .actions .block-cart { margin: 0; }
	.header .actions .block-cart .block-title { background: none; padding: 0; color: #888; }
	.header .actions .block-cart .block-title span.qty { position: relative; font-size: 30px; left: -2px; }
	.header .actions .block-cart .block-title span.icon-basket { font-size: 30px; left: 0; top: -2px; }
	.header .actions .block-cart .block-content { display: none; }
	
	.header .actions .customer-menu ul { right: -70px; transform-origin: top center; }
	
	.header .popup-title.wishlist .title { display: none; }
	
	.header-banners-slideshow { margin-bottom: 55px; }
	
	.navigation-container { position: relative; }
	.navigation-container .menu { position: absolute; top: 0; left: 0; width: calc(100% - 10px); display: none; z-index: 9999;}
	
	#nav { background: #fff; padding: 5px; margin: 0; border: 1px solid #ccc; }
	#nav li { float: none; display: block; margin: 0 0 5px; padding-bottom: 5px; border-bottom: 1px solid #ddd; position: relative; }
	#nav li a { padding: 0; display: block; color: #195b77; font-size: 17px; text-align: center;  }
	#nav > li:hover ul { -webkit-animation: fadein 0s; -moz-animation: fadein 0s; -ms-animation: fadein 0s; -o-animation: fadein 0s; animation: fadein 0s; }
	
	#nav .childrens { display: none; }
	#nav ul { position: relative; top: auto; left: auto; min-height: auto; }
	#nav ul li { display: block; width: calc(100% - 30px); padding: 0 15px; border-bottom: 0; }
	#nav ul li.nav-self { margin-top: 10px; }
	#nav ul li a { font-size: 14px; font-weight: normal; padding: 2px 0; color:#00adef; }
	
	#nav ul ul li { display: block; width: calc(100% - 30px); padding: 0 15px; margin-bottom: 0; }
	#nav ul ul li a { font-size: 13px; }
	
	#nav .nav-banner { display: none; }
	
	.facebook-messenger { width: 34px; right: 0; transition: .3s all; }
	.facebook-messenger.opened { width: 95%; bottom: 0; right: 0; }
	.facebook-messenger .title .text { display: none; }
	.facebook-messenger.opened .title .text { display: inline; }
	.facebook-messenger .title:hover { background: #00adef; color: #fff; }
	.facebook-messenger.opened .messenger { height: 90%; width: 100%; min-width: 100%; }


	.home-products .products-grid li.item { width: calc(47% - 10px); margin-right: 3%; margin-bottom: 3%; }
	.home-products .products-grid li.item:nth-child(2n + 2) { margin-right: 0; }
	
	.col1-layout .products-grid li.item,
	.products-grid li.item { width: calc(48% - 10px); margin-right: 2%; margin-bottom: 2%; }
	.products-grid li.item:nth-child(2n + 2) { margin-right: 0; }
	.products-grid li.item .product-name { height: 45px; }
	.products-grid li.item .product-name a { font-size: 13px; line-height: 15px; }
	
	.products-grid li.item .discount { width: 40px; height: 40px; line-height: 40px; border-radius: 20px; top: 0; left: 0; font-size: 15px; }
	.products-grid li.item:hover .discount { transform: scale(1.2); }
	
	.col-left { float: none; width: 100%; }
	.col2-left-layout .col-main { float: none; width: 100%; }
	
	.page-title { margin-bottom: 10px; }
	.page-title h1, .page-title h2 { font-size: 25px; }
	.title-buttons { text-align: center; }
	.title-buttons h1,
	.title-buttons h2 { margin-bottom: 20px; width: 100%; text-align: right; }
	
	.mb-mana-catalog-leftnav .block-content { border-top: 0; }
	.mb-mana-catalog-leftnav .block-title { border: 1px solid #ccc; padding: 5px; background: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_arrow_right.png) center right 5px no-repeat; cursor: pointer; }
	.mb-mana-catalog-leftnav .block-title.expanded { background-image: url(https://www.bybebe.pt/skin/frontend/default/default/images/i_arrow_down.png); }
	.block-layered-nav .block-content { display: none; }
	
	.block-bestsellers { display: none; }
	
	.product-view .product-img-box { float: none; width: 100%; }
	.product-view .product-img-box .more-views li a { width: 80px; height: 80px; }
	.product-view .product-img-box .more-views li img { width: 100%; }
	
	.product-view .product-shop { float: none; width: 100%; }
	.product-view .product-shop .page-title h1 { font-size: 25px; }
	
	.product-view .product-shop .add-to-links .wishlist { float: none; }
	.product-view .product-shop .add-to-links .link-compare,
	.product-view .product-shop .add-to-links .link-wishlist { display: inline-block; margin-bottom: 5px; padding-top: inherit}
	
	.product-view .product-img-container { padding:10px 0 0 90px; width: calc(100% - 90px); }
	.product-view .product-img-box .more-views { width: 74px; }
	.product-view .product-img-box .more-views div a { width: 70px; }
	.product-view .product-img-box .more-views div a img { width: 100%; }
	.product-view .product-img-box .more-views .slick-arrow { width: 74px; }
	
	.product-view .product-essential { margin-bottom: 30px; }
	
	.product-view .tabs .tabs-title li { font-size: 11px; }
	
	.product-view .share,
	.product-view .share tbody,
	.product-view .share tr,
	.product-view .share td { display: block; width: 100%; padding: 0; }
	.product-view .share td.addthis-container { padding: 0; }
	.product-view .share td.reviews-container { padding-top: 15px; }
	
	.add-to-cart button.button { letter-spacing: 0; padding: 9px 12px; }
	
	.cart-actions .discount { float: none; width: 100%; margin-bottom: 30px; text-align: left; }
	.cart-actions .discount .input-text { width: 130px; }
	.cart .totals { float: none; width: 100%; }
	.cart .image-cell { display: none; }
	.cart-table thead th { padding: 3px !important; font-size: 12px; }
	.cart-table td { padding: 2px; }
	.cart-table .product-name { font-size: 11px; font-weight: normal; }
	.cart-table input.qty { width: 1em !important; }
	.cart-table .qty-selector-container { padding-right: 16px; }
	.cart-table .qty-selector { width: 16px; }
	.cart-table .cart-price .price { font-size: 14px; }
	.checkout-methods { margin-bottom: 20px; }
	.cart .shipping { width: calc(100% - 10px); padding: 5px; margin: 0; text-align: center; }
	.cart .shipping .banner  { margin: 0 0 10px; width: 100%; }
	.cart .shipping .banner img { width: 100%; }
	.cart .shipping .col-1 { width: 100%; }
	.cart .shipping .buttons-set { text-align: center; }
	
	#onepagecheckout_orderform .col3-set .col-wrapper { padding: 0 !important; background: none !important; }
	.onepagecheckout-index-index .col-main { width: 100% !important; }
	#onepagecheckout_orderform .col3-set .col-1,
	#onepagecheckout_orderform .col3-set .col-3,
	#onepagecheckout_orderform .col3-set .col-2 { margin: 0 !important; padding: 0 !important; border: 0 !important; float: none !important; }
	#onepagecheckout_orderform .col3-set .col-2 { border-left: 0 !important; border-right: 0 !important; margin: 0 !important; padding: 0 !important; }
	
	#payment-method .sp-methods .payment-paypal_standard { height: 140px; }
	
	.block-cart { margin-top: 10px; }
	
	.contact-form,
	.contact-info { width: 100%; float: none; }
	.contact-info { border: 1px solid #ccc; padding: 10px; width: calc(100% - 22px); margin-bottom: 15px; }
	
	.block-cms-navigation { display: none; }
	
	.block-subscribe .page { padding: 5px; }
	.block-subscribe .title { font-size: 22px; line-height: 35px; margin-bottom: 10px; }
	.block-subscribe p { font-size: 16px; margin-top: 10px; }
	.block-subscribe button { font-size: 12px; padding: 8px 7px; }
	.block-subscribe input.input-text { width: calc(100% - 135px); font-size: 16px; padding: 0 5px; line-height: 31px; }
	
	.footer-container { border-top: 0; padding-top: 5px; }
	.footer { margin: 0 auto; height: auto; text-align: center; }
	.footer .blocks-container { display: block; }
	.footer .blocks-container .block { display: block; width: 100%; }
	
	.footer .blocks-container .block .title { background: #0098ce; line-height: 30px; margin: 0 0 10px; color: #fff;  }
	.footer .blocks-container .block:nth-child(odd) { margin-bottom: 0; }
	.footer .blocks-container .block:nth-child(even) .title { display: none; }
	
	.footer .block-social li { float: none; display: inline-block; }
	.footer .block-subscribe .input-box { margin: 0 auto 5px; }
	
	.footer .block-support p { display: inline-block; }
	
	.footer .copyright { margin-top: 0; }
	
	.footer .block.footer-links li { margin: 30px 0; }
	
	.newsletter-subscribe-response,
	#newsletter_subscribe.popup { width: inherit; max-width: 400px; }
	#newsletter_subscribe.popup input { letter-spacing: 0; }
	
	#onepagecheckout_orderform .col3-set .col-2 { border-left: 0 !important; border-right: 0 !important; margin: 0 !important; padding: 0 !important; }
		
}

@media only screen and (max-width: 600px) {
	.col1-layout .products-grid li.item,
	.products-grid li.item { width: 100%; margin-right: 0; margin-bottom: 15px; }
	
	.data-table th { padding: 2px !important; font-size: 12px; }
	.data-table td { padding: 2px; font-size: 12px; }
	
	#my-orders-table .nobr { white-space: normal !important; }
	#my-orders-table .nobr .separator { display: none; }
	#my-orders-table .link-reorder { line-height: 13px; display: block; font-weight: normal; }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.bybebe.pt/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.bybebe.pt/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.bybebe.pt/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.bybebe.pt/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.bybebe.pt/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.bybebe.pt/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.bybebe.pt/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.bybebe.pt/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.bybebe.pt/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

DIV.ajaxcartpro_progress{
	border: 1px #999999 solid;
	display: block;
	position: fixed;
	text-align: center;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
    color: black;
	//position:absolute;
	//top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");
}

DIV.ajaxcartpro_confirm{
	border: 1px #999999 solid;
	display: block;
	position: fixed;
	text-align: center !important;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
    color: black;
    min-heigth:104px;
    height:auto!important;

	//position:absolute;
	//top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");
}

#aw_acp_continue, #aw_acp_checkout{
	padding:0;
	line-height:24px;
	height:24px;
	margin:0px auto;
	display:block;
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}


#aw_acp_continue{
	color:#333;
	background:url('https://www.bybebe.pt/skin/frontend/default/default/ajaxcartpro/images/btn_continue_shopping.png');
	width:144px;
}


#aw_acp_checkout{
	color:#fff;
	background:url('https://www.bybebe.pt/skin/frontend/default/default/ajaxcartpro/images/btn_view_cart.png');
	width:164px;
}

#acp_configurable_block dt
{
    text-align: left;
    padding-left: 10px;
}

#acp_configurable_block .price
{
    font-size: 14px;
}

#acp_configurable_block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp_product_options
{
    display: block;
    width: 400px;
    height: auto !important;
    position: fixed;
    z-index:1000;
    background-color: white;
    padding: 10px;
    //position:absolute;
    //top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");
}

#product-options-wrapper
{
     margin:0;
}
.map-popup
{
    z-index: 1001 !important;
}

.points-notice-sidebar-msg
{
    border: 1px solid #aaa;
	background: #f4f4f4;
	padding: 3px 6px;
	margin-bottom: 9px;
	margin: 5px;
}
.v-middle {
    display: inline;
}

.gift-event-image-container {
    width: 50%;
    vertical-align: top;
}


.gift-event-image-container img {
    width: 100%;
}

.gift-event-text-container {
    /*padding-left: 22px;*/
}

.table-event-view {
    border-collapse: separate;
    border-spacing: 10px;
    border: 0px;
}

.gift-event-nav-links {
    background: none repeat scroll 0% 0% #F4F4F4;
    padding: 10px;
}

.received-count {
    font-size: large;
}

.products-grid .actions
{
    bottom: 8px;
}

.amgiftreg-select-time
{
    float: none !important;
}


.amgiftreg-margin {
    margin-bottom: -20px;
}
/*!
 *
 *  Project:  GLYPHICONS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */
html,
html .halflings {
  -webkit-font-smoothing: antialiased !important;
}
@font-face {
  font-family: 'Glyphicons';
  src: url('https://www.bybebe.pt/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.eot');
  src: url('https://www.bybebe.pt/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('https://www.bybebe.pt/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.woff') format('woff'), url('https://www.bybebe.pt/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.ttf') format('truetype'), url('https://www.bybebe.pt/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.svg#glyphicons_halflingsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
i.glyphicons {
  display: inline-block;
  position: relative;
  padding: 0;
  color: #1d1d1b;
  width: 16px;
  height: 16px;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
}
i.glyphicons:before {
  color: #1D1D1B;
  font: 16px 'Glyphicons';
  left: 0;
  position: absolute;
  top: 0;
}
i.glyphicons.glass:before {
  content: "\e001";
}
i.glyphicons.leaf:before {
  content: "\e002";
}
i.glyphicons.dog:before {
  content: "\e003";
}
i.glyphicons.user:before {
  content: "\e004";
}
i.glyphicons.girl:before {
  content: "\e005";
}
i.glyphicons.car:before {
  content: "\e006";
}
i.glyphicons.user_add:before {
  content: "\e007";
}
i.glyphicons.user_remove:before {
  content: "\e008";
}
i.glyphicons.film:before {
  content: "\e009";
}
i.glyphicons.magic:before {
  content: "\e010";
}
i.glyphicons.envelope:before {
  content: "\2709";
}
i.glyphicons.camera:before {
  content: "\e012";
}
i.glyphicons.heart:before {
  content: "\e013";
}
i.glyphicons.beach_umbrella:before {
  content: "\e014";
}
i.glyphicons.train:before {
  content: "\e015";
}
i.glyphicons.print:before {
  content: "\e016";
}
i.glyphicons.bin:before {
  content: "\e017";
}
i.glyphicons.music:before {
  content: "\e018";
}
i.glyphicons.note:before {
  content: "\e019";
}
i.glyphicons.heart_empty:before {
  content: "\e020";
}
i.glyphicons.home:before {
  content: "\e021";
}
i.glyphicons.snowflake:before {
  content: "\2744";
}
i.glyphicons.fire:before {
  content: "\e023";
}
i.glyphicons.magnet:before {
  content: "\e024";
}
i.glyphicons.parents:before {
  content: "\e025";
}
i.glyphicons.binoculars:before {
  content: "\e026";
}
i.glyphicons.road:before {
  content: "\e027";
}
i.glyphicons.search:before {
  content: "\e028";
}
i.glyphicons.cars:before {
  content: "\e029";
}
i.glyphicons.notes_2:before {
  content: "\e030";
}
i.glyphicons.pencil:before {
  content: "\270F";
}
i.glyphicons.bus:before {
  content: "\e032";
}
i.glyphicons.wifi_alt:before {
  content: "\e033";
}
i.glyphicons.luggage:before {
  content: "\e034";
}
i.glyphicons.old_man:before {
  content: "\e035";
}
i.glyphicons.woman:before {
  content: "\e036";
}
i.glyphicons.file:before {
  content: "\e037";
}
i.glyphicons.coins:before {
  content: "\e038";
}
i.glyphicons.airplane:before {
  content: "\2708";
}
i.glyphicons.notes:before {
  content: "\e040";
}
i.glyphicons.stats:before {
  content: "\e041";
}
i.glyphicons.charts:before {
  content: "\e042";
}
i.glyphicons.pie_chart:before {
  content: "\e043";
}
i.glyphicons.group:before {
  content: "\e044";
}
i.glyphicons.keys:before {
  content: "\e045";
}
i.glyphicons.calendar:before {
  content: "\e046";
}
i.glyphicons.router:before {
  content: "\e047";
}
i.glyphicons.camera_small:before {
  content: "\e048";
}
i.glyphicons.dislikes:before {
  content: "\e049";
}
i.glyphicons.star:before {
  content: "\e050";
}
i.glyphicons.link:before {
  content: "\e051";
}
i.glyphicons.eye_open:before {
  content: "\e052";
}
i.glyphicons.eye_close:before {
  content: "\e053";
}
i.glyphicons.alarm:before {
  content: "\e054";
}
i.glyphicons.clock:before {
  content: "\e055";
}
i.glyphicons.stopwatch:before {
  content: "\e056";
}
i.glyphicons.projector:before {
  content: "\e057";
}
i.glyphicons.history:before {
  content: "\e058";
}
i.glyphicons.truck:before {
  content: "\e059";
}
i.glyphicons.cargo:before {
  content: "\e060";
}
i.glyphicons.compass:before {
  content: "\e061";
}
i.glyphicons.keynote:before {
  content: "\e062";
}
i.glyphicons.paperclip:before {
  content: "\e063";
}
i.glyphicons.power:before {
  content: "\e064";
}
i.glyphicons.lightbulb:before {
  content: "\e065";
}
i.glyphicons.tag:before {
  content: "\e066";
}
i.glyphicons.tags:before {
  content: "\e067";
}
i.glyphicons.cleaning:before {
  content: "\e068";
}
i.glyphicons.ruller:before {
  content: "\e069";
}
i.glyphicons.gift:before {
  content: "\e070";
}
i.glyphicons.umbrella:before {
  content: "\2602";
}
i.glyphicons.book:before {
  content: "\e072";
}
i.glyphicons.bookmark:before {
  content: "\e073";
}
i.glyphicons.wifi:before {
  content: "\e074";
}
i.glyphicons.cup:before {
  content: "\e075";
}
i.glyphicons.stroller:before {
  content: "\e076";
}
i.glyphicons.headphones:before {
  content: "\e077";
}
i.glyphicons.headset:before {
  content: "\e078";
}
i.glyphicons.warning_sign:before {
  content: "\e079";
}
i.glyphicons.signal:before {
  content: "\e080";
}
i.glyphicons.retweet:before {
  content: "\e081";
}
i.glyphicons.refresh:before {
  content: "\e082";
}
i.glyphicons.roundabout:before {
  content: "\e083";
}
i.glyphicons.random:before {
  content: "\e084";
}
i.glyphicons.heat:before {
  content: "\e085";
}
i.glyphicons.repeat:before {
  content: "\e086";
}
i.glyphicons.display:before {
  content: "\e087";
}
i.glyphicons.log_book:before {
  content: "\e088";
}
i.glyphicons.adress_book:before {
  content: "\e089";
}
i.glyphicons.building:before {
  content: "\e090";
}
i.glyphicons.eyedropper:before {
  content: "\e091";
}
i.glyphicons.adjust:before {
  content: "\e092";
}
i.glyphicons.tint:before {
  content: "\e093";
}
i.glyphicons.crop:before {
  content: "\e094";
}
i.glyphicons.vector_path_square:before {
  content: "\e095";
}
i.glyphicons.vector_path_circle:before {
  content: "\e096";
}
i.glyphicons.vector_path_polygon:before {
  content: "\e097";
}
i.glyphicons.vector_path_line:before {
  content: "\e098";
}
i.glyphicons.vector_path_curve:before {
  content: "\e099";
}
i.glyphicons.vector_path_all:before {
  content: "\e100";
}
i.glyphicons.font:before {
  content: "\e101";
}
i.glyphicons.italic:before {
  content: "\e102";
}
i.glyphicons.bold:before {
  content: "\e103";
}
i.glyphicons.text_underline:before {
  content: "\e104";
}
i.glyphicons.text_strike:before {
  content: "\e105";
}
i.glyphicons.text_height:before {
  content: "\e106";
}
i.glyphicons.text_width:before {
  content: "\e107";
}
i.glyphicons.text_resize:before {
  content: "\e108";
}
i.glyphicons.left_indent:before {
  content: "\e109";
}
i.glyphicons.right_indent:before {
  content: "\e110";
}
i.glyphicons.align_left:before {
  content: "\e111";
}
i.glyphicons.align_center:before {
  content: "\e112";
}
i.glyphicons.align_right:before {
  content: "\e113";
}
i.glyphicons.justify:before {
  content: "\e114";
}
i.glyphicons.list:before {
  content: "\e115";
}
i.glyphicons.text_smaller:before {
  content: "\e116";
}
i.glyphicons.text_bigger:before {
  content: "\e117";
}
i.glyphicons.embed:before {
  content: "\e118";
}
i.glyphicons.embed_close:before {
  content: "\e119";
}
i.glyphicons.table:before {
  content: "\e120";
}
i.glyphicons.message_full:before {
  content: "\e121";
}
i.glyphicons.message_empty:before {
  content: "\e122";
}
i.glyphicons.message_in:before {
  content: "\e123";
}
i.glyphicons.message_out:before {
  content: "\e124";
}
i.glyphicons.message_plus:before {
  content: "\e125";
}
i.glyphicons.message_minus:before {
  content: "\e126";
}
i.glyphicons.message_ban:before {
  content: "\e127";
}
i.glyphicons.message_flag:before {
  content: "\e128";
}
i.glyphicons.message_lock:before {
  content: "\e129";
}
i.glyphicons.message_new:before {
  content: "\e130";
}
i.glyphicons.inbox:before {
  content: "\e131";
}
i.glyphicons.inbox_plus:before {
  content: "\e132";
}
i.glyphicons.inbox_minus:before {
  content: "\e133";
}
i.glyphicons.inbox_lock:before {
  content: "\e134";
}
i.glyphicons.inbox_in:before {
  content: "\e135";
}
i.glyphicons.inbox_out:before {
  content: "\e136";
}
i.glyphicons.cogwheel:before {
  content: "\e137";
}
i.glyphicons.cogwheels:before {
  content: "\e138";
}
i.glyphicons.picture:before {
  content: "\e139";
}
i.glyphicons.adjust_alt:before {
  content: "\e140";
}
i.glyphicons.database_lock:before {
  content: "\e141";
}
i.glyphicons.database_plus:before {
  content: "\e142";
}
i.glyphicons.database_minus:before {
  content: "\e143";
}
i.glyphicons.database_ban:before {
  content: "\e144";
}
i.glyphicons.folder_open:before {
  content: "\e145";
}
i.glyphicons.folder_plus:before {
  content: "\e146";
}
i.glyphicons.folder_minus:before {
  content: "\e147";
}
i.glyphicons.folder_lock:before {
  content: "\e148";
}
i.glyphicons.folder_flag:before {
  content: "\e149";
}
i.glyphicons.folder_new:before {
  content: "\e150";
}
i.glyphicons.edit:before {
  content: "\e151";
}
i.glyphicons.new_window:before {
  content: "\e152";
}
i.glyphicons.check:before {
  content: "\e153";
}
i.glyphicons.unchecked:before {
  content: "\e154";
}
i.glyphicons.more_windows:before {
  content: "\e155";
}
i.glyphicons.show_big_thumbnails:before {
  content: "\e156";
}
i.glyphicons.show_thumbnails:before {
  content: "\e157";
}
i.glyphicons.show_thumbnails_with_lines:before {
  content: "\e158";
}
i.glyphicons.show_lines:before {
  content: "\e159";
}
i.glyphicons.playlist:before {
  content: "\e160";
}
i.glyphicons.imac:before {
  content: "\e161";
}
i.glyphicons.macbook:before {
  content: "\e162";
}
i.glyphicons.ipad:before {
  content: "\e163";
}
i.glyphicons.iphone:before {
  content: "\e164";
}
i.glyphicons.iphone_transfer:before {
  content: "\e165";
}
i.glyphicons.iphone_exchange:before {
  content: "\e166";
}
i.glyphicons.ipod:before {
  content: "\e167";
}
i.glyphicons.ipod_shuffle:before {
  content: "\e168";
}
i.glyphicons.ear_plugs:before {
  content: "\e169";
}
i.glyphicons.phone:before {
  content: "\e170";
}
i.glyphicons.step_backward:before {
  content: "\e171";
}
i.glyphicons.fast_backward:before {
  content: "\e172";
}
i.glyphicons.rewind:before {
  content: "\e173";
}
i.glyphicons.play:before {
  content: "\e174";
}
i.glyphicons.pause:before {
  content: "\e175";
}
i.glyphicons.stop:before {
  content: "\e176";
}
i.glyphicons.forward:before {
  content: "\e177";
}
i.glyphicons.fast_forward:before {
  content: "\e178";
}
i.glyphicons.step_forward:before {
  content: "\e179";
}
i.glyphicons.eject:before {
  content: "\e180";
}
i.glyphicons.facetime_video:before {
  content: "\e181";
}
i.glyphicons.download_alt:before {
  content: "\e182";
}
i.glyphicons.mute:before {
  content: "\e183";
}
i.glyphicons.volume_down:before {
  content: "\e184";
}
i.glyphicons.volume_up:before {
  content: "\e185";
}
i.glyphicons.screenshot:before {
  content: "\e186";
}
i.glyphicons.move:before {
  content: "\e187";
}
i.glyphicons.more:before {
  content: "\e188";
}
i.glyphicons.brightness_reduce:before {
  content: "\e189";
}
i.glyphicons.brightness_increase:before {
  content: "\e190";
}
i.glyphicons.circle_plus:before {
  content: "\e191";
}
i.glyphicons.circle_minus:before {
  content: "\e192";
}
i.glyphicons.circle_remove:before {
  content: "\e193";
}
i.glyphicons.circle_ok:before {
  content: "\e194";
}
i.glyphicons.circle_question_mark:before {
  content: "\e195";
}
i.glyphicons.circle_info:before {
  content: "\e196";
}
i.glyphicons.circle_exclamation_mark:before {
  content: "\e197";
}
i.glyphicons.remove:before {
  content: "\e198";
}
i.glyphicons.ok:before {
  content: "\e199";
}
i.glyphicons.ban:before {
  content: "\e200";
}
i.glyphicons.download:before {
  content: "\e201";
}
i.glyphicons.upload:before {
  content: "\e202";
}
i.glyphicons.shopping_cart:before {
  content: "\e203";
}
i.glyphicons.lock:before {
  content: "\e204";
}
i.glyphicons.unlock:before {
  content: "\e205";
}
i.glyphicons.electricity:before {
  content: "\e206";
}
i.glyphicons.ok_2:before {
  content: "\e207";
}
i.glyphicons.remove_2:before {
  content: "\e208";
}
i.glyphicons.cart_out:before {
  content: "\e209";
}
i.glyphicons.cart_in:before {
  content: "\e210";
}
i.glyphicons.left_arrow:before {
  content: "\e211";
}
i.glyphicons.right_arrow:before {
  content: "\e212";
}
i.glyphicons.down_arrow:before {
  content: "\e213";
}
i.glyphicons.up_arrow:before {
  content: "\e214";
}
i.glyphicons.resize_small:before {
  content: "\e215";
}
i.glyphicons.resize_full:before {
  content: "\e216";
}
i.glyphicons.circle_arrow_left:before {
  content: "\e217";
}
i.glyphicons.circle_arrow_right:before {
  content: "\e218";
}
i.glyphicons.circle_arrow_top:before {
  content: "\e219";
}
i.glyphicons.circle_arrow_down:before {
  content: "\e220";
}
i.glyphicons.play_button:before {
  content: "\e221";
}
i.glyphicons.unshare:before {
  content: "\e222";
}
i.glyphicons.share:before {
  content: "\e223";
}
i.glyphicons.chevron-right:before {
  content: "\e224";
}
i.glyphicons.chevron-left:before {
  content: "\e225";
}
i.glyphicons.bluetooth:before {
  content: "\e226";
}
i.glyphicons.euro:before {
  content: "\20AC";
}
i.glyphicons.usd:before {
  content: "\e228";
}
i.glyphicons.gbp:before {
  content: "\e229";
}
i.glyphicons.retweet_2:before {
  content: "\e230";
}
i.glyphicons.moon:before {
  content: "\e231";
}
i.glyphicons.sun:before {
  content: "\2609";
}
i.glyphicons.cloud:before {
  content: "\2601";
}
i.glyphicons.direction:before {
  content: "\e234";
}
i.glyphicons.brush:before {
  content: "\e235";
}
i.glyphicons.pen:before {
  content: "\e236";
}
i.glyphicons.zoom_in:before {
  content: "\e237";
}
i.glyphicons.zoom_out:before {
  content: "\e238";
}
i.glyphicons.pin:before {
  content: "\e239";
}
i.glyphicons.albums:before {
  content: "\e240";
}
i.glyphicons.rotation_lock:before {
  content: "\e241";
}
i.glyphicons.flash:before {
  content: "\e242";
}
i.glyphicons.google_maps:before {
  content: "\e243";
}
i.glyphicons.anchor:before {
  content: "\2693";
}
i.glyphicons.conversation:before {
  content: "\e245";
}
i.glyphicons.chat:before {
  content: "\e246";
}
i.glyphicons.male:before {
  content: "\e247";
}
i.glyphicons.female:before {
  content: "\e248";
}
i.glyphicons.asterisk:before {
  content: "\002A";
}
i.glyphicons.divide:before {
  content: "\00F7";
}
i.glyphicons.snorkel_diving:before {
  content: "\e251";
}
i.glyphicons.scuba_diving:before {
  content: "\e252";
}
i.glyphicons.oxygen_bottle:before {
  content: "\e253";
}
i.glyphicons.fins:before {
  content: "\e254";
}
i.glyphicons.fishes:before {
  content: "\e255";
}
i.glyphicons.boat:before {
  content: "\e256";
}
i.glyphicons.delete:before {
  content: "\e257";
}
i.glyphicons.sheriffs_star:before {
  content: "\e258";
}
i.glyphicons.qrcode:before {
  content: "\e259";
}
i.glyphicons.barcode:before {
  content: "\e260";
}
i.glyphicons.pool:before {
  content: "\e261";
}
i.glyphicons.buoy:before {
  content: "\e262";
}
i.glyphicons.spade:before {
  content: "\e263";
}
i.glyphicons.bank:before {
  content: "\e264";
}
i.glyphicons.vcard:before {
  content: "\e265";
}
i.glyphicons.electrical_plug:before {
  content: "\e266";
}
i.glyphicons.flag:before {
  content: "\e267";
}
i.glyphicons.credit_card:before {
  content: "\e268";
}
i.glyphicons.keyboard-wireless:before {
  content: "\e269";
}
i.glyphicons.keyboard-wired:before {
  content: "\e270";
}
i.glyphicons.shield:before {
  content: "\e271";
}
i.glyphicons.ring:before {
  content: "\02DA";
}
i.glyphicons.cake:before {
  content: "\e273";
}
i.glyphicons.drink:before {
  content: "\e274";
}
i.glyphicons.beer:before {
  content: "\e275";
}
i.glyphicons.fast_food:before {
  content: "\e276";
}
i.glyphicons.cutlery:before {
  content: "\e277";
}
i.glyphicons.pizza:before {
  content: "\e278";
}
i.glyphicons.birthday_cake:before {
  content: "\e279";
}
i.glyphicons.tablet:before {
  content: "\e280";
}
i.glyphicons.settings:before {
  content: "\e281";
}
i.glyphicons.bullets:before {
  content: "\e282";
}
i.glyphicons.cardio:before {
  content: "\e283";
}
i.glyphicons.t-shirt:before {
  content: "\e284";
}
i.glyphicons.pants:before {
  content: "\e285";
}
i.glyphicons.sweater:before {
  content: "\e286";
}
i.glyphicons.fabric:before {
  content: "\e287";
}
i.glyphicons.leather:before {
  content: "\e288";
}
i.glyphicons.scissors:before {
  content: "\e289";
}
i.glyphicons.bomb:before {
  content: "\e290";
}
i.glyphicons.skull:before {
  content: "\e291";
}
i.glyphicons.celebration:before {
  content: "\e292";
}
i.glyphicons.tea_kettle:before {
  content: "\e293";
}
i.glyphicons.french_press:before {
  content: "\e294";
}
i.glyphicons.coffe_cup:before {
  content: "\e295";
}
i.glyphicons.pot:before {
  content: "\e296";
}
i.glyphicons.grater:before {
  content: "\e297";
}
i.glyphicons.kettle:before {
  content: "\e298";
}
i.glyphicons.hospital:before {
  content: "\e299";
}
i.glyphicons.hospital_h:before {
  content: "\e300";
}
i.glyphicons.microphone:before {
  content: "\e301";
}
i.glyphicons.webcam:before {
  content: "\e302";
}
i.glyphicons.temple_christianity_church:before {
  content: "\e303";
}
i.glyphicons.temple_islam:before {
  content: "\e304";
}
i.glyphicons.temple_hindu:before {
  content: "\e305";
}
i.glyphicons.temple_buddhist:before {
  content: "\e306";
}
i.glyphicons.bicycle:before {
  content: "\e307";
}
i.glyphicons.life_preserver:before {
  content: "\e308";
}
i.glyphicons.share_alt:before {
  content: "\e309";
}
i.glyphicons.comments:before {
  content: "\e310";
}
i.glyphicons.flower:before {
  content: "\2698";
}
i.glyphicons.baseball:before {
  content: "\e312";
}
i.glyphicons.rugby:before {
  content: "\e313";
}
i.glyphicons.ax:before {
  content: "\e314";
}
i.glyphicons.table_tennis:before {
  content: "\e315";
}
i.glyphicons.bowling:before {
  content: "\e316";
}
i.glyphicons.tree_conifer:before {
  content: "\e317";
}
i.glyphicons.tree_deciduous:before {
  content: "\e318";
}
i.glyphicons.more_items:before {
  content: "\e319";
}
i.glyphicons.sort:before {
  content: "\e320";
}
i.glyphicons.filter:before {
  content: "\e321";
}
i.glyphicons.gamepad:before {
  content: "\e322";
}
i.glyphicons.playing_dices:before {
  content: "\e323";
}
i.glyphicons.calculator:before {
  content: "\e324";
}
i.glyphicons.tie:before {
  content: "\e325";
}
i.glyphicons.wallet:before {
  content: "\e326";
}
i.glyphicons.piano:before {
  content: "\e327";
}
i.glyphicons.sampler:before {
  content: "\e328";
}
i.glyphicons.podium:before {
  content: "\e329";
}
i.glyphicons.soccer_ball:before {
  content: "\e330";
}
i.glyphicons.blog:before {
  content: "\e331";
}
i.glyphicons.dashboard:before {
  content: "\e332";
}
i.glyphicons.certificate:before {
  content: "\e333";
}
i.glyphicons.bell:before {
  content: "\e334";
}
i.glyphicons.candle:before {
  content: "\e335";
}
i.glyphicons.pushpin:before {
  content: "\e336";
}
i.glyphicons.iphone_shake:before {
  content: "\e337";
}
i.glyphicons.pin_flag:before {
  content: "\e338";
}
i.glyphicons.turtle:before {
  content: "\e339";
}
i.glyphicons.rabbit:before {
  content: "\e340";
}
i.glyphicons.globe:before {
  content: "\e341";
}
i.glyphicons.briefcase:before {
  content: "\e342";
}
i.glyphicons.hdd:before {
  content: "\e343";
}
i.glyphicons.thumbs_up:before {
  content: "\e344";
}
i.glyphicons.thumbs_down:before {
  content: "\e345";
}
i.glyphicons.hand_right:before {
  content: "\e346";
}
i.glyphicons.hand_left:before {
  content: "\e347";
}
i.glyphicons.hand_up:before {
  content: "\e348";
}
i.glyphicons.hand_down:before {
  content: "\e349";
}
i.glyphicons.fullscreen:before {
  content: "\e350";
}
i.glyphicons.shopping_bag:before {
  content: "\e351";
}
i.glyphicons.book_open:before {
  content: "\e352";
}
i.glyphicons.nameplate:before {
  content: "\e353";
}
i.glyphicons.nameplate_alt:before {
  content: "\e354";
}
i.glyphicons.vases:before {
  content: "\e355";
}
i.glyphicons.bullhorn:before {
  content: "\e356";
}
i.glyphicons.dumbbell:before {
  content: "\e357";
}
i.glyphicons.suitcase:before {
  content: "\e358";
}
i.glyphicons.file_import:before {
  content: "\e359";
}
i.glyphicons.file_export:before {
  content: "\e360";
}
i.glyphicons.bug:before {
  content: "\e361";
}
i.glyphicons.crown:before {
  content: "\e362";
}
i.glyphicons.smoking:before {
  content: "\e363";
}
i.glyphicons.cloud-upload:before {
  content: "\e364";
}
i.glyphicons.cloud-download:before {
  content: "\e365";
}
i.glyphicons.restart:before {
  content: "\e366";
}
i.glyphicons.security_camera:before {
  content: "\e367";
}
i.glyphicons.expand:before {
  content: "\e368";
}
i.glyphicons.collapse:before {
  content: "\e369";
}
i.glyphicons.collapse_top:before {
  content: "\e370";
}
i.glyphicons.globe_af:before {
  content: "\e371";
}
i.glyphicons.global:before {
  content: "\e372";
}
i.glyphicons.spray:before {
  content: "\e373";
}
i.glyphicons.nails:before {
  content: "\e374";
}
i.glyphicons.claw_hammer:before {
  content: "\e375";
}
i.glyphicons.classic_hammer:before {
  content: "\e376";
}
i.glyphicons.hand_saw:before {
  content: "\e377";
}
i.glyphicons.riflescope:before {
  content: "\e378";
}
i.glyphicons.electrical_socket_eu:before {
  content: "\e379";
}
i.glyphicons.electrical_socket_us:before {
  content: "\e380";
}
i.glyphicons.pinterest:before {
  content: "\e381";
}
i.glyphicons.dropbox:before {
  content: "\e382";
}
i.glyphicons.google_plus:before {
  content: "\e383";
}
i.glyphicons.jolicloud:before {
  content: "\e384";
}
i.glyphicons.yahoo:before {
  content: "\e385";
}
i.glyphicons.blogger:before {
  content: "\e386";
}
i.glyphicons.picasa:before {
  content: "\e387";
}
i.glyphicons.amazon:before {
  content: "\e388";
}
i.glyphicons.tumblr:before {
  content: "\e389";
}
i.glyphicons.wordpress:before {
  content: "\e390";
}
i.glyphicons.instapaper:before {
  content: "\e391";
}
i.glyphicons.evernote:before {
  content: "\e392";
}
i.glyphicons.xing:before {
  content: "\e393";
}
i.glyphicons.zootool:before {
  content: "\e394";
}
i.glyphicons.dribbble:before {
  content: "\e395";
}
i.glyphicons.deviantart:before {
  content: "\e396";
}
i.glyphicons.read_it_later:before {
  content: "\e397";
}
i.glyphicons.linked_in:before {
  content: "\e398";
}
i.glyphicons.forrst:before {
  content: "\e399";
}
i.glyphicons.pinboard:before {
  content: "\e400";
}
i.glyphicons.behance:before {
  content: "\e401";
}
i.glyphicons.github:before {
  content: "\e402";
}
i.glyphicons.youtube:before {
  content: "\e403";
}
i.glyphicons.skitch:before {
  content: "\e404";
}
i.glyphicons.foursquare:before {
  content: "\e405";
}
i.glyphicons.quora:before {
  content: "\e406";
}
i.glyphicons.badoo:before {
  content: "\e407";
}
i.glyphicons.spotify:before {
  content: "\e408";
}
i.glyphicons.stumbleupon:before {
  content: "\e409";
}
i.glyphicons.readability:before {
  content: "\e410";
}
i.glyphicons.facebook:before {
  content: "\e411";
}
i.glyphicons.twitter:before {
  content: "\e412";
}
i.glyphicons.instagram:before {
  content: "\e413";
}
i.glyphicons.posterous_spaces:before {
  content: "\e414";
}
i.glyphicons.vimeo:before {
  content: "\e415";
}
i.glyphicons.flickr:before {
  content: "\e416";
}
i.glyphicons.last_fm:before {
  content: "\e417";
}
i.glyphicons.rss:before {
  content: "\e418";
}
i.glyphicons.skype:before {
  content: "\e419";
}
i.glyphicons.e-mail:before {
  content: "\e420";
}

/* Layout Configuration */
.mobile {
  display: none;
}
@media (max-width: 770px) {
  .mobile {
    display: block;
  }
}
.mobile .mobile-block {
  display: none;
}
@media (max-width: 770px) {
  .mobile .mobile-block {
    display: block;
  }
}
.mobile.two-columns-left section.content,
.mobile.two-columns-right section.content {
  width: 100%;
  float: left;
}
.mobile.two-columns-left section.content .swipe-me,
.mobile.two-columns-right section.content .swipe-me {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s 0.3s ease-in-out;
  -moz-transition: all 0.5s 0.3s ease-in-out;
  -o-transition: all 0.5s 0.3s ease-in-out;
  transition: all 0.5s 0.3s ease-in-out;
  opacity: 0.5;
  text-indent: -10000px;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: -15px;
  float: right;
}
.mobile.two-columns-left section.content .swipe-me:hover,
.mobile.two-columns-right section.content .swipe-me:hover {
  opacity: 0.7;
}
.mobile.two-columns-left section.content .swipe-me.right,
.mobile.two-columns-right section.content .swipe-me.right {
  background: url(https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/swipe_left.png) no-repeat 100% 50% transparent;
  background: url(https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/swipe_left.svg) no-repeat 100% 50% transparent;
}
.mobile.two-columns-left section.content .swipe-me.left,
.mobile.two-columns-right section.content .swipe-me.left {
  background: url(https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/swipe_right.png) no-repeat 100% 50% transparent;
  background: url(https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/swipe_right.svg) no-repeat 100% 50% transparent;
}
.mobile.two-columns-left aside,
.mobile.two-columns-right aside {
  position: fixed;
  width: 80%;
  max-width: 320px;
  top: 0;
  height: 100vh;
  background: #fff;
  z-index: 199999;
  padding: 20px;
}
.mobile.two-columns-left aside.right,
.mobile.two-columns-right aside.right,
.mobile.two-columns-left aside.left,
.mobile.two-columns-right aside.left {
  overflow-y: scroll;
  display: none;
}
.mobile.two-columns-left aside.right.active,
.mobile.two-columns-right aside.right.active,
.mobile.two-columns-left aside.left.active,
.mobile.two-columns-right aside.left.active {
  display: block;
  -webkit-box-shadow: 0px 0 15px 0 #333333;
  -moz-box-shadow: 0px 0 15px 0 #333333;
  box-shadow: 0px 0 15px 0 #333333;
}
.mobile.two-columns-left aside.right,
.mobile.two-columns-right aside.right {
  right: -80%;
}
.mobile.two-columns-left aside.right.active,
.mobile.two-columns-right aside.right.active {
  right: 0;
}
.mobile.two-columns-left aside.left,
.mobile.two-columns-right aside.left {
  /* None Active */
  left: -80%;
}
.mobile.two-columns-left aside.left.active,
.mobile.two-columns-right aside.left.active {
  left: 0;
}
.mobile.two-columns-left .mpblog-search input#search-blog,
.mobile.two-columns-right .mpblog-search input#search-blog {
  width: 100%;
}
.desktop {
  display: block;
}
@media (max-width: 770px) {
  .desktop {
    display: none;
  }
}
.desktop .desktop-block {
  display: block;
}
@media (max-width: 770px) {
  .desktop .desktop-block {
    display: none;
  }
}
.desktop.two-columns-left section.content,
.desktop.two-columns-right section.content {
  width: 74%;
  float: left;
}
.desktop.two-columns-left aside.left,
.desktop.two-columns-right aside.left,
.desktop.two-columns-left aside.right,
.desktop.two-columns-right aside.right {
  width: 23%;
  float: left;
}
.desktop.two-columns-right section.content {
  padding-right: 20px;
}
.desktop.two-columns-left section.content {
  padding-left: 20px;
}
.desktop.three-columns section.content {
  width: 58%;
  float: left;
  padding: 0 18px;
}
.desktop.three-columns aside.left,
.desktop.three-columns aside.right {
  width: 18%;
  float: left;
}
/* List of Posts */
@media (max-width: 1024px) {
  .mpblog-list.list .mpblog-post {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .mpblog-list.list .mpblog-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.mpblog-list.list .mpblog-post .thumbnail-container {
  overflow: hidden;
}
.mpblog-list.list .mpblog-post .post-thumbnail {
  -webkit-transition: -webkit-transform 0.3s 0.15s ease-out;
  -moz-transition: -moz-transform 0.3s 0.15s ease-out;
  -o-transition: -o-transform 0.3s 0.15s ease-out;
  transition: -webkit-transform 0.3s 0.15s ease-out,-moz-transform 0.3s 0.15s ease-out,-o-transform 0.3s 0.15s ease-out,transform 0.3s 0.15s ease-out;
}
.mpblog-list.list .mpblog-post .post-thumbnail:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.mpblog-list.list .mp-read-more {
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  float: left;
}
.mpblog-list.grid {
  width: 100%;
}
.mpblog-list.grid .item {
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mpblog-list.grid .item .post-container {
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 10px;
}
.mpblog-list.grid .item .post-container .thumbnail-container {
  overflow: hidden;
}
.mpblog-list.grid .item .post-container .post-thumbnail {
  margin: -10px -10px 10px;
  -webkit-transition: -webkit-transform 0.3s 0.15s ease-out;
  -moz-transition: -moz-transform 0.3s 0.15s ease-out;
  -o-transition: -o-transform 0.3s 0.15s ease-out;
  transition: -webkit-transform 0.3s 0.15s ease-out,-moz-transform 0.3s 0.15s ease-out,-o-transform 0.3s 0.15s ease-out,transform 0.3s 0.15s ease-out;
}
.mpblog-list.grid .item .post-container .post-thumbnail:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.mpblog-list.grid .item .post-container .mp-footer {
  margin-bottom: 20px;
}
.mpblog-list.grid .item .post-container span.comments {
  float: left;
  margin-left: 0;
}
/* Grid Sizer */
.three-columns .mpblog-list.grid .grid-sizer {
  width: 33%;
}
.three-columns .mpblog-list.grid .item {
  width: 33%;
}
.three-columns .mpblog-list.grid .item.w2 {
  width: 66%;
}
.three-columns .mpblog-list.grid .item.w3 {
  width: 100%;
  padding: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .three-columns .mpblog-list.grid .grid-sizer {
    width: 50%;
  }
  .three-columns .mpblog-list.grid .item {
    width: 50%;
  }
  .three-columns .mpblog-list.grid .item.w2,
  .three-columns .mpblog-list.grid .item.w3 {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .three-columns .mpblog-list.grid .grid-sizer {
    width: 100%;
  }
  .three-columns .mpblog-list.grid .item {
    padding: 0 !important;
    width: 100%;
  }
  .three-columns .mpblog-list.grid .item.w3,
  .three-columns .mpblog-list.grid .item.w2 {
    width: 100%;
  }
}
.two-columns-right .mpblog-list.grid .grid-sizer,
.two-columns-left .mpblog-list.grid .grid-sizer {
  width: 25%;
}
.two-columns-right .mpblog-list.grid .item,
.two-columns-left .mpblog-list.grid .item {
  width: 25%;
}
.two-columns-right .mpblog-list.grid .item.w2,
.two-columns-left .mpblog-list.grid .item.w2 {
  width: 50%;
}
.two-columns-right .mpblog-list.grid .item.w3,
.two-columns-left .mpblog-list.grid .item.w3 {
  width: 75%;
}
@media only screen and (max-width: 1024px) {
  .two-columns-right .mpblog-list.grid .grid-sizer,
  .two-columns-left .mpblog-list.grid .grid-sizer {
    width: 50%;
  }
  .two-columns-right .mpblog-list.grid .item,
  .two-columns-left .mpblog-list.grid .item {
    width: 50%;
  }
  .two-columns-right .mpblog-list.grid .item.w3,
  .two-columns-left .mpblog-list.grid .item.w3,
  .two-columns-right .mpblog-list.grid .item.w2,
  .two-columns-left .mpblog-list.grid .item.w2 {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .two-columns-right .mpblog-list.grid .grid-sizer,
  .two-columns-left .mpblog-list.grid .grid-sizer {
    width: 100%;
  }
  .two-columns-right .mpblog-list.grid .item,
  .two-columns-left .mpblog-list.grid .item {
    padding: 0 !important;
    width: 100%;
  }
  .two-columns-right .mpblog-list.grid .item.w3,
  .two-columns-left .mpblog-list.grid .item.w3,
  .two-columns-right .mpblog-list.grid .item.w2,
  .two-columns-left .mpblog-list.grid .item.w2 {
    width: 100%;
  }
}
.one-column .mpblog-list.grid .grid-sizer {
  width: 20%;
}
.one-column .mpblog-list.grid .item {
  width: 20%;
}
.one-column .mpblog-list.grid .item.w2 {
  width: 40%;
}
.one-column .mpblog-list.grid .item.w3 {
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .one-column .mpblog-list.grid .grid-sizer {
    width: 33%;
  }
  .one-column .mpblog-list.grid .item {
    width: 33%;
  }
  .one-column .mpblog-list.grid .item.w2 {
    width: 66%;
  }
  .one-column .mpblog-list.grid .item.w3 {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .one-column .mpblog-list.grid .grid-sizer {
    width: 100%;
  }
  .one-column .mpblog-list.grid .item {
    padding: 0 !important;
    width: 100%;
  }
  .one-column .mpblog-list.grid .item.w3,
  .one-column .mpblog-list.grid .item.w2 {
    width: 100%;
  }
}
.mpblog-container.list .mp-pager {
  border-top: 1px solid #cccccc;
}
.mpblog-container .mp-pager {
  margin-top: 40px;
  padding: 10px 5px 0;
}
.mpblog-container .mp-pager .navi a {
  line-height: 16px;
  min-height: 16px;
  width: 45%;
}
.mpblog-container .mp-pager .newer a {
  float: right;
  text-align: right;
}
.mpblog-container .mp-pager .newer a i.glyphicons {
  margin-left: 5px;
}
.mpblog-container .mp-pager .older a {
  float: left;
  text-align: left;
}
.mpblog-container .mp-pager .older a i.glyphicons {
  margin-right: 5px;
}
/** Comments */
@media (max-width: 770px) {
  .comments-action {
    display: inline-block;
    margin-top: 20px;
  }
}
@media (min-width: 770px) {
  .comments-action {
    float: right;
  }
}
.comments-action .leave-a-comment {
  margin-left: 15px;
  line-height: 24px;
}
.comments-action .leave-a-comment a {
  text-transform: uppercase;
  font-size: larger;
}
.comments-action .blog-icon.rss {
  background: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/rss.png") no-repeat 0 0 transparent;
  /** One for elder */
  background: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/rss.svg") no-repeat 0 0 transparent;
  /** One for new */
}
@media (min-width: 770px) {
  .comments-action .blog-icon.rss {
    display: inline-block;
  }
}
.comments-action .blog-icon.rss,
.comments-action .leave-a-comment {
  float: left;
}
.mpblog-comments-container .comments-header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  position: relative;
}
.mpblog-comments-container .comments-header span.leave-a-comment {
  float: left;
  margin-left: 0;
}
.mpblog-comments-container .comments-header span.rss-comments {
  float: left;
  margin-left: 20px;
}
.mpblog-comments-container .mp-comment-header {
  margin-bottom: 10px;
}
.mpblog-comments-container .mp-comment-author,
.mpblog-comments-container .mp-comment-date,
.mpblog-comments-container .mp-comment-willapprove {
  float: left;
  margin-right: 10px;
}
.mpblog-comments-container .mp-comment-willapprove {
  color: red;
  font-style: italic;
  font-size: smaller;
}
.mpblog-comments-container .mp-replies {
  padding-left: 24px;
}
@media (max-width: 1024px) {
  .mpblog-comments-container .mp-replies {
    padding-left: 12px;
  }
}
@media (max-width: 600px) {
  .mpblog-comments-container .mp-replies {
    padding-left: 6px;
  }
}
.mp-comment-content,
.mp-comment-form {
  padding: 10px;
  margin: 20px 0;
  border: 1px solid #cccccc;
}
.mp-comment-content.my-comment {
  border-color: #ccc;
}
.mp-comment-form {
  background-color: #f4f4f4;
}
.mp-comment-form h5 {
  text-transform: none;
}
.mp-blog-loader {
  background: url('https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;
  height: 11px;
  width: 16px;
  margin: 0 auto;
}
.comment-form-field {
  margin-bottom: 10px;
  position: relative;
}
.comment-form-field .checkbox + label {
  padding: 0;
}
.comment-form-field textarea,
.comment-form-field input[type="text"] {
  line-height: 1.5;
  padding: 5px !important;
}
.comment-form-field textarea {
  height: 72px;
  width: 100%;
  max-width: 460px;
}
.comment-form-field textarea,
.comment-form-field textarea:focus {
  background-color: #ffffff;
}
.comment-form-field input[type="checkbox"] {
  display: none;
}
.comment-form-field input[type="checkbox"] + label {
  width: auto;
  max-width: 100%;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1;
}
.comment-form-field input[type="checkbox"] + label:before {
  content: "";
  background: white;
  float: left;
  margin-right: 5px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px;
  -moz-background-clip: padding;
  border-radius: 1px;
  background-clip: padding-box;
}
.comment-form-field input[type="checkbox"]:checked + label:before {
  background: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/checked-input.png") no-repeat 50% 50% #ffffff;
  background: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/checked-input.svg") no-repeat 50% 50% #ffffff;
}
.comment-form-field input.text {
  width: 70% !important;
}
@media (max-width: 770px) {
  .comment-form-field input.text {
    width: 100% !important;
  }
}
.comment-form-field textarea,
.comment-form-field input.text {
  border: 1px solid #cccccc;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: -moz-box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.comment-form-field textarea.validation-failed,
.comment-form-field input.text.validation-failed {
  border: 1px dashed red;
}
.form-actions {
  text-align: right;
  position: relative;
}
.form-actions .mp-comment-reply-btn {
  text-transform: uppercase;
}
.form-actions .subscribe {
  position: absolute;
  left: 0;
  border-color: transparent;
}
.mpblog-container h1.mp-title {
  margin-bottom: 20px;
}
@media (max-width: 770px) {
  .mp-blog-head {
    text-align: center;
  }
}
.mp-blog-head h1 {
  float: left;
  margin-bottom: 0.25em;
  max-width: 90%;
}
@media (max-width: 1024px) {
  .mp-blog-head h1 {
    max-width: 85%;
    font-size: larger;
  }
}
@media (max-width: 770px) {
  .mp-blog-head h1 {
    max-width: 100%;
  }
}
.mp-blog-head a.mp-blog-rss-link,
.mp-blog-head a.mp-blog-print-link {
  font-size: smaller;
}
@media (max-width: 770px) {
  .mp-blog-head a.mp-blog-rss-link,
  .mp-blog-head a.mp-blog-print-link {
    display: none;
  }
}
.mp-blog-head span.mp-blog-rss,
.mp-blog-head span.mp-blog-print {
  float: right;
  margin-top: 4px;
}
@media (max-width: 770px) {
  .mp-blog-head span.mp-blog-rss,
  .mp-blog-head span.mp-blog-print {
    display: none;
  }
}
.mpblog-post {
  clear: both;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .mpblog-post .mp-post-header h2 {
    font-size: larger;
    margin-bottom: 0;
  }
}
.mpblog-post .post-thumbnail {
  margin-bottom: 1em;
}
.mpblog-post .post-thumbnail img.thumbnail {
  width: 100%;
}
@media (max-width: 1024px) {
  .mpblog-post .post-thumbnail {
    margin-bottom: 0.5em;
  }
}
.mpblog-post .mp-header {
  padding: 0.5em 0;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .mpblog-post .mp-header {
    border-top: none;
    margin-bottom: 0.5em;
  }
}
.mpblog-post .mp-header .posted-by,
.mpblog-post .mp-header .date,
.mpblog-post .mp-header .views {
  float: left;
}
@media (max-width: 1024px) {
  .mpblog-post .mp-header {
    border-top: none;
  }
}
.mpblog-post .mp-content div.mp-details {
  margin-top: 20px;
}
.mpblog-post .mp-content iframe.blog-video {
  margin-bottom: 1.5em !important;
}
.mpblog-post .mp-content hr.cutter {
  display: none;
}
.mpblog-post .mp-content ol,
.mpblog-post .mp-content ul {
  margin-left: 20px;
}
.mpblog-post .mp-content img {
  width: 100%;
}
.mpblog-post .mp-content img.alignleft {
  display: inline;
  float: left;
  margin: 0 20px 3px 0;
}
.mpblog-post .mp-content img.alignright {
  display: inline;
  float: right;
  margin: 0 0 3px 20px;
}
.mpblog-post .mp-content a > img {
  border: 1px solid #D0CBC1;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: -webkit-box-shadow 0.15s 0.3s ease-in-out;
  -moz-transition: -moz-box-shadow 0.15s 0.3s ease-in-out;
  -o-transition: box-shadow 0.15s 0.3s ease-in-out;
  transition: box-shadow 0.15s 0.3s ease-in-out;
}
.mpblog-post .mp-content a > img:hover {
  -webkit-box-shadow: 0px 0px 6px 0 #cccccc;
  -moz-box-shadow: 0px 0px 6px 0 #cccccc;
  box-shadow: 0px 0px 6px 0 #cccccc;
}
.mpblog-post .mp-content blockquote {
  margin: 0 1.6em 1.5em;
  padding-left: 0;
  color: #777;
  font-style: italic;
}
.mpblog-post .mp-content table {
  margin-bottom: 1.5em;
}
.mpblog-post .mp-content table tr th {
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
  background-color: #ffffff;
}
.mpblog-post .mp-content table tr td,
.mpblog-post .mp-content table tr th {
  padding: 5px 10px;
}
.mpblog-post .mp-content table tr:nth-child(odd) td {
  background-color: #ffffff;
}
.mpblog-post .mp-content table tr:nth-child(even) td {
  background-color: #f4f4f4;
}
.mpblog-post span.mp-tags,
.mpblog-post span.categories,
.mpblog-post span.posted-by,
.mpblog-post span.date,
.mpblog-post span.go-to-comments,
.mpblog-post span.leave-a-comment,
.mpblog-post span.comments,
.mpblog-post span.rss-comments,
.mpblog-post span.views {
  font-size: smaller;
}
.mpblog-post span.mp-tags {
  margin-right: 20px;
  float: left;
}
.mpblog-post span.mp-tags-pic {
  float: left;
  width: 20px;
}
.mpblog-post span.mp-tags-pic span.text {
  line-height: 16px;
  text-indent: -999em;
  display: block;
}
.mpblog-post span.categories {
  margin-right: 20px;
  float: left;
}
.mpblog-post span.categories-pic {
  float: left;
  display: block;
  width: 19px;
  height: 16px;
}
.mpblog-post span.categories-pic span.text {
  line-height: 16px;
  text-indent: -999em;
  display: block;
}
.mpblog-post span.posted-by {
  margin-right: 20px;
}
.mpblog-post span.date {
  margin-right: 20px;
}
.mpblog-post span.views {
  margin-right: 20px;
}
.mpblog-post span.comments {
  float: right;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .mpblog-post span.comments {
    display: none;
  }
}
.mpblog-post i.glyphicons {
  margin-right: 5px;
}
.mpblog-post .customer-action-bar {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 770px) {
  .mpblog-post .customer-action-bar {
    text-align: center;
  }
}
.blog-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  opacity: 0.8;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.blog-icon:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-icon:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
/* Recent Comments and Posts */
.mp-recentcomment-date,
.mp-recentpost-date {
  font-style: italic;
  font-size: smaller;
  margin-bottom: 2px;
  margin-top: 2px;
}
/* Fix Magento Calendar Styles */
i.glyphicons.calendar {
  border: none !important;
  background: none !important;
}
/* Sidebars */
.mpblog-categories .block-content,
.mpblog-search .block-content,
.mpblog-recentposts .block-content,
.mpblog-tags .block-content,
.mpblog-recentcomments .block-content,
.mpblog-archives .block-content {
  padding: 5px 10px;
}
.mpblog-categories ul li,
.mpblog-recentcomments ul li,
.mpblog-archives ul li {
  padding-left: 20px;
  margin-bottom: 3px;
  position: relative;
}
/* Sidebar Blocks */
.sidebar-common ul li.active a {
  font-weight: bold;
}
.sidebar-common ul li i.glyphicons,
.sidebar-common ul li i.glyphicons:before {
  font-size: smaller;
}
.sidebar-common ul li i.glyphicons {
  display: block;
  left: 4px;
  top: 2px;
  position: absolute;
}
.mpblog-categories ul li.active a,
.mpblog-recentcomments ul li.active a,
.mpblog-archives ul li.active a,
.mpblog-recentposts ul li.active a,
.mpblog-recentcomments ul li.active a,
.mpblog-archives ul li.active a {
  font-weight: bold;
}
.mpblog-categories ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-recentposts ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-categories ul li i.glyphicons:before,
.mpblog-recentcomments ul li i.glyphicons:before,
.mpblog-archives ul li i.glyphicons:before,
.mpblog-recentposts ul li i.glyphicons:before,
.mpblog-recentcomments ul li i.glyphicons:before,
.mpblog-archives ul li i.glyphicons:before {
  font-size: smaller;
}
.mpblog-categories ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-recentposts ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons {
  display: block;
  left: 4px;
  top: 5px;
  position: absolute;
}
.mpblog-recentposts .mp-post-thesis {
  margin-top: 3px;
}
.mpblog-recentposts .thumbnail {
  float: left;
  border: 1px solid #D0CBC1;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 68px;
  height: 68px;
}
.mpblog-recentposts .thumbnail:hover {
  -webkit-box-shadow: 0px 0px 6px 0 #cccccc;
  -moz-box-shadow: 0px 0px 6px 0 #cccccc;
  box-shadow: 0px 0px 6px 0 #cccccc;
  -webkit-transition: all 0.15s 0.3s ease-in-out;
  -moz-transition: all 0.15s 0.3s ease-in-out;
  -o-transition: all 0.15s 0.3s ease-in-out;
  transition: all 0.15s 0.3s ease-in-out;
}
.mpblog-recentposts .thumbnail .img {
  width: 60px;
  height: 60px;
}
.mpblog-recentposts ul li {
  margin-bottom: 20px;
}
.mpblog-recentposts ul li:last-child {
  margin-bottom: 0;
}
.mpblog-archives .block-content {
  padding-top: 10px;
}
.mpblog-archives .block-content .actions {
  margin: 10px -10px -5px;
}
/* Tags */
.mpblog-tags .tag-list.cloud-enabled {
  display: none;
}
.mpblog-tags .block-content canvas {
  width: 100%;
  margin-left: -5px;
}
.mpblog-tags ul {
  list-style-type: none;
}
.mpblog-tags ul li {
  display: inline;
}
.mpblog-tags a.tag1 {
  font-size: 0.7em;
  font-weight: 100;
}
.mpblog-tags a.tag2 {
  font-size: 0.8em;
  font-weight: 200;
}
.mpblog-tags a.tag3 {
  font-size: 0.9em;
  font-weight: 300;
}
.mpblog-tags a.tag4 {
  font-size: 1.0em;
  font-weight: 400;
}
.mpblog-tags a.tag5 {
  font-size: 1.2em;
  font-weight: 500;
}
.mpblog-tags a.tag6 {
  font-size: 1.4em;
  font-weight: 600;
}
.mpblog-tags a.tag7 {
  font-size: 1.6em;
  font-weight: 700;
}
.mpblog-tags a.tag8 {
  font-size: 1.8em;
  font-weight: 800;
}
.mpblog-tags a.tag9 {
  font-size: 2.2em;
  font-weight: 900;
}
.mpblog-tags a.tag10 {
  font-size: 2.5em;
  font-weight: 900;
}
/* Social Share */
@media (min-width: 770px) {
  .mpblog-social-container {
    float: none;
	display: block;
	text-align: center;
  }
}
@media (max-width: 770px) {
  .mpblog-social-container .mp-buttons ul {
    text-align: center;
    width: 100%;
  }
}
.mpblog-social-container .mp-buttons ul li {
  margin-right: 5px;
  display: inline-block;
}
@media (max-width: 770px) {
  .mpblog-social-container .mp-buttons ul li {
    margin-bottom: 5px;
    display: inline-block;
  }
}
.mpblog-social-container p { 
	font-size: 15px;
}
.mpblog-social-container .mp-buttons ul li .blog-icon {
  float: left;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
}
.mpblog-social-container .mp-buttons ul li .blog-icon.twitter {
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/twitter2.png");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.facebook {
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/facebook2.png");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.vkontakte {
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/vk.png");
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/vk.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.odnoklassniki {
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/ok.png");
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/ok.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.blogger {
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/blogger.png");
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/blogger.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.tumblr {
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/tumblr.png");
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/tumblr.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.pinterest {
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/pinterest2.png");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.digg {
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/digg.png");
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/digg.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.mixx {
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/mixx.png");
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/mixx.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.delicious {
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/delicious.png");
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/delicious.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.stumbleupon {
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/stumbleupon.png");
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/stumbleupon.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.slashdot {
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/slashdot.png");
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/slashdot.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.slashdot {
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/slashdot.png");
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/slashdot.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.reddit {
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/reddit.png");
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/reddit.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.linkedin {
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/linkedin.png");
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/linkedin.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.google {
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/google_bookmarks.png");
  background-image: url("https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/assets/google_bookmarks.svg");
}
.search-query {
  margin-bottom: 20px;
}
.search-query .input-box {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
.search-query .input-box button.button {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  padding: 6px 7px;
}
.search-query .input-box button.button i.glyphicons.search {
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.search-query .input-box button.button i.glyphicons.search:hover {
  opacity: 1;
}
.search-query .input-box button.button i.glyphicons.search:active {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.search-query .input-box input[type="text"] {
  width: 100%;
}
.search-query .advice {
  padding: 3px 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
  float: left;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.search-query .advice a {
  font-weight: bold;
}
.mpblog-search .block-content button.button {
  margin-top: 10px;
  margin-bottom: 5px;
}
.mpblog-search .block-content input.input-text {
  width: 168px;
  margin-top: 5px;
}
/* Preview */
.mpblog-preview {
  padding: 20px;
}
.mpblog-preview .mpblog-preview-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.mpblog-preview-button-set {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
textarea.placeholder .placeholder,
input.placeholder[type="text"] .placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder .hovered-placeholder,
input.placeholder[type="text"] .hovered-placeholder {
  opacity: 1;
}
textarea.placeholder .focused-placeholder,
input.placeholder[type="text"] .focused-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder::-webkit-input-placeholder,
input.placeholder[type="text"]::-webkit-input-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder:-moz-placeholder,
input.placeholder[type="text"]:-moz-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder::-moz-placeholder,
input.placeholder[type="text"]::-moz-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder:-ms-input-placeholder,
input.placeholder[type="text"]:-ms-input-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder:hover::-webkit-input-placeholder,
input.placeholder[type="text"]:hover::-webkit-input-placeholder {
  opacity: 1;
}
textarea.placeholder:hover:-moz-placeholder,
input.placeholder[type="text"]:hover:-moz-placeholder {
  opacity: 1;
}
textarea.placeholder:hover::-moz-placeholder,
input.placeholder[type="text"]:hover::-moz-placeholder {
  opacity: 1;
}
textarea.placeholder:hover:-ms-input-placeholder,
input.placeholder[type="text"]:hover:-ms-input-placeholder {
  opacity: 1;
}
textarea.placeholder:focus,
input.placeholder[type="text"]:focus {
  -webkit-box-shadow: inset 0px 0px 5px 0px #cccccc;
  -moz-box-shadow: inset 0px 0px 5px 0px #cccccc;
  box-shadow: inset 0px 0px 5px 0px #cccccc;
  border: 1px solid #4d4d4d;
}
textarea.placeholder:focus::-webkit-input-placeholder,
input.placeholder[type="text"]:focus::-webkit-input-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder:focus:-moz-placeholder,
input.placeholder[type="text"]:focus:-moz-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder:focus::-moz-placeholder,
input.placeholder[type="text"]:focus::-moz-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder:focus:-ms-input-placeholder,
input.placeholder[type="text"]:focus:-ms-input-placeholder {
  text-indent: -100%;
  opacity: 0;
}
.fix-me {
  zoom: 1;
  /* IE6&7 */
}
.fix-me:before,
.fix-me:after {
  content: "";
  display: table;
}
.fix-me:after {
  clear: both;
}
.to-left {
  float: left;
}
.to-right {
  float: right;
}
/* Misc styles */
div.fixed {
  clear: both;
}
/* Icons Color Scheme */
i.mpblog-classic.glyphicons,
i.mpblog-classic.glyphicons:before {
  color: #3399cc;
}
i.mpblog-red.glyphicons,
i.mpblog-red.glyphicons:before {
  color: #7C0104;
}
i.mpblog-green.glyphicons,
i.mpblog-green.glyphicons:before {
  color: #003300;
}
i.mpblog-blue.glyphicons,
i.mpblog-blue.glyphicons:before {
  color: #003366;
}
i.mpblog-grey.glyphicons,
i.mpblog-grey.glyphicons:before {
  color: #333333;
}
i.mpblog-old-magento.glyphicons,
i.mpblog-old-magento.glyphicons:before {
  color: #0A263C;
}

/* PEGADA VERDE PATHCES */
.desktop.two-columns-left section.content,
.desktop.two-columns-right section.content {
  width: 100%;
  float: none;
}
.desktop.two-columns-left aside.left,
.desktop.two-columns-right aside.left,
.desktop.two-columns-left aside.right,
.desktop.two-columns-right aside.right {
  width: 100%;
  float: none;
}

.mpblog aside  { border: 1px solid #ccc; border-left: 0; border-right: 0; margin-bottom: 30px; }
.mpblog aside .block { margin-bottom: 0; border: 0; float: left; position: relative;  }
.mpblog aside .block .block-title { border: 0; padding: 5px 30px 5px 10px; background: url(https://www.bybebe.pt/skin/frontend/base/default/mpblog/images/i_arrow_down.png) no-repeat center right 5px; }
.mpblog aside .block .block-title strong { font-size: 15px; }
.mpblog aside .block .block-content { padding-top: 5px; overflow: hidden; background: #fff; border: 1px solid #ccc;  position: absolute; top: 35px; left: 0; height: 0; padding: 0; transition: .3s all ease; width: 200px; visibility: hidden; z-index: 9999; }
.mpblog aside .block:hover .block-content { height: auto; padding: 5px; visibility: visible;}

.mpblog-post span.comments { display: none; }

.mpblog-post .mp-header { padding: 0; }
.mpblog-post .mp-header .date { background: #53ac52; padding: 7px; color: #fff; font-weight: bold; font-size: 15px; }
.mpblog-post .mp-header .date i { display: none; }
.mp-blog-head h1 { font-size: 30px; font-weight: normal; margin-bottom: 30px; }
.mpblog-post .post-thumbnail { margin-bottom: 4em; }
.mpblog-post span.categories { display: none; }

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete {
	position: absolute;
	top: 14px;
	right: 255px;
	text-align:right;
}

.searchautocomplete .search-autocomplete {

}
.searchautocomplete .form-search {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	margin-top: -150px;
}

.searchautocomplete.opened .form-search {
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}

.searchautocomplete .sprite {
  background: url('https://www.bybebe.pt/skin/frontend/base/default/images/mirasvit/sprite.png');
}
.searchautocomplete .nav-search-in {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 11;
}
.searchautocomplete .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav-search-in .category-fake {
  height: 20px;
  color: #888;
  cursor: pointer;
  float: left;
  font-size: 16px;
  padding: 0px 25px 5px 10px;
  text-align: center;
  white-space: nowrap;
  line-height: 33px;
  height: 33px;
}

.searchautocomplete .nav-search-in .nav-down-arrow {
  right: 0;
  top: 10px;
  position: absolute;
  line-height: 0px;
}

.searchautocomplete .nav-search-in:hover .category-fake {
  color: #000;
}
.searchautocomplete .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete input.UI-SEARCH { 
  width: 230px;
  padding-right: 20px;
  border: 0;
  color: #888;
  vertical-align: middle;
  text-indent: 4px;
  padding: 3px;
}

.searchautocomplete button { 
  vertical-align: middle;
  font-size: 13px;
  line-height: 16px;
  padding: 9px;
}
.searchautocomplete .searchautocomplete-placeholder {
  background: #FFF;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 102;
  top: 40px;
  width: calc(100% - 2px);
  box-shadow: 0 0 5px #aaa;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  margin: 0;
  border: none!important;
  background: none!important;
  box-shadow: none;
  position: relative;
  padding: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  border: 1px solid #e2e2e2;
  margin-bottom: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeffee;
  box-shadow: 0 0 1px #525252;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
  background-color: #F7F7F6;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 10px 5px 10px;
}
.searchautocomplete .searchautocomlete-image {
  float: left;
  margin: 0px 5px 5px 0px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 5px;
  right: 95px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}
.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}

.my_icycle_control {
    bottom: 35px;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 9999;
}
ul.my_icycle_pager {
    height: 42px;
    left: 31px;
    position: absolute;
    top: 0;
    width: 100%;
}
a.my_icycle_pager {
    display: block;
    background: url("https://www.bybebe.pt/skin/frontend/default/default/my_icycle/images/navigation.png") no-repeat scroll 0 -13px transparent;
    cursor: pointer;
    height: 13px;
    margin-right: 7px;
    outline: medium none;
    width: 13px;
}
li.activeSlide a.my_icycle_pager {
    background-position: 0 0 !important;
    cursor: default;
    opacity: 1 !important;
}
ul.my_icycle_pager li { display: inline-block; }
ul.my_icycle_pager li a:hover{
    background-position: 0 0;
    opacity: 0.8;
}
ul.my_icycle_next_previous {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
a.my_icycle_next_previous {
    background: url("https://www.bybebe.pt/skin/frontend/default/default/my_icycle/images/next-previous.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 21px;
    opacity: 0;
    width: 21px;
    text-decoration: none;
}
a.my_icycle_next_previous {
    opacity: 1;
}
a.prev {
    background-position: 0 100%;
    margin-left: 10px;
    float: left;
}
a.prev:hover {
    background-position: 0 0;
}
a.next {
    background-position: 100% 100%;
    margin-right: 10px;
    float: right;
}
a.next:hover {
    background-position: 100% 0;
}
#icycle-data {
    display: none;
}
@charset "utf-8";
/* CSS Document */

.wall-widget-view { max-width: 1350px; margin: 0 auto; }

.free-wall {
	margin: auto;
}

.free-wall-logo {
	margin: auto;
	height: 420px;
}

/*
.size11 {
	height: 160px;
	width: 160px;
}

.size12 {
	width: 160px;
	height: 320px;
}

.size21 {
	width: 320px;
	height: 160px;
}

.size22 {
	height: 320px;
	width: 320px;
}

.size13 {
	width: 160px;
	height: 480px;
}

.size31 {
	width: 480px;
	height: 160px;
}

.size23 {
	width: 320px;
	height: 480px;
}

.size24 {
	width: 320px;
	height: 640px;
}

.size32 {
	width: 480px;
	height: 320px;
}

.size33 {
	width: 480px;
	height: 480px;
}

.size34 {
	width: 480px;
	height: 640px;
}

.size43 {
	width: 640px;
	height: 480px;
}

.size42 {
	width: 640px;
	height: 320px;
}

.size44 {
	width: 640px;
	height: 640px;
}

.size35 {
	width: 480px;
	height: 800px;
}

.size53 {
	width: 800px;
	height: 480px;
}

.size36 {
	width: 480px;
	height: 960px;
}
*/
.size88 { width: 1400px; height: 1400px; }
.size87 { width: 1400px; height: 1225px; }
.size86 { width: 1400px; height: 1050px; }
.size85 { width: 1400px; height: 875px; }
.size84 { width: 1400px; height: 700px; }
.size83 { width: 1400px; height: 525px; }
.size82 { width: 1400px; height: 350px; }
.size81 { width: 1400px; height: 175px; }

.size78 { width: 1225px; height: 1400px; }
.size77 { width: 1225px; height: 1225px; }
.size76 { width: 1225px; height: 1050px; }
.size75 { width: 1225px; height: 875px; }
.size74 { width: 1225px; height: 700px; }
.size73 { width: 1225px; height: 525px; }
.size72 { width: 1225px; height: 350px; }
.size71 { width: 1225px; height: 175px; }

.size68 { width: 1050px; height: 1400px; }
.size67 { width: 1050px; height: 1225px; }
.size66 { width: 1050px; height: 1050px; }
.size65 { width: 1050px; height: 875px; }
.size64 { width: 1050px; height: 700px; }
.size63 { width: 1050px; height: 525px; }
.size62 { width: 1050px; height: 350px; }
.size61 { width: 1050px; height: 175px; }

.size58 { width: 875px; height: 1400px; }
.size57 { width: 875px; height: 1225px; }
.size56 { width: 875px; height: 1050px; }
.size55 { width: 875px; height: 875px; }
.size54 { width: 875px; height: 700px; }
.size53 { width: 875px; height: 525px; }
.size52 { width: 875px; height: 350px; }
.size51 { width: 875px; height: 175px; }

.size48 { width: 700px; height: 1400px; }
.size47 { width: 700px; height: 1225px; }
.size46 { width: 700px; height: 1050px; }
.size45 { width: 700px; height: 875px; }
.size44 { width: 700px; height: 640px; }
.size43 { width: 700px; height: 525px; }
.size42 { width: 700px; height: 350px; }
.size41 { width: 700px; height: 175px; }

.size38 { width: 525px; height: 1400px; }
.size37 { width: 525px; height: 1225px; }
.size36 { width: 525px; height: 1050px; }
.size35 { width: 525px; height: 875px; }
.size34 { width: 525px; height: 700px; }
.size33 { width: 525px; height: 525px; }
.size32 { width: 525px; height: 350px; }
.size31 { width: 525px; height: 175px; }

.size28 { width: 350px; height: 1400px; }
.size27 { width: 350px; height: 1225px; }
.size26 { width: 350px; height: 1050px; }
.size25 { width: 350px; height: 875px; }
.size24 { width: 350px; height: 700px; }
.size23 { width: 350px; height: 525px; }
.size22 { width: 330px; height: 330px; }
.size21 { width: 350px; height: 175px; }

.size18 { width: 175px; height: 1400px; }
.size17 { width: 175px; height: 1225px; }
.size16 { width: 175px; height: 1050px; }
.size15 { width: 175px; height: 875px; }
.size14 { width: 175px; height: 700px; }
.size13 { width: 175px; height: 525px; }
.size12 { width: 175px; height: 350px; }
.size11 { width: 175px; height: 175px; }

.brick {
	background-color: white;
	float: left;
	cursor: default;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.brick .brick-image  { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: no-repeat center center; background-size: cover; }
.brick .brick-image img { width: 100%; }

.brick .brick-video video { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }

.brick.link { cursor: pointer; }

.brick.link .overlay{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.1); transition: .2s all ease-out; transform: scale(0); z-index: 9; }
.brick.link:hover .overlay{ transform: scale(1); }

.brick.link .brick-image img { transition: .2s all ease-out; }
.brick.link:hover .brick-image img { transform: scale(1.1); }

.brick .cover {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%; 
	width: 100%;
}

.brick .cover .html-content {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	width: 90%;
	text-align: center;
}

.brick .cover .html-content a {
	color: #fff;	
}

.brick .cover .html-content-wrapper {
	position: relative;
	left: -50%;
	transform: translateY(-50%);
}

.brick .cover .html-content h1 {
	font-size: 35px;
	color: #fff;
}

.brick .cover .html-content h2 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}

.brick .cover .html-content h3 {
	font-size: 25px;
	color: #fff;
	font-weight: normal;
}

.brick .cover .html-content p {
	font-size: 20px;
	color: #fff;
}

.brick .read-more {
	position: absolute;
	display: none;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 12px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.45);
}

.brick:hover .read-more {
	display: block;
	cursor: pointer;
}

.brick .more-info { 
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 9;
}

.brick .tag { 
	position: absolute;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 35px;
	top: 10px; 
	left: 10px;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 20px; 
	font-weight: bold;
	vertical-align:middle;
	font-weight: bold;
	margin: 0;
	vertical-align: middle;
	transform: rotate(-25deg);
	z-index: 99;
	transition: transform .4s cubic-bezier(1, 2, 0, 2) 0s;
}

.brick.link:hover .tag{
	transform: rotate(0);
	transform: scale(1.1);
}

.brick .image-html { 
	display: block;
	color: #fff;
	margin: 0;
	padding: 5px 10px;
	font-size: 25px; 
	font-weight: lighter;
	vertical-align: middle;
	width: calc(100% - 20px);
}

.brick .image-html p { 
	line-height: 26px;
}
.brick .over {
	position: absolute; 
	height: 100%;
	width: 100%;
	top: 0; 
	left: 0;
	background: rgba(0,0,0,0.1);
	transform: scale(0, 0);
	transform-origin: center center;
	transition: all .2s ease-out;
	z-index: 0;
}

.brick:hover .over {
	transform: scale(1, 1);
}


.brick .main-link {
	position: absolute;
	top: 40%;
	left: 50%;
	visibility: hidden;
	opacity: 0;
	transition: .3s all ease;
	z-index: 9;
}

.brick:hover .main-link { 
	opacity: 1;
	visibility: visible;
}

.brick .main-link .mpblog-social-container,
.brick .main-link .button { 
	position: relative;
	left: -50%;
	transform: translateY(-50%);
}

.brick .main-link .mpblog-social-container { 
	margin-top: 30px;
}

.mpblog-social-container .mp-buttons a {
	display: block;
	position: relative;
	height: 26px;
	width: 26px;
}
.mpblog-social-container .mp-buttons a:before {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 100%;
	height: 100%;
	background: #fff;
	content: "";
	border-radius: 50%;
}

.brick .image-html * {
	margin: 0;
	padding: 0;
	line-height: normal;
}

.brick .desc {
	display: none;
}

.full-width .float-left {
	display: none;
}

.full-width .desc {
	display: block;
}

.full-width.brick {
	box-shadow: none;
	overflow: visible;
	border: none !important;
	background: none !important;
}

.full-width.brick .cover {
	margin: 0px 20px;
	color: #333;
}

.full-width.brick .cover * {
	text-shadow: none;
}

.full-width.brick .cover code {
	color: #666;
}

.open .float-left {
	display: none;
}

.open .desc {
	display: block;
}

