@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=Muli:300,400,600');
 
/* Reset ================================================================================= */
* { margin:0; padding:0; }

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

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

a             { color:#1c6273; 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:lighter; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:normal; }
address       { font-style:lighter; line-height:1.35; }
cite          { font-style:lighter; }
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:lighter !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: #333; 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,
.wrapper,
.page { margin: 0 auto; max-width: 1400px; padding: 0 50px;  }

.wrapper { max-width: none;  }


.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: 32px; font-weight: lighter; font-family: 'Muli', 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: lighter; border: 1px solid #1c6273; color: #fff; padding: 12px 30px; cursor: pointer; text-transform: uppercase; font-family: 'Muli', sans-serif; transition: .3s all; background: #1c6273; letter-spacing: 2px; display: inline-block; }
.button:hover:not(.disabled),
button:hover:not(.disabled) { transition: .3s all; background: #fff; border-color: #1c6273; color: #1c6273;  text-decoration: none; }

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

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

.button.small,
button.small { padding: 4px 15px; height: 30px; line-height: 32px;   }

.button.large,
button.large { font-size: 18px; line-height: 40px; }

button.disabled,
.button.disabled { opacity: 0.5; }

button.btn-cart { background: #1c6273; border: 1px solid #1c6273; color: #fff; }
button.btn-cart:hover { background: #fff; color: #1c6273; border-color: #1c6273; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { border-color: #e10c2d; 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:lighter; 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: normal; }
.form-list .field label.required {}
.form-list .field label.required em { float:right; font-style:lighter; 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: lighter; 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 */
.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:lighter; 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; }

.onepagecheckout-index-index .birthday{width: 100%; }
.onepagecheckout-index-index .customer-dob{position:relative; margin-bottom: 20px;}
.onepagecheckout-index-index .customer-dob .dob-month,
.onepagecheckout-index-index .customer-dob .dob-day,
.onepagecheckout-index-index .customer-dob .dob-year { display: inline-block; width:85px; }
.onepagecheckout-index-index .customer-dob .dob-day,
.onepagecheckout-index-index .customer-dob .dob-month { width:40px; }
.onepagecheckout-index-index .customer-dob .validation-advice{position: absolute; top: 75px; left:0;}

/* 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:normal; }
.form-list label.required em { font-variant:lighter; 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:lighter; 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:normal; line-height:13px; background:url(https://www.nightshift.com.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:normal; }
.error { color:#df280a; font-weight:normal; }
.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:lighter !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:17px 0 13px; }
.breadcrumbs li { display:inline; font-weight:lighter; color: #9c9b9b; }
.breadcrumbs li span { padding: 0 2px; font-weight: normal; font-size: 13px; position: relative; top: -2px; }
.breadcrumbs li strong { font-weight:lighter; color: #000;}
.breadcrumbs li a { font-weight:bold; color: #000;  }

/* Page Heading */
.page-title { width:100%; overflow:hidden; margin:10px 0 20px; }
.page-title h1,
.page-title h2 { margin:0; font-size:35px; color:#333; 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; }

.subtitle,
.sub-title { clear:both; font-size:15px; font-weight:normal; 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: normal; padding-right: 5px; }
.pager .sort-by select { padding:3px; margin:0 0 1px; vertical-align:middle; border-color: #fff; }
.sorter .link-feed {}
.sorter .sort-by a { color: #333; font-size: 18px; vertical-align: middle; }
.sorter .sort-by a:hover { text-decoration: none; }

/* 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:normal; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:normal;  padding:2px 8px; color:#222; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:lighter; }
.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:normal; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(https://www.nightshift.com.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:normal; font-size:13px; }

.info-table th { font-weight:normal; 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.nightshift.com.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.nightshift.com.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:lighter !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:normal; }
.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:normal; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:lighter; }
.std b,
.std strong { font-weight:normal; }
.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:normal; }
.link-wishlist { font-weight:normal; color: #333;font-weight: lighter; }
.link-reorder { font-weight:normal;}
.link-compare { font-weight:normal; color: #333; padding:9px 0 9px 40px; font-weight: normal; }
.link-print { /*background:url(https://www.nightshift.com.pt/skin/frontend/default/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:normal; }
.link-rss { background:url(https://www.nightshift.com.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.nightshift.com.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.nightshift.com.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.nightshift.com.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.nightshift.com.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.nightshift.com.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.nightshift.com.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; }
/* ======================================================================================= */


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

.cookie-message { text-align: center; background: #000; padding: 8px 0; color: #fff; position: fixed; bottom: 0; left: 0; width: calc(100% - 20px); z-index: 9999; width: 100%;}
.cookie-message .icon-cancel { font-size: 20px; color: #1c6273; transition: color .2s; position: absolute; top: 8px; right: 5px;  }
.cookie-message .icon-cancel:hover { text-decoration: none; color: #fff; }
.cookie-message * { vertical-align: middle;}

.closed-message, .opened-message { padding: 8px; text-align: center; background: #d75f07; color: #fff; text-align: center; }

.absolute-header-container { background: #fff; padding-top: 22px; }
.absolute-header { height: auto; position: relative; z-index: 9;}
.absolute-header .logo{ margin: 0; font-size: 0;}


.absolute-header .block-cart a.website.mobile{ pointer-events: none; cursor: default; display: block;}

.delivery-link {display: block; text-align: right;}

.absolute-header .form-language.selector{width: auto; position: absolute; right: 158px; top: 27px; z-index: 99999;}
.selector .values{padding: 3px; background: #fff; width: auto;}
.selector .values li{display: inline-block;}
.selector .values li:last-child span{display: none; vertical-align: top;}
.selector .values a{font-size: 17px; text-transform: uppercase; text-decoration: none; vertical-align: sub;}
.selector .values a.selected{font-weight: bold;}
.selector .values a *{vertical-align: middle;}
.absolute-header .block-cart { display: inline-block; margin-bottom: 0; width: auto; border: 0; position: absolute; text-align: left; vertical-align: middle; top: 29px; right: 62px; z-index: 9999; }
.absolute-header .block-cart .block-title { border-bottom: 0; overflow: hidden; color: #1c6273; cursor: pointer; }
.absolute-header .block-cart .block-title span { vertical-align: middle; font-size: 26px; }
.absolute-header .block-cart .block-title span.qty { font-size: 18px; padding-top: 3px; }
.absolute-header .block-cart .block-title span.icon-box { position: relative; font-size: 35px;}
.absolute-header .block-cart .block-title strong { display: none; }
.absolute-header .block-cart .block-content { position: absolute; top: 10px; right: -1px; width: 350px; visibility: hidden; transform: translateY(30px); opacity:0;  display: block; border-top: 0; box-shadow: 0px 0px 18px 0px rgba(219,219,219,1); box-sizing: border-box; }
.absolute-header .block-cart .block-content.visible{ transform: translateY(0); opacity: 1; visibility: visible; top: 60px; transition: all .3s ease; }
.absolute-header .block-cart:hover .block-content { transform: translateY(0); opacity: 1; visibility: visible; transition: all .3s ease; top: 40px;}
.absolute-header .block-cart .summary { padding: 9px; text-align: right; color: #666; border-top: 1px solid #aaa; margin-top: 15px;}
.absolute-header .block-cart .subtotal { margin: 0; margin-bottom: 6px; overflow: hidden;}
.absolute-header .block-cart .tip-quantity { margin: 0; margin-bottom: 6px; overflow: hidden;}
.absolute-header .block-cart .delivery { margin: 0; margin-bottom: 6px; overflow: hidden;}
.absolute-header .block-cart .summary .label { float: left; color: #000; font-size: 18px; }
.absolute-header .block-cart .summary .price { font-size: 18px; float: right; }
.absolute-header .block-cart .friends-quantity { margin: 0; font-size: 18px; margin-bottom: 6px; overflow: hidden; font-weight: bold; width: 100%;}
.absolute-header .block-cart .friends-quantity .label { font-size: 19px}
.absolute-header .block-cart .friends-quantity .price { float: right; font-weight: bold; font-size: 19px}
.absolute-header .block-cart .total { margin: 0; overflow: hidden; margin-top: 23px;}
.absolute-header .block-cart .total .label { float: left; color: #000; font-size: 24px; font-weight: bold;}
.absolute-header .block-cart .total .price { font-weight: bold; float: right; font-size: 24px; }
.absolute-header .block-cart .actions { text-align: center; float: none; padding: 18px 9px 9px; position: static; }
.absolute-header .block-cart .actions button.button { float: none; width: 100%; background: #909090; border: 1px solid #909090; }
.absolute-header .block-cart .actions button.button:hover {color: #fff;  background: #1c6273; border: 1px solid #1c6273; }
.absolute-header .block-content .friends .sub-title{color: #1c6273; font-size: 17px; margin: 0; margin-top:10px; }
.absolute-header .block-content .friends p{ font-size: 16px; }
.absolute-header .block-content .friends {border-top: 1px solid #aaa; overflow: hidden;}
.absolute-header .block-content .friends .quantity-selector{float: right; font-size: 0;}
.absolute-header .block-content .friends span{border: 1px solid #aaa; padding: 3px 9px; font-size: 14px;}
.absolute-header .block-content .friends span.button{background: #fff; color: #1c6273; padding: 1px 10px; }
.absolute-header .block-content .friends .friends-value{padding: 4px 10px; border-right: none; border-left: none; }

.absolute-header .block-cart .block-content .mini-products-list .product-name{width: calc(100% - 20px); }
.absolute-header .block-content .tip .sub-title{color: #1c6273; font-size: 17px; margin: 0; margin-top:10px; }
.absolute-header .block-content .tip p{ font-size: 16px; margin: 0;}
.absolute-header .block-content .tip {border-top: 1px solid #aaa;overflow: hidden; margin-top: 10px;}
.absolute-header .block-content .tip .quantity-selector{float: right; font-size: 0;}
.absolute-header .block-content .tip .tip-set-value{border: none; font-size: 14px; text-align: right; padding-right: 22px;}
.absolute-header .block-content .tip .total-tip {border: none; padding: 0; }
.absolute-header .block-content .tip .total-tip .price{border: none; font-size: 25px; }
.absolute-header .block-content .tip span{border: 1px solid #aaa; padding: 3px 9px; font-size: 14px;}
.absolute-header .block-content .tip span.button{background: #fff; color: #1c6273; padding: 1px 10px; }
.absolute-header .block-content .tip .tip-value{padding: 4px 10px; border-right: none; border-left: none; }

.absolute-header .block-cart .block-subtitle { padding: 9px; }
.absolute-header .block-cart .btn-remove { margin-top: 8px; }
.absolute-header .block-cart .product-name { font-size: 16px; }

.absolute-header .customer-menu { position: absolute; top: 13px; right: 125px; font-size: 15px; display: block; box-shadow: 0 0 5px #666; padding: 5px 22px; background: #fff; visibility: hidden; opacity: 0; transition: all .3s ease; text-align: right;}
.absolute-header .customer-menu.visible { visibility: visible; opacity: 1; right: 158px; box-shadow: 0px 0px 18px 0px rgba(219,219,219,1); padding: 5px 22px 5px 35px;; background: #fff; text-align: right; width: auto; z-index: 99999;}
.absolute-header .customer-menu li a { color: #1c6273; font-weight: lighter; text-transform: uppercase; vertical-align: middle; }
.absolute-header .account-container{position: absolute; top: 30px; right: 120px;}
.absolute-header .account-container .customer-menu-toggle{display: inline-block; transform: rotate(90deg); font-size: 24px; vertical-align: middle; cursor: pointer; color: #1c6273;}
.absolute-header .account-container .customer-menu-toggle.ative,
.absolute-header .account-container .customer-menu-toggle:hover{ transform: scale(1.2) rotate(90deg); }
.absolute-header .account-container a{font-size: 15px; text-transform: uppercase; vertical-align: middle;}

.absolute-header .menu-toggle {display:none;}

.header-container { width: 100%; }
.header { text-align:left; position:relative; height: auto; width: 100%; max-width:none; padding: 0; }
.header .logo { display: inline-block; margin: 12px 0 0 0; }
.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:#1c6273; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:normal; 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-container .header .address-selector-container{font-size: 0; max-width: 1400px; margin: 0 auto; padding: 0 50px;}
.header-container .header .address-selector-container .address-selector{display: inline-block; width:calc(60% - 100px); margin-top:70px; padding-right: 100px; }
.header-container .header .address-selector-container .address-selector h2{font-size: 40px; margin-bottom: 45px;}
.header-container .header .address-selector-container .address-selector .hashtag{font-size: 40px; margin-bottom: 19px;}
.header-container .header .address-selector-container .address-selector-image{display: inline-block; width: 40%; vertical-align: top;}
.header-container .header .address-selector-container .address-selector-image img {width: 100%; }
.header-container .header .address-selector-container .address-selector .selector{box-shadow: 0px 0px 18px 0px rgba(219,219,219,1); padding: 13px; width: 80%;}
.header-container .header .address-selector-container .address-selector .selector.address{margin-bottom: 15px;}
.header-container .header .address-selector-container .address-selector .input-text{width: calc(100% - 47px); padding: 4px 5px; border: 1px solid #b2b2b2; background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/ns_pin.png) no-repeat 12px 50%; padding-left: 40px; height: 38px;  }
.header-container .header .address-selector-container .address-selector .input-text::placeholder{text-transform: uppercase; font-size: 13px; color: #000; font-weight: bold;}
.header-container .header .address-selector-container .address-selector button{letter-spacing: 0; font-size: 13px; padding: 14px 30px; height: 48px; width: 160px;}
.header-container .header .address-selector-container .address-selector .empty-address{border: 2px solid #fbd400; padding: 15px; margin-top: 20px; background: #fdfff0;}
.header-container .header .address-selector-container .address-selector .zip-code-info{margin: 0;}
.header-container .header .address-selector-container .address-selector .zip-code-info strong{display: block; margin: 0 0 10px;}
.header-container .header .address-selector-container .address-selector .zip-code-info input{font-size: 20px; text-align: center; padding: 10px 5px 9px;}
.header-container .header .address-selector-container .address-selector .zip-code-info input.zip1{width: 100px;}
.header-container .header .address-selector-container .address-selector .zip-code-info input.zip2{width: 80px;}

.absolute-header-container .absolute-header .address-selector{display: inline-block; margin: 24px 0 0 55px; width: 35%;}
.absolute-header-container .absolute-header .address-selector .input-text{width: calc(100% - 161px); padding: 4px 5px; border: 1px solid #b2b2b2; background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/ns_pin.png) no-repeat 10px 50%; padding-left: 40px; height: 34px; }
.absolute-header-container .absolute-header .address-selector .input-text::placeholder{text-transform: uppercase; font-size: 12px; color: #000; font-weight: bold;}
.absolute-header-container .absolute-header .address-selector button{letter-spacing: 0; font-size: 13px; padding: 12px 30px;}


.absolute-header-container .absolute-header .delivery-schedule{ text-transform: uppercase; padding: 11px 16px 11px 55px; font-size: 14px; letter-spacing: 1px; background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/ns_time_schedule.png) no-repeat 10px 50%; }

.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; right: 0; }
.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:normal; }
.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.nightshift.com.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 .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: #e10c2d ;}

/*.searchautocomplete .input-text.UI-SEARCH.UI-NAV-INPUT.visible{right:0 !important;}*/

.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: #e10c2d ; }
.header .popup-title.wishlist .title { left: auto; right: 100%; }
.header .menu .childrens{display: none;}

.header-banners-slideshow { width: 100%;  overflow: hidden;  position:relative; display: none !important;}
.header-banners-slideshow li.banner { position: absolute; top: 0; left: 0; width: 100%; background: no-repeat top right; background-size: 100%; cursor: pointer; }
.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-list { margin-bottom: 30px; width: 100%; }
.header-banners-list ul { width: 100%; }
.header-banners-list li { float: left; width: 33.33%; }

.banner {  position: relative; }
.banner.link { cursor: pointer; }
.banner.link .link-overlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 9; }
.banner .text{ position: absolute; top: 20%; width: calc(100% - 60px); padding: 10px 30px; text-align: center; z-index: 99; }
.banner .text .text-left { width: 40%; }
.banner .text .text-right { width: 40%; float: right; }
.banner .text.black * { color: #000; }
.banner .text.left,
.banner .text.left * { text-align: left; }
.banner .text.right,
.banner .text.right * { text-align: right; }
.banner .text.big * { font-size: 90px; letter-spacing: 10px; text-transform: uppercase; font-weight: lighter; line-height: 100px; margin-bottom: 0; }
.banner .text h2,
.banner .text h3,
.banner .text h4,
.banner .text p{ color: #fff; text-transform: uppercase; margin-bottom: 20px;  }
.banner .text h2 { font-size: 50px; font-weight: normal; line-height: 40px;  }
.banner .text h3 { font-size: 42px; font-weight: lighter; line-height: 32px; }
.banner .text h4 { font-size: 38px; font-weight: lighter; line-height: 28px; }
.banner .text p  { font-size: 26px; }
.banner .button {  line-height: 40px; }

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


/* Sidebar =============================================================================== */
.block { margin:0 0 15px; }
.block .block-title { margin-bottom: 10px; }
.block .block-title strong { display:block; font-size: 17px; color:#666; font-weight: lighter; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-weight:normal; font-size: 17px; color: #666; margin-bottom: 10px; }
.block .block-subtitle a{ font-weight:bold; }
.block .block-content { background:#fff; padding: 15px 25px; }
.block .block-content .delivery-schedule{ width: 100%; text-transform: uppercase; padding: 11px 16px 11px 55px; font-size: 14px; letter-spacing: 1px; background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/ns_time_schedule.png) no-repeat 10px 50%; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { font-weight: bold; margin-bottom: 13px; display: inline-block;}
.block .block-content .product-name a{ color:#000 !important; }
.block .block-content strong {float: right;}
.block .block-content .price { color:#000; font-size: 23px;}
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .remove{ float:right; margin:1px 0 2px 5px; color: orange; text-transform: uppercase; font-weight: bold;font-size: 13px;}
.block .actions { padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { text-transform: none; font-size: 19px; letter-spacing: 1px; font-weight: bold; }
.block .empty { margin:0; padding:5px 9px; font-weight: lighter; }

/* Mini Products List */
.mini-products-list li { margin-bottom: 10px; }
.mini-products-list .product-image { float:left; width:75px; }
.mini-products-list .product-details { 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: Currency Switcher */
.block-currency { border:0; background:url(https://www.nightshift.com.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:normal 13px/21px Arial, Helvetica, sans-serif; background:url(https://www.nightshift.com.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 { padding: 0; border: 0;  }
.block-layered-nav .block-title { border-bottom: 0; margin-bottom: 10px; }
.block-layered-nav dt { font-weight:lighter; font-size: 18px; color: #8b518c;  margin-bottom: 0; color: #666 !important; font-weight: lighter; font-size: 14px; }
.block-layered-nav dd { padding: 12px; font-size: 13px; border: 1px solid #ddd; margin-bottom: 10px; }
.block-layered-nav dd a { font-weight: lighter; color: #333; }
.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: normal; }
.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 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.nightshift.com.pt/skin/frontend/default/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:normal; 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.nightshift.com.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:normal; 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:normal; }
.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:normal; }
.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: Login */
.block-login .block-title strong { }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:normal; 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-container{max-width: 1400px; top: 0; left: 0; right: 0; bottom: 0; margin: auto; position: absolute; width: 100%; padding-left: 50px; }
.category-image .title-container .title.text-left.text-white{position: absolute; top: 50%; margin-top: -23px;  }
.category-image .title-container .title.text-left.text-white h1{color: #fff; font-size: 45px; text-transform: uppercase; }

.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: #e10c2d; }
.category-slider { border: 3px solid #e10c2d; 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; }

/* Category Page -List Sub-Categories ========================================================================= */
.categories-anchor-menu{margin-bottom: 65px; text-transform: uppercase; font-size: 19px;}
.categories-anchor-menu a{color: #000; font-size: 15px; letter-spacing: 1px;  font-weight: bold; padding: 0 10px;}
.categories-anchor-menu a:first-child {padding-left: 0;}
.sub-categories h2{text-transform: uppercase; border-bottom: 2px solid #1c6273; padding-bottom: 2px; font-weight: bold; margin-bottom: 10px; font-size: 18px; transform: translateY(-50%); }
.sub-categories .sub-categories-content .products-grid li.item {border: 3px solid #fff; display: inline-block; width: calc(33% - 22px); margin-right: 20px; margin-bottom: 20px;  }
.sub-categories .sub-categories-content .products-grid li.item:nth-child(3n + 3) { margin-right: 0; }
.sub-categories .sub-categories-content .products-grid li.item:hover{border: 3px solid #f6f6f6;}
.sub-categories .sub-categories-content .products-grid li.item:hover .product-action-container{background: #f6f6f6;}

/* Category Page - List Bundle-Products ========================================================================= */
.bundle-products-content li.item {border: 3px solid #fff; display: inline-block; width: calc(33% - 22px); margin-right: 20px; margin-bottom: 20px;  }
.bundle-products-content li.item:nth-child(3n + 3) { margin-right: 0; }
.bundle-products-content li.item:hover{border: 3px solid #f6f6f6;}
.bundle-products-content li.item:hover .product-action-container{background: #f6f6f6;}
.bundle-products-content li.item .product-action-container .price-box span {font-size: 17px; color: #1c6273 !important; font-weight: bold; letter-spacing: 1px; vertical-align: middle;}


/* View Type: Grid */
.products-grid { position:relative; list-style: none !important; margin: 20px 0; padding: 0 !important; width: 100%; font-size: 0; }
/*.products-grid li.item { display: inline-block; width: 23%; margin-right: 2%; margin-bottom: 20px; position: relative;text-align:center; vertical-align: top; }*/
.products-grid li.item { transition: .2s all; position: relative; }
.products-grid li.item:nth-child(4n + 4) { margin-right: 0; }
.products-grid li:hover{border: 3px solid #f6f6f6;}
.products-grid li:hover .product-image img { transform:scale(1.2);  }
.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 .product-name { margin:0; font-size:22px; height: 47px; overflow: hidden; text-align: center; line-height: 18px; border-bottom: none; text-transform: uppercase; font-weight: bold;}
.products-grid li.item .product-name a { text-decoration: none; color: #1c6273; font-size: 16px; line-height: 20px;}
.products-grid li.item .price-box { text-align: center; margin: 0; height: auto; vertical-align: middle; }
.products-grid li.item .price-box .regular-price,
.products-grid li.item .price-box .old-price { display: inline-block; line-height: 18px; vertical-align: middle; }
.products-grid li.item .price-box .regular-price .price,
.products-grid li.item .price-box .price,
.products-grid li.item .price-box .regular-price .label { color: #1c6273 ; font-size: 16px; vertical-align: middle; font-size: 17px;}
.products-grid li.item .price-box .regular-price .price, .products-grid li.item .price-box .price { font-weight: normal; vertical-align: middle; font-weight: bold; letter-spacing: 0px;}
.products-grid li.item .price-box .old-price span { font-size: 13px; font-weight: lighter; color: #666; vertical-align: middle;}
.products-grid li.item .availability { line-height:21px; }
.products-grid li.item .actions { position:absolute; bottom:12px; }
.products-grid li.item .product-action-container{padding: 10px 60px; }
.products-grid li.item .product-action-container .link { cursor: pointer; }
.products-grid li.item .product-action-container .product-action {border: 1px solid #999999; padding: 10px;}
.products-grid li.item .product-action-container .product-action .button-cart{background: none; color: #1c6273; border: none;float: right; padding: 0; position: relative; padding: 0; margin-top: -30px;}
.products-grid li.item .product-action-container .product-action .button-cart span{font-size: 25px;}
.products-grid li.item.out-of-stock:hover { opacity: 0.6; filter: grayscale(1); }
.products-grid li.item.out-of-stock .out-of-stock-tag { display: inline-block; padding: 5px; background: #1c6273; color: #fff; position: absolute; top: 0; right: 0; width: 200px;  }

.products-grid li.item .discount { position: absolute; top: -2px; left: -2px; display: block; color: #fff; text-align: center; font-size: 16px;  font-weight: lighter; margin: 0;background: #1c6273; transition: padding .4s cubic-bezier(1, 2, 0, 2) 0s, background .3s ease-out, font-size .3s ease-out; padding: 0 10px; }
.products-grid li.item:hover .discount { padding: 3px 10px 3px 30px; font-size: 25px; }


.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:normal; 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; }





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


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

.ratings { font-size:11px; text-align: center; line-height: 17px; display: inline-block; vertical-align: middle; margin-bottom: 20px;  }
.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.nightshift.com.pt/skin/frontend/default/default/images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; display: inline-block; vertical-align: middle; margin-right: 10px; }
.rating-box .rating { float:left; height:24px; background:url(https://www.nightshift.com.pt/skin/frontend/default/default/images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { }
.ratings .amount { vertical-align: middle; }
.ratings .amount a { 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:normal; padding-right:8px; }

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

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://www.nightshift.com.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.nightshift.com.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:normal; }

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

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

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

/* 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:normal; color:#2f2f2f; }

/* Regular price */
.regular-price { color:#333; font-weight: normal; letter-spacing: 1px; }
.regular-price .price {color: #1c6273 !important; }
.block .regular-price,
.block .regular-price .price { color:#333; }

/* Old price */
.old-price { margin:0; color: #999; font-weight: normal; 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: lighter !important; padding-right: 5px; text-decoration:line-through; }

/* Special price */
.special-price { margin:0;  }
.special-price .price-label { font-size:13px; font-weight:normal; white-space:nowrap; }
.special-price .price-label-discount { font-weight: normal; color: #333; }
.special-price .price { font-size:16px; font-weight: lighter;  }

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

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:lighter; 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:normal; 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:normal; font-size:16px; color:#0098ce; }

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

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

/* 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:normal; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:normal; white-space:nowrap; }

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

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

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

.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.nightshift.com.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:normal; color:#2f2f2f; }
.tier-prices .price { font-weight:normal; color:#2f2f2f; }

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

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

/*.qty-selector-container { display: inline-block; position: relative; padding-right: 23px; }
.qty-selector { display: inline-block; height: 20px; 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.nightshift.com.pt/skin/frontend/default/default/images/i_arrow_up.png); top: 0; }
.qty-selector.down { background-image: url(https://www.nightshift.com.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:normal; 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: #333; letter-spacing: 1px; }
.product-collateral .std h2 { font-size: 20px; color: #333; font-weight: lighter; }

.product-view hr { border: 0; }

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

/* Product Images */
.product-view .product-img-box { float:left; width:30%; margin-left: 35px; position: relative;background: #fff; margin-top: -125px;}
.product-view .product-img-container { width: 100%; position: relative; }
.product-view .manufacturer-img-container { display: block; margin-left: auto; margin-right: auto; width: 100%; position: absolute; top: -60px; background: #fff; }
.product-view .manufacturer-img-container img{ width: 50%; }
.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.nightshift.com.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.nightshift.com.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 { }
.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 li { margin-bottom: 5px; display: inline-block; }
.product-view .product-img-box .more-views li a { width:100px; border: 1px solid #ddd; display: block; }

.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:normal; 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:normal; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-banner img{width: 100%;}
.product-view .product-shop { float:left; width: calc(70% - 50px);; margin: 15px 0; padding-left: 15px; }
.product-view .product-shop .attributes-container { display: inline-block; width: 70%; float: right; margin-top: 20px;}
.product-view .product-shop .attributes-container ul{ font-size: 0;}
.product-view .product-shop .attributes-container li{ display: inline-block; margin-right: 15px; font-size:14px; width: calc(24% - 9px); min-width: 113px; vertical-align:top;}
.product-view .product-shop .attributes-container li h3{ margin-bottom: 0; margin-top: 10px; font-weight: bold; line-height: 16px; font-size: 17px;}
.product-view .product-shop .attributes-container li:last-child{ margin-right: 0;}
.product-view .product-shop .product-reference{ text-transform: uppercase;  }
.product-view .product-shop .product-inventory,
.product-view .product-shop .product-reference{ color: #e10c2d; font-size: 16px; }
.product-view .product-shop .product-inventory strong,
.product-view .product-shop .product-reference strong{  font-weight: lighter; 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: 10px;}
.product-view .product-shop .page-title h1 { font-size: 20px; text-align: left; color: #000; text-transform: none; font-weight: bold; letter-spacing: 0px;}
.product-view .product-shop .short-description { margin-bottom: 2px;color: #666; font-size: 16px; }
.product-view .product-shop .show-more { display: inline-block; cursor: pointer; margin-bottom: 20px;}
.product-view .product-shop .show-more span{ color: #1c6273; font-size: 22px; }
.product-view .product-shop .show-more.expanded .icon-up-open{ display: block; }
.product-view .product-shop .show-more .icon-up-open{ display:none; }
.product-view .product-shop .show-more.expanded .icon-down-open-1{ display: none; }
.product-view .product-shop .show-more .icon-down-open-1{ display:block; }
.product-view .product-shop .description { display: none;}
.product-view .product-shop .description.expanded {display: block; color: #666; font-size: 16px;}
.product-view .product-shop .price-box { float: left; margin-top: 10px; display: block; width: 25%; }
.product-view .product-shop .price-box .discount { position: absolute; top: 0; left: 0; display: block; color: #fff; text-align: center; font-size: 16px;  font-weight: lighter; margin: 0;background: #e10c2d; transition: padding .4s cubic-bezier(1, 2, 0, 2) 0s, background .3s ease-out, font-size .3s ease-out; padding: 0 10px; }
.product-view .product-shop .price-box .price { font-size: 28px; font-weight: bold; }
.product-view .product-shop .qty-container { display: inline-block; float: left;  }
.product-view .product-shop .qty-container input.qty{ background-color: #fff; border: 1px solid #dedede; width: 33px !important; height: 41px;}
.product-view .product-shop .qty-container .title { font-size: 20px; vertical-align: middle; }
.product-view .product-shop .add-to-links { margin:0; text-align: center; }
.product-view .product-shop .add-to-links { font-size:12px; text-transform: uppercase; display: inline-block; vertical-align: top;}
.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: lighter; }
.product-view .product-shop .add-to-links .wishlist span{ font-size: 20px; vertical-align: top; color: #ccc; }
.product-view .product-shop .add-to-links .link-wishlist { font-size: 13px; font-weight: normal; color: #999;}
.product-view .product-shop .add-to-links .link-wishlist:hover { color: #1c6273; text-decoration:none;}
.product-view .product-shop .add-to-links .link-wishlist:hover span { color: #1c6273;}
.product-view .product-shop .social-container{ display: inline-block; float: right; margin-top: 40px;}
.product-view .product-shop .addthis_inline_share_toolbox_fliy{ display: inline-block;}

.product-view .points-info { padding: 5px 5px 0 35px; font-weight: normal; 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: lighter; color: #101010; font-size: 12px; }
.product-view .points-info a { background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/i_flag.png) no-repeat 2px 3px; padding-left: 40px; color: #0098ce; font-size: 13px; font-weight: normal; text-decoration: none; display:inline-block; width: 90px; line-height: 18px; }

.product-view .add-to-cart {  display: inline-block; }
.product-view .add-to-cart .btn-cart { display: block; width: 100%; padding: 15px 35px;}
.product-view .add-to-cart .btn-cart span{ letter-spacing: 0px; font-size: 13px; font-weight: normal; }

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

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

/* Product Options */
.product-options { position:relative; margin-bottom: 20px !important; display: inline-block;}
.product-options dt { padding:0; font-weight:lighter; width: 100%; padding-right: 10px; text-align: left; }
.product-options dt label { font-weight:bold; color:#2f2f2f; font-size: 17px; }
.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; padding: 0; text-align: left; background: none; position: relative; top: -5px; }
.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:lighter; }
.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-options .price-notice{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;  display: none; }
.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 .store-advantages { margin-bottom: 50px; }
.product-shop .store-advantages a { padding-left: 30px; margin-right: 10px; font-weight: normal; 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.nightshift.com.pt/skin/frontend/default/default/images/i_euro.png); }
.product-shop .store-advantages a.satisfied { background-image: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/i_ok.png); }
.product-shop .store-advantages a.payment { background-image: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/i_locker.png); }
.product-shop .store-advantages a.delivery { background-image: url(https://www.nightshift.com.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.nightshift.com.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:normal; 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.nightshift.com.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 { font-weight: lighter;}
.product-view .box-reviews li { margin-bottom: 5px; color: #333;}
.product-view .box-reviews .review-container { width: 100%; border: 1px solid #ccc; }
.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: lighter; 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: normal; color: #e10c2d; }
.product-view .box-reviews .score { font-size: 40px; color: #e10c2d; display: block; margin-bottom: 5px; }
.product-view .box-reviews .score-label { font-size: 16px; color: #333; 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:lighter; }
.product-view .box-reviews .form-add h3 span { font-weight:normal; }
.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: normal; 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; }
.product-view .advanced-options ul li.selected { border-color: #e10c2d; }

.product-files li { padding-left: 24px; background: url(https://www.nightshift.com.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; }

/* Block: Recipes */
.catalog-product-view h2{border-bottom: 2px solid #e5e5e5; padding-bottom: 2px; font-weight: bold; margin-bottom: 30px; font-size: 18px;}
.catalog-product-view h2::after{content: ''; background: black; width: 10%; height: 2px; display: block; margin-bottom: -4px;}
.catalog-product-view .recipes ul{font-size: 0;}
.catalog-product-view .recipes li{border: 1px solid #e5e5e5; margin-bottom: 30px; display: inline-block; width: calc(50% - 17px); margin-right: 30px; }
.catalog-product-view .recipes li:nth-child(2n + 2){margin-right: 0;}
.catalog-product-view .recipes .recipe-info{display: inline-block; width: calc(100% - 224px); padding: 20px;}
.catalog-product-view .recipes .recipe-thumbnail{display: inline-block;}
.catalog-product-view .recipes h3{font-size: 20px; margin-bottom: 20px;}
.catalog-product-view .recipes p{font-size: 14px; text-align: justify; color: #666;}

/* Block: Related Products */
.related-products h2{border-bottom: 2px solid #e5e5e5; padding-bottom: 2px; font-weight: bold; margin-bottom: 10px; font-size: 18px; }
.related-products h2:after{content: ''; background: black; width: 22%; height: 2px; display: block; margin-bottom: -4px;}

.related-products .products-grid li.item {border: 3px solid #fff; display: inline-block; width: calc(25% - 14px); margin-right: 10px; margin-bottom: 20px;  }
.related-products .products-grid li.item:nth-child(4n + 4) { margin-right: 0; }
.related-products .products-grid li.item:hover{border: 3px solid #f6f6f6;}
.related-products .products-grid li.item:hover .product-action-container{background: #f6f6f6;}

.nextArrowBtn{position: absolute; z-index: 1000; top: 50%; right: 0; color: #1c6273; font-size: 25px; cursor:pointer;}
.prevArrowBtn{position: absolute; z-index: 1000; top: 50%; left: 0;  color: #1c6273; font-size: 25px; cursor:pointer;}
.slick-dots {text-align:center; }
.slick-dots li{display: inline-block; border: 3px solid #fff; }
.slick-dots li:hover{display: inline-block; border: 3px solid #fff; }
.slick-dots li button{font-size: 0;background: #fff; overflow: hidden; border-radius: 100%; padding: 6px 5px; border: 2px solid #1c6273;}
.slick-dots .slick-active button{ background: #1c6273; }

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

/* Recipes View ================================================================= */
.recipes-recipe-view .page-title h1{text-align: left ; }
.recipes-recipe-view .recipe-view {margin-bottom: 30px;}
.recipes-recipe-view .recipe-view .recipe-description {text-align: justify; width: 100%; display: inline-block; margin-right: 25px;}
.recipes-recipe-view .recipe-view .recipe-image {display: inline-block; float: right; width: 30%;}
.recipes-recipe-view .recipe-view .recipe-image img{width: 100%;}

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

/* 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.nightshift.com.pt/skin/frontend/default/default/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:normal; margin:0; }

/* Search Results ================================================================= */

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

/* CMS Home Page */
.cms- .page, .cms-.homepage .page{max-width: none; padding: 0; margin:0;}
.cms- .footer, .cms-.homepage .footer{ margin:0;}
.cms- .page .main-container, .cms-.homepage .page .main-container{ margin:0;}

.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: #e10c2d; }

.cms-page-view .page-title h1,
.cms-page-view .page-title h2 { text-transform:none; text-align: left; font-size: 26px; font-weight: bold;}
.cms-page-view p{text-align: justify; font-size: 16px;}


/* Block: Account */
.block-account {display: block; margin-top: 50px;}
.block-account .block-title strong{text-transform: uppercase; font-weight: bold; color: #1c6273;}
.block-account .block-content { padding:0; border: 0; }
.block-account .block-content li{ margin: 3px 0 }
.block-account .block-content li.current{ background: #1c6273; padding:3px 10px; }
.block-account .block-content li.current strong{ float: none; font-size: 16px;  color: #fff; }
.block-account .block-content li a { display:block; padding:3px 10px; color:#333; text-decoration:none !important; font-size: 16px; border: none; }
.block-account .block-content  li a.active,
.block-account .block-content  li a:hover { background: #1c6273; color: #fff; font-weight: normal; }

/* CMS About Us Page */

/* Block: Account */

.block.sidebar.fixed {margin-top: 50px; position: fixed; top: 10%;}
.block.sidebar.footer-limit {display: none; }
.block.sidebar {margin-top: 50px;  }
.sidebar .sidebar-content { padding:0; border: 0;}
.sidebar .sidebar-content  li a { display:block; padding:3px 10px; color:#333; text-decoration:none !important; font-size: 16px; border: none; }
.sidebar .sidebar-content  li a.active,
.sidebar .sidebar-content  li a:hover { background: #1c6273; color: #fff; font-weight: normal; }

.about-us-page {margin-top: 50px;}
.about-us-page ul{list-style: none; padding: 0;}
.about-us-page h2{text-transform: uppercase; border-bottom: 2px solid #1c6273; padding-bottom: 2px; font-weight: bold; margin-top: 40px; font-size: 18px;}
.about-us-page h3{ color: #1c6273; font-size: 22px; font-weight: bold; margin-top: 15px; margin-bottom:0;}
.about-us-page .text{margin-top: 25px;}
.about-us-page p{font-size: 17px;}
.google-image {display: block; margin-left: auto; margin-right: auto; width: auto; margin-top: 50px;}
.comment-container{height: 150px; padding: 15px 70px; color: #000; display: table !important;}
.comment-container p{font-size: 20px;  vertical-align: middle; margin-top: 20px;}
.comment-container .customer{display: block; text-align: center; font-weight: bold; font-style: normal; font-size: 20px;}
.comments-info {list-style: none; font-size: 0;}
.comments-info li{display: inline-block; width: 50%;}
.comments-info li img{width: 20%; display: inline-block; vertical-align:middle;}
.comments-info li p{width: 70%; display: inline-block; vertical-align:middle; margin: 0; font-size: 17px; text-align: left;}

.about-us-page .info-buttons {font-size: 0; margin-top: 55px; margin-bottom: 70px;  }
.about-us-page .info-buttons input{text-transform: none; font-size: 24px; text-align: center; color: #fff;}
.about-us-page .info-buttons .vouchers input{width: 100%; background: #731c35; border: 1px solid #731c35; padding: 20px 0; margin-bottom: 10px; }
.about-us-page .info-buttons .vouchers input:hover{background: #fff; color: #731c35;  }
.about-us-page .info-buttons .how-it-works input{display: inline-block; width: calc(50% - 8px); background: #ffa800; border: 1px solid #ffa800; padding: 100px 0; margin-right: 8px;}
.about-us-page .info-buttons .how-it-works input:hover{background: #fff; color: #ffa800;  }
.about-us-page .info-buttons .shifters input {display: inline-block;width: calc(50% - 8px); background: #1c6273; border: 1px solid #1c6273; padding: 100px 0; margin-left: 8px; }
.about-us-page .info-buttons .shifters input:hover{background: #fff; color: #1c6273; border: 1px solid #1c6273;  }
.about-us-page .how-it-works-limiter .how-it-works-image img, .cms-place-my-order .mobile-only, .cms-place-my-order .pc-only{width:100%;}
.about-us-page .delivery-locations-limiter .info-container{display: inline-block; vertical-align:middle; width: 70%;}
.about-us-page .delivery-locations-limiter .shifter-map{ cursor: pointer; display: inline-block; vertical-align:middle; width: 29%;}
.about-us-page .delivery-locations-limiter .shifter-map img{ width: 100%;}
.about-us-page .delivery-tax-limiter .info-container{padding-right: 95px;}
.about-us-page .delivery-tax-limiter .text{background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/ns_delivery_scooter1.png) no-repeat right center; padding: 0 275px 1px 0; margin: 0; margin-top: 25px;}
.about-us-page .payments-limiter ul{list-style: none; font-size: 0; margin-top:40px; }
.about-us-page .payments-limiter li{display: inline-block; width: 25%; text-align: center; vertical-align: middle;}
.about-us-page .shifters-limiter .ns-statistics-container {margin-top: 40px;}
.about-us-page .shifters-limiter .ns-statistics-container ul{margin: 0;}
.about-us-page .shifters-limiter .ns-statistics-container li{list-style: none; display: inline-block; width: 33%; position: relative; height: 250px;}
.about-us-page .shifters-limiter .ns-statistics-container .distance-container{background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/ns_distance.png) no-repeat top center;}
.about-us-page .shifters-limiter .ns-statistics-container .deliveries-container{background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/ns_deliveries1.png) no-repeat top center;}
.about-us-page .shifters-limiter .ns-statistics-container .time-container{background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/ns_time.png) no-repeat top center;}
.about-us-page .shifters-limiter .ns-statistics-container li p {color: #1c6273; text-align: center; font-weight: bold; font-size: 18px; line-height: 20px; position: absolute; bottom: 0; width: 100%;}
.about-us-page .shifters-limiter .ns-statistics-container .result{color: #fff; top: 115px; font-size: 21px;}
.about-us-page .shifters-limiter .ns-shifters-container {margin-bottom: 110px; margin-top: 85px;}
.about-us-page .shifters-limiter .ns-shifters-container li {list-style: none; display: inline-block; width: 33%; background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/ns_shifter.png) no-repeat top center; position: relative; height: 575px;}
.about-us-page .shifters-limiter .ns-shifters-container .shifter-name {padding: 0; color: #1c6273; font-weight: bold; font-size: 18px; background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/ns_shifter-rating.png) no-repeat left bottom; height: 75px;}
.about-us-page .shifters-limiter .ns-shifters-container .shifter-distance {background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/ns_km.png) no-repeat left; padding-top: 8px;}
.about-us-page .shifters-limiter .ns-shifters-container .shifter-deliveries {background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/ns_delivery_box.png) no-repeat left; padding-top: 5px;}
.about-us-page .shifters-limiter .ns-shifters-container .shifter-time {background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/ns_clock.png) no-repeat left; padding-top: 10px;}
.about-us-page .shifters-limiter .ns-shifters-container .text{font-size: 18px; position: absolute; bottom: 0; width: 100%; padding-left: 45px;}
.about-us-page .shifters-limiter .ns-shifters-container p{ padding-left: 55px; height:36px;}
.about-us-page .line-1 li{ display: inline-block; width: 33%; margin-bottom: 20px;}
.about-us-page .line-2 li{ display: inline-block; width: 33%; margin-bottom: 20px;}
.about-us-page .line-3 li{ display: inline-block; width: 49%;}
.about-us-page .line-1 li img{ width: calc(100% - 20px); vertical-align: middle; display: inline-block; padding: 10px;}
.about-us-page .line-1 li img:first-child, .about-us-page .line-2 li img{ width: calc(100% - 40px); vertical-align: middle; display: inline-block; padding: 20px;}
.about-us-page .line-3 li img{ width: 100%; vertical-align: middle;}
.about-us-page .line-3 li img:last-child{ width: auto; vertical-align: middle; display: block; margin-left: auto; margin-right: auto;}

.recruitment-limiter h2{color: #1c6273; font-size: 20px; text-transform: uppercase; border-bottom: none;}
.recruitment-limiter .legend{color: #000; font-size: 16px; text-transform: none; font-weight: bold;}
.recruitment-limiter .form-list{list-style: none; }
.recruitment-limiter .form-list input,
.recruitment-limiter .form-list textarea{border: 1px solid #1c6273; border-radius: 4px; }
.recruitment-limiter .fieldset {margin-bottom: 0;}
.recruitment-limiter label {font-weight: bold;}
.recruitment-limiter input{vertical-align: unset;}
.recruitment-limiter .buttons-set{border: 0; margin: 0; padding: 0; float: right;}
.recruitment-limiter .buttons-set .required{font-size: 16px;}
.recruitment-limiter .std.webforms-success-text{border: 1px solid #1c6273; padding: 20px;}
.about-us-page .recruitment-limiter .form-list label{font-weight: normal; }
.about-us-page .schedule-limiter table.schedule {border-collapse:collapse;border-spacing:0; margin-left: 30px;}
.about-us-page .schedule-limiter .schedule td{padding:10px 5px;border-style:solid;border-width:2px; border-color:#1c6273;}
.about-us-page .schedule-limiter .schedule th{padding:10px 5px;border-style:solid;border-width:2px; border-color:#1c6273;}

/* CMS Como Encomendar */
.cms-how-long-we-take .std img,.cms-como-encomendar .std img{width: 100%;}

/* CMS Contacts Page */
.contacts-page h2{font-size: 26px; margin-top: 15px;}
.contacts-page .contacts-container{margin-bottom: 50px; margin-top: 30px;}
.contacts-page .contacts-container ul{list-style: none; font-size: 0;}
.contacts-page .contacts-container li{display: inline-block; width: calc(33% - 23px);font-size: 14px; text-align: center; position:relative; vertical-align: top;}
.contacts-page .contacts-container li.whatsapp-container{padding: 0 40px 0 40px; }
.contacts-page .contacts-container li img{width: 50%; }
.contacts-page .contacts-container li p{width: 100%; text-align: center; margin-top: 20px;}
.contacts-page .contacts-form-container {text-align: justify; margin: 0 200px;}
.contacts-page .contacts-form{margin-top: 40px;}
.contacts-page .contacts-form .form-list .fields .field{margin-right: 3%;}
.contacts-page .contacts-form .form-list .fields .field:last-child{margin-right: 0;}
.contacts-page .contacts-form .form-list input,
.contacts-page .contacts-form .form-list textarea{border-radius: 4px; }
.contacts-page .contacts-form .fieldset {margin-bottom: 0;}
.contacts-page .contacts-form label {font-weight: bold;}
.contacts-page .contacts-form label input{vertical-align: unset;}
.contacts-page .contacts-form .buttons-set{border: 0; margin: 0; padding: 0; float: right;}
.contacts-page .contacts-form .std.webforms-success-text{border: 1px solid #1c6273; padding: 20px;}

/* CMS Our Products Page */
.cms-products .categories-list ul,.cms-produtos .categories-list ul{list-style: none; padding: 0; font-size: 0;}
.cms-products .categories-list li.item, .cms-produtos .categories-list li.item{list-style: none; width: calc(25% - 15px); padding: 12px 20px 0 0; display: inline-block;}
.cms-products .categories-list li.item-kit, .cms-produtos .categories-list li.item-kit{list-style: none; width: calc(50% - 10px); padding: 12px 0 0 0; display: inline-block; padding-top: 60px; margin-right: 20px;}
.cms-products .categories-list li.item-kit:nth-child(2n + 2), .cms-produtos .categories-list li.item-kit:nth-child(2n + 2) { margin-right: 0; }
.cms-products .categories-list #kits-section, .cms-produtos .categories-list #kits-section{padding: 12px 20px 0 0;}
.cms-products .categories-list li.item .image-container, .cms-produtos .categories-list li.item .image-container{display: inline-block; overflow: hidden;}
.cms-products .categories-list li.item-kit .image-container, .cms-produtos .categories-list li.item-kit .image-container{ overflow: hidden;}
.cms-products .categories-list li.item:hover .main-image,
.cms-products .categories-list li.item-kit:hover .main-image,
.cms-produtos .categories-list li.item:hover .main-image,
.cms-produtos .categories-list li.item-kit:hover .main-image{transform: scale(1.1); transition: .4s all; }
.cms-products .categories-list li.item .main-image,
.cms-products .categories-list li.item-kit .main-image,
.cms-produtos .categories-list li.item .main-image,
.cms-produtos .categories-list li.item-kit .main-image{ transition: .4s all; }
.cms-products .categories-list li.item:nth-child(4n + 4), .cms-produtos .categories-list li.item:nth-child(4n + 4){padding-right: 0;}
.cms-products .categories-list li.item:nth-child(5n), .cms-produtos .categories-list li.item:nth-child(5n){padding-top: 80px;}
.cms-products .categories-list li .thumbnail-container, .cms-produtos .categories-list li .thumbnail-container{ display: inline-block; vertical-align: middle; padding: 10px; width: 70px; text-align: center;}
.cms-products .categories-list li .thumbnail, .cms-produtos .categories-list li .thumbnail{height: 50px; width: auto; max-width: 70px; filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);}
.cms-products .categories-list li .link, .cms-produtos .categories-list li .link{display: inline-block; height: 80px; vertical-align: middle; width: calc(100% - 90px);}
.cms-products .categories-list li.item-kit .link, .cms-produtos .categories-list li.item-kit .link{margin-top: 10px;}
.cms-products .categories-list li a, .cms-produtos .categories-list li a { display: block; }
.cms-products .categories-list .item h2,
.cms-products .categories-list .item-kit h2,
.cms-produtos .categories-list .item h2,
.cms-produtos .categories-list .item-kit h2{text-align: left; margin-top: 12px;}
.cms-products .categories-list .item h2 a, 
.cms-products .categories-list .item-kit h2 a,
.cms-produtos .categories-list .item h2 a, 
.cms-produtos .categories-list .item-kit h2 a{font-size: 15px; color: #000; font-weight:bold; text-transform: uppercase;}
.cms-products .categories-list .item p,
.cms-products .categories-list .item-kit p,
.cms-produtos .categories-list .item p,
.cms-produtos .categories-list .item-kit p{font-size: 13px; color: #666; font-weight:normal; text-transform: uppercase; text-align:unset; line-height: 19px;}
.categories-list .item:hover { border-color: #aaa; }
.categories-list .item:hover { border-color: #aaa; }

/* CMS FAQS */
.cms-faq .listStyle, .cms-perguntas-frequentes .listStyle{color: #1c6273;}
.cms-faq h2, .cms-perguntas-frequentes h2{font-size:30px; margin-bottom: 30px;}
.cms-faq .collapsible, .cms-perguntas-frequentes .collapsible{color: #1c6273; background-color: #fff; cursor: pointer; padding: 5px 0 10px 0; width: 100%; border: none; text-align: left; font-size: 21px; text-transform: none; letter-spacing: 1px; font-weight: normal; }
.cms-faq .collapsible:hover, .cms-perguntas-frequentes .collapsible:hover{background-color: #fff; }
.cms-faq .content, .cms-perguntas-frequentes .content{padding: 0 18px; display: none; overflow: hidden; color: #333; padding: 0;}
.cms-faq .content p, .cms-perguntas-frequentes .content p{width: 50%; margin-bottom: 25px; }
.cms-faq .content a, .cms-perguntas-frequentes .content a{font-weight: bold; }
.cms-faq p.schedule, .cms-perguntas-frequentes p.schedule {margin-bottom: 25px; }
.cms-faq table.schedule, .cms-perguntas-frequentes table.schedule {border-collapse:collapse;border-spacing:0; margin-left: 30px; margin-bottom: 25px; }
.cms-faq .schedule td, .cms-perguntas-frequentes .schedule td{padding:10px 5px;border-style:solid;border-width:2px; border-color:#1c6273;}
.cms-faq .schedule th, .cms-perguntas-frequentes .schedule th{padding:10px 5px;border-style:solid;border-width:2px; border-color:#1c6273;}
.cms-faq p.delivery-zone, .cms-perguntas-frequentes p.delivery-zone {margin-bottom: 25px;}
.cms-faq img.delivery-zone, .cms-perguntas-frequentes img.delivery-zone {width: 70%;}
.cms-faq .how-works-image, .cms-perguntas-frequentes .how-works-image {width: 100%;}
.cms-faq p.payment, .cms-perguntas-frequentes p.payment {margin-bottom: 25px;}
.cms-faq .payment ul, .cms-perguntas-frequentes .payment ul {margin: 0;}
.cms-faq .payment li, .cms-perguntas-frequentes .payment li {width: 15%; display: inline-block; list-style: none; vertical-align: middle; margin-bottom: 25px;}
.cms-faq .categories-list, .cms-perguntas-frequentes .categories-list {margin-bottom: 25px;}
.cms-faq .widget-category-link-inline span, .cms-perguntas-frequentes .widget-category-link-inline span{padding-right: 20px; font-size: 16px;}
.cms-produtos .categories-list li.item:nth-child(4n + 4){padding-right: 0;}

.faqs h2 { color: #e10c2d ; font-size: 30px; font-weight: lighter; 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.nightshift.com.pt/skin/frontend/default/default/images/i_arrow_down.png) no-repeat center right 15px; font-weight: normal; 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:normal; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://www.nightshift.com.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: lighter !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:normal; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:normal; 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: lighter; }
.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: #333; letter-spacing: 1px;  padding-bottom: 10px; margin-bottom: 25px; border-bottom: 1px solid #ccc; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .shipping { padding: 3px; background: #f1f1f1; margin:0 0 40px; width: 950px; }
.cart .shipping h2 { font-weight: lighter; 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: lighter; }
.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; }

.checkout-cart-index .cart-wrapper .cart-actions{width: 100%;}
.checkout-cart-index .cart-wrapper .delivery-info{border: 1px dashed #aaa; padding: 10px; margin-bottom: 20px; text-align: center;}
.checkout-cart-index .cart-wrapper .delivery-info div {width: 32%; display: inline-block;}
.checkout-cart-index .cart-wrapper .delivery-info strong{display: block; color: #1c6273; text-transform: uppercase; font-weight: bold; font-size: 16px;}
.checkout-cart-index .cart-wrapper .delivery-info span{display: block; font-weight: bold; font-size: 20px;}
.checkout-cart-index .cart-wrapper .delivery-info span.price{display: inline; }
.checkout-cart-index .cart-wrapper .delivery-info .delivery-friends span{display: inline-block; }
.cart-actions { display: block; width: 30%; min-width: 200px; }

.cart-actions .discount { float: left; width: 500px;}
.cart-actions .discount h2 { font-size: 13px; font-weight: normal; }
.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; }

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

/* Options Tool Tip */
.item-options dt { font-weight:normal; 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:normal; 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; }


.onepagecheckout-index-success a{font-weight: bold;}

.success-page h1{font-size: 35px; color: #1c6273; text-transform: uppercase; text-align: center; font-weight: lighter;} 
.success-page .delivery-hour{margin: 60px 0;} 
.success-page .delivery-hour h3{font-size: 25px; color: #1c6273; text-transform: uppercase; text-align: center; margin-bottom: 15px;} 
.success-page .delivery-hour p{text-align: center; font-size: 35px; margin: 0;} 
.success-page .delivery-info-container{padding: 10px; border: 1px solid #ccc; margin: 45px 0;} 
.success-page .delivery-info-container .email-info{width: 100%; text-align: justify;} 
.success-page .payment{margin-bottom: 15px;} 
.success-page .payment table{margin-left: auto; margin-right: auto;} 
.success-page .buttons{text-align: center; margin-top: 20px;} 
.success-page .buttons button {padding: 18px 40px; float: none; margin: 0 30px} 
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:normal; }
.sp-methods dd { }
.sp-methods dd li { margin:5px 0; }
.sp-methods label { color:#666; display: inline-block;  }
.sp-methods .price { font-weight:normal; }
.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 { }
#shipping-method .sp-methods input { position: relative; top: -2px; }
#shipping-method .sp-methods .shipping-method-flatrate_flatrate { background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/i_ctt.gif) no-repeat 25px 0; height: 33px; padding-top: 10px; padding-bottom:10px; }
#shipping-method .sp-methods .shipping-method-freeshipping_freeshipping { background: url(https://www.nightshift.com.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.nightshift.com.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.nightshift.com.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.nightshift.com.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.nightshift.com.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: normal; 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.nightshift.com.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.nightshift.com.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.nightshift.com.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.nightshift.com.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; }

/* 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.nightshift.com.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:normal; 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:normal; 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:normal; 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:normal; 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.nightshift.com.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.nightshift.com.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 */
.onepagecheckout_block .environmental-checkbox label{font-weight:bold; color:#000;}
.onepagecheckout_block .environmental-checkbox p{padding-left: 21px; color:#000; line-height: 20px;}

.checkout-agreements li { margin:0 !important; }
.checkout-agreements .agreement-content { overflow:auto; height:18em; padding:10px; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0;  }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label a{ font-weight:bold; color:#000; }
.checkout-agreements .agree .environment-content{ padding-left: 23px; line-height: 20px; color: #000; }

.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.nightshift.com.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:normal; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:normal; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:lighter; }
.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:normal !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:normal !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: lighter; text-transform:none; line-height: 1.35; margin-top: -2px; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:normal; 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:lighter; }

.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.nightshift.com.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.nightshift.com.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:normal 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:normal 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.nightshift.com.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:normal; 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:normal; 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:normal; text-align:center; padding:10px 10px 0; }

/* 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:normal; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:normal; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:normal; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:lighter; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:normal !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:normal !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.nightshift.com.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.nightshift.com.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.nightshift.com.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.nightshift.com.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 { margin-top: 50px; }
.account-login .content { min-height:345px; border:1px solid #aaa; border-bottom:0; text-align: center; }
.account-login .content h2 { font-weight:lighter; font-size:20px; margin:0 0 14px; border-bottom:1px solid #ddd; text-transform:uppercase; color:#000; }

.account-login .registered-users .content { border: 0; min-height: inherit; margin-bottom: 20px; }
.account-login .registered-users h2 { border-bottom: 0 !important; text-transform: none; color: #1c6273; }
.account-login .registered-users li .input-box input { width: 280px; }
.account-login .registered-users li label { font-weight: normal; 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; text-transform: none; color: #1c6273; }
.account-login .new-users .text { min-height: 223px; }
.account-login .new-users .text p{padding: 0px 85px; }

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

.account-login .mc-social-button-login { text-align: center; width: 100%; }
.account-create .social-login { font-weight: bold; margin-top: 20px; }
.account-create .social-login .mc-social-button-login{ margin-left: 20px; }
.social-login-onepagecheckout {font-weight: bold; margin-bottom: 20px;}

.op_login_area{margin-bottom: 30px !important;}

.mc-social-button-login .mc-icon-social { display: inline-block; width: 200px; height: 32px; line-height: 30px; border: 0; box-shadow: 0; color: #fff; padding: 3px 5px 3px 32px; }
.mc-social-button-login .mc-icon-social.ico-fb { background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/i_facebook2.png) #5073c1 no-repeat 3px center; }
.mc-social-button-login .mc-icon-social.ico-fb:hover { background-color: #3a589b; }
.mc-social-button-login .mc-icon-social.ico-fb:after { content: "FACEBOOK LOGIN"; font-weight: bold;}
.mc-social-button-login .mc-icon-social.ico-go { background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/i_google.png) #f7654b no-repeat 3px center; }
.mc-social-button-login .mc-icon-social.ico-go:hover { background-color: #d6492f; }
.mc-social-button-login .mc-icon-social.ico-go:after { content: "GOOGLE LOGIN"; font-weight: bold;}

.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.nightshift.com.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.nightshift.com.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:normal 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:normal; text-transform:uppercase; }

.dashboard .box .box-title { background:url(https://www.nightshift.com.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:normal; 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:normal; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(https://www.nightshift.com.pt/skin/frontend/default/default/images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:normal; 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.nightshift.com.pt/skin/frontend/default/default/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:normal; 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:#000; text-transform:uppercase; }
.addresses-list h3 { font-weight:normal; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:normal; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(https://www.nightshift.com.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:normal; }
.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:normal; }
.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:normal; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:normal; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:normal; font-size:13px; padding:0; margin:0 0 5px; color:#101010; }
.order-items .product-name { font-size:1em !important; font-weight:normal !important; }
.order-items .link-print { color:#1e7ec8; font-weight:lighter; }
.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:normal; }
.order-about dd { font-size:13px; margin:0 0 7px; }

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

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

/* Whishlist */
.my-wishlist .cart-cell{min-width: 145px; }
.my-wishlist .cart-cell .add-to-cart-alt .qty-selector-container{display: inline-block;} 
.my-wishlist .cart-cell .add-to-cart-alt .button.btn-cart{padding: 9px 30px;} 
.my-wishlist .cart-cell p{font-size: 16px;} 

/* 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:normal; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:normal; }
.page-print h2.h2 { font-size:16px; font-weight:normal; }
.page-print .order-date { background:url(https://www.nightshift.com.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:normal; 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:normal; }
.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:normal; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:normal; 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:normal; 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.nightshift.com.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.nightshift.com.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; }
/* ======================================================================================= */

/* Homepage Banner Block ================================================================================ */
/*Provisorio*/
.content-banner span.Soon{position: absolute; font-size: 100px; color: #1c6273; top: 43%; left: 35%; text-transform: uppercase; font-weight: bold;}
/*.homepage-banners-2 .content-banner img{opacity: 0.1;}
.homepage-banners-2 .content-banner .content{opacity: 0.3;}*/


.content-banner img{width: 100%; }
.content-banner { position: relative; cursor: pointer; }
.content-banner .content-container { max-width: 1400px; top: 0; left: 120px;  bottom: 0;margin: auto; position:absolute; top: 0; width: 100%; }
.content-banner .content { position: absolute; top: 50%;}
.content-banner .content.text-right {right: 0; text-align: right; }
.content-banner .content.text-left { }
.content-banner .content .content-wrapper .button{padding: 6px 50px; font-weight: bold; letter-spacing: 1px; margin-top: 30px;}

.content-banner .content h1{ font-size: 100px; font-weight: bold; margin-bottom: 20px; color: #1c6273; text-transform: uppercase;}
.content-banner .content h3 span { font-weight: normal; font-size: 75px; color: #000; }

/******** Homepage Banner Rotativo 1 - Black *********/
.content-banner .content-container.banner-1 { max-width: 1400px; top: 0; left: 100px;  bottom: 0;margin: auto; position:absolute; top: 0; width: 100%;}
.content-banner .content .banner-1-title{ font-size: 95px; font-weight: bold; margin-bottom:15px; color: #000; text-transform: none; line-height: 110px;}
.content-banner .content h3 span.banner-1-content{ font-weight: normal; font-size: 60px; color: #000; line-height: 73px;}

/******** Homepage Banner Rotativo 1 - White *********/
.content-banner .content .banner-1-title.white{ font-size: 95px; font-weight: bold; margin-bottom: 30px; color: #000; text-transform: none; color: #fff; line-height: 110px; text-shadow: 0 0 10px #000;}
.content-banner .content h3 span.banner-1-content.white{ font-weight: normal; font-size: 60px; color: #fff; line-height: 73px; text-shadow: 0 0 10px #000;}

/******** Video Banner *********/
.video-banner { position: relative; }
.video-banner .content-container { max-width: 1400px; top: 0; left: 0; right: 0; bottom: 0;margin: auto; position:absolute; width: 100%; }
.video-banner .content { top: 50%; position:absolute; }
.video-banner .content.text-right {right: 0; text-align: right; margin-top: -105px; }
.video-banner .content .content-wrapper .button{padding: 6px 50px; font-weight: bold; letter-spacing: 1px;}
.video-banner .content h1{ font-size: 38px; font-weight: bold; margin-bottom: 20px; }
.video-banner .content h3 span { font-weight: normal; font-size: 35px; color: #4e4e4e; }

.error-video video{width: 100%;}


/******** Homepage Banner Estatico 2 *********/
.static-banner-2 img{width: 100%;}
.static-banner-2 { position: relative; }
.static-banner-2 .content-container { max-width: 1400px; top: 0; left: 0; right: 0; bottom: 0; position:absolute; top: 0; width: 100%; }
.static-banner-2 .content { top: 50%; position:absolute; margin-top: -130px; padding-left: 200px;}
.static-banner-2 .content .content-wrapper .button{padding: 6px 50px; font-weight: bold; letter-spacing: 1px;}
.static-banner-2 .content h1{ font-size: 40px; font-weight: bold; margin-bottom: 20px; }
.static-banner-2 .content h3 {margin-bottom: 30px}
.static-banner-2 .content h3 span { font-weight: normal; font-size: 40px; color: #4e4e4e; }


/* Banner Block Homepage - Category ================================================================================ */

.category-banner-container {font-size: 0;}
.category-banner-container .category-banner{display: inline-block; width: 50%; }
.category-banner-container .category-banner img{width: 100%;}
.category-banner { position: relative; }
.category-banner .content { position: absolute; top: 0; height: 140%; width: 100%; display: table; display: flex; align-items: center; }
.category-banner .content.text-right { height: 75%; text-align: left;}
.category-banner .content .content-wrapper { display: table-cell; vertical-align: middle; padding: 0 0 10px 100px; }
.category-banner .content.text-left .content-wrapper { display: table-cell; vertical-align: middle; padding: 20px 10px 20px 100px; }
.category-banner .content h2 { font-size: 90px; font-weight: bold; margin-bottom: 20px; }
.category-banner .content.text-white * { color: #fff; }




/* Banner Block Top-Footer ================================================================================ */
.banner-content-grid ul{list-style: none; padding: 0 !important; font-size: 0;}
.banner-content-grid li{display: inline-block; width: 25%; position: relative; cursor: pointer;}
.banner-content-grid li:hover img{opacity: 0.7;}
.banner-content-grid li img{width: 100%; transition: .2s all;}
.banner-content-grid li .text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.banner-content-grid li .text p { position: absolute; top: 65%; left: 5%; font-size: 30px; color: #fff; font-weight: bold; line-height: 32px; text-align: left; }
.banner-content-grid li .text img { max-width: 100%; width: auto; width: auto; }
.banner-content-grid li.banner-kits .text img { position: absolute; top: 25%; right: 0%; width: 63%; }
.banner-content-grid li.banner-shifters .text img { position: absolute; top: 28%; right: -20%; width: 45%; }
.banner-content-grid li.banner-how-works .text img { position: absolute; top: 31%; right: 4%; width: 30%; }
.banner-content-grid li.banner-questions .text img { position: absolute; top: 26%; right: 4%; width: 45%; }

/* Footer ================================================================================ */
.footer-container { background: #1c6273; padding: 20px 0; }
.footer { margin: 0 auto; position: relative; color: #fff; padding-bottom: 10px; max-width: none;}
.footer a { color: #fff; }

.footer .blocks-container { display: table; width: 100%; border-bottom: 2px solid #6c959f; padding-bottom: 15px;}

.footer .block { border: none; display: table-cell; width: 25%; padding: 0; vertical-align: top; padding-left: 40px;}
.footer .block .title { font-size: 17px; font-weight: lighter; margin-bottom: 15px; color: #fff ; white-space: nowrap; text-transform: uppercase; }
.footer .block a { font-size: 14px; display: block; font-weight: lighter; }
.footer .block li { margin-bottom: 0; line-height: 28px;}

.footer .blocks-container .social-networks{padding-top: 20px; padding-left: 20px; }
.footer .blocks-container .social-networks p{text-transform: uppercase;font-weight: lighter; padding-left: 10px; }
.footer .blocks-container .social-networks li {display: inline-block; vertical-align: top;}
.footer .blocks-container .social-networks li a {font-size: 22px; text-decoration: none;}
.footer .blocks-container .social-networks li .icon-linkedin-squared{font-size: 25px; }
.footer .blocks-container .social-networks li a:hover::before{ transform: scale(1.3); transition: .4s;}

/* Block: Subscribe */
.footer .block-subscribe { position: relative; background: #1c6273; }
.footer .block-subscribe label { margin-bottom: 5px; display: block; }
.footer .block-subscribe .input-box {font-size: 0;}
.footer .block-subscribe .input-text {width: calc(80% - 140px); display: inline-block; height: 34px; min-width: 100px; max-width: 400px; vertical-align: text-bottom;}
.footer .block-subscribe .input-text:focus {border: 1px solid #000;}
.footer .block-subscribe button { padding: 13px 23px; background: #000; border: 1px solid #000; font-size: 13px; letter-spacing: 0; display: inline-block; width: auto; vertical-align: text-bottom;}
.footer .block-subscribe button:hover { padding: 13px 25px; color: #fff; font-weight: bold; }
.footer .block-subscribe .validation-advice{ position: absolute; margin-bottom: 5px; }
.footer .block-subscribe p{ line-height: 20px; }

.footer .livro-reclamacoes{margin-bottom: 20px;}
.footer .livro-reclamacoes img{width: 110px;}
.privacy-checkbox{font-size: 14px; font-weight: lighter;}
.privacy-checkbox a{display: inline-block !important; text-decoration:underline;}


#newsletter_subscribe.popup { border: 5px solid #e10c2d ; padding: 20px; width: 400px; margin: 0; }
#newsletter_subscribe.popup .title { text-align: center; font-size: 28px; margin-bottom: 20px; text-transform: uppercase; color: #e10c2d; 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-response {  border: 5px solid #1c6273; padding: 20px; width: 400px; text-align: center; }
.newsletter-subscribe-response h2 { font-size: 22px; font-size: 28px; margin-bottom: 30px; text-transform: uppercase; color: #1c6273; 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; }
.footer-banners-list h2 { font-size: 28px; text-transform: uppercase; font-weight: normal; }

.copyright { padding: 10px; color: #5c5c5c; font-weight: lighter; background: #272727; }

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

/* POPUP PRODUCT ===================================================================================== */
.add-to-cart-popup{background: rgba(0, 0, 0, 0.75); position: fixed; width: 100%; height: 100%; top: 0; left: 0;  z-index: 9999; display: none;}
.add-to-cart-popup .popup-container.pt{background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/ns_banner_add_prod.jpg); position: absolute; width: 700px; height: 500px; top: 50%; left: 50%; margin-top: -250px; margin-left: -365px; padding: 15px;  }
.add-to-cart-popup .popup-container.en{background: url(https://www.nightshift.com.pt/skin/frontend/default/default/images/ns_banner_add_prod_EN.jpg); position: absolute; width: 700px; height: 500px; top: 50%; left: 50%; margin-top: -250px; margin-left: -365px; padding: 15px;  }
.add-to-cart-popup span{position: relative; top: -15px; left: 690px; font-size: 20px;z-index: 999; color:#fff;}

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

/* TRACK ===================================================================================== */
.delivery-track h1{text-align: center; color: #1c6273; text-transform: uppercase; font-size: 25px; margin-bottom: 20px;}
.delivery-track h3{text-align: center; color: #82baae; text-transform: uppercase; font-size: 20px; }
.delivery-track .delivery-form {text-align: center;}
.delivery-track .delivery-form .delivery-not-found{border: 2px solid #fbd400; padding: 15px; background: #fdfff0; margin-bottom: 30px; margin-top: 30px;}
.delivery-track .delivery-form input{background: #1c6273; border: 1px solid #1c6273; color: #fff; padding: 5px; font-size: 18px; }
.delivery-track .delivery-form input[type="submit"] { cursor: pointer; transition: .2s all; }
.delivery-track .delivery-form input[type="submit"]:hover { background: #fff; color: #1c6273; }
.delivery-status ul{ margin-top: 60px;}
.delivery-status li{ display: inline-block; width: calc(25% - 58px); vertical-align: top;}
.delivery-status .numberCircle{ border-radius: 50%; width: 1.1em; height: 1.1em; padding: 0.25em; border: 0.1em solid #82baae; color: #fff; text-align: center; background: #82baae; font: 30px Arial, sans-serif; margin: 0 auto; margin-bottom: 30px; }
.delivery-status .numberCircle.highlight{border: 0.1em solid #1c6273; color: #fff; text-align: center; background: #1c6273; font: 30px Arial, sans-serif; margin: 0 auto; margin-bottom: 30px; }
.delivery-status p{ text-transform: uppercase; text-align: center; font-size: 19px;}
.delivery-status .icon-right-open{ font-size: 50px; color: #82baae;}
.delivery-track .info-text{ margin-top: 30px;}
.delivery-track .info-text p{ font-size: 17px; text-align: justify; }
.delivery-track .info-text span{ color: #82baae; font-weight: bold;}

/* 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: normal; 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; }

.arrow_box {
	position: relative;
	background: #333;
	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: #333;
	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.nightshift.com.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.nightshift.com.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;}

/* COURIER APP */
.courier-app { max-width: 500px; margin: 0 auto; }
.courier-app h1 { margin-bottom: 20px; }
.courier-app .login { padding-top: 30px; }
.courier-app .input-text { width: 100%; box-sizing: border-box; }

.courier-app .app-header { position: relative; margin-bottom: 20px;  }
.courier-app .app-header h1 { position: absolute; right: 0; top: 10px; }
.courier-app .app-header .welcome-message { position: absolute; right: 0; top: 40px;  }
.courier-app .app-header .status { position: absolute; right: 0; top: 65px; cursor: pointer; }
.courier-app .app-header .status .text { vertical-align: middle; }
.courier-app .app-header .status .flag { display: inline-block; border-radius: 15%; width: 40px; height: 26px; background: #eee; vertical-align: middle; position: relative; box-sizing: border-box; padding: 2px;  }
.courier-app .app-header .status .flag span { width: 18px; height: 20px; display: block; border-radius: 15%; position: absolute; top: 3px;  left: 3px;  background: #C8282D; transition: .2s all; }
.courier-app .app-header .status.available .flag span { left: 19px;  background: #4ABB44; }

.courier-app .box { padding: 5px; border: 1px solid #ccc; margin-bottom: 10px; }
.courier-app .order h3 { margin-bottom: 10px; }
.courier-app .order table { width: 100%; margin-bottom: 20px;  }
.courier-app .order table td { padding: 5px; }

.courier-app .loader { position: fixed; background: rgba(255,255,255,0.6); width: 100%; height: 100%; top: 0; left: 0; display: none; }
.courier-app .loader img { position: absolute; top: calc(50% - 32px); left: calc(50% - 32px); }



@font-face {
  font-family: 'fontello';
  src: url('https://www.nightshift.com.pt/skin/frontend/default/default/font/fontello.eot?37044612');
  src: url('https://www.nightshift.com.pt/skin/frontend/default/default/font/fontello.eot?37044612#iefix') format('embedded-opentype'),
       url('https://www.nightshift.com.pt/skin/frontend/default/default/font/fontello.woff2?37044612') format('woff2'),
       url('https://www.nightshift.com.pt/skin/frontend/default/default/font/fontello.woff?37044612') format('woff'),
       url('https://www.nightshift.com.pt/skin/frontend/default/default/font/fontello.ttf?37044612') format('truetype'),
       url('https://www.nightshift.com.pt/skin/frontend/default/default/font/fontello.svg?37044612#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.nightshift.com.pt/skin/frontend/default/default/font/fontello.svg?37044612#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-dot-3:before { content: '\e800'; } /* '' */
.icon-box:before { content: '\e801'; } /* '' */
.icon-heart-empty:before { content: '\e802'; } /* '' */
.icon-mail:before { content: '\e803'; } /* '' */
.icon-search:before { content: '\e804'; } /* '' */
.icon-down-open-1:before { content: '\e805'; } /* '' */
.icon-location:before { content: '\e806'; } /* '' */
.icon-cancel:before { content: '\e807'; } /* '' */
.icon-cart:before { content: '\e808'; } /* '' */
.icon-up-open:before { content: '\e809'; } /* '' */
.icon-right-open:before { content: '\e80a'; } /* '' */
.icon-left-open:before { content: '\e80b'; } /* '' */
.icon-cancel-circle:before { content: '\e80c'; } /* '' */
.icon-facebook:before { content: '\f052'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */
.icon-instagram:before { content: '\f31e'; } /* '' */
@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 1000px) { /*******Mini Cart Hidden**********/
	.absolute-header .block-cart.fixed:hover .block-content ,
	.block-cart.fixed .block-content { position: fixed; visibility: visible; opacity: 1; top: 0; transform: none; height: 100%; overflow: auto; }
}

@media only screen and (min-width: 851px) { /************ Menu Changes to Mobile Mode *******/
	
	.mobile-only { display: none;}
	
	.menu { background: #1c6273; margin-top: 120px; }
	.menu-toggle {display:none;}
	
	#nav { padding:0; font-size:13px; display: table; table-layout: fixed; width:100%; max-width: 1400px; margin: 0 auto; height: 65px;}
	#nav li { display: table-cell; text-align: center; vertical-align: middle; position: relative; width: 20%; }
	#nav li a { color: #fff; font-size: 16px; padding: 8px; transition: color .3s; display: block;  }
	#nav .thumb {display: block; position: absolute; bottom: 75px; text-align: center; width: 100%; }
	#nav .thumb a { padding: 0;  }
	#nav li:hover,
	#nav li.active {  background: #77a1ab; }
	#nav li.active a, 
	#nav li:hover a { text-decoration: none; color: #000;  }
	#nav li img {filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%); }
	#nav li:hover img,
	#nav li.active img {filter: none; }
		
	#nav .nav-self { display: none; }
	
	<!--#nav .childrens { position: absolute; padding: 20px 40px; width: calc(100% - 80px); left: 0; background: #fff; z-index: 9; top: 100%; z-index: 9999; border-top: 1px solid #fff; visibility: hidden; opacity: 0; transition: .2s all; transform: translateY(20px); text-align: left; }-->
	<!--#nav > li:hover .childrens { visibility: visible; opacity: 1; border-color: #000; transform: translateY(0);}-->
	
	#nav .wrapper { display: table; width: 100%;}
	
	#nav .static-block { display: table-cell; text-align: right; width: 200px;  }
	#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 .static-block ul,
	#nav .static-block li { display: block; }
	#nav .static-block li a { font-weight: normal; text-transform: uppercase; }
	
	#nav .submenu { display: table-cell; vertical-align: top; }
	
	#nav ul { display: table; width: 100%; table-layout: fixed; }
	<!--#nav ul .childrens { position: relative; padding: 0; width: 100%; top: auto; visibility: visible; opacity: 1; transform: translateY(0); border: 0; }-->
	#nav ul li { display: table-cell; border: 0; vertical-align: top; }
	#nav ul li:last-child { }
	#nav ul li a { color: #000 !important; padding: 4px 4px 4px 6px; position: relative; text-transform: none; text-align: left; font-size: 16px; }
	#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 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: 14px; font-weight: lighter; padding: 1px 5px; margin-bottom: 3px; }
	
	#nav .nav-banner { text-align: right; }
	#nav .nav-banner a { margin-bottom: 0; }
	
}
/*********************!!!!!!!!!!!!!!  GENERAL LAYOUT !!!!!!!!!!!!!!!!!!*************************/

@media only screen and (max-width: 1450px) {
	.content-banner .content.text-left{padding-left: 50px;}
	.content-banner .content.text-right {right: 0; padding-right: 50px;}
	
	.category-banner .content .content-wrapper{padding: 0 0 10px 70px;}
	.category-banner .content.text-left .content-wrapper{padding: 20px 10px 20px 70px;}
	.category-banner .content h2{font-size: 67px;}
	.category-banner .content{height: 140%;}
}
@media only screen and (min-width: 1960px) and (max-width: 2170px) {
	.footer .block-subscribe button { vertical-align: text-top;}
	.footer .block-subscribe .input-text {vertical-align: text-top;}
	
}

@media only screen and (min-width: 1710px) and (max-width: 1959px) {
	.footer .block-subscribe button { vertical-align: text-top;}
	.footer .block-subscribe .input-text {vertical-align: text-top;}
}

@media only screen and (min-width: 1545px) and (max-width: 1709px) {	
	.footer .block-subscribe button { vertical-align: text-top;}
	.footer .block-subscribe .input-text {vertical-align: text-top;}
	.footer .block-subscribe .input-text{width: calc(80% - 97px);}
}

@media only screen and (min-width: 1330px) and (max-width: 1544px) {
	/*.content-banner .content.text-left{padding-left: 50px;}
	.content-banner .content.text-left h1{ font-size: 50px;}
	.content-banner .content.text-left h3 span{ font-size: 50px;}
	.content-banner .content.text-right {right: 0; padding-right: 50px;}*/
	
	.content-banner .content-container{ max-width: 1400px; top: 0; left: 0px;  bottom: 0;margin: auto; position:absolute; top: 0; width: 100%; }
	.content-banner .content.text-right.text-black{padding-right: 35px;}
	.content-banner .content.text-left.text-white{padding-left: 50px;}
	.content-banner .content h1{font-size:65px;}
	.content-banner .content h3 span{font-size: 60px;}
	
		/******** Homepage Banner 1 - Black *********/
	.content-banner .content-container.banner-1 { max-width: 1400px; top: 0; left: 0px;  bottom: 0;margin: auto; position:absolute; top: 0; width: 100%; }
	.content-banner .content .banner-1-title{ font-size: 70px; margin-bottom: 15px;  line-height: 75px;}
	.content-banner .content h3 span.banner-1-content{ font-weight: normal; font-size: 43px; color: #000; line-height:50px;}
	
	/******** Homepage Banner 1 - White *********/
	.content-banner .content .banner-1-title.white{ font-size: 70px; margin-bottom: 25px;  line-height: 68px; }
	.content-banner .content h3 span.banner-1-content.white{ font-weight: normal; font-size: 43px; line-height: 47px;}
	
	.catalog-product-view .recipes h2::after{width: 11%;}
	
	.footer .block-subscribe .input-text{width: calc(80% - 97px);}
	.footer .block-subscribe .input-text{width: calc(100% - 140px);}
	.footer .block-subscribe button{padding: 13px 10px;}
	.footer .block-subscribe button:hover{padding: 13px 10px; }
	.footer .block-subscribe button { vertical-align: text-top;}
	.footer .block-subscribe .input-text {vertical-align: text-top;}
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
	
	/******** Homepage Banner  Estatico 2  *********/
	.static-banner-2 .content { padding-left: 100px;}
	.static-banner-2 .content h1{ font-size: 38px; }
	.static-banner-2 .content h3 span { font-size: 38px;  }
	
	.video-banner .content { padding-right: 100px;}
	.video-banner  .content h1{ font-size: 38px; }
	.video-banner  .content h3 span { font-size: 38px;  }
	
	
		
/******** Footer ***********/		
	.footer .block-subscribe .input-text{width: calc(100% - 140px);}
	.footer .block-subscribe button{padding: 13px 10px;}
	.footer .block-subscribe button:hover{padding: 13px 10px; }
	.footer .block-subscribe button { vertical-align: text-bottom;}
	.footer .block-subscribe .input-text {vertical-align: text-bottom;}
}

@media only screen and (min-width: 1175px) and (max-width: 1329px) {
	.content-banner .content-container{ max-width: 1400px; top: 0; left: 0px;  bottom: 0;margin: auto; position:absolute; top: 0; width: 100%; }
	.content-banner .content.text-right.text-black{padding-right: 35px;}
	.content-banner .content.text-left.text-white{padding-left: 50px;}
	.content-banner .content h1{font-size:65px;}
	.content-banner .content h3 span{font-size: 60px;}
	
		/******** Homepage Banner 1 - Black *********/
	.content-banner .content-container.banner-1 { max-width: 1400px; top: 0; left: 0px;  bottom: 0;margin: auto; position:absolute; top: 0; width: 100%; }
	.content-banner .content .banner-1-title{ font-size: 70px; margin-bottom: 15px;  line-height: 75px;}
	.content-banner .content h3 span.banner-1-content{ font-weight: normal; font-size: 43px; color: #000; line-height:50px;}
	
	/******** Homepage Banner 1 - White *********/
	.content-banner .content .banner-1-title.white{ font-size: 70px; margin-bottom: 25px;  line-height: 68px; }
	.content-banner .content h3 span.banner-1-content.white{ font-weight: normal; font-size: 43px; line-height: 47px;}
	.contacts-page .contacts-container li{width: calc(33% - 24px);}
		
	/********** Product View ***********/
	.catalog-product-view .recipes h2::after{width: 12%;}
	
	/********** Product List ***********/
	.products-grid li.item .price-box{text-align: center; }
	
	/******** Footer ***********/		
	.footer .block-subscribe .input-text{width: calc(100% - 140px);}
	.footer .block-subscribe button{padding: 13px 10px;}
	.footer .block-subscribe button:hover{padding: 13px 10px; }
	
}

@media only screen and (min-width: 1050px) and (max-width: 1174px) {
	.content-banner .content-container{ max-width: 1400px; top: 0; left: 0px;  bottom: 0;margin: auto; position:absolute; top: 0; width: 100%; }
	.content-banner .content.text-right.text-black{padding-right: 35px;}
	.content-banner .content.text-left.text-white{padding-left: 50px;}
	.content-banner .content h1{font-size:50px;}
	.content-banner .content h3 span{font-size: 37px;}
	
		/******** Homepage Banner 1 - Black *********/
	.content-banner .content-container.banner-1 { max-width: 1400px; top: 0; left: 0px;  bottom: 0;margin: auto; position:absolute; top: 0; width: 100%; }
	.content-banner .content .banner-1-title{ font-size: 47px; margin-bottom: 15px;  line-height: 47px;}
	.content-banner .content h3 span.banner-1-content{ font-weight: normal; font-size: 35px; color: #000; line-height:37px;}
	.content-banner span.Soon{position: absolute; font-size: 100px; color: #1c6273; top: 43%; left: 22%; text-transform: uppercase; font-weight: bold;}
	
	/******** Homepage Banner 1 - White *********/
	.content-banner .content .banner-1-title.white{ font-size: 47px; margin-bottom: 15px;  line-height: 47px; }
	.content-banner .content h3 span.banner-1-content.white{ font-weight: normal; font-size: 35px; line-height: 35px;}
	
	.category-banner .content .content-wrapper{padding: 0 0 10px 60px;}
	.category-banner .content.text-left .content-wrapper{padding: 20px 10px 20px 60px;}
	.category-banner .content h2{font-size: 50px;}
	.category-banner .content{height: 140%;}
	
	.contacts-page .contacts-container li{width: calc(33% - 24px);}
	
	
	/********** Product View ***********/
	.catalog-product-view .recipes h2::after{width: 14%;}
		
	/******** Footer ***********/		
	.footer .block-subscribe .input-text{width: 100%;}
	.footer .block-subscribe button{padding: 13px 10px;}
	.footer .block-subscribe button:hover{padding: 13px 10px; }

}
@media only screen and (min-width: 999px) and (max-width:1049px) {
	.content-banner span.Soon{position: absolute; font-size: 100px; color: #1c6273; top: 43%; left: 22%; text-transform: uppercase; font-weight: bold;}
	/********** Product View ***********/
	.catalog-product-view .recipes h2::after{width: 14%;}
	
	
	/********** Product List ***********/
	.products-grid li.item .price-box{text-align: left; margin-left: 20px; }


	.contacts-page .contacts-container li{width: calc(33% - 24px);}
	
	/******** Footer ***********/	
	.footer .block{display: block;}
	.footer .blocks-container .social-networks{width: 65%; margin: 0 auto; padding-top: 5px; padding-bottom: 45px; text-align: right; padding-left: 0;}
	.footer .blocks-container .social-networks p{display:inline-block;}
	.footer .blocks-container .social-networks ul{text-align: right; padding: 0; padding-right: 15px; display:inline-block;}

	.footer .block.footer-links{display: inline-block; width: calc(50% - 110px); padding-left: 108px; margin-bottom: 30px}
	.footer .block-subscribe { width: 65%; margin: 0 auto; padding-left: 0;}
	.footer .block-subscribe .input-box { width: 100%; }
	.footer .block-subscribe .input-text{width: calc(80% - 47px); max-width: 465px;}

}

@media only screen and (min-width: 851px) and (max-width:1330px) {
	
	
	
	.banner-content-grid li .text{width:75%;}
	.banner-content-grid li .text p{text-align:left;}
	
	.cms-faq .content p, .cms-perguntas-frequentes .content p {width:100%;}
	.header-container .header .address-selector-container .address-selector h2{font-size: 37px; margin-bottom: 45px;}
	.header-container .header .address-selector-container .address-selector .hashtag{font-size: 37px; margin-bottom: 19px;}
	
	.contacts-page.contacts-container li{width: calc(33% - 24px);}
	
	}
	
@media only screen and (min-width: 601px) and (max-width:850px) {
	
		
	.cms-faq .content p, .cms-perguntas-frequentes .content p {width:100%;}
	}

@media only screen and (min-width: 851px) and (max-width:1330px) {
	.absolute-header-container .absolute-header span.icon-menu.menu-toggle{font-size: 28px; right: 20px; top: 23px; position:absolute; display:none; color: #1c6273;}
	
	.header-container .header .address-selector-container .address-selector{padding: 0; margin-top: 55px;}
	.absolute-header .account-container {right: 85px;}
	.absolute-header .block-cart {right:25px;}
	
	.absolute-header .form-language.selector{right: 135px;}
	
	.absolute-header-container .absolute-header .address-selector{margin-bottom: 5px; margin-top: 0;}
	.absolute-header-container .absolute-header .delivery-schedule{display:block; margin:-40px 0 0 150px !important; width:35%; max-width:303px;}
	
	.searchautocomplete button {top:45px !important; right: -475px !important; }
	.searchautocomplete .input-text.UI-SEARCH.UI-NAV-INPUT.visible{ right: -215px !important; top: 80px !important;}
	.searchautocomplete .input-text.UI-SEARCH.UI-NAV-INPUT{ right: -200px !important; top: 80px !important;}
	
	.cms-produtos .categories-list li.item{list-style: none; width: calc(25% - 15px); padding: 12px 20px 0 0; display: inline-block;}
	.cms-produtos .categories-list li.item:nth-child(4n + 4){padding-right: 0;}
	
	.col-left.sidebar{display:none;}
	.col2-left-layout .col-main{width:100%;}
	
	.about-us-page .how-it-works-limiter img{width:100%;}
	
	.contacts-page .contacts-form-container{margin:0;}
	
	.banner-content-grid li.banner-kits .text img{position: absolute; top: 25%; right: -34%; width: 63%;}
}

@media only screen and (min-width: 851px) and (max-width:999px) {
	
		
/********** Product View ***********/
	.catalog-product-view .recipes h2::after{width: 16%;}

/********** Products List ***********/
	.sub-categories .sub-categories-content .products-grid li.item{width: calc(50% - 16px);}
	.products-grid li.item .price-box{text-align: center; }
	.sub-categories .sub-categories-content .products-grid li.item:nth-child(2n+2){margin-right: 0;}
		
/******** Footer ***********/	
	.footer .block{display: block;}
	.footer .blocks-container .social-networks{width: 65%; margin: 0 auto; padding-top: 5px; padding-bottom: 20px; text-align: left; padding-left: 0;}
	.footer .blocks-container .social-networks ul{text-align: center; padding: 0;}

	.footer .block.footer-links{display: inline-block; width: calc(50% - 110px); padding-left: 108px; margin-bottom: 30px;}
	.footer .block-subscribe { width: 65%; margin: 0 auto; padding-left: 0;}
	.footer .block-subscribe .input-box { width: 100%; }
	.footer .block-subscribe .input-text{width: calc(80% - 47px); max-width: 465px;}
	
	
	.footer .blocks-container .social-networks p{display:inline-block; vertical-align: text-top;}
	.footer .blocks-container .social-networks ul{text-align: right; padding: 0; padding-right: 15px; display:inline-block;}
	
}



@media only screen and (min-width: 851px) and (max-width: 1050px) {
	
	.footer,
	.menu,
	.wrapper,
	.page { padding: 0 10px;  }
	
	
	.absolute-header .block-cart .block-title span.icon-box{font-size: 30px}
	.header .logo { left: 10px; }
	.header-banners-slideshow .links li { width: 60px; }
	.header-container .header .address-selector-container .address-selector{padding-right: 10px; width: calc(70% - 106px);}
	.menu{margin-top: 110px;}
	.menu #nav .thumb {bottom: 30px;}
	.menu .thumb img{transform: scale(0.7)}
	
	.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; }
	
	.content-banner .content-container{ max-width: 1400px; top: 0; left: 0px;  bottom: 0;margin: auto; position:absolute; top: 0; width: 100%; }
	.content-banner .content.text-right.text-black{padding-right: 35px;}
	.content-banner .content.text-left.text-white{padding-left: 50px;}
	.category-banner-container .content-wrapper h2{font-size: 25px;}
	.content-banner .content-wrapper h1{font-size: 30px;}
	
	.content-banner .content h1{font-size:50px;}
	.content-banner .content h3 span{font-size: 37px;}
	
	/******** Homepage Banner 1 - Black *********/
	.content-banner .content-container.banner-1 { max-width: 1400px; top: 0; left: 0px;  bottom: 0;margin: auto; position:absolute; top: 0; width: 100%; }
	.content-banner .content .banner-1-title{ font-size: 47px; margin-bottom: 15px;  line-height: 47px;}
	.content-banner .content h3 span.banner-1-content{ font-weight: normal; font-size: 35px; color: #000; line-height:37px;}
	
	/******** Homepage Banner 1 - White *********/
	.content-banner .content .banner-1-title.white{ font-size: 47px; margin-bottom: 15px;  line-height: 47px; }
	.content-banner .content h3 span.banner-1-content.white{ font-weight: normal; font-size: 35px; line-height: 35px;}
	
		
	.category-banner .content .content-wrapper{padding: 0 0 10px 45px;}
	.category-banner .content.text-left .content-wrapper{padding: 20px 10px 20px 45px;}
	.category-banner .content h2{font-size: 50px;}
	.category-banner .content{height: 140%;}
	
	#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 .blocks-container .social-networks{text-align:center;}
	
	.cms- .searchautocomplete { top: 130px !important; }
	.cms- .searchautocomplete input.UI-SEARCH { width: 250px; }
	
	.header-container .header .address-selector-container .address-selector h2{font-size: 33px; margin-bottom: 45px;}
	.header-container .header .address-selector-container .address-selector .hashtag{font-size: 33px; margin-bottom: 19px;}
	
	.cookie-message{width: 100%;}
	
	
	}

@media only screen and (max-width: 850px) {
	
	.pc-only { display: none;}
	
	.content-banner span.Soon{position: absolute; font-size: 70px; color: #1c6273; top: 43%; left: 20%; text-transform: uppercase; font-weight: bold;}
	
	.absolute-header .block-cart .block-title span.icon-box{font-size: 30px}
	.absolute-header .block-cart{margin: 0;}
	.header-container .header .address-selector-container .address-selector-image{display: none;}
	.header-container .header .address-selector-container .address-selector{width: 100%; text-align: left;}
	.button, button { letter-spacing: 1px; padding: 9px 20px; }
	
	.absolute-header-container .absolute-header span.icon-menu.menu-toggle{font-size: 28px; right: 20px; top: 32px; position:absolute; display:block; color: #1c6273;}
	
	.header-container .header .address-selector-container .address-selector{padding: 0; margin-top: 55px;}
	.absolute-header .block-cart {right:63px;}
	
	.absolute-header-container .absolute-header .address-selector{width: 100%; display: block; margin:0; margin-top: 70px; margin-bottom: 5px; max-width: 490px;}
	.absolute-header-container .absolute-header .delivery-schedule{width: 100%; max-width: 490px;}
	
	.searchautocomplete button {top:45px !important; right: -475px !important;}
	.searchautocomplete .input-text.UI-SEARCH.UI-NAV-INPUT.visible{ right: -212px !important; top: 80px !important;}
	.searchautocomplete .input-text.UI-SEARCH.UI-NAV-INPUT{ right:-5px !important; top: 38px !important;}
	
	.header-container .header .menu{ visibility: hidden; opacity: 0; top: -30px; position: absolute; transition: .3s all; width: 70%; right:10px; }
	.header-container .header .menu.visible{ visibility: visible; opacity: 1; top: -25px; position: absolute; z-index: 9; width:70%;	right:10px;}
	
	.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; }
	
	.footer,
	.menu,
	.wrapper,
	.page { padding: 0 5px;  }
	
	.cookie-message { line-height: 19px; padding: 5px; width: 100%; }
	
	.header-contacts { font-size: 14px; }
	
	.header-container {  margin-bottom: 5px; position:relative; }
	
	.header { text-align: center; margin-top: 15px;}
	.header .logo { position: absolute; display: block; text-align: center; top: calc(50% - 30px); left: calc(50% - 100px); margin: 0; width: 200px;}
	
	.header .actions {display:none; 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-container .header .address-selector-container .address-selector .selector{width: 92%;}
	
	
	.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 !important; }
	#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; }
	
	
	.footer .blocks-container .social-networks p{display:inline-block;}
	.footer .blocks-container .social-networks ul{text-align: right; padding: 0; padding-right: 15px; display:inline-block;}
	
	.contacts-page .contacts-container li{width: calc(33% - 24px);}
	
	
/************Content Banner************/	
	.content-banner .content-container{ max-width: 1400px; top: 0; left: 0px;  bottom: 0;margin: auto; position:absolute; top: 0; width: 100%; }
	.category-banner .content.text-left .content-wrapper{padding: 20px 10px 20px 35px;}
	.content-banner .content h1{font-size:30px;}
	.content-banner .content h3 span{font-size: 28px;}
	.content-banner .content .content-wrapper .button{font-size: 11px; padding: 3px 14px;}
	
	/******** Homepage Banner 1 - Black *********/
	.content-banner .content-container.banner-1 { max-width: 1400px; top: 0; left: 0px;  bottom: 0;margin: auto; position:absolute; top: 0; width: 100%; }
	.content-banner .content .banner-1-title{ font-size: 32px; margin-bottom: 15px;  line-height: 34px;}
	.content-banner .content h3 span.banner-1-content{ font-weight: normal; font-size: 21px; color: #000; line-height:30px;}
	
	/******** Homepage Banner 1 - White *********/
	.content-banner .content .banner-1-title.white{ font-size: 32px; margin-bottom: 15px;  line-height: 34px; }
	.content-banner .content h3 span.banner-1-content.white{ font-weight: normal; font-size: 21px; line-height: 20px;}
	
	/******** Homepage Banner  Estatico 2  *********/
	.static-banner-2 .content { top: 50%; position:absolute; margin-top: -95px; padding-left: 50px;}
	.static-banner-2 .content .content-wrapper .button{font-size: 11px; padding: 3px 14px;}
	.static-banner-2 .content h1{ font-size: 20px; margin-bottom: 10px; }
	.static-banner-2 .content h3 {margin-bottom: 10px}
	.static-banner-2 .content h3 span { font-size: 20px;  }
	
	/******** Video Banner  *********/
	.video-banner .content { top: 50%; position:absolute; margin-top: -95px; padding-right: 50px;}
	.video-banner .content .content-wrapper .button{font-size: 11px; padding: 3px 14px;}
	.video-banner .content h1{ font-size: 30px; margin-bottom: 10px; }
	.video-banner .content h3 {margin-bottom: 10px}
	.video-banner .content h3 span { font-size: 30px;  }
	
	
/************Category Banner************/	
	.category-banner .content .content-wrapper{padding: 0 0 10px 45px;}
	.category-banner .content.text-left .content-wrapper{padding: 20px 10px 20px 45px;}
	.category-banner .content h2{font-size: 35px;}
	.category-banner .content{height: 100%;}
	
	

/************Top Footer Banner************/
	.banner-content-grid li{display: inline-block; width: 50%;}

	.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: 30px; }
	.page-title h1, .page-title h2 { font-size: 25px; }
	
	.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.nightshift.com.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.nightshift.com.pt/skin/frontend/default/default/images/i_arrow_down.png); }
	.block-layered-nav .block-content { display: none; }
	
	.block-bestsellers { display: none; }
	
	.cms-produtos .categories-list li.item { width: calc(50% - 10px); }
	.cms-produtos .categories-list li.item:nth-child(2n + 2){padding-right: 0; padding-top: 80px;}
	.cms-produtos .categories-list li.item-kit{width: 100%; padding: 0;padding-top: 45px }
	
	
	/********** Products List ***********/
	.category-image img{display: none;}
	.category-image .title-container{position: relative; padding: 0;}
	.category-image .title-container .title.text-left.text-white {position:relative; top: 0; margin: 0; text-align: center;}
	.category-image .title-container .title.text-left.text-white h1{color: #000;}
	.sub-categories .sub-categories-content .products-grid li.item{width: calc(50% - 16px);}
	.products-grid li.item .price-box{text-align: left; margin-left: 20px; }
	.sub-categories .sub-categories-content .products-grid li.item:nth-child(2n+2){margin-right: 0;}
	.sub-categories .sub-categories-content .products-grid li.item .price-box{text-align: center; margin-left: 0; }
	
	/********** Products View ***********/
	.product-view .product-essential .product-banner{display: none;}
	.product-view .product-essential .product-img-box{top: 0; margin-left: 0; width: 50%; margin: 0 auto;}
	.product-view .product-essential .product-img-container{padding: 0; width: 100%; }
	.product-view .product-essential .product-img-box .manufacturer-img-container img{width: 100%; }
	.product-view .manufacturer-img-container{width: 40%; top: 0;}
	
	.product-view .product-img-box { float: none; width: 100%; }
	
	.product-view .product-shop { float: none; width: 100%; margin: 0; padding: 0; }
	.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; }
	
	/* RECIPES*/	
	.catalog-product-view .recipes h2::after{width: 19%;}
	.catalog-product-view .recipes .recipe img{width: 30%; float: right;}
	.catalog-product-view .recipes .recipe p{display: none;}
	
	/********** Popup ***********/
	.add-to-cart-popup .popup-container{transform: scale(0.5);}
	
	/**************** Search Results Page ***************************/
.header-banners-slideshow {display: none;}
	
	
	.sub-categories .sub-categories-content .products-grid li.item{width: calc(50% - 16px);}
	
	.cart-actions .discount { float: none; width: 100%; margin-bottom: 30px; text-align: left; margin-top: 15px; }
	.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; }
	.checkout-cart-index .cart-wrapper .delivery-info div {width: 100%; display: block;}
	
	#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; }
	
	/**************** CMS Page: About Us ***************************/
	.about-us-page .info-buttons form.how-it-works input{ width: 100%; padding: 20px 0 !important;  margin: 0; margin-bottom: 10px;}
	.about-us-page .info-buttons form.shifters input{ width: 100%; padding: 20px 0 !important; margin: 0;}
	.about-us-page .info-buttons input{font-size: 22px;}
	.about-us-page .about-us-limiter .info-buttons .how-it-works input {padding: 60px 0;}
	.about-us-page .about-us-limiter .info-buttons .shifters input {padding: 60px 0;}
	.about-us-page .how-it-works-limiter img{width: 100%;}
	.about-us-page .delivery-locations-limiter .text{padding: 0; background: none;}
	.about-us-page .delivery-tax-limiter .text{padding: 0; background: none;}
	.about-us-page .payments-limiter ul {margin-bottom: 0;}
	.about-us-page .payments-limiter li {width: 50%; margin-bottom: 50px;}
	.about-us-page .shifters-limiter .ns-statistics-container ul{margin: 0; }
	.about-us-page .shifters-limiter .ns-statistics-container li {width: 32%; margin-bottom: 25px; }
	.about-us-page .shifters-limiter .ns-shifters-container {margin-bottom: 50px; margin-top: 20px;}
	.about-us-page .shifters-limiter .ns-shifters-container ul {margin: 0;}
	.about-us-page .shifters-limiter .ns-shifters-container li {width: 32%; margin-bottom: 25px; }
	.about-us-page .info-container{padding:0 !important;}
	.cms-faq .content p, .cms-perguntas-frequentes .content p{width:90%}
	
	.block.sidebar {display:none;}
	

/******** Footer ***********/	
	
		
	.footer-container { border-top: 0; padding-top: 5px; }
	.footer { margin: 0 auto; height: auto; text-align: center; padding: 0 15px; }
	
	.footer .blocks-container .social-networks {padding-top: 30px; padding-left: 0; display: block;}
	
	.footer .blocks-container .block.footer-links { display: inline-block; width: calc(33% - 10px); text-align: left; padding-left: 30px;}	
	.footer .blocks-container .block .title { line-height: 30px; margin: 0 0 10px; color: #fff; }
	.footer .blocks-container .block:nth-child(odd) { margin-bottom: 0; }
		
	.footer .block-social li { float: none; display: inline-block; }
	.footer .block-subscribe .input-box { margin: 0 auto 5px; }
	
	.footer .block{display: block;}
	.footer .blocks-container .social-networks{width: 65%; margin: 0 auto; padding-top: 5px; padding-bottom: 20px; text-align:left;}
	.footer .blocks-container .social-networks ul{text-align: center; padding-left: 0;}
	.footer .blocks-container .social-networks p{display:inline-block; vertical-align: text-top;}
	.footer .block-subscribe {  width: 65%; margin: 0 auto; margin-top: 20px; padding: 0;}
	.footer .block-subscribe .footer-news{ text-align:left;}
	.footer .block-subscribe .footer-news .title{ text-align:left;}
	.footer .block-subscribe .input-box { width: 100%; }
	.footer .block-subscribe .input-text{width: calc(100% - 145px); }
	.footer .block-subscribe button {padding: 9px 23px;}
	.footer .block-subscribe button:hover {padding: 9px 23px;}
	

		
		
	#onepagecheckout_orderform .col3-set .col-2 { border-left: 0 !important; border-right: 0 !important; margin: 0 !important; padding: 0 !important; }
	
	.contacts-page .contacts-form-container{margin:0;}
	
	
	
	/**/
	
	.delivery-track .delivery-status ul { text-align: center;}
	.delivery-track .delivery-status li { width:100%;}
	.delivery-track .delivery-status .icon-right-open::before { transform: rotate(90deg); margin-bottom: 20px;}
	
}

@media only screen and (max-width: 1000px) {
	.about-us-page .line-3 li { width: 100%; margin-bottom: 20px;}
	.about-us-page .line-3 li img { width: 100% !important;}
}

@media only screen and (max-width: 730px) {
	.about-us-page .line-1 li { width: 100%;}
	.about-us-page .line-2 li { width: 100%;}
	.about-us-page .comments-info li {  width: 100%; margin-bottom:25px; text-align: center;}
	.comments-info li p {width: 70%; padding-left:10px;}
}

@media only screen and (max-width: 600px) {
	
	.content-banner span.Soon{position: absolute; font-size: 40px; color: #1c6273; top: 43%; left: 17%; text-transform: uppercase; font-weight: bold;}
	
	.absolute-header .block-cart .block-content{right: -52px; width: 300px;}
	.absolute-header .form-language.selector{right: 55px; top: -3px;}
	absolute-header-container{padding-top: 15px;}
	.absolute-header{padding: 0 25px;}
	.absolute-header .logo img{width: 70px;}
	.absolute-header .account-container{right: 23px; top: 0;}
	.absolute-header .customer-menu{top: 0px; right: 35px; }
	.absolute-header .customer-menu.visible{top: 0px; right: 57px; z-index: 99999; }
	.absolute-header .block-cart{right: 65px; top: 35px;}
	.absolute-header-container .absolute-header .address-selector{width: 100%; display: block; margin:0; margin-top: 70px; margin-bottom: 5px;}
	.absolute-header-container .absolute-header .delivery-schedule{width: 100%;}
	.absolute-header-container .absolute-header span.icon-menu.menu-toggle{font-size: 28px; right: 20px; top: 37px; position:absolute; display:block; color: #1c6273;}
	
	.searchautocomplete {top:35px !important; right:320px !important;}
	.searchautocomplete button{right: -267px !important; top: 5px !important;}
	
	.searchautocomplete input.UI-SEARCH{right:0!important;}
	.searchautocomplete .input-text.UI-SEARCH.UI-NAV-INPUT.visible{right: -65px !important; top:40px !important; width:190px !important;}
	
	.header-container .header .address-selector-container .address-selector{padding: 0; margin-top: 55px; }
	.header-container .header .address-selector-container{padding: 0 25px; }
	.header-container .header .address-selector-container .address-selector h2 br{display: none;}
	.header-container .header .address-selector-container .address-selector .input-text{width: calc(100% - 46px); border-right: 1px solid #b2b2b2;}
	.header-container .header .address-selector-container .address-selector button{display: block; margin-top: 10px;}
	.header-container .header .menu{ visibility: hidden; opacity: 0; top: -260px; position: absolute; transition: .3s all; width: 98%; }
	.header-container .header .menu.visible{display: block; top: -8px; position: absolute; visibility: visible; opacity: 1; z-index: 9; width:98%; right:0;}
	.col1-layout .products-grid li.item,
	.products-grid li.item { width: 100%; margin-right: 0; margin-bottom: 15px; }
	
	/*HOMEPAGE */
	
		
	.header-container .header .address-selector-container .address-selector h2{font-size: 35px; margin-bottom: 45px;}
	.header-container .header .address-selector-container .address-selector .hashtag{font-size: 30px; margin-bottom: 19px;}
	
	.block-container:last-child {padding:0;}
	
	.content-banner img{opacity: 0.5;}
	.content-banner .content-container{ max-width: 1400px; top: 0; left: 0px;  bottom: 0;margin: auto; position:absolute; top: 0; width: 100%; }
	.content-banner .content-container .content-wrapper h1{margin-bottom: 5px; font-size: 19px; text-shadow: 0 0 10px #fff;}
	.content-banner .content-container .content-wrapper h3 span{margin-bottom: 5px; font-size: 17px; text-shadow: 0 0 10px #fff;}
	.content-banner .content-container .content-wrapper br{display: none;}
	.content-banner .content-container .content.text-right.text-black {padding-left: 50px; padding-right: 30px; font-size: 19px; text-align: right; }
	.content-banner .content-container .content.text-right.text-black .button{float:right;}
	.content-banner .content-container .content.text-left.text-white{padding-left: 30px; padding-right: 30px; }
	.content-banner .content .content-wrapper .button{margin-top: 10px;}
	
	/******** Homepage Banner 1 - Black *********/
	.content-banner .content-container.banner-1 { max-width: 1400px; top: 0; left: 0px;  bottom: 0;margin: auto; position:absolute; top: 0; width: 100%; }
	.content-banner .content .banner-1-title{ font-size: 20px; margin-bottom: 15px;  line-height: 15px; text-shadow: 0 0 10px #fff;}
	.content-banner .content h3 span.banner-1-content{ font-weight: normal; font-size: 20px; color: #000; line-height: 20px; text-shadow: 0 0 10px #fff;}
	
	/******** Homepage Banner 1 - White *********/
	.content-banner .content .banner-1-title.white{ font-size: 20px; margin-bottom: 15px;  line-height: 15px; color: #000; text-shadow: 0 0 10px #fff;}
	.content-banner .content h3 span.banner-1-content.white{ font-weight: normal; font-size: 20px; color: #000; line-height: 20px; text-shadow: 0 0 10px #fff;}

	
	/*.category-banner .content.text-right.text-white{padding: 0; width: 100%; text-align: center; vertical-align: middle; display: flex; align-items: center; justify-content: center; }
	.category-banner .content.text-right.text-white .content-wrapper{padding: 0;}
	.category-banner .content.text-right.text-white .content-wrapper h2{font-size: 19px; padding: 0 10px; text-align: center; }
	.category-banner .content.text-left.text-white {padding: 0; width: 100%; vertical-align: middle; display: flex; align-items: center; justify-content: center;}
	.category-banner .content.text-left.text-white .content-wrapper{padding: 0;}
	.category-banner .content.text-left.text-white .content-wrapper h2{font-size: 19px; padding: 0 10px; }*/
	
	/******** Homepage Banner  Estatico 2  *********/
	.static-banner-2 img{opacity: 0.5;}
	.static-banner-2 .content { top: 50%; position:absolute; margin-top: -50px; padding-left: 15px; padding-right: 15px;}
	.static-banner-2 .content .content-wrapper .button{padding:0px 10px; font-size: 8px;}
	.static-banner-2 .content h1{ font-size: 17px; margin-bottom: 5px; text-shadow: 0 0 10px #fff; }
	.static-banner-2 .content br{ display: none; }
	.static-banner-2 .content h3 {margin-bottom: 5px;}
	.static-banner-2 .content h3 span { font-size: 13px; text-shadow: 0 0 10px #fff; }
		
	/******** Video Banner  *********/
	.video-banner .content { top: 50%; position:absolute; margin-top: -75px !important; padding-right: 30px;}
	.video-banner .content .content-wrapper .button{padding:0px 10px; font-size: 8px;}
	.video-banner .content h1{ font-size: 20px; margin-bottom: 10px; }
	.video-banner .content h3 {margin-bottom: 10px}
	.video-banner .content h3 span { font-size: 20px;  }
	
	.category-banner .content .content-wrapper{padding: 0 0 10px 20px;}
	.category-banner .content.text-left .content-wrapper{padding: 20px 10px 20px 20px;}
	.category-banner .content h2{font-size: 20px;}
	.category-banner .content{height: 100%;}
	.category-banner .content.text-right { height: 100%; text-align: left;}
	
	.category-image img{display: none;}
	.category-image .title-container .title.text-left.text-white h1{font-size: 35px; color: #000;}
	.sub-categories .sub-categories-content .products-grid li.item{width: calc(50% - 11px);}
	.sub-categories .sub-categories-content .products-grid li.item:nth-child(2n+2) {margin-right: 0;}
	.sub-categories .sub-categories-content .products-grid li.item:nth-child(3n+3) {margin-right: 10px;}
	.products-grid li.item .product-action-container{padding: 10px 22px;}
	.products-grid li.item .price-box{text-align: left;}
	.products-grid li.item .product-action-container .product-action .button-cart{margin-top: -27px;}
	.products-grid li.item .product-action-container .product-action .button-cart span{font-size: 20px;}
	
	
/********** Products List ***********/
	.sub-categories .sub-categories-content .products-grid li.item{width: calc(50% - 11px);}
	.sub-categories .sub-categories-content .products-grid li.item:nth-child(n + 1){margin-right: 10px;}
	.sub-categories .sub-categories-content .products-grid li.item:nth-child(2n+2){margin-right: 0;}
	.sub-categories .sub-categories-content .products-grid li.item .product-action .button-cart{display: block;}
	.sub-categories .sub-categories-content .products-grid li.item .price-box{text-align: left; margin-left: 5px; }
	
	
/********** Category ***********/
	
	.cms-produtos .categories-list li.item:nth-child(2n+2){padding-top: 0;}
	.cms-produtos .categories-list li.item {width:100%; padding: 0 0 40px 0;}
	.cms-produtos .categories-list li.item a img{transform: none;}
	.cms-produtos .categories-list li.item:nth-child(5n) {padding-top: 10px;}
	.cms-produtos .categories-list li.item thumbnail-container{padding-left: 15px;}
	.cms-produtos .categories-list li.item .image-container{display: block; overflow: unset;}
	.cms-produtos .categories-list li.item:hover .main-image{transform: none; transition: none; }
	.cms-produtos .categories-list li.item .main-image{ transition: none; }
	.cms-produtos .categories-list li.item-kit{padding-bottom: 40px; padding-top: 0px;}
	
	
/**************** User Account ***************************/
	.my-account .dashboard .welcome-msg{margin-right: 0;}

/**************** Product View ***************************/
	.catalog-product-view .breadcrumbs{display: none;}
	.product-view .product-banner img{display: none;}
	.product-view .product-img-box{top: 0; margin-left: 0;}
	.product-view .product-img-container{padding: 0; width: 100%;}
    .product-view .product-shop{width: auto; padding: 0 15px;}
	.product-view .product-shop .short-description {margin-bottom: 10px; text-align:justify;}
	.product-view .product-shop .short-description .std{text-align:justify;}
	.product-options .product-options-block .colorswatch-icon-set li.colorswatch-icon-item{padding: 8px 12px;}
	.product-view .product-shop .attributes-container {margin-right: 0; width: 100%;float: none;}
	.product-view .product-shop .attributes-container li{margin-right: 0; width: 25%; min-width: 80px;}
	.product-view .product-shop .attributes-container li img{transform: scale(0.7);}
	.product-view .product-shop .attributes-container li h3{font-size: 13px;}
	.product-view .product-shop .social-container{margin-top: 0; float: none;}
	.product-view .product-shop .social-container .at-share-btn-elements a{margin: 0;}
	.product-view .product-shop .add-to-links .link-wishlist{font-size: 11px; }
	.product-view .product-shop .cart .cart-actions{width: 100%; margin-bottom: 25px; }
	.product-view .product-shop .price-box{float: none;}
	.product-view .manufacturer-img-container{width: 40%; top: 0;}
	.bundle-products-content li.item:hover{border: none;}
	.bundle-products-content li.item .product-action-container .price-box {text-align: center;}
	.product-view .product-shop .show-more{margin-bottom: 0px;}
	
		/* RECIPES*/	
	.catalog-product-view .recipes h2::after{width: 32%;}	
	.catalog-product-view .recipes li{width: 100%; margin-right: 0; margin-bottom: 15px;}
	.catalog-product-view .recipes .recipe-info{width: calc(100% - 219px); }
	.catalog-product-view .recipes .recipe img{width: 30%; float: right;}
	.catalog-product-view .recipes .recipe p{display: none;}
	.catalog-product-view h2::after{width: 39%;}
	.related-products .products-grid li.item{width: calc(50% - 6px);}
	.related-products .products-grid li.item .price-box{text-align: center;}
	
/**************** Cart Checkout ***************************/
	.data-table tbody td.a-center.wishlist{display: none;}
	.data-table tr.last th.wishlist{display: none;}
	

/**************** Conctacts ***************************/
	.contacts-page .contacts-container{margin-bottom: 20px;}
	.contacts-page .contacts-container li{width: 100%;}
	.contacts-page .contacts-container li.whatsapp-container{padding: 0;}
	.contacts-page .contacts-form-container{margin: 0;}
	.form-list .fields .field{width: calc(50% - 6px);}
	
/**************** CMS Page: About Us ***************************/
	.about-us-page .info-buttons form.how-it-works input{ width: 100%; padding: 20px 0 !important;  margin: 0; margin-bottom: 10px;}
	.about-us-page .info-buttons form.shifters input{ width: 100%; padding: 20px 0 !important; margin: 0;}
	.about-us-page .info-buttons input{font-size: 22px;}
	.about-us-page .about-us-limiter .info-buttons .how-it-works input {padding: 60px 0;}
	.about-us-page .about-us-limiter .info-buttons .shifters input {padding: 60px 0;}
	.about-us-page .how-it-works-limiter img{width: 100%;}
	.about-us-page .delivery-locations-limiter .text{padding: 0; background: none;}
	.about-us-page .delivery-tax-limiter .text{padding: 0; background: none;}
	.about-us-page .payments-limiter ul {margin-bottom: 0;}
	.about-us-page .payments-limiter li {width: 50%; margin-bottom: 50px;}
	.about-us-page .shifters-limiter .ns-statistics-container ul{margin: 0; }
	.about-us-page .shifters-limiter .ns-statistics-container li {width: 100%; margin-bottom: 25px; }
	.about-us-page .shifters-limiter .ns-shifters-container {margin-bottom: 50px; margin-top: 20px;}
	.about-us-page .shifters-limiter .ns-shifters-container ul {margin: 0;}
	.about-us-page .shifters-limiter .ns-shifters-container li {width: 100%; margin-bottom: 25px; }
	.about-us-page .info-container{padding:0 !important;}
	.cms-faq .content p, .cms-perguntas-frequentes .content p{width:90%}
	
	.block.sidebar {display:none;}
	
/**************** Footer ***************************/

	.banner-content-grid li{display: inline-block; width: 50%;}
	
	.footer-container .footer .social-networks{padding-bottom: 28px; width: 100%; margin: 0;text-align: center;}
	.footer .blocks-container .social-networks p{display:inline-block;}
	.footer .blocks-container .social-networks ul{text-align: right; padding: 0; padding-right: 15px; display:inline-block;}
	.footer-container .footer .blocks-container .block.footer-links{margin-bottom: 30px; padding: 0; width: calc(50% - 2px);}
	.footer-container .footer .block-subscribe{margin-top: 0; width: 100%; margin: 0;text-align: center;}
	.footer-container .footer .block-subscribe .title{text-align: center;}
	.footer-container .footer .block-subscribe p{text-align: center;}
	
	
	
	.cookie-message{width: 100%;}
	
	/**/
	
	.delivery-track .delivery-form input {display: block; margin-bottom: 10px; margin-left:auto; margin-right:auto;}
	.success-page .buttons button {margin-bottom: 15px;}
 }
 
 @media only screen and (max-width: 330px) {
	 
	 .absolute-header{padding: 0;}
	 
	.header-container .header .address-selector-container .address-selector h2{font-size: 33px; margin-bottom: 45px;}
	.header-container .header .address-selector-container .address-selector .hashtag{font-size: 24px; margin-bottom: 19px;}
	 
	 	
/********** Products List ***********/
	.category-image .title-container .title.text-left.text-white h1{font-size: 30px;}
	.sub-categories .sub-categories-content .products-grid li.item{width: 98%; margin-bottom: 30px;}
	.sub-categories .sub-categories-content .products-grid li.item:nth-child(n){margin-right: 0;}
	
	.category-banner .content .content-wrapper{padding: 0 0 10px 20px;}
	.category-banner .content.text-left .content-wrapper{padding: 20px 10px 20px 20px;}
	.category-banner .content h2{font-size: 17px;}
	.category-banner .content{height: 150%;}
	.category-banner .content.text-right { height: 85%; text-align: left;}
	
	.content-banner .content .content-wrapper .button{margin-top: 5px;}
	
	/******** Video Banner  *********/
	.video-banner .content { top: 50%; position:absolute; margin-top: -75px !important; padding-right: 30px;}
	.video-banner .content .content-wrapper .button{padding:0px 10px; font-size: 8px;}
	.video-banner .content h1{ font-size: 17px; margin-bottom: 10px; }
	.video-banner .content h3 {margin-bottom: 10px}
	.video-banner .content h3 span { font-size: 13px;  }
	
	.banner-content-grid li .text p{font-size: 23px; top: 63%;}
	.content-banner span.Soon{position: absolute; font-size: 32px; color: #1c6273; top: 43%; left: 17%; text-transform: uppercase; font-weight: bold;}
	
	/******** Homepage Banner 1 - Black *********/
	.content-banner .content-container.banner-1 { max-width: 1400px; top: 0; left: 0px;  bottom: 0;margin: auto; position:absolute; top: 0; width: 100%; }
	.content-banner .content .banner-1-title{ font-size: 20px; margin-bottom: 15px;  line-height: 15px; text-shadow: 0 0 10px #fff;}
	.content-banner .content h3 span.banner-1-content{ font-weight: normal; font-size: 20px; color: #000; line-height: 20px; text-shadow: 0 0 10px #fff;}
	
	/******** Homepage Banner 1 - White *********/
	.content-banner .content .banner-1-title.white{ font-size: 18px; margin-bottom: 15px;  line-height: 15px; color: #000; text-shadow: 0 0 10px #fff;}
	.content-banner .content h3 span.banner-1-content.white{ font-weight: normal; font-size: 16px; color: #000; line-height: 20px; text-shadow: 0 0 10px #fff;}
	
	.content-banner img{opacity: 0.5;}
	.content-banner .content-container{ max-width: 1400px; top: 0; left: 0px;  bottom: 0;margin: auto; position:absolute; top: 0; width: 100%; }
	.content-banner .content-container .content-wrapper h1{margin-bottom: 5px; font-size: 17px; text-shadow: 0 0 10px #fff;}
	.content-banner .content-container .content-wrapper h3 span{margin-bottom: 5px; font-size: 16px; text-shadow: 0 0 10px #fff;}
	.content-banner .content-container .content-wrapper br{display: none;}
	.content-banner .content-container .content.text-right.text-black {padding-left: 50px; padding-right: 30px; font-size: 19px; text-align: right; }
	.content-banner .content-container .content.text-right.text-black .button{float:right;}
	.content-banner .content-container .content.text-left.text-white{padding-left: 30px; padding-right: 30px; }
	.content-banner .content .content-wrapper .button{margin-top: 15px;}
		
		
/********** Products View ***********/
	.product-view .product-shop .page-title h1{text-align: center;}
	.product-view .product-shop .social-container{text-align: center;}
	.product-view .manufacturer-img-container{width: 40%; top: 0;}
	.catalog-product-view .recipes .recipe-info{width: calc(100% - 141px);}
	
	.sub-categories .sub-categories-content .products-grid li.item .price-box{text-align: center; margin-left: 0px; }
	
/**************** Footer ***************************/


	.footer-container .footer .blocks-container .block.footer-links{width: 100%; text-align: center; margin-bottom: 30px;}
	.footer-container .footer .blocks-container .block.footer-links .title{text-align: center;}
	.footer-container .footer .block-subscribe{margin-top: 0;}
	.footer-container .footer .block-subscribe .title{text-align: center;}
}

@media only screen and (max-width: 315px) {
	.banner-content-grid li .text p{font-size: 21px; top: 60%;}
	
	/******** Homepage Banner 1 - White *********/
	.content-banner .content .banner-1-title.white{ font-size: 17px; margin-bottom: 10px; margin-top: 5px; line-height: 10px; color: #000; text-shadow: 0 0 10px #fff;}
	.content-banner .content h3 span.banner-1-content.white{ font-weight: normal; font-size: 16px; color: #000; line-height: 10px; text-shadow: 0 0 10px #fff;}
	
	.content-banner .content-container .content-wrapper h1{margin-bottom: 3px; font-size: 17px; text-shadow: 0 0 10px #fff;}
	.content-banner .content-container .content-wrapper h3 span{margin-bottom: 3px; font-size: 14px; text-shadow: 0 0 10px #fff;}
	.content-banner .content-container .content-wrapper br{display: none;}
	.content-banner .content-container .content.text-right.text-black {padding-left: 50px; padding-right: 30px; font-size: 19px; text-align: right; }
	.content-banner .content-container .content.text-right.text-black .button{float:right;}
	.content-banner .content-container .content.text-left.text-white{padding-left: 30px; padding-right: 30px; }
	.content-banner .content .content-wrapper .button{margin-top: 8px;}
}

@media only screen and (max-width: 290px) {
	.banner-content-grid li .text p{font-size: 20px; top: 59%;}
	.content-banner .content.text-left{padding-left: 25px;}
}
/**
 * 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.nightshift.com.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.nightshift.com.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.nightshift.com.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.nightshift.com.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.nightshift.com.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.nightshift.com.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.nightshift.com.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.nightshift.com.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.nightshift.com.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.nightshift.com.pt/skin/frontend/default/default/ajaxcartpro/images/btn_continue_shopping.png');
	width:144px;
}


#aw_acp_checkout{
	color:#fff;
	background:url('https://www.nightshift.com.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;
}

/*!
 *
 *  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.nightshift.com.pt/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.eot');
  src: url('https://www.nightshift.com.pt/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('https://www.nightshift.com.pt/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.woff') format('woff'), url('https://www.nightshift.com.pt/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.ttf') format('truetype'), url('https://www.nightshift.com.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/swipe_left.png) no-repeat 100% 50% transparent;
  background: url(https://www.nightshift.com.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/swipe_right.png) no-repeat 100% 50% transparent;
  background: url(https://www.nightshift.com.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;
  position: relative;
}

.mpblog-list.list .mpblog-post.thumbnail { 
  width: 32%;
  margin: 0 15px 5px 0;
  display: inline-block;
}

.mpblog-list.list .mpblog-post.thumbnail.last { 
  margin: 0;
}

.mpblog-list.list .mpblog-post .thumbnail-container .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  display: table;
}

.mpblog-list.list .mpblog-post .thumbnail-container .details .detail-wrapper{
  display: table-cell;
  vertical-align: middle;
}
.mpblog-list.list .mpblog-post .thumbnail-container .details .comments,
.mpblog-list.list .mpblog-post .thumbnail-container .details .calendar {
  display: none;
}
.mpblog-list.list .mpblog-post .thumbnail-container .details .date,
.mpblog-list.list .mpblog-post .thumbnail-container .details h2{
  text-shadow: 0 0 4px #000;	
}
.mpblog-list.list .mpblog-post .thumbnail-container .details .date {
  margin: 0;
  font-size: 30px;
  font-weight: lighter;
  text-transform: uppercase;
}

.mpblog-list.list .mpblog-post .thumbnail-container .details h2,
.mpblog-list.list .mpblog-post .thumbnail-container .details h2 a {
  font-size: 50px;
  color: #fff;
  font-weight: normal;
  text-transform:uppercase;
  margin-bottom: 20px;
  text-decoration: none;
}

.mpblog-list.list .mpblog-post.thumbnail .thumbnail-container .details .date{
	font-size: 20px;
	margin-bottom: 15px;
}
.mpblog-list.list .mpblog-post.thumbnail .thumbnail-container .details h2,
.mpblog-list.list .mpblog-post.thumbnail .thumbnail-container .details h2 a{
	font-size: 25px;
}

.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/rss.png") no-repeat 0 0 transparent;
  /** One for elder */
  background: url("https://www.nightshift.com.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: #3399cc;
}
.mp-comment-form {
  background-color: #f4f4f4;
}
.mp-comment-form h5 {
  text-transform: none;
}
.mp-blog-loader {
  background: url('https://www.nightshift.com.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/checked-input.png") no-repeat 50% 50% #ffffff;
  background: url("https://www.nightshift.com.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;
}

.mpblog-post .back {
	margin: 10px 0;
	text-align:right;
}

@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: 24px;
  height: 24px;
  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: 0;
  margin-bottom: 3px;
  position: relative;
}
.mpblog-categories ul li a{
  font-size: 20px;	
  color: #333;
}
/* 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: 2px;
  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: left;
  }
}
@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;
  float: left;
}
@media (max-width: 770px) {
  .mpblog-social-container .mp-buttons ul li {
    margin-bottom: 5px;
    display: inline-block;
  }
}
.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/twitter.png");
  background-image: url("https://www.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/twitter.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.facebook {
  background-image: url("https://www.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/facebook.png");
  background-image: url("https://www.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/facebook.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.vkontakte {
  background-image: url("https://www.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/vk.png");
  background-image: url("https://www.nightshift.com.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/ok.png");
  background-image: url("https://www.nightshift.com.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/blogger.png");
  background-image: url("https://www.nightshift.com.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/tumblr.png");
  background-image: url("https://www.nightshift.com.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/pinterest.png");
  background-image: url("https://www.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/pinterest.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.digg {
  background-image: url("https://www.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/digg.png");
  background-image: url("https://www.nightshift.com.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/mixx.png");
  background-image: url("https://www.nightshift.com.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/delicious.png");
  background-image: url("https://www.nightshift.com.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/stumbleupon.png");
  background-image: url("https://www.nightshift.com.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/slashdot.png");
  background-image: url("https://www.nightshift.com.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/slashdot.png");
  background-image: url("https://www.nightshift.com.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/reddit.png");
  background-image: url("https://www.nightshift.com.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/linkedin.png");
  background-image: url("https://www.nightshift.com.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.nightshift.com.pt/skin/frontend/base/default/mpblog/images/assets/google_bookmarks.png");
  background-image: url("https://www.nightshift.com.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 { 
  margin-bottom: 5px; 
}
.mpblog-categories .block-title,
.mpblog-search .block-title{
  display: none;	
}
.mpblog-categories .block-content,
.mpblog-search .block-content {
  border: 0; padding: 0;
}
.mpblog-search .block-content button.button {
  border: 0; 
  padding: 0; 
  vertical-align: middle; 
  background: none; 
  color: #666;
  font-size: 20px;
}
.mpblog-search .block-content input.input-text {
  width: 0;
  transition: .3s all;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  vertical-align: middle;
}
.mpblog-search .block-content input.input-text.opened {
  width: 180px;
  visibility: visible;
  opacity: 1;
  padding: 0 4px;
}
/* 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;
}

.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:530px;
	text-align:right;
	width:0%;
}

.searchautocomplete .search-autocomplete {

}
.searchautocomplete .form-search {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	transition: all .3s;
	width: 0%;
}

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

.searchautocomplete .sprite {
  background: url('https://www.nightshift.com.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: 250px;
  padding-right: 20px;
  border: 0;
  color: #1c6273;
  vertical-align: middle;
  text-indent: 4px;
  padding: 3px;
  text-transform: uppercase;
  position: relative;
  top: 38px;
  border: 1px solid #1c6273;
  right: -90px;
  visibility: hidden; 
  opacity: 0; 
  transition: all .3s ease;
}
.searchautocomplete .input-text.UI-SEARCH.UI-NAV-INPUT.visible { 
  width: 250px;
  padding-right: 20px;
  border: 0;
  color: #1c6273;
  vertical-align: middle;
  text-indent: 4px;
  padding: 3px;
  text-transform: uppercase;
  position: relative;
  top: 38px;
  border: 1px solid #1c6273;
  right: -68px;
  visibility: visible;
  opacity: 1;
}

.searchautocomplete button { 
  vertical-align: middle;
  font-size: 24px;
  line-height: 16px;
  padding: 9px;
  padding: 0;
  color: #1c6273;
  background: #fff;
  border: 0;
  position: relative;
  right: -335px;
  top: 4px;
}
.searchautocomplete .searchautocomplete-placeholder {
  background: #FFF;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 102;
  top: 90px;
  width: calc(100% + 200px);
  box-shadow: 0 0 5px #aaa;
  right: -221px;
}
.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: 448px;
}
.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: #14afa0;
}

.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.nightshift.com.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.nightshift.com.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;
}
