/**
 * 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) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

a:hover       { text-decoration:none; }
:focus        { outline:0; }

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

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

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

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

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

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


/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.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; }

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

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

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

/* 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-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 { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
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; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.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 .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,
.form-list .customer-name-middlename .name-middlename { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.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 .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

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


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


/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; line-height:13px; background:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }

/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }

/* Sorter */
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }

/* Toolbar */
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }

/* Data Table */
.data-table { width:100%;  }



.data-table thead th.wrap { white-space:normal; }
/* Bundle products tables */

.data-table tbody td .option-value { padding-left:10px; }

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

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

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

}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; padding-left: 20px;
    background: url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_collapse.gif) 0 4px no-repeat;
    cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.summary-details td { font-size:11px;  color:#626465; }
tr.summary-details-first td { text-align: right;}
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.burdastyle.it/skin/frontend/sevenlike/default/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

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

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

.link-rss { background:url(https://www.burdastyle.it/skin/frontend/sevenlike/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.burdastyle.it/skin/frontend/sevenlike/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.burdastyle.it/skin/frontend/sevenlike/default/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/btn_trash.gif) 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.burdastyle.it/skin/frontend/sevenlike/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.burdastyle.it/skin/frontend/sevenlike/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 { max-width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.burdastyle.it/skin/frontend/sevenlike/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; }
@media screen and (max-width: 380px) {
	.global-site-notice .notice-inner button.button {
		margin: 10px 10px 30px;
	}

	.global-site-notice .notice-inner button.button span {
		padding: 10px;
	}
}


/* Cookie Notice */
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }

/* Noscript Notice */

/* 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 ================================================================================ */
.logo { float:left; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; background:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

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


/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions a { float:left; }
.block .actions button.button { float:right;  }
.block .empty { margin:0; padding:5px 9px; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */

/* Block: Account */
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(https://www.burdastyle.it/skin/frontend/sevenlike/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 .currently li { background:#fff url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions a { float:none; }

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

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }


/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bkg_th-v.gif) 100% 0 repeat-y; }
.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:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { color: #666; border:1px solid #ccc; font-size: 14px; font-weight: normal; text-transform: uppercase; }
.block-poll button.button:hover span { color: #666; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span { border-color:#406a83; background:#618499; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/i_block-tags.gif); }
.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 { background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/i_block-list.gif); }
.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 { background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

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


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

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col1-layout .products-grid { margin:0 auto; }

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


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

.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }

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

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

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://www.burdastyle.it/skin/frontend/sevenlike/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.burdastyle.it/skin/frontend/sevenlike/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

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

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

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


/* Old price */
.old-price { margin:0; }

/* Special price */
.special-price { margin:0; padding:0; }
.special-price .price { font-size:13px; color:#c76200; }

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

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

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

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

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

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

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

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

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

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

/* Price notice next to the options */

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

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product 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.burdastyle.it/skin/frontend/sevenlike/default/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { color:#2f2f2f; }

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

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px;  color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }
.catalog-product-view .product-view .product-essential .product-shop.rivista #product_addtocart_form .add-to-box {
    margin-top: 0px;
}
/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart {clear: both;
    float: right;
    margin-top: 5px;}
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links {margin-top: 20px; float:left;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-collateral { background:#faf7ee url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { 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.burdastyle.it/skin/frontend/sevenlike/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.burdastyle.it/skin/frontend/sevenlike/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 h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }

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

/* Product Shop */
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }

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


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

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


/* 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 .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.burdastyle.it/skin/frontend/sevenlike/default/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(https://www.burdastyle.it/skin/frontend/sevenlike/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 dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

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


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

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




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

/* RSS */
.rss-title h1 { background:url(https://www.burdastyle.it/skin/frontend/sevenlike/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 ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

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

/* Shopping Cart Table */


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

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .shipping h2 { background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bkg_divider1.gif) 0 0 repeat-x; }

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

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


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dd li { margin:5px 0; }
.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; }

/* 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.burdastyle.it/skin/frontend/sevenlike/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

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

.gift-message-link { font-size:11px; background:url(https://www.burdastyle.it/skin/frontend/sevenlike/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.burdastyle.it/skin/frontend/sevenlike/default/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

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

.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 .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.burdastyle.it/skin/frontend/sevenlike/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

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

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

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

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


.opc .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 .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

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

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

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

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

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

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

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

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(https://www.burdastyle.it/skin/frontend/sevenlike/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.burdastyle.it/skin/frontend/sevenlike/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.burdastyle.it/skin/frontend/sevenlike/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.burdastyle.it/skin/frontend/sevenlike/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 ============================================================ */


/* 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.burdastyle.it/skin/frontend/sevenlike/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.burdastyle.it/skin/frontend/sevenlike/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */


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


/* General Box */



/* Block: Recent Orders */


/* Block: Account Information */


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

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

/* Address Book */
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */




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

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

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

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://www.burdastyle.it/skin/frontend/sevenlike/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 Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

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

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

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


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

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


/* Footer ================================================================================ */
.footer-container { border-top:15px solid #b6d1e2; }
.footer { width:930px; margin:0 auto; padding:10px 10px 50px; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* 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.burdastyle.it/skin/frontend/sevenlike/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://www.burdastyle.it/skin/frontend/sevenlike/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 ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

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

.amscroll-page .megaforum h1,.amscroll-page .megaforum h2,.amscroll-page .megaforum h3{
    display:none;
}

#checkout-review-table .a-right.totals-rewards, #shopping-cart-totals-table .a-right.totals-rewards{
    text-align: left !important;
    color: #666 !important;
    border: none;
}

.correlati-container {
	width: 20%;
	float: left;
}


#container.jwplayer {
	margin: 0 auto;
}

.jw-title-primary.jw-reset {
	width: 100%;
	font-size: 28px;
	text-align: center;
	margin: 7% 0 22%;
	font-family: "OpenSansRegular",sans-serif;
}

.jw-title-secondary.jw-reset {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	overflow-x: visible;
	white-space: normal;
	font-size: 16px;
	font-family: "OpenSansRegular",sans-serif;
}

.jw-skin-five .jw-display-icon-container {
    border-radius: 45px;
}

.jw-skin-five .jw-background-color {
    background: transparent none repeat scroll 0 0;
    border: 5px solid white;
    padding: 15px;
}

.jwplayer:hover .jw-display-icon-container {
    background: transparent !important;
}

.jw-skin-five .jw-icon-display {
    color: white;
}

.catalog-product-view .product-view.prodotto-video .other-products {
	background: none;
}

.prodotto-video .products-grid li.item  {
    margin: 0 0.5%;
    width: 24%;
    border: none;
    padding: 0 0 20px 0 !important;
}

.catalog-product-view .product-view.prodotto-video .other-products li:nth-child(3) {
    display: inline-block;
}

@media screen and (max-width: 1023px) {
	.prodotto-video .products-grid li.item {
	    margin: 2%;
	    width: 45%;
	}
}

@media screen and (max-width: 320px) {

/*	.catalog-product-view .product-view.prodotto-video .product-essential .product-shop #product_addtocart_form .add-to-box .link-wishlist {
		text-indent: -9999px;
	}*/

	.prodotto-video .ratings {
	    float: right;
	    width: auto;
	}

	.prodotto-video .products-grid li.item {
	    margin: 2% 0;
	    width: 100%;
	    padding: 0 !important;
	}
}

.prodotto-video .products-grid li.item .item.absolute{
    display: none;
}

.prodotto-video .box-up-sell .product-name {
	text-transform: none;
}

.prodotto-video .products-grid li.item .datiProd, .prodotto-video .products-grid li.item {
    height: inherit;
}


/*.attachment-specs {
	margin: 50px auto;
}*/




#sondattoprodotto {
	position: relative;
}

#pollForm #poll-answers, #pollForm .actions {
	display: none;
}

#pollForm .actions button {
	margin-top: -40px;
}

.block.block-poll {
	border: none;
	width: 100%;
}

.block-poll .block-title {
	text-align: center;
}

#pollForm .block-subtitle, #pollForm #poll-answers label {
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

#pollForm .block-subtitle::before {
	content: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/poll-icon.png');
	display: block;
    float: left;
    margin: -6px 30px 0 0;
}

#pollForm #poll-answers {
	margin: 10px 0 0 65px;
}

#togglePoll {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	position: absolute;
	top: 30px;
	right: 0;
	text-transform: uppercase;
}

#togglePoll::after {
	content: " \203A";
	color: #ea3264;
	font-size: 20px;
    font-weight: bold;
}

.attachment-specs {
	margin-bottom: 50px;
}

.attachment-item {
	width: 23%;
	float: left;
	margin: 20px 1%;
}

.box-attachments h2, .other-products h2, #sondattoprodotto .block-title strong span {
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
}

.attachment-item span {
	font-size: 15px;
}

.box-attachments .attach-title::after {
	content: " \203A";
	transform: rotate(90deg);
	/*transform-origin: left top 0;*/
	float: right;
	font-size: 30px;
	border: 1px solid #ccc;
	padding: 5px 15px 15px;
	color: #999;
}
 
.box-attachments .attach-img img {
	margin-top: -5px;
}

#attachment-file-size {
	display: none;
}


@media screen and (max-width: 1023px) {
	.attachment-item {
	    width: 40%;
	    margin: 2% 4.5%;
	}	
}

@media screen and (max-width: 560px) {
	.attachment-item {
	    width: 90%; 
	}	
}


.commentWrapper {
	clear: both;
    margin: 0 auto;
    width: 80%;
}

.prodotto-video #sondattoprodotto .block-poll {
  width: 100%;
  border: none;
  margin-top: 20px;
}

.prodotto-video #sondattoprodotto .block-poll .block-title {
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 20px;
}

.prodotto-video .product_video {
  background-color: #000;
  /*margin: 0 -8px;*/
  position: relative;
}

.video-bottom-container {

}

@media only screen and (max-width: 59.938em) {
  .main-container .main .col-main, .box-attachments {
    width: 96%;
    padding: 0 2%;
  }
}
@media only screen and (max-width: 47.938em) {
  .main-container .main .col-main, .box-attachments {
    width: 96%;
    padding: 0 2%;
  }
}

@media only screen and (max-width: 47.938em) {
  .products-grid li.item .product-name {
    margin-bottom: 10px;
    line-height: 0.769rem;
    height: 50px;
  }

  .prodotto-video .products-grid li.item .product-name {
    height: auto;
  }
}

.catalog-product-view .product-view .product-essential .video-bottom-container .product-shop {
  float: left;
  width: 20%;
}

.catalog-product-view .product-view .social {
  float: right;
}

.catalog-product-view .video-bottom-container .social {
  margin-top: 15px;
}

.catalog-product-view .product-view .social ul li {
  float: left;
}
.catalog-product-view .product-view .social ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/social.jpg") 0 0 no-repeat;
  background-size: 180px;
  cursor: pointer;
}
.catalog-product-view .product-view .social ul li a.fb {
  background-position: 1px 2px;
  border-right: 1px solid #999;
  margin-right: 5px;
}
.catalog-product-view .product-view .social ul li a.tw {
  background-position: -49px 2px;
  border-right: 1px solid #999;
  margin-right: 5px;
  padding-right: 5px;
}
.catalog-product-view .product-view .social ul li a.gp {
  background-position: -99px 1px;
  border-right: 1px solid #999;
  margin-right: 5px;
  padding-right: 5px;
}
.catalog-product-view .product-view .social ul li a.pt {
  background-position: -154px 0px;
}

@media only screen and (max-width: 47.938em) {
  .catalog-product-view .product-view .product-essential .ratings .no-rating {
    margin-bottom: 15px;
  }
}
.catalog-product-view .product-view .product-essential .ratings .rating-title {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.catalog-product-view .product-view.prodotto-video .product-essential .ratings .rating-title {
  display: block;
  float: none;
  margin: 20px 0 -15px -160px;
  text-align: center;
  color: #999;
  font-size: 14px;
}

@media only screen and (max-width: 380px) {
	.catalog-product-view .product-view.prodotto-video .product-essential .ratings .rating-title {
		margin: 10px 0 -25px -160px;
	}
}

.catalog-product-view .product-view .product-essential .ratings .rating-box {
  width: 115px;
  height: 15px;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/rating_grey.jpg") 0 0 no-repeat;
  display: inline-block;
  float: left;
  position: relative;
}

.catalog-product-view .product-view.prodotto-video .product-essential .ratings .rating-box {
  display: block;
  float: none;
  margin: 0 auto;
}



@media only screen and (max-width: 47.938em) {
  .catalog-product-view .product-view .product-essential .ratings .rating-box {
    margin-top: 10px;
  }
}
.catalog-product-view .product-view .product-essential .ratings .rating-box .rating {
  width: 115px;
  height: 15px;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/rating_pink.png") 0 0 no-repeat;
}
.catalog-product-view .product-view .product-essential .ratings .rating-box .rat {
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.catalog-product-view .product-view .product-essential .ratings .rating-box .rat.rat1 {
  left: 0;
}
.catalog-product-view .product-view .product-essential .ratings .rating-box .rat.rat2 {
  left: 25px;
}
.catalog-product-view .product-view .product-essential .ratings .rating-box .rat.rat3 {
  left: 48px;
}
.catalog-product-view .product-view .product-essential .ratings .rating-box .rat.rat4 {
  left: 73px;
}
.catalog-product-view .product-view .product-essential .ratings .rating-box .rat.rat5 {
  left: 97px;
}
.prodotto-video .ratings {
  width: 40%;
  float: left;
}

@media screen and (max-width: 320px) {
  .prodotto-video .ratings {
      float: right;
      width: auto;
  }
}
.prodotto-video .ratings .no-rating {
  display: none;
}


.catalog-product-view .product-view .product-essential .product-shop.product-shop-video {
  width: 30%;
  float: left;
}


.catalog-product-view .product-view .product-essential #product_addtocart_form .product-options {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.catalog-product-view .product-view .product-essential #product_addtocart_form .product-options .titleAcquisto {
  float: left;
  margin-top: 20px;
  padding-top: 12px;
  position: relative;
  width: 240px;
  margin-left: -5px;
}

.catalog-product-view .product-view .product-essential .product-shop.product-shop-video #product_addtocart_form .add-to-box {
  margin-top: 0;
}

.catalog-product-view .product-view.prodotto-video .other-products {
  width: 100%;
  margin: 50px auto;
}

.catalog-product-view .product-view .other-products > div.box-up-sell {
  margin-bottom: 40px;
  margin-top: 25px;
}

@media only screen and (max-width: 47.938em) {
  .catalog-product-view .product-view {
    margin: 0 1%;
    margin-top: -770px;
  }
}

.video-preview,
.video-title,
.video-description,
#slOpenVideo {    
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    padding: 0 20%;
    line-height: 1.2;
}

.video-preview {
	font-size: 24px;
    top: 15%; 
}

.video-title { 
    font-size: 35px;
    top: 20%;
}

.video-description {
	bottom: 25%;
	font-size: 14px;
}

#slOpenVideo {
	bottom: 12%;
    font-size: 24px;
    text-transform: uppercase;
    z-index: 999;
}

#slOpenVideo span {
	font-size: 30px;
	color: #fff;
}

#slOpenVideo:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.video-description {
		display: none;
	}
}


@media screen and (max-width: 480px) {

	.video-title,
	.video-description {
	    padding: 0;
	}

	.video-preview {
		font-size: 20px;
		top: 5%;
	}

	.video-title { 
	    font-size: 24px;
	    top: 15%;
	}

	#slOpenVideo {
		bottom: 18%;
	    font-size: 18px;
		line-height: 0;
	}

	#slOpenVideo span {
		font-size: 24px;
	}

}

.category-products.category-video .products-list li .datiProd .actions button.button:hover > span > span {
	color: #666666;
}

.category-products.category-video .products-list li .datiProd .actions a {
	background: rgba(0, 0, 0, 0) url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_button_biggest.png") repeat-x scroll 0 0;
	display: block;
	width: 115px;
	color: #666666;
	font-weight: 700;
	font-size: 0.9rem;
	padding: 10px;
	border: 1px solid #eeeeee;
    border-radius: 3px;
    font-family: "Arial",serif;
}

.category-products.category-video .products-list li .datiProd .actions a:hover {
	text-decoration: none;
	border-color: #ccc;
}

.close-slOpenVideoIframe {
	display: none;
	position: absolute;
    right: 0px;
    top: -30px;
    z-index: 99999;
}

video#video-slide {
    min-height: 300px;
}
/**
 * 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) 2013 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.burdastyle.it/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.burdastyle.it/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.burdastyle.it/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.burdastyle.it/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.burdastyle.it/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.burdastyle.it/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.burdastyle.it/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.burdastyle.it/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.burdastyle.it/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.amscroll-navbar {
	background: rgb(58,79,98);
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 0px;
}
.amscroll-page-num {
	background: #efefef;
	color: #111;
	display: none;
	padding: 0px 10px;
}
.amscroll-navbar ul {
	list-style: none;
	padding-top: 5px;
}
.amscroll-navbar ul li {
	display: inline;
	color: #fff;
	padding: 0px 5px;
}
.amscroll-navbar ul li.amscroll-current {
	background: #efefef;
	color: #000;
}

.amscroll-navbar div.amscroll-pager {
	width: 60%;
	float: left;
}

.amscroll-navbar div.amscroll-top {
	width: 20%;
	float: left;
}
.amscroll-navbar div.amscroll-top a {
	color: #fff;
	padding-top: 5px;
	display: block;
}
.amscroll-navbar div.amscroll-tab {
	width: 20%;
	float: left;
}
.amscroll-navbar div.amscroll-tab a {
	color: #fff;
}

.amscroll-load-button {
	background: rgb(58,79,98);
  	border: 0px;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin: 5px 0px;
    width: 100%;
}

.amscroll-loading {
	background-repeat:no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 50px;
}


div.amshopby-column {
    float:left; width:83px;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}  
div.block-layered-nav dd a img {padding: 0px 4px 5px; float:left;} 

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(https://www.burdastyle.it/skin/frontend/base/default/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(https://www.burdastyle.it/skin/frontend/base/default/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }




div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px auto 5px auto; z-index:9; height:18px;  background: url(https://www.burdastyle.it/skin/frontend/base/default/images/amshopby-slider-bg.gif) no-repeat 50% 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {width:8px; top:3px; height:14px; background: transparent url(https://www.burdastyle.it/skin/frontend/base/default/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('https://www.burdastyle.it/skin/frontend/base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategores block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.btn-remove-inline { background-image: url('https://www.burdastyle.it/skin/frontend/base/default/images/btn_remove.gif'); background-repeat: no-repeat; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }

/**
 * Itemgrid
 */



.itemgrid .item {
	float:left;
	padding-left:1%;
	padding-right:1%;
}


/* Itemgrid: different numbers of columns
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Clear every first item in each row (row: group of n items) */

/* Item grid: 1 column */
.itemgrid-1col .item { width:98%; }

/* Item grid: 2 columns */
.itemgrid-2col .item { width:48%; }
.itemgrid-2col .item:nth-child(2n+1) { clear:left; }

/* Item grid: 3 columns */
.itemgrid-3col .item { width:31.3333%; }
.itemgrid-3col .item:nth-child(3n+1) { clear:left; }

/* Item grid: 4 columns */
.itemgrid-4col .item { width:24%; }
.itemgrid-4col .item:nth-child(4n+1) { clear:left; }
.itemgrid-4col .item.dop { width:48%; }

/* Item grid: 5 columns */
.itemgrid-5col .item { width:18%; }
.itemgrid-5col .item:nth-child(5n+1) { clear:left; }

/* Item grid: 6 columns */
.itemgrid-6col .item { width:14.6666%; }
.itemgrid-6col .item:nth-child(6n+1) { clear:left; }

/* Item grid: 7 columns */
.itemgrid-7col .item { width:12.2857%; }
.itemgrid-7col .item:nth-child(7n+1) { clear:left; }

/* Item grid: 8 columns */
.itemgrid-8col .item { width:10.5%; }
.itemgrid-8col .item:nth-child(8n+1) { clear:left; }

/*
 * Accordions and collapsible blocks
 */



/* Accordion  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.accordion {
	padding:0;
	margin:0;
	list-style-type:none;
}
.accordion ul {
	float:left;
	display:block;
	width:100%;
	padding:0;
	margin:0;
}
.accordion li {
	float:left;
	display:block;
	width:100% !important;
	padding:0 !important;
	margin:0;
	list-style-type:none;
	cursor:pointer;
	position:relative;
}

.accordion li.active {}
.accordion li.current {}
.accordion li a {
	display:block;
	padding:15px 10px;
	font-size: 1.1666em; /*14px*/
	line-height: 1.2857em; /*18px*/
}
.accordion li li a { padding-left:20px; }
.accordion li li li a { padding-left:40px; }
.accordion li li li li a { padding-left:60px; }

/* Space for openner if item has children.
   Space has to be a few pixels wider than openner */
.accordion li.parent > a { padding-right:54px; }

/* Opener
-------------------------------------------------------------- */
.accordion .opener {
	position:absolute;
	right:0;
	top:0;
	display:block;
	cursor:pointer;
	
	width:49px;
	height:49px;
	background: url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/infortis/ultra-megamenu/opener.png) center center no-repeat;
}
.accordion .opener:hover {
	background-color:rgba(0,0,0, 0.05);
}

/* Active */
.accordion li.active > .opener {
	background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/infortis/ultra-megamenu/opener-active.png);
}


/* Accordion - Style 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Padding
-------------------------------------------------------------- */
.accordion-style1 li a { padding:5px 10px; }
.accordion-style1 li li a { padding-left:20px; }
.accordion-style1 li li li a { padding-left:35px; }
.accordion-style1 li li li li a { padding-left:50px; }

/* Space for openner if item has children.
   Space has to be a few pixels wider than openner */
.accordion-style1 li.parent > a { padding-right:33px; }

/* Misc
-------------------------------------------------------------- */
.accordion-style1 li a {
	border-bottom-color:#eee;
	border-bottom:1px solid rgba(0,0,0,0.06);
	font-size:1em; /*12px*/
	line-height:1.5em; /*18px*/
}
.accordion-style1 li a:hover {
	background-color:rgba(0,0,0, 0.03);
}

/* Opener
-------------------------------------------------------------- */
.accordion-style1 .opener {
	width:28px;
	height:28px;
	/*background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/infortis/ultra-megamenu/opener-small.png);*/
	background-color:rgba(0,0,0, 0.03);
}
.accordion-style1 .opener:hover {
	background-color:rgba(0,0,0, 0.10);
	background-image: url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/infortis/ultra-megamenu/opener-w.png);
}

/* Active */
/*.accordion-style1 li.active > .opener {
	background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/infortis/ultra-megamenu/opener-small-active.png);
}*/
.accordion-style1 li.active > .opener:hover {
	background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/infortis/ultra-megamenu/opener-active-w.png);
}



/* Collapsible %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.collapsible { position:relative; }
.collapsible .block-title {
	padding-top:8px;
	padding-right:35px; /* Space for opener */
	padding-bottom:8px;
	border-bottom:1px solid #f2f2f2;
	border-color:rgba(0,0,0, 0.05);
	margin-bottom:0.625em; /*10px*/
	
	font-size:1.3333em; /*16px*/
	line-height:1.25em; /*20px*/
	font-weight:normal;
}

.collapsible .block-content,
.collapsible .block-content > * {
	margin-top:0; /* Prevent animation jumping */
}

/* Opener
-------------------------------------------------------------- */
.collapsible .opener {
	position:absolute;
	right:0;
	top:2px;
	display:block;
	cursor:pointer;
	
	width:30px;
	height:30px;
	background-color:#f2f2f2; /*IE*/
	background-color:rgba(0,0,0, 0.05);
	background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/infortis/ultra-megamenu/opener.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border-radius:50%;*/
}
.collapsible .opener:hover {
	background-color:#e5e5e5; /*IE*/
	background-color:rgba(0,0,0, 0.1);
	background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/infortis/ultra-megamenu/opener-w.png);
}
.collapsible.active .opener {
	background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/infortis/ultra-megamenu/opener-active.png);
}
.collapsible.active .opener:hover {
	background-image:url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/infortis/ultra-megamenu/opener-active-w.png);
}

/* Mobile accordion
-------------------------------------------------------------- */
.mobile-collapsible {}

/*
 * Navigation menu
 */



/* Drop-down menu (horizontal)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/



/* All levels
-------------------------------------------------------------- */
.page #nav li { text-align:left; }
.page #nav li a span { display:block; white-space:nowrap; }
.page #nav li ul a span { white-space:normal; }

/* 1st level only
-------------------------------------------------------------- */
.page #nav > li { float:left; }
.page #nav > li.last { padding-right:0; }
.page #nav > li > a { display:block; padding:0 12px; -webkit-tap-highlight-color: transparent; }
.page #nav > li > a > span { display: inline-block; }

/* Drop-down boxes:
	wide:    2nd-level category drop-down box + custom block drop-down box
	classic: custom block drop-down box
-------------------------------------------------------------- */



/* Home link
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* item with "feature" class */
.page #nav a.level-top.feature { margin:0; /* Remove default margins */ }

/* Icon inside item */
.page #nav li a.level-top .icon {
	padding: 3px;
	margin: 0;
	float: none;
	display: inline-block;
	vertical-align: middle;
	background-color:transparent !important; /* Remove default colors */
}
.page #nav li:hover a.level-top .icon { padding: 3px; }

	/* Single icon as home link
	-------------------------------------------------------------- */
	#nav #homelink-icon { margin-left: 12px; /* The same as side padding of top-level items */ }
	#nav #homelink-icon a.level-top {
		padding-left: 5px;
		padding-right: 5px;
		background: none !important; box-shadow: none !important; border: none !important;
	}


/* Additional elements in the drop-down menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Static blocks displayed as a drop-down in the main menu
-------------------------------------------------------------- */
/* Custom menu item */
.page #nav .nav-custom-link > a { cursor:default; }

/* Remove 'relative' positioning from custom 'li' (custom block have to be positioned relative to #nav) */
.page #nav .nav-custom-link { position:static; }
	
/* Static block's content - basic formatting */
.page #nav .nav-custom-link .header-nav-dropdown-wrapper { padding-bottom:10px; }
.page #nav .nav-custom-link .header-nav-dropdown-wrapper p { margin:10px 0; }
.page #nav .nav-custom-link .header-nav-dropdown-wrapper .heading { margin:10px 0; }


/* Number of products in category
-------------------------------------------------------------- */
/* Sidebar menu */
.vertnav .number {
	margin-left: 3px;
	color: #aaa;
}
/* Main menu */
.page #nav .number {
	display: inline;
	margin-left: 3px;
}
.page #nav ul li .number {
	color: #aaa;
}


/* Category labels
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cat-label {
	padding:2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	text-transform:none;
	text-shadow:none;
	
	transition:			color 450ms ease-in-out, background-color 450ms ease-in-out;
	-moz-transition:	color 450ms ease-in-out, background-color 450ms ease-in-out;
	-webkit-transition:	color 450ms ease-in-out, background-color 450ms ease-in-out;
	-o-transition:		color 450ms ease-in-out, background-color 450ms ease-in-out;
}
li > a:hover > span > .cat-label {
	transition-duration:			100ms;
	-moz-transition-duration:		100ms;
	-webkit-transition-duration:	100ms;
	-o-transition-duration:			100ms;
}

/* 1st level
-------------------------------------------------------------- */
li.level0 > a > span { position:relative; }
li.level0 > a > span > .cat-label {
	position:absolute;
	top:-14px;
	right:0;
	padding:0 6px;
	
	font-size:14px;
	line-height:22px;
}

/* Add pin (only 1st level) */
li.level0 > a > span > .pin-bottom:before {
	position:absolute;
	right:6px;
	top:22px;
	width:0;
	height:0;
	content:"";
	border-style:solid;
	border-width:4px;
	border-color:transparent;

	transition:			border-color 450ms ease-in-out;
	-moz-transition:	border-color 450ms ease-in-out;
	-webkit-transition:	border-color 450ms ease-in-out;
	-o-transition:		border-color 450ms ease-in-out;
}
li.level0 > a:hover > span > .pin-bottom:before {
	transition-duration:			100ms;
	-moz-transition-duration:		100ms;
	-webkit-transition-duration:	100ms;
	-o-transition-duration:			100ms;
}

/* 2nd level
-------------------------------------------------------------- */
li.level1 > a > span > .cat-label {
	display:inline-block !important;
	padding:0 4px;
	margin-left:2px;
    vertical-align:middle;
}

/* 3rd level
-------------------------------------------------------------- */
li.level2 > a > span > .cat-label {
	display:inline-block !important;
	padding:0 4px;
	margin-left:2px;
}

/* Category labels inside mobile menu / vertical menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
ul.vertnav li > a > span > .cat-label {
	position:static;
	display:inline-block !important;
	padding:0 4px;
	margin-left:2px;
}

/* Hide pin */
ul.vertnav li > a > span > .pin-bottom:before {
	display:none;
}

/* Label size: all levels
-------------------------------------------------------------- */
ul.vertnav li > a > span > .cat-label {
	font-size:inherit;
	line-height:inherit;
}
ul.vertnav-top li > a > span > .cat-label {
	font-size:14px;
	line-height:18px;
}


/* Category blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-block { margin-top:0; margin-bottom:0; }
.nav-block-top {}
.nav-block-bottom {}
.nav-block-center { margin-top:0px; }
.nav-block-right { margin-top:0px; }

.nav-block-level1-top { margin-bottom:0px; }
.nav-block-level1-bottom { margin-top:10px; }

/* Section line (separator) is lighter than other lines
-------------------------------------------------------------- */
.nav-block .section-line { border-color:#eee; }


/* Common styles for main menu (horizontal + mobile vertical + mobile menu trigger)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* horizontal + mobile menu trigger */
#mobnav-trigger,
.page #nav > li > a { font-size:16px; /*1.3333em*/ }


/* Size, height etc.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Mobile menu trigger
-------------------------------------------------------------- */
#mobnav-trigger {
	line-height:49px;
}

/* Main menu - horizontal
-------------------------------------------------------------- */


/* Drop-down box position relative to menu bar */
.page #nav .level0-wrapper,
.page #nav.classic ul.level0 /* For classic style menu */
{
	top:100%;
}



/* Grid units */
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,

/* Special grid units */
.grid-col2-sidebar,
.grid-col2-main
{ 
	/*position:relative;*/
	display:inline;
	float:left;
}

/* Basic grid units width */
.grid12-1	{ width:6.33%; }
.grid12-2	{ width:14.66%; }
.grid12-3	{ width:23%; }
.grid12-4	{ width:31.33%; }
.grid12-5	{ width:39.67%; }
.grid12-6	{ width:48%; }
.grid12-7	{ width:56.33%; }
.grid12-8	{ width:74%; }
.grid12-9	{ width:73%; }
.grid12-10	{ width:81.33%; }
.grid12-11	{ width:89.67%; }


/* Grid units without left gutter (margin) */
.no-left-gutter.grid12-1	{ margin-left:0; width:7.33%; }
.no-left-gutter.grid12-2	{ margin-left:0; width:15.66%; }
.no-left-gutter.grid12-3	{ margin-left:0; width:24%; }
.no-left-gutter.grid12-4	{ margin-left:0; width:32.33%; }
.no-left-gutter.grid12-5	{ margin-left:0; width:40.67%; }
.no-left-gutter.grid12-6	{ margin-left:0; width:49%; }
.no-left-gutter.grid12-7	{ margin-left:0; width:57.33%; }
.no-left-gutter.grid12-8	{ margin-left:0; width:65.67%; }
.no-left-gutter.grid12-9	{ margin-left:0; width:74%; }
.no-left-gutter.grid12-10	{ margin-left:0; width:82.33%; }
.no-left-gutter.grid12-11	{ margin-left:0; width:90.67%; }
.no-left-gutter.grid12-12,
.no-left-gutter.grid-full	{ margin-left:0; width:99%; }

/* Grid units without right gutter (margin) */
.no-right-gutter.grid12-1	{ margin-right:0; width:7.33%; }
.no-right-gutter.grid12-2	{ margin-right:0; width:15.66%; }
.no-right-gutter.grid12-3	{ margin-right:0; width:24%; }
.no-right-gutter.grid12-4	{ margin-right:0; width:32.33%; }
.no-right-gutter.grid12-5	{ margin-right:0; width:40.67%; }
.no-right-gutter.grid12-6	{ margin-right:0; width:49%; }
.no-right-gutter.grid12-7	{ margin-right:0; width:57.33%; }
.no-right-gutter.grid12-8	{ margin-right:0; width:65.67%; }
.no-right-gutter.grid12-9	{ margin-right:0; width:74%; }
.no-right-gutter.grid12-10	{ margin-right:0; width:82.33%; }
.no-right-gutter.grid12-11	{ margin-right:0; width:90.67%; }
.no-right-gutter.grid12-12,
.no-right-gutter.grid-full	{ margin-right:0; width:99%; }

/* Grid units without any gutter (margin) */
.no-gutter.grid12-1		{ margin-left:0; margin-right:0; width:8.33%; }
.no-gutter.grid12-2		{ margin-left:0; margin-right:0; width:16.66%; }
.no-gutter.grid12-3		{ margin-left:0; margin-right:0; width:25%; }
.no-gutter.grid12-4		{ margin-left:0; margin-right:0; width:33.33%; }
.no-gutter.grid12-5		{ margin-left:0; margin-right:0; width:41.67%; }
.no-gutter.grid12-6		{ margin-left:0; margin-right:0; width:50%; }
.no-gutter.grid12-7		{ margin-left:0; margin-right:0; width:58.33%; }
.no-gutter.grid12-8		{ margin-left:0; margin-right:0; width:66.67%; }
.no-gutter.grid12-9		{ margin-left:0; margin-right:0; width:75%; }
.no-gutter.grid12-10	{ margin-left:0; margin-right:0; width:83.33%; }
.no-gutter.grid12-11	{ margin-left:0; margin-right:0; width:91.67%; }
.no-gutter.grid12-12,
.no-gutter.grid-full	{ margin-left:0; margin-right:0; width:100%; }

/* Special grid units: basic structure of pages with 1 and 2 sidebars
-------------------------------------------------------------- */
/* 2 columns: fixed-width sidebar unit and fluid main unit.
   Sidebar unit has the same width for all screen sizes equal or greater than 1280px.
   Width of the main unit is fluid.
*/
.grid-col2-sidebar	{ width:23%; }
.grid-col2-main		{ width:73%; }

/* Another 2 columns inside ".grid-col2-main": fixed-width sidebar unit and fluid main unit */
.grid-col3-sidebar 		{ width:31.52%; }
.grid-col3-main			{ width:65.90%; }

/**
 * Wide drop-down menu
 */

/* 2nd level only
-------------------------------------------------------------- */
/* 2nd-level links block: with subcategory title and a list of child categories */
.page #nav ul.level0 > li {
	display:inline-block;
	float:none;
	vertical-align:top;
	padding-top:0;
	padding-bottom:15px;
    padding-left: 0;
}
.page #nav ul.level0 > li > a {
	margin-bottom:10px;
	font-size:16px;
	line-height:18px;
}

/* 2nd level+
-------------------------------------------------------------- */
.page #nav ul li { /*float:none;*/ margin-bottom:1px; }
.page #nav ul li a { float:none; }

/* 3rd level only
-------------------------------------------------------------- */
.page #nav ul.level1 { position:static; }
.page #nav ul.level1 > li:hover { background-position:6px 6px; }

/* 4th level
-------------------------------------------------------------- */
.page #nav ul.level2 { margin:7px 0; padding:0; position:static; }
.page #nav ul.level2 a { font-size:0.9166em; line-height:1.2727em; /*11px 14px*/ opacity:0.6; }
.page #nav li.level2:hover ul.level2 a {
	opacity:1;
	transition:			opacity 150ms ease-out;
	-moz-transition:	opacity 150ms ease-out;
	-webkit-transition:	opacity 150ms ease-out;
	-o-transition:		opacity 150ms ease-out;
}

/* 4rd level+
-------------------------------------------------------------- */
.page #nav ul ul ul li { background:none; padding-left:0; }


.forum tfoot {
    border-bottom: 1px solid #6CA5BC;
}
.forum tfoot tr.first td {
    background: url("https://www.burdastyle.it/skin/frontend/default/default/images/bkg_tfoot.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.forum tfoot tr {
    background-color: #DEE5E8 !important;
}
.forum tfoot strong {
    font-size: 16px;
}

.forum tbody.odd tr {
    background: none repeat scroll 0 0 #F8F7F5 !important;
}
.forum tbody.even tr {
    background: none repeat scroll 0 0 #F6F6F6 !important;
}
.forum tbody.odd tr td, .forum tbody.even tr td {
    border-bottom: 0 none;
}
.forum tbody.odd tr.border td, .forum tbody.even tr.border td {
    border-bottom: 1px solid #6CA5BC;
}
.forum tbody td .option-label {
    font-style: italic;
    font-weight: bold;
}
.forum tbody td .option-value {
    padding-left: 10px;
}

.form-border .details{ border-right:1px solid #6CA5BC !important; text-align:center; padding-top:4%; width:20%;}

.form-border a{ font-weight:bold; }

.selection{ width:120px; font-weight:bold;}

.list{ width:48px;}

#j2t-track1 {background-image:url(https://www.burdastyle.it/skin/frontend/base/default/images/j2t-bg-fader.gif); background-repeat:no-repeat; width:209px; height:28px;}
#j2t-handle1 {background-image:url(https://www.burdastyle.it/skin/frontend/base/default/images/j2t-thumb-n.gif); background-repeat:no-repeat; width:17px; height:21px; cursor:move;}
#j2t-track2 {background-image:url(https://www.burdastyle.it/skin/frontend/base/default/images/j2t-bg-fader.gif); background-repeat:no-repeat; width:209px; height:28px;}
#j2t-handle2 {background-image:url(https://www.burdastyle.it/skin/frontend/base/default/images/j2t-thumb-orange.gif); background-repeat:no-repeat; width:17px; height:21px; cursor:pointer;}
.j2t-loyalty-points {display:block; clear:both;}
.rewards_point_cart em {color:#EB340A;}
.form-list .field.j2t-rewardpoints-email {width: 280px;}
.form-list .field.j2t-rewardpoints-email img {vertical-align: middle;}
/**
 * @category   Sbridge
 * @package    Sbridge_Moreview
 * @author     ModuleCreator
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
 
.sbmoreview 
{
    opacity:0;
    position: absolute;
    transition: all 1s ease;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
}
.product-image:hover .sbmoreview
{
    opacity:1;
}
.product-image:hover .sbview
{
    opacity:0;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
* {
  padding: 0;
  margin: 0; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  vertical-align: top; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  /*border: 1px solid #c0c0c0;*/
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* colori */
/* dimensioni font */
/*      */
/* 45px */
/* 42px */
/*      */
/*      */
/* 26px */
/* 25px */
/* 22px */
/* 21px */
/* 20px */
/* 16px */
/* 15px */
/* 14px */
/* 13px */
/* 12px */
/* 11px */
/* 11px */
/* 10px */
/* 9px  */
/* larghezze */
/* valori media-queries */
/* riutilizzi */
@font-face {
  font-family: 'OpenSansBold';
  src: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/fonts/opensans-bold.eot");
  src: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/fonts/opensans-bold.eot?iefix") format("embedded-opentype"), url("https://www.burdastyle.it/skin/frontend/sevenlike/default/fonts/opensans-bold.woff") format("woff"), url("https://www.burdastyle.it/skin/frontend/sevenlike/default/fonts/opensans-bold.ttf") format("truetype"), url("https://www.burdastyle.it/skin/frontend/sevenlike/default/fonts/opensans-bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansRegular';
  src: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/fonts/opensans-regular.eot");
  src: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/fonts/opensans-regular.eot?iefix") format("embedded-opentype"), url("https://www.burdastyle.it/skin/frontend/sevenlike/default/fonts/opensans-regular.woff") format("woff"), url("https://www.burdastyle.it/skin/frontend/sevenlike/default/fonts/opensans-regular.ttf") format("truetype"), url("https://www.burdastyle.it/skin/frontend/sevenlike/default/fonts/opensans-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Hand';
  src: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/fonts/hand_of_sean_demo-webfont.eot");
  src: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/fonts/hand_of_sean_demo-webfont.eot?iefix") format("embedded-opentype"), url("https://www.burdastyle.it/skin/frontend/sevenlike/default/fonts/hand_of_sean_demo-webfont.woff") format("woff"), url("https://www.burdastyle.it/skin/frontend/sevenlike/default/fonts/hand_of_sean_demo-webfont.ttf") format("truetype"), url("https://www.burdastyle.it/skin/frontend/sevenlike/default/fonts/hand_of_sean_demo-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* prezzi */
.regular-price .price,
.special-price .price,
.minimal-price .price {
  font-family: "Arial", serif;
  font-size: 1.2rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2rem;
  color: #666666; }
  @media only screen and (max-width: 47.938em) {
    .regular-price .price,
    .special-price .price,
    .minimal-price .price {
      font-size: 1rem; } }

/* bottoni */

button.button {
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_button_standard.png") 0 0 repeat-x;
  border: 1px solid #eeeeee;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  @media only screen and (max-width: 47.938em) {
    button.button {
      float: right; } }
  button.button span {
    border: 0;
    background: none;
    height: 19px;
    padding: 6px 10px 0;
    color: #666666;
    font-family: "Arial", serif;
    font-size: 0.9rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1.2rem; }
    @media only screen and (max-width: 47.938em) {
      button.button span {
        background-color: #efefef;
        height: 30px !important; } }
    button.button span span {
      padding: 0 !important;
      margin: 0 !important;
      background: none !important;
      border: 0 !important; }
  button.button.btn-cart span {
    padding-right: 30px;
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') -53px -203px no-repeat; }
    @media only screen and (max-width: 47.938em) {
      button.button.btn-cart span {
        padding: 2px 10px !important;
        height: 23px !important;
        background: none; } }
  button.button.btn-down span {
    padding-right: 28px;
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') -50px -203px no-repeat; }
    @media only screen and (max-width: 47.938em) {
      button.button.btn-down span {
        padding: 2px 5px 0 !important;
        height: 43px !important;
        background: none; } }
  button.button.btn-carta span {
    padding-right: 30px;
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 92px -155px no-repeat; }
  button.button.btn-readmore span {
    padding-right: 25px;
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 38px -110px no-repeat; }
    @media only screen and (max-width: 47.938em) {
      button.button.btn-readmore span {
        background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 85px -102px no-repeat;
        line-height: 1rem; } }
  button.button.btn-profile {
    float: right;
    margin-top: 10px; }
    button.button.btn-profile span {
      padding-right: 25px;
      background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 96px -110px no-repeat; }
  button.button.btn-new {
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_sorter.png") 0 15px repeat-x;
    margin-left: 0px;
    padding: 10px 0px;
    margin-bottom: 10px;
    width: 300px; }
    button.button.btn-new span {
      padding-right: 25px;
      font-size: 1.4rem;
      text-align: left;
      margin-left: 5px;
      background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 255px -155px no-repeat; }
  button.button.btn-login {
    float: right;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_sorter.png") 0 15px repeat-x;
    margin-top: 0px;
    padding: 8px 0px;
    margin-bottom: 10px;
    width: 120px; }
    @media only screen and (max-width: 47.938em) {
      button.button.btn-login {
        float: right;
        background: #f2f2f2;
        margin-top: 0px;
        padding: 8px 25px 8px 5px;
        margin-bottom: 10px;
        width: auto; } }
    button.button.btn-login span {
      padding-right: 25px;
      font-size: 1.2rem;
      text-align: left;
      margin-left: 5px;
      background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 75px -155px no-repeat; }
      @media only screen and (max-width: 47.938em) {
        button.button.btn-login span {
          padding-right: 10px !important;
          background-position: 122px -148px; } }
  button.button.btn-reply {
    float: right;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_sorter.png") 0 15px repeat-x;
    margin-top: 20px;
    padding: 8px 0px;
    margin-bottom: 10px;
    width: 160px; }
    @media only screen and (max-width: 47.938em) {
      button.button.btn-reply {
        background: #f2f2f2;
        padding: 5px 20px 15px 15px;
        width: auto;
        margin-right: 2%; } }
    button.button.btn-reply span {
      padding-right: 25px;
      font-size: 1.2rem;
      text-align: left;
      margin-left: 5px;
      background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 115px -155px no-repeat; }
      @media only screen and (max-width: 47.938em) {
        button.button.btn-reply span {
          background-position: 245px -146px; } }
  button.button.btn-scopri {
    margin-top: 10px;
    float: right; }
    button.button.btn-scopri span {
      padding-right: 25px;
      background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 46px -110px no-repeat; }
      @media only screen and (max-width: 47.938em) {
        button.button.btn-scopri span {
          background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 86px -106px no-repeat;
          line-height: 0.9rem; } }
  button.button.btn-scopri-down {
    margin-top: 0px;
    float: right; }
    button.button.btn-scopri-down span {
      padding-right: 25px;
      background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 46px -110px no-repeat; }
      @media only screen and (max-width: 47.938em) {
        button.button.btn-scopri-down span {
          padding: 2px 5px 0 !important;
          height: 43px !important; } }
  button.button.btn-subscribe {
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_button_bigger.png") 0 0 repeat-x;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0; }
    button.button.btn-subscribe span {
      height: 21px;
      padding-right: 20px;
      padding-top: 9px;
      background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 46px -108px no-repeat; }
  button.button.select-product {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: none;
    width: 100%;
    margin-bottom: 10px; }
    button.button.select-product:hover {
      background: #3d3d45; }
      button.button.select-product:hover span {
        background-position: 0 -387px; }
    button.button.select-product.t-14 span {
      background-position: 0 -427px; }
    button.button.select-product.t-14:hover span {
      background-position: 0 -468px; }
    button.button.select-product span {
      background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 0 -347px no-repeat;
      height: 21px;
      padding-top: 10px;
      padding-left: 35px;
      padding-right: 0;
      text-align: left; }
      button.button.select-product span.price {
        float: right;
        display: inline-block;
        padding-right: 15px !important;
        background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 25px -117px no-repeat !important; }
        button.button.select-product span.price:hover {
          background-position: 25px -117px !important; }
  button.button.choose-product, button.button.btn-cart-with-price {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_button_biggest.png") 0 0 repeat-x;
    width: 232px; }
    @media only screen and (max-width: 47.938em) {
      button.button.choose-product, button.button.btn-cart-with-price {
        width: auto;
        background: #efefef !important; } }
    button.button.choose-product span, button.button.btn-cart-with-price span {
      height: 26px;
      padding-left: 34px;
      padding-top: 9px;
      padding-bottom: 4px;
      display: inline-block;
      font-family: "OpenSansBold", sans-serif;
      text-transform: uppercase;
      line-height: 1.8rem;
      background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_choose_product.png") 0 0 no-repeat;
      padding-right: 0;
      /*float: left;*/
      text-align: left;
      width: 188px; }
      @media only screen and (max-width: 47.938em) {
        button.button.choose-product span, button.button.btn-cart-with-price span {
          width: auto;
          padding-bottom: 35px;
          padding-right: 30px;
          padding-left: 60px;
          background-position: 22px -16px !important; } }
      button.button.choose-product span.price, button.button.btn-cart-with-price span.price {
        color: #ec3066;
        font-size: 1.4rem;
        margin-left: 10px !important;
        /*float: right;*/
        width: auto; }
    button.button.choose-product.t-15 span, button.button.btn-cart-with-price.t-15 span {
      background-position: 7px 14px; }
    button.button.choose-product.t-14 span, button.button.choose-product.file span, button.button.btn-cart-with-price.t-14 span, button.button.btn-cart-with-price.file span {
      background-position: 7px -36px; }
    button.button.choose-product.corso span, button.button.btn-cart-with-price.corso span {
      background-image: none; }
    button.button.choose-product.total, button.button.btn-cart-with-price.total {
      width: 170px; }
      button.button.choose-product.total span, button.button.btn-cart-with-price.total span {
        background-position: 7px -36px; }
  button.button:hover {
    background: #ccc;
    border-color: #ccc; }
    button.button:hover span {
      color: #fff; }
button.btn-blue {
  background: #3d3d45;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  button.btn-blue span {
    color: #fff;
    width: 165px;
    padding: 15px 10px 10px;
    text-transform: uppercase;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 1.05rem;
    font-weight: normal;
    letter-spacing: 0.6px; }
    @media only screen and (max-width: 47.938em) {
      button.btn-blue span {
        width: auto;
        background: #3d3d45 !important;
        padding: 15px 20px 20px; } }
  button.btn-blue:hover {
    background: #666666; }
  button.btn-blue.btn-proceed-checkout span {
    padding-right: 55px;
    font-size: 0.9rem;
    font-family: "OpenSansBold", sans-serif;
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 200px -146px no-repeat; }
button.btn-black {
  background: #333;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  button.btn-black span {
    color: #fff;
    width: 90%;
    padding: 15px 5% 10px;
    text-transform: uppercase;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 1.05rem;
    font-weight: normal;
    letter-spacing: 0.6px;
    text-align: left;
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 245px -285px no-repeat; }
  button.btn-black:hover {
    background: #666666; }
  @media only screen and (max-width: 47.938em) {
    button.btn-black.opc-btn-checkout span {
      padding: 25px 5% 20px;
      background-image: none;
      background-color: #333 !important; } }
button.btn-pink {
  background: #ec3066;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 70%;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  button.btn-pink span {
    color: #fff;
    width: 90%;
    padding: 9px 5% 4px;
    font-family: "OpenSansBold", sans-serif;
    font-size: 1.05rem;
    font-weight: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 85px -290px no-repeat; }
  button.btn-pink:hover {
    background: #666666; }

/* input */
input[type="text"],
input[type="password"] {
  height: 20px;
  padding: 5px 0 5px 5px;
  border: 1px solid #eeeeee;
  font-family: "Arial", serif;
  font-size: 0.9rem;
  font-weight: normal;
  font-style: italic;
  line-height: 1.2rem;
  color: #666666; }
  @media only screen and (max-width: 47.938em) {
    input[type="text"],
    input[type="password"] {
      height: 50px; } }
  input[type="text"]:focus,
  input[type="password"]:focus {
    background: #fff; }
  input[type="text"]#newsletter,
  input[type="password"]#newsletter {
    padding-left: 40px;
    padding-top: 6px;
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') -182px -316px no-repeat;
    width: 147px;
    height: 19px;
    background-color: #fff; }
  input[type="text"].longer,
  input[type="password"].longer {
    width: 90%; }
    @media only screen and (max-width: 47.938em) {
      input[type="text"].longer,
      input[type="password"].longer {
        width: 99%; } }

select {
  border: 1px solid #eeeeee;
  padding: 5px 0 !important;
  height: 25px !important; }
  @media only screen and (max-width: 47.938em) {
    select {
      height: 50px; } }

input[type="file"].longer {
  width: 90%; }
  @media only screen and (max-width: 47.938em) {
    input[type="file"].longer {
      width: 99%; } }

textarea {
  padding: 5px 0 5px 5px;
  border: 1px solid #eeeeee;
  font-family: "Arial", serif;
  font-size: 0.9rem;
  font-weight: normal;
  font-style: italic;
  line-height: 1.2rem;
  color: #666666; }
  textarea:focus {
    background: #fff; }
  textarea.longer {
    width: 90%;
    min-height: 120px; }

/* utility */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
  background: url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/validation_advice_bg.gif) 2px 0 no-repeat;
  color: #eb340a; }

hr.separator {
  width: 100%;
  border: 0;
  border-top: 1px solid #dddcdc;
  margin: 0 0 15px; }

hr.separator-x {
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_hr_grey.png") 0 0 repeat-x;
  width: 99%;
  height: 10px;
  border: 0;
  margin: 10px 0 20px 0; }

.form-list .field {
  width: 50%;
  overflow: hidden; 
  float:left;}
  @media only screen and (max-width: 47.938em) {
    .form-list .field {
      width: 100%; } }
.form-list .input-box {
  width: 100%;
 /* height: 42px;*/ }
.form-list label {
  float: left;
  margin-bottom: 5px;
  font-size: 0.966rem;
  color: #3d3d45;
  font-family: "OpenSansRegular", sans-serif !important; }
  @media only screen and (max-width: 47.938em) {
    .form-list label {
      float: none; } }

/* Pager */
.pager {
  margin-bottom: 10px;
  opacity: 0.5;
  padding: 0 !important; }
  .pager strong {
    font-weight: normal !important; }
  .pager .pages {
    text-align: center; }
    .pager .pages .current {
      color: #000;
      font-family: "OpenSansBold", sans-serif; }
    .pager .pages li a {
      text-decoration: none; }
      .pager .pages li a:hover {
        text-decoration: underline; }
      .pager .pages li a.next, .pager .pages li a.previous {
        text-decoration: none; }
  .pager .limiter {
    margin-top: -9px; }

/* Messagggi errore */
.messages {
  display: table;
  overflow: hidden;
  margin: 0 auto !important;
  width: auto; }
  .messages li {
    margin: 0 0 10px !important;
    border: none !important;
    border-style: 0;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 20px 8px 25px !important;
    font-size: 11px !important; }
    .messages li.error-msg {
      background-image: url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/alert_red.png);
      color: #CE2408;
      background-color: #fff; }
    .messages li.note-msg, .messages li.notice-msg {
      background-image: url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/alert_yellow.png);
      color: #D37E00;
      background-color: #fff; }
    .messages li.success-msg {
      background-image: url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/alert_green.png);
      color: #D37E00;
      background-color: #fff; }

.cms-home .messages {
  margin: 32px auto !important; }

.main, .header, .footer, #wp-nav-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, html, body {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #3d3d45; }
  @media only screen and (max-width: 47.938em) {
    *, html, body {
      font-size: 28px;
      line-height: 38px; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:link, a:visited, a:active {
  text-decoration: none;
  color: #3d3d45; }

a:hover {
  text-decoration: underline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h1 a,
h2 a,
h3 a,
h4 a {
  font-family: "OpenSansBold", sans-serif;
  font-weight: normal !important;
  color: #3d3d45; }

h2 {
  font-size: 1.5rem; }
  h2.legend {
    font-size: 1.1rem;
    line-height: 1.1rem;
    text-transform: uppercase;
    margin-top: 20px;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") 0 100% repeat-x;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #ec3066; }
  h2.articles {
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') -451px -16px no-repeat;
    padding: 10px 0 10px 45px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 47.938em) {
      h2.articles {
        font-size: 1.6rem;
        line-height: 1.8rem;
        text-align: center !important;
        padding-left: 0;
        background: none; } }
  h2.wanted, h2.viewed {
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') -448px -119px no-repeat;
    padding: 10px 0 10px 45px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 47.938em) {
      h2.wanted, h2.viewed {
        font-size: 1.6rem;
        line-height: 1.8rem;
        text-align: center;
        padding-left: 0;
        background: none; } }
  h2.events {
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') -448px -67px no-repeat;
    padding: 10px 0 10px 45px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 47.938em) {
      h2.events {
        font-size: 1.6rem;
        line-height: 1.8rem;
        text-align: center;
        padding-left: 0;
        background: none; } }
  h2.advantages {
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') -448px -297px no-repeat;
    padding: 10px 0 10px 45px; }
    @media only screen and (max-width: 47.938em) {
      h2.advantages {
        font-size: 1.6rem;
        line-height: 1.8rem;
        text-align: center;
        padding-left: 0;
        background: none; } }
  h2.mostRead {
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') -448px -16px no-repeat;
    padding: 10px 0 10px 45px; }
  h2.gallery {
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/photo.png") 5px 7px no-repeat;
    padding: 10px 0 10px 45px; }
  h2.video {
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') -448px -177px no-repeat;
    padding: 10px 0 10px 45px; }
  h2.blog {
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/blog/bg_h2.png") 0 0 no-repeat;
    padding: 2px 0 10px 30px; }
    @media only screen and (max-width: 47.938em) {
      h2.blog {
        font-size: 1.6rem;
        line-height: 1.8rem;
        text-align: center;
        padding-left: 0;
        background: none; } }
  h2.forum {
    padding: 2px 0 10px 10px; }
    @media only screen and (max-width: 47.938em) {
      h2.forum {
        font-size: 1.6rem;
        text-align: center;
        padding-left: 0;
        background: none; } }
  h2 small {
    font-size: 1.5rem;
    font-family: "OpenSansRegular", sans-serif; }
    @media only screen and (max-width: 47.938em) {
      h2 small {
        display: none;
        margin-top: 10px;
        font-size: 1.4rem;
        line-height: 1.4rem; } }

h3 {
  font-size: 1.1rem;
  line-height: 1.1rem; }

h4 {
  font-size: 12px; }

body {
  background: white; }

.open {
  font-family: "OpenSansRegular", sans-serif; }

.openBold {
  font-family: "OpenSansBold", sans-serif; }

.xxl {
  font-size: 1.9rem; }

.xl {
  font-size: 1.8rem; }

.ms {
  font-size: 1.1rem; }

.link-right {
  float: right;
  padding-right: 20px;
  text-decoration: none;
  font-family: "Arial", serif;
  font-size: 0.966rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2rem;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/arrow_right.png") 100% 4px no-repeat; }
  .link-right:hover {
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/arrow_right.png") 100% 4px no-repeat !important; }

.mobileNavigation {
  display: none;
  position: fixed;
  left: -100%; }

.main, .header, .footer, #wp-nav-container {
  margin: 0 auto;
  background: white;
  padding: 0; }

.header-container {
  border-top: 5px solid #ec3066;
  border-bottom: 0;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/pattern_header_burda.png") 0 0 repeat-x; }
  .header-container .big-burda {
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_header_burda.png") center top no-repeat;
    height: 100px; }
    @media only screen and (max-width: 47.938em) {
      .header-container .big-burda {
        display: none; } }
  .header-container .header {
    padding-top: 20px; }
    .header-container .header .logo {
      margin: 6px 0 7px;
      float: left; }
    .header-container .header .secondPart {
      margin-top: 8px; }
      @media only screen and (max-width: 59.938em) {
        .header-container .header .secondPart {
          display: none; } }
      .header-container .header .secondPart > div {
        margin-left: 10px; }
      .header-container .header .secondPart .title {
        font-family: "Arial", serif;
        font-size: 0.966rem;
        font-weight: bold;
        font-style: normal;
        line-height: 1.2rem;
        margin-bottom: 5px; }
      .header-container .header .secondPart .descrizione {
        margin-bottom: 5px;
        font-size: 14px;
        font-style: italic;
        font-family: "Georgia", serif;
        line-height: 18px; }
        .header-container .header .secondPart .descrizione span {
          color: #ec3066; }
      .header-container .header .secondPart .link {
        margin: 0; }
        .header-container .header .secondPart .link a {
          font-family: "Arial", serif;
          font-size: 0.966rem;
          font-weight: bold;
          font-style: normal;
          line-height: 1.2rem;
          color: #ec3066; }
    .header-container .header .thirdPart {
      float: right; }
      @media only screen and (max-width: 64em) {
        .header-container .header .thirdPart {
          width: 23%;
          margin-right: 2%; } }
      @media only screen and (max-width: 59.938em) and (min-width: 47.939em) {
        .header-container .header .thirdPart {
          width: 28%; } }
      @media only screen and (max-width: 47.938em) {
        .header-container .header .thirdPart {
          width: 100%;
          margin: 0; } }
      .header-container .header .thirdPart .quick-access {
        padding: 0;
        float: none;
        width: 100%;
        position: relative; }
        .header-container .header .thirdPart .quick-access .links {
          float: none;
          clear: both;
          text-align: left;
          margin-top: 6px; }
          .header-container .header .thirdPart .quick-access .links li {
            padding: 0; }
            .header-container .header .thirdPart .quick-access .links li.first {
              background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/th_separator.png") 100% 0 no-repeat;
              padding-right: 8px; }
            .header-container .header .thirdPart .quick-access .links li.cartMobile {
              display: none; }
            .header-container .header .thirdPart .quick-access .links li.last {
              margin-left: 30px; }
            .header-container .header .thirdPart .quick-access .links li a {
              font-size: 0.9rem;
              font-family: "OpenSansRegular", sans-serif;
              color: #3d3d45;
              text-decoration: none;
              text-transform: uppercase;
              padding: 0 0 0 20px;
              background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') -462px -418px no-repeat; }
              .header-container .header .thirdPart .quick-access .links li a.accedi {
                background-position: -462px -445px;
                margin-left: 6px; }
              .header-container .header .thirdPart .quick-access .links li a.wishlist {
                background-position: -66px -320px;
                margin-left: 6px; }
                @media only screen and (max-width: 47.938em) {
                  .header-container .header .thirdPart .quick-access .links li a.wishlist {
                    margin-left: 0; } }
              .header-container .header .thirdPart .quick-access .links li a.cartMobile {
                display: none; }
        .header-container .header .thirdPart .quick-access .customer-choice {
          display: none;
          position: absolute;
          top: 40px;
          right: 0;
          z-index: 2001;
          border: 1px solid #cccccc;
          background: white url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/omino_bianco.png") 12px 6px no-repeat;
          width: 100%;
          height: 140px; }
          .header-container .header .thirdPart .quick-access .customer-choice ul {
            float: right;
            margin: 10px 16px 0 0; }
            .header-container .header .thirdPart .quick-access .customer-choice ul li {
              margin-bottom: 2px; }
              .header-container .header .thirdPart .quick-access .customer-choice ul li a {
                padding-left: 13px;
                background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/arrow_right.png") 0 5px no-repeat; }
                .header-container .header .thirdPart .quick-access .customer-choice ul li a.logout {
                  color: #cc0000; }
      .header-container .header .thirdPart .welcome-msg {
        font-size: 13px;
        font-style: italic;
        font-family: "Georgia", serif;
        line-height: 18px;
        color: #3d3d45;
        text-align: left;
        display: inline-block; }
        .header-container .header .thirdPart .welcome-msg span {
          color: #ec3066; }
        .header-container .header .thirdPart .welcome-msg a {
          display: none; }
      .header-container .header .thirdPart .flag {
        display: inline-block;
        float: right;
        position: relative;
        border-left: 1px solid #dddcdc;
        border-right: 1px solid #dddcdc;
        padding: 4px 6px 0;
        cursor: pointer; }
        @media only screen and (max-width: 47.938em) {
          .header-container .header .thirdPart .flag {
            display: none; } }
        .header-container .header .thirdPart .flag .nations {
          position: absolute;
          z-index: 9999;
          background: #fff;
          padding-right: 25px;
          padding-left: 6px;
          top: 23px;
          left: 0;
          display: none; }
          .header-container .header .thirdPart .flag .nations li {
            margin-bottom: 4px; }
    .header-container .header .mobile_topNav {
      display: none; }

.nav-container {
  position: relative; }

.categorypath-creazioni-degli-utenti-html .col-main {
  width: 645px !important; }
  @media only screen and (max-width: 64em) {
    .categorypath-creazioni-degli-utenti-html .col-main {
      width: 67%; } }
  @media only screen and (max-width: 47.938em) {
    .categorypath-creazioni-degli-utenti-html .col-main {
      width: 100%; } }

.main-container {
  background: white; }
  .main-container.col2-right-layout .col-main, .main-container.col2-left-layout .col-main {
    width: 645px; }
    @media only screen and (max-width: 64em) {
      .main-container.col2-right-layout .col-main, .main-container.col2-left-layout .col-main {
        width: 67%; } }
    @media only screen and (max-width: 47.938em) {
      .main-container.col2-right-layout .col-main, .main-container.col2-left-layout .col-main {
        width: 96%;
        padding: 0 2%; } }
  .main-container.col1-layout .col2-set .col-1 {
    float: left;
    width: 48.5%; }
  .main-container.col1-layout .col2-set .col-2 {
    float: right;
    width: 48.5%; }
  .main-container .main {
    text-align: left; }
    .main-container .main .breadcrumbs {
      margin: 18px 0; }
      @media only screen and (max-width: 59.938em) {
        .main-container .main .breadcrumbs {
          margin-left: 2%; } }
      @media only screen and (max-width: 47.938em) {
        .main-container .main .breadcrumbs {
          display: none; } }
      .main-container .main .breadcrumbs a {
        color: #999999; }
      .main-container .main .breadcrumbs .divideBread {
        width: 1px;
        height: 10px;
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/nav_divider.png") 0 0 repeat-y;
        display: inline-block;
        margin: 0 3px; }
    .main-container .main .page-title h1 {
      font-family: "OpenSansRegular", sans-serif;
      font-size: 2.1rem;
      line-height: 2.2rem; }
      @media only screen and (max-width: 47.938em) {
        .main-container .main .page-title h1 {
          text-align: center;
          float: none;
          font-size: 1.5rem; } }
    @media only screen and (max-width: 59.938em) {
      .main-container .main .col-main {
        width: 96%;
        padding: 0 2%; } }
    @media only screen and (max-width: 47.938em) {
      .main-container .main .col-main {
        width: 96%;
        padding: 0 2%; } }
    .main-container .main .col-main #sideSelect {
      width: 100%;
      height: 80px !important;
      margin-bottom: 40px; }
    .main-container .main .col-left {
      width: 310px; }
      @media only screen and (max-width: 47.938em) {
        .main-container .main .col-left {
          width: 100%;
          clear: both; } }
    .main-container .main .col-right {
      width: 300px;
      padding-left: 0px;
      margin-top: 20px; }
      .cms-index-index .main-container .main .col-right {
        width: 310px; }
      @media only screen and (max-width: 64em) {
        .main-container .main .col-right {
          width: 32%;
          padding-left: 1%; } }
      @media only screen and (max-width: 59.938em) {
        .main-container .main .col-right {
          display: none; } }

.logo-pre-footer {
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/pattern_footer_burda.png") 0 bottom repeat-x; }
  .logo-pre-footer .logo-pre {
    height: 216px;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_footer_burda.png") center bottom no-repeat; }
    @media only screen and (max-width: 47.938em) {
      .logo-pre-footer .logo-pre {
        background-size: 100%; } }

.footer-container {
  border-top: 4px solid #ec3066; }
  .footer-container .footer > div {
    display: inline-block;
    float: left;
    min-height: 120px;
    margin: 20px 20px 40px 0; }
    @media max-1024 {
      .footer-container .footer > div {
        text-align: left;
        min-width: 170px; } }
    @media only screen and (max-width: 47.938em) {
      .footer-container .footer > div {
        float: none;
        display: block;
        text-align: center; } }
    .footer-container .footer > div h4 {
      color: #ec3066;
      margin: 20px 0 20px;
      text-align: left; }
      @media only screen and (max-width: 47.938em) {
        .footer-container .footer > div h4 {
          text-align: center;
          font-size: 0.9rem;
          margin: 20px 0 30px; } }
    @media only screen and (max-width: 47.938em) {
      .footer-container .footer > div ul {
        display: inherit;
        margin-top: 30px; } }
    .footer-container .footer > div li {
      display: block;
      text-align: left;
      padding: 0;
      margin-bottom: 5px; }
      .footer-container .footer > div li a {
        color: #3d3d45; }
        @media only screen and (max-width: 47.938em) {
          .footer-container .footer > div li a {
            font-size: 1.05rem; } }
      @media only screen and (max-width: 47.938em) {
        .footer-container .footer > div li {
          text-align: center;
          margin-bottom: 30px; } }
    @media only screen and (max-width: 59.938em) {
      .footer-container .footer > div.first {
        margin-left: 2%; } }
    @media only screen and (max-width: 47.938em) {
      .footer-container .footer > div.fourth img {
        margin: 0 auto 20px; } }
    .footer-container .footer > div.fifth {
      margin-right: 0; }
      @media only screen and (max-width: 47.938em) {
        .footer-container .footer > div.fifth ul#menu {
          display: inline-block !important;
          float: inherit !important;
          clear: both; } }
      .footer-container .footer > div.fifth ul li {
        float: left;
        margin-right: 25px; }
        .footer-container .footer > div.fifth ul li:last-child {
          margin: 0; }
        .footer-container .footer > div.fifth ul li a {
          display: inline-block;
          width: 30px;
          height: 30px;
          background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/social.jpg") 0 0 no-repeat; }
          .footer-container .footer > div.fifth ul li a.fb {
            background-position: 0 0; }
          .footer-container .footer > div.fifth ul li a.tw {
            background-position: -59px -1px; }
          .footer-container .footer > div.fifth ul li a.gp {
            background-position: -117px -1px; }
          .footer-container .footer > div.fifth ul li a.pt {
            background-position: -178px -2px; }
          .footer-container .footer > div.fifth ul li a:hover {
            text-decoration: none; }
      .footer-container .footer > div.fifth img.pagamento {
        margin-top: 20px; }
  .footer-container address {
    background: #3d3d45; }
    .footer-container address .address {
      margin: 0 auto;
      color: white;
      font-size: 0.8em;
      text-align: left;
      padding: 15px 0; }
      .footer-container address .address a {
        color: #fff;
        font-size: 0.8em; }
      @media only screen and (max-width: 59.938em) {
        .footer-container address .address {
          text-align: center; } }
      @media only screen and (max-width: 47.938em) {
        .footer-container address .address {
          font-size: 0.6rem; } }

input:-webkit-autofill,
textarea:-webkit-autofill {
  background: #fff; }

/* pagine */
.cms-index-index .page-title {
  display: none; }
.cms-index-index .main-container .main .col-right {
  width: 310px; }

.block-central {
  height: 526px;
  margin-top: 20px;
  margin-bottom: 10px;
  z-index: 9; }
  .block-central #cyclePrev,
  .block-central #cycleNext {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 99999999;
    top: 44%;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/slider/arrows.png") 0 0 no-repeat;
    cursor: pointer; }
  .block-central #cyclePrev {
    background-position: 0 -56px;
    left: -10px; }
  .block-central #cycleNext {
    right: -10px; }
  .block-central .totalL {
    position: relative; }
    .block-central .totalL > img {
      width: 100%; }
    .block-central .totalL .absoluteTotal {
      position: absolute;
      z-index: 999;
      top: 173px;
      width: 385px;
      height: 210px;
      right: 40px; }
      .block-central .totalL .absoluteTotal .short {
        font-size: 1.9rem;
        font-style: italic;
        font-family: "Georgia", serif;
        line-height: 18px;
        color: #ec3066; }
      .block-central .totalL .absoluteTotal .sliderDivider {
        height: 10px;
        margin: 5px 0;
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_hr.png") 0 0 repeat-x; }
      .block-central .totalL .absoluteTotal .product-name {
        line-height: 2.2rem;
        margin-top: 10px; }
        .block-central .totalL .absoluteTotal .product-name a {
          font-size: 2.2rem;
          text-transform: uppercase; }
      .block-central .totalL .absoluteTotal .desc p {
        color: #ec3066;
        font-family: "OpenSansBold", sans-serif;
        font-size: 2.813rem;
        line-height: 2.813rem;
        text-transform: uppercase; }
      .block-central .totalL .absoluteTotal .price-box {
        float: left;
        font-size: 1.8rem;
        margin-top: 10px; }
        .block-central .totalL .absoluteTotal .price-box .price {
          color: #ec3066;
          font-size: 1.9rem; }
      .block-central .totalL .absoluteTotal .actions {
        float: right;
        width: 100px;
        margin-top: 8px; }
        .block-central .totalL .absoluteTotal .actions .wishlist {
          display: inline-block;
          width: 16px;
          height: 16px;
          background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/wish_pink.png") 0 0 no-repeat;
          float: left;
          margin-top: 6px; }
        .block-central .totalL .absoluteTotal .actions button {
          float: right;
          border-color: #cccccc; }
  .block-central > div {
    width: 100%; }
    .block-central > div .leftBlog {
      float: left;
      width: 43.1%; }
    .block-central > div .rightBlog {
      float: right;
      width: 52.9%;
      margin: 0 2%;
      padding-top: 20px;
      background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_hr.png") 0 0 repeat-x; }
      .block-central > div .rightBlog > h1 a {
        color: #ec3066;
        font-size: 1.9rem;
        line-height: 1.9rem;
        text-transform: uppercase; }
      .block-central > div .rightBlog > h2 a {
        color: #ec3066;
        font-size: 1.9rem;
        font-style: italic;
        font-family: "Georgia", serif;
        line-height: 18px;
        display: block;
        padding-bottom: 15px;
        margin-bottom: 15px;
        background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png') 0 100% repeat-x; }
      .block-central > div .rightBlog > .desc {
        height: 37px; }
        .block-central > div .rightBlog > .desc a {
          font-family: "OpenSansBold", sans-serif; }
      .block-central > div .rightBlog .products-grid {
        display: none; }
    @media only screen and (max-width: 64em) {
      .block-central > div > p > a > img {
        width: 100%; } }
  @media only screen and (max-width: 64em) {
    .block-central {
      width: 96%;
      margin: 0 2%;
      height: auto; } }
  @media only screen and (max-width: 47.938em) {
    .block-central {
      width: 100%;
      margin: 0; } }

.home_blog {
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_hr.png") 0 0 repeat-x;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 25px; }
  @media only screen and (max-width: 59.938em) {
    .home_blog {
      text-align: center; } }
  @media only screen and (max-width: 59.938em) {
    .home_blog h2 {
      text-align: left; } }
  .home_blog .postWrapper {
    display: inline-block;
    width: 205px;
    height: 273px;
    margin-right: 11px;
    position: relative;
    padding-bottom: 0; }
    @media only screen and (max-width: 47.938em) {
      .home_blog .postWrapper {
        width: 42%; } }
    .home_blog .postWrapper.last {
      margin-right: 0; }
      @media only screen and (max-width: 47.938em) {
        .home_blog .postWrapper.last {
          display: none; } }
    @media only screen and (max-width: 47.938em) {
      .home_blog .postWrapper .postImg {
        /*display: none;*/ } }
    .home_blog .postWrapper .postData {
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center; }
      .home_blog .postWrapper .postData .postTitle {
        text-align: left;
        padding: 10px 10px 0; }
        @media only screen and (max-width: 47.938em) {
          .home_blog .postWrapper .postData .postTitle {
            height: 90px;
            padding: 0; } }
        .home_blog .postWrapper .postData .postTitle a {
          font-family: "Arial", serif;
          font-size: 1.2rem;
          font-weight: bold;
          font-style: normal;
          line-height: 1.2rem;
          color: #3d3d45; }
      .home_blog .postWrapper .postData .postDesc {
        text-align: left;
        padding: 0 10px; }
        @media only screen and (max-width: 47.938em) {
          .home_blog .postWrapper .postData .postDesc {
            height: 160px;
            padding: 0; } }

.voluti {
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_hr.png") 0 0 repeat-x;
  padding-top: 20px;
  margin-top: 20px; }
  .voluti .datiProd {
    padding: 0 10px 0px !important; }

.vantaggio {
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_hr.png") 0 0 repeat-x;
  padding-top: 20px;
  margin-top: 20px;
  margin-top: 50px; }
  .vantaggio .adv {
    text-align: center; }
  .vantaggio .vantaggi {
    margin-top: 20px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 47.938em) {
      .vantaggio .vantaggi {
        margin-bottom: 60px; } }
    .vantaggio .vantaggi ul {
      text-align: center; }
      .vantaggio .vantaggi ul li {
        display: inline-block;
        width: 185px;
        height: 250px;
        padding: 0 10px;
        text-align: center;
        vertical-align: top; }
        @media only screen and (max-width: 47.938em) {
          .vantaggio .vantaggi ul li {
            width: 30%;
            padding: 0; } }
        .vantaggio .vantaggi ul li > div {
          background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_community.png") 0 0 no-repeat;
          width: 122px;
          margin: 0 auto;
          -webkit-border-top-left-radius: 50%;
          -webkit-border-top-right-radius: 50%;
          -webkit-border-bottom-right-radius: 50%;
          -webkit-border-bottom-left-radius: 50%;
          -moz-border-radius-topleft: 50%;
          -moz-border-radius-topright: 50%;
          -moz-border-radius-bottomright: 50%;
          -moz-border-radius-bottomleft: 50%;
          border-top-left-radius: 50%;
          border-top-right-radius: 50%;
          border-bottom-right-radius: 50%;
          border-bottom-left-radius: 50%; }
          .vantaggio .vantaggi ul li > div:hover + h3 a {
            color: #ec3066; }
          .vantaggio .vantaggi ul li > div a {
            display: block;
            height: 122px;
            background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_community.png") 0 0 no-repeat;
            -webkit-transition: background-position 0.5s;
            transition: background-position 0.5s;
            -webkit-border-top-left-radius: 50%;
            -webkit-border-top-right-radius: 50%;
            -webkit-border-bottom-right-radius: 50%;
            -webkit-border-bottom-left-radius: 50%;
            -moz-border-radius-topleft: 50%;
            -moz-border-radius-topright: 50%;
            -moz-border-radius-bottomright: 50%;
            -moz-border-radius-bottomleft: 50%;
            border-top-left-radius: 50%;
            border-top-right-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%; }
        .vantaggio .vantaggi ul li > h3 {
          height: 35px;
          margin-top: 20px;
          margin-bottom: 12px; }
          @media only screen and (max-width: 47.938em) {
            .vantaggio .vantaggi ul li > h3 a {
              font-size: 0.8rem; } }
          .vantaggio .vantaggi ul li > h3 a:hover {
            color: #ec3066; }
        .vantaggio .vantaggi ul li > p {
          height: 60px;
          margin: 0; }
          @media only screen and (max-width: 47.938em) {
            .vantaggio .vantaggi ul li > p {
              display: none; } }
        .vantaggio .vantaggi ul li.vantaggio1 > div a {
          background-position: -122px -1px; }
          .vantaggio .vantaggi ul li.vantaggio1 > div a:hover {
            background-position: -122px -120px; }
        .vantaggio .vantaggi ul li.vantaggio2 > div a {
          background-position: -239px 0px; }
          .vantaggio .vantaggi ul li.vantaggio2 > div a:hover {
            background-position: -239px -120px; }
        .vantaggio .vantaggi ul li.vantaggio3 > div a {
          background-position: -352px -1px; }
          .vantaggio .vantaggi ul li.vantaggio3 > div a:hover {
            background-position: -352px -120px; }

@media only screen and (max-width: 47.938em) {
  .cms-home .products-grid li.item .datiProd {
    height: auto;
    float: left;
    width: 92%; } }

.mobile-advertise-home {
  display: none; }
  @media only screen and (max-width: 59.938em) {
    .mobile-advertise-home {
      display: block;
      width: 100%; }
      .mobile-advertise-home img {
        width: 100%; } }

.eventi {
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_hr.png") 0 0 repeat-x;
  padding-top: 20px;
  margin-top: 20px; }
  .eventi .evento {
    width: 48%;
    float: left;
    margin-bottom: 20px;
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png') 0 100% repeat-x;
    height: 130px; }
    @media only screen and (max-width: 47.938em) {
      .eventi .evento {
        padding-bottom: 20px;
        float: left !important; } }
    .eventi .evento .data {
      width: 56px;
      height: 56px;
      background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/blog/bg_data_small.png") 0 0 no-repeat;
      float: left; }
      .eventi .evento .data .month {
        font-family: "OpenSansBold", sans-serif;
        font-size: 1.05rem;
        color: #ec3066;
        text-transform: uppercase;
        display: block;
        text-align: center;
        padding: 5px 0 2px;
        margin: 0 7px;
        border-bottom: 1px solid #e3e3e3; }
      .eventi .evento .data .day {
        font-family: "OpenSansBold", sans-serif;
        font-size: 1.9rem;
        color: #666666;
        display: block;
        text-align: center;
        padding: 5px 0 0; }
      @media only screen and (max-width: 47.938em) {
        .eventi .evento .data {
          width: 110px;
          height: 110px;
          background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/blog/bg_data_middle.png") 0 0 no-repeat; }
          .eventi .evento .data .month,
          .eventi .evento .data .day {
            font-size: 1.1rem;
            line-height: 1.5rem; } }
    .eventi .evento .postWrapper {
      padding: 0;
      clear: none;
      float: left;
      max-width: 240px;
      margin-left: 10px; }
      .eventi .evento .postWrapper .postTitle {
        border: 0;
        margin-bottom: 0; }
        .eventi .evento .postWrapper .postTitle a {
          margin-bottom: 5px; }
      .eventi .evento .postWrapper .postDesc p {
        color: #999999; }
      .eventi .evento .postWrapper .luogo {
        background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') -202px -210px no-repeat;
        padding-left: 23px;
        float: left; }
        @media only screen and (max-width: 47.938em) {
          .eventi .evento .postWrapper .luogo {
            background-position: -202px -198px; } }
      .eventi .evento .postWrapper .readmore {
        float: right;
        color: #ec3066;
        font-family: "OpenSansBold", sans-serif;
        font-size: 0.9rem;
        text-transform: uppercase; }
    @media only screen and (max-width: 47.938em) {
      .eventi .evento {
        height: 250px;
        width: 96%; }
        .eventi .evento .postWrapper {
          margin-left: 20px;
          max-width: 70%; } }

.toolbar {
  margin-bottom: 20px; }
  .toolbar .sort-by {
    position: relative;
    padding-right: 15px; }
    @media only screen and (max-width: 47.938em) {
      .toolbar .sort-by {
        display: none; } }
    .toolbar .sort-by label {
      display: inline-block;
      float: left;
      height: 34px;
      line-height: 34px; }
    .toolbar .sort-by .select {
      display: inline-block;
      height: 32px;
      width: 80px;
      padding-left: 10px;
      border: 1px solid #eeeeee;
      background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_sorter.png") 0 0 repeat-x;
      overflow: hidden;
      margin-left: 10px;
      margin-right: 7px;
      float: left; }
      .toolbar .sort-by .select li {
        padding-top: 10px; }
        .toolbar .sort-by .select li a {
          font-family: "Arial", serif;
          font-size: 0.966rem;
          font-weight: bold;
          font-style: normal;
          line-height: 1.2rem; }
      .toolbar .sort-by .select.absolute {
        position: absolute;
        top: 0px;
        right: 56px;
        overflow: inherit;
        height: auto;
        background: #fff;
        z-index: 99;
        float: none;
        margin: 0;
        padding-bottom: 10px; }

.products-grid {
  width: 100%;
  padding: 0; }
  @media only screen and (max-width: 47.938em) {
    .products-grid {
      text-align: center;
      display: block; } }
  .products-grid li.riviste .price-box {
    margin-top: 20px !important;
    margin-bottom: 0; }
  .products-grid li.item {
    width: 203px;
    float: left;
    padding: 0 0 10px;
    margin-right: 15px;
    position: relative;
    border: 1px solid #dddcdc;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    @media only screen and (max-width: 59.938em) and (min-width: 47.939em) {
      .products-grid li.item {
        padding: 10px 1% !important;
        width: 30%;
        margin-right: 0;
        overflow: hidden; } }
    @media only screen and (max-width: 47.938em) {
      .products-grid li.item {
        float: none;
        display: inline-block;
        width: 42%;
        overflow: hidden;
        height: auto;
        margin: 0 5px 10px; } }
    .products-grid li.item.last {
      margin-right: 0; }
      @media only screen and (max-width: 47.938em) {
        .voluti .products-grid li.item.last {
          display: none; } }
    .products-grid li.item.absolute {
      position: absolute;
      z-index: 999;
      background: #fff;
      padding: 10px 10px 20px;
      top: -11px;
      left: -11px; }
      .products-grid li.item.absolute span.new {
        top: 20px !important;
        right: 5px !important; }
      .products-grid li.item.absolute .addConf {
        display: block; }
        .products-grid li.item.absolute .addConf .button:last-child {
          padding-bottom: 0;
          margin-bottom: 0; }
    @media only screen and (max-width: 47.938em) {
      .products-grid li.item.riviste .btn-scopri {
        float: inherit !important; } }
    @media only screen and (max-width: 47.938em) {
      .products-grid li.item.riviste {
        height: auto;
        padding-bottom: 30px !important; } }
    @media only screen and (max-width: 59.938em) {
      .products-grid li.item.riviste .short-description {
        display: none; } }
    .products-grid li.item.riviste .datiProd {
      padding: 0 0; }
      @media only screen and (max-width: 59.938em) {
        .products-grid li.item.riviste .datiProd {
          height: 80px; } }
      @media only screen and (max-width: 47.938em) {
        .products-grid li.item.riviste .datiProd {
          height: 80px;
          width: 100%; } }
    .products-grid li.item .datiProd {
      padding: 0 0; }
      @media only screen and (max-width: 59.938em) {
        .products-grid li.item .datiProd {
          height: auto; } }
      @media only screen and (max-width: 47.938em) {
        .products-grid li.item .datiProd {
          height: auto;
          float: left;
          width: 100%; } }
    .products-grid li.item span.new {
      position: absolute;
      top: 10px;
      right: -5px;
      width: 49px;
      height: 17px;
      background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') -225px -58px no-repeat;
      font-family: "Arial", serif;
      font-size: 0.8rem;
      font-weight: bold;
      font-style: normal;
      line-height: 1.2rem;
      color: #fff;
      padding-left: 6px;
      padding-top: 2px; }
      .products-grid li.item span.new.free {
        background-position: -225px -25px;
        text-transform: uppercase; }
      @media only screen and (max-width: 59.938em) and (min-width: 47.939em) {
        .products-grid li.item span.new {
          right: 0;
          padding: 2px 4px 0 2px; } }
      @media only screen and (max-width: 47.938em) {
        .products-grid li.item span.new {
          font-size: 0.6rem;
          padding: 0 5px 2px 2px;
          background: #ec3066;
          width: 120px;
          height: 30px; } }
      .products-grid li.item span.new.edicola {
        background-position: -204px -25px;
        text-transform: uppercase;
        background-color: #ec3066;
        width: 70px; }
    .products-grid li.item .product-image {
      width: 100%;
      height: auto;
      position: relative; }
      .products-grid li.item .product-image img {
        width: 100%; }
    .products-grid li.item .product-name {
      margin-top: 10px;
      text-align: center;
      height: 24px;
      font-family: "Arial", serif;
      font-size: 1.05rem;
      font-weight: bold;
      font-style: normal;
      line-height: 1.2rem; }
      @media only screen and (max-width: 47.938em) {
        .products-grid li.item .product-name {
          margin-bottom: 10px;
          line-height: 0.769rem;
          height: 50px; }
          .products-grid li.item .product-name a {
            font-size: 0.966rem;
            line-height: 0.966rem; } }
    .products-grid li.item .sku {
      font-size: 0.8em;
      text-align: center; }
      @media only screen and (max-width: 47.938em) {
        .products-grid li.item .sku {
          display: none; } }
    .products-grid li.item .price-box {
      width: 69px;
      float: left;
      position: relative; }
      @media only screen and (max-width: 47.938em) {
        .products-grid li.item .price-box {
          margin: 10px 0; } }
      @media only screen and (max-width: 59.938em) and (min-width: 47.939em) {
        .products-grid li.item .price-box {
          float: none;
          width: 100%; } }
      .products-grid li.item .price-box .configurable-price-from-label,
      .products-grid li.item .price-box .minimal-price .price-label,
      .products-grid li.item .price-box .old-price,
      .products-grid li.item .price-box .sconto {
        position: absolute;
        top: -16px;
        left: 0; }
      .products-grid li.item .price-box .old-price {
        line-height: 0; }
        .products-grid li.item .price-box .old-price .price {
          font-family: "Arial", serif;
          font-size: 0.9rem;
          font-weight: normal;
          font-style: normal;
          line-height: 1.2rem;
          color: #999999; }
        @media only screen and (max-width: 47.938em) {
          .products-grid li.item .price-box .old-price {
            top: -20px; } }
      .products-grid li.item .price-box .sconto {
        left: 45px;
        color: #ec3066;
        font-family: "Arial", serif;
        font-size: 0.9rem;
        font-weight: bold;
        font-style: normal;
        line-height: 1.2rem; }
        @media only screen and (max-width: 47.938em) {
          .products-grid li.item .price-box .sconto {
            left: 75px;
            font-size: 0.8em; } }
      .products-grid li.item .price-box .configurable-price-from-label,
      .products-grid li.item .price-box .minimal-price .price-label {
        font-family: "Arial", serif;
        font-size: 0.9rem;
        font-weight: normal;
        font-style: normal;
        line-height: 1.2rem;
        color: #999999; }
    .products-grid li.item .doubleData {
      height: 25px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 47.938em) {
        .products-grid li.item .doubleData {
          margin-bottom: 20px; } }
      .products-grid li.item .doubleData .lvl {
        float: right; }
      @media only screen and (max-width: 47.938em) {
        .products-grid li.item .doubleData .tg {
          float: left; } }
      @media only screen and (max-width: 47.938em) {
        .products-grid li.item .doubleData .tg,
        .products-grid li.item .doubleData .lvl {
          font-size: 0.669rem; } }
    .products-grid li.item .actions {
      float: right;
      position: inherit;
      min-width: 110px; }
      @media only screen and (max-width: 59.938em) and (min-width: 47.939em) {
        .products-grid li.item .actions {
          float: none;
          width: 100%; } }
      @media only screen and (max-width: 47.938em) {
        .products-grid li.item .actions {
          width: 100%;
          float: none; } }
      .products-grid li.item .actions .add-to-links {
        float: left;
        margin: 9px 5px 0 0; }
        @media only screen and (max-width: 47.938em) {
          .products-grid li.item .actions .add-to-links {
            display: none; } }
        .products-grid li.item .actions .add-to-links .link-wishlist {
          display: inline-block;
          text-indent: -9999em;
          width: 13px;
          height: 13px;
          background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') -70px -284px no-repeat; }
      .products-grid li.item .actions .out-of-stock span {
        display: inline-block;
        font-weight: normal;
        line-height: 26px; }
    .products-grid li.item .addConf {
      clear: both;
      display: none;
      padding-top: 10px; }

.catalog-category-view .main-container .main .col-left,
.catalogsearch-result-index .main-container .main .col-left {
  width: 236px; }
  @media only screen and (max-width: 59.938em) {
    .catalog-category-view .main-container .main .col-left,
    .catalogsearch-result-index .main-container .main .col-left {
      width: 22%;
      padding: 0 2%; } }
  .catalog-category-view .main-container .main .col-left .page-title,
  .catalogsearch-result-index .main-container .main .col-left .page-title {
    margin: 5px 0 29px; }
  .catalog-category-view .main-container .main .col-left .block,
  .catalogsearch-result-index .main-container .main .col-left .block {
    width: 100%; }
.catalog-category-view .main-container .main .col-main,
.catalogsearch-result-index .main-container .main .col-main {
  width: 720px; }
  @media only screen and (max-width: 59.938em) {
    .catalog-category-view .main-container .main .col-main,
    .catalogsearch-result-index .main-container .main .col-main {
      width: 70%;
      padding: 0 2%; } }
  @media only screen and (max-width: 47.938em) {
    .catalog-category-view .main-container .main .col-main,
    .catalogsearch-result-index .main-container .main .col-main {
      width: 96%;
      padding: 0 2%; } }
  .catalog-category-view .main-container .main .col-main .creazioni-utente .products-grid li.item,
  .catalogsearch-result-index .main-container .main .col-main .creazioni-utente .products-grid li.item {
    margin-bottom: 16px;
    padding: 0 0 10px; }
    .catalog-category-view .main-container .main .col-main .creazioni-utente .products-grid li.item.absolute,
    .catalogsearch-result-index .main-container .main .col-main .creazioni-utente .products-grid li.item.absolute {
      position: absolute;
      z-index: 999;
      background: #fff;
      padding: 10px 10px 20px;
      top: -11px;
      left: -11px; }
    .catalog-category-view .main-container .main .col-main .creazioni-utente .products-grid li.item .datiProd,
    .catalogsearch-result-index .main-container .main .col-main .creazioni-utente .products-grid li.item .datiProd {
      margin-top: 10px;
      padding: 0 10px 0; }
  .catalog-category-view .main-container .main .col-main .products-grid li.item,
  .catalogsearch-result-index .main-container .main .col-main .products-grid li.item {
    margin-bottom: 16px;
    padding: 10px; }
    .catalog-category-view .main-container .main .col-main .products-grid li.item.absolute,
    .catalogsearch-result-index .main-container .main .col-main .products-grid li.item.absolute {
      padding: 16px 16px 30px;
      top: -7px;
      left: -7px; }
      .catalog-category-view .main-container .main .col-main .products-grid li.item.absolute span.new,
      .catalogsearch-result-index .main-container .main .col-main .products-grid li.item.absolute span.new {
        top: 16px !important;
        right: 1px !important; }
  .catalog-category-view .main-container .main .col-main .amscroll-loading,
  .catalogsearch-result-index .main-container .main .col-main .amscroll-loading {
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/loader.GIF") 50% 50% no-repeat;
    height: 50px; }
.catalog-category-view.category-riviste .datiProd,
.catalogsearch-result-index.category-riviste .datiProd {
  padding: 0 !important; }

.category-products.category-video .products-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_hr_grey.png") 0 100% repeat-x;
  overflow: hidden; }
  .category-products.category-video .products-list li a.product-video {
    display: inline-block;
    float: left;
    width: 45.3%;
    position: relative; }
    .category-products.category-video .products-list li a.product-video img {
      width: 100%; }
    .category-products.category-video .products-list li a.product-video span.new.free {
      position: absolute;
      top: 10px;
      left: 0px;
      width: 49px;
      height: 19px;
      background: #ec3066;
      font-family: "Arial", serif;
      font-size: 0.8rem;
      font-weight: bold;
      font-style: normal;
      line-height: 1.2rem;
      color: #fff;
      padding-left: 6px;
      padding-top: 3px;
      text-transform: uppercase; }
    .category-products.category-video .products-list li a.product-video span.preview {
      position: absolute;
      color: white;
      font-size: 1.7rem;
      font-family: "OpenSansBold", sans-serif;
      top: 75%;
      left: 30%; }
      @media only screen and (max-width: 59.938em) {
        .category-products.category-video .products-list li a.product-video span.preview {
          left: 26%; } }
      @media only screen and (max-width: 47.938em) {
        .category-products.category-video .products-list li a.product-video span.preview {
          font-size: 1.1rem;
          left: 18%; } }
  .category-products.category-video .products-list li .datiProd {
    overflow: hidden;
    float: left;
    width: 50.7%;
    margin-left: 4%; }
    .category-products.category-video .products-list li .datiProd .video-name a {
      font-size: 1.4rem;
      font-weight: 400;
      font-family: "OpenSansRegular", sans-serif; }
    .category-products.category-video .products-list li .datiProd .pubblicazione {
      font-weight: 400;
      font-family: "OpenSansRegular", sans-serif; }
      .category-products.category-video .products-list li .datiProd .pubblicazione span {
        color: #ec3066;
        font-family: "OpenSansBold", sans-serif; }
        @media only screen and (max-width: 47.938em) {
          .category-products.category-video .products-list li .datiProd .pubblicazione span {
            font-size: 0.6rem; } }
    .category-products.category-video .products-list li .datiProd .video-desc {
      font-size: 11px; }
      @media only screen and (max-width: 47.938em) {
        .category-products.category-video .products-list li .datiProd .video-desc {
          font-size: 13px;
          line-height: 16px; } }
    .category-products.category-video .products-list li .datiProd .more-dati {
      margin-top: 10px; }
      .category-products.category-video .products-list li .datiProd .more-dati .video-durata {
        float: left;
        padding-left: 18px;
        font-size: 11px;
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_durata.png") 0 3px no-repeat;
        color: #000; }
        @media only screen and (max-width: 47.938em) {
          .category-products.category-video .products-list li .datiProd .more-dati .video-durata {
            background-position: 0 9px; } }
      .category-products.category-video .products-list li .datiProd .more-dati .video-categoria {
        float: right;
        padding-left: 18px;
        font-size: 11px;
        color: #000;
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_categoria_video.png") 0 1px no-repeat; }
        @media only screen and (max-width: 47.938em) {
          .category-products.category-video .products-list li .datiProd .more-dati .video-categoria {
            background-position: 0 7px; } }
      .category-products.category-video .products-list li .datiProd .more-dati .video-wish {
        clear: both;
        float: left;
        padding-left: 18px;
        font-size: 11px;
        color: #000;
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_video_wish.png") 0 3px no-repeat; }
        @media only screen and (max-width: 47.938em) {
          .category-products.category-video .products-list li .datiProd .more-dati .video-wish {
            background-position: 0 9px; } }
      .category-products.category-video .products-list li .datiProd .more-dati .video-durata span,
      .category-products.category-video .products-list li .datiProd .more-dati .video-durata a,
      .category-products.category-video .products-list li .datiProd .more-dati .video-categoria span,
      .category-products.category-video .products-list li .datiProd .more-dati .video-categoria a,
      .category-products.category-video .products-list li .datiProd .more-dati .video-wish span,
      .category-products.category-video .products-list li .datiProd .more-dati .video-wish a {
        font-size: 11px;
        color: #333; }
    .category-products.category-video .products-list li .datiProd .actions {
      clear: both; }
      .category-products.category-video .products-list li .datiProd .actions button.button {
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_button_biggest.png") 0 0 repeat-x; }
        .category-products.category-video .products-list li .datiProd .actions button.button > span {
          background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 173px -240px no-repeat;
          width: 100%;
          height: 33px; }
          @media only screen and (max-width: 47.938em) {
            .category-products.category-video .products-list li .datiProd .actions button.button > span {
              height: 55px !important; } }
          .category-products.category-video .products-list li .datiProd .actions button.button > span > span {
            text-align: left;
            float: left;
            line-height: 11px; }
            @media only screen and (max-width: 47.938em) {
              .category-products.category-video .products-list li .datiProd .actions button.button > span > span {
                font-size: 0.8rem;
                line-height: 0.7rem; }
                .category-products.category-video .products-list li .datiProd .actions button.button > span > span br {
                  line-height: 24px; } }
          .category-products.category-video .products-list li .datiProd .actions button.button > span > .price-box {
            margin: 7px 28px 0 0;
            float: right; }
            .category-products.category-video .products-list li .datiProd .actions button.button > span > .price-box .price {
              color: #ec3066; }

.catalogsearch-advanced-result .main-container .main .col-main {
  width: 100%; }
  @media only screen and (max-width: 47.938em) {
    .catalogsearch-advanced-result .main-container .main .col-main {
      width: 96%;
      padding: 0 2%; } }
  .catalogsearch-advanced-result .main-container .main .col-main .page-title {
    margin: 5px 0 29px; }
  .catalogsearch-advanced-result .main-container .main .col-main .products-grid li.item {
    margin-bottom: 16px;
    padding: 10px; }
    .catalogsearch-advanced-result .main-container .main .col-main .products-grid li.item.absolute {
      padding: 16px 16px 30px;
      top: -7px;
      left: -7px; }
      .catalogsearch-advanced-result .main-container .main .col-main .products-grid li.item.absolute span.new {
        top: 16px !important;
        right: 1px !important; }
  .catalogsearch-advanced-result .main-container .main .col-main .amscroll-loading {
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/loader.GIF") 50% 50% no-repeat;
    height: 50px; }

.blogcontainer .amscroll-loading,
.megaforum .amscroll-loading {
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/loader.GIF") 50% 50% no-repeat;
  height: 50px; }

.amshopby-filters-left .block-content .block-subtitle {
  font-family: "OpenSansBold", sans-serif;
  font-size: 1.05rem;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 0 10px;
  color: #3d3d45; }
.amshopby-filters-left .block-content p {
  font-size: 1.05rem;
  color: #3d3d45;
  margin-bottom: 5px; }
  .amshopby-filters-left .block-content p .btn-remove-inline {
    float: right;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/btn_remove.png") 0 0 repeat; }
.amshopby-filters-left .block-content .actions {
  text-align: right;
  margin-bottom: 15px;
  margin-top: 15px; }

#narrow-by-list dt {
  font-family: "OpenSansBold", sans-serif;
  font-size: 1.05rem;
  color: #ec3066;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 20px;
  background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png') 0 0 repeat-x; }
#narrow-by-list dd .amshopby-advanced ol {
  margin-bottom: 0; }
#narrow-by-list dd ol {
  margin-bottom: 10px; }
  #narrow-by-list dd ol li a, #narrow-by-list dd ol li span {
    font-size: 1.05rem;
    color: #999999;
    margin-bottom: 10px; }
    #narrow-by-list dd ol li a.amshopby-attr-selected, #narrow-by-list dd ol li span.amshopby-attr-selected {
      color: #3d3d45;
      padding-right: 15px;
      text-decoration: underline; }

.sidebar-category-riviste dt {
  font-family: "OpenSansBold", sans-serif;
  font-size: 1.05rem;
  color: #ec3066;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 20px;
  background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png') 0 0 repeat-x; }
.sidebar-category-riviste li {
  margin-bottom: 10px;
  display: block;
  padding: 0px 5px 0px 0px; }
  .sidebar-category-riviste li span {
    font-size: 1.05rem; }
  .sidebar-category-riviste li a, .sidebar-category-riviste li span {
    font-size: 1.05rem;
    color: #999999;
    font-family: "OpenSansBold", sans-serif; }
  .sidebar-category-riviste li a {
    font-size: 1.05rem;
    color: #999999;
    font-family: "OpenSansBold", sans-serif;
    margin-top: 25px;
    display: block; }
    .sidebar-category-riviste li a.due {
      font-size: 1.05rem;
      padding-left: 4px;
      margin-top: 0;
      font-family: "OpenSansRegular", sans-serif; }
  .sidebar-category-riviste li.current a {
    color: #3d3d45;
    padding-right: 15px;
    font-family: "OpenSansBold", sans-serif;
    text-decoration: underline; }

.catalog-category-view.categorypath-creazioni-degli-utenti-html .toolbar .sort-by {
  display: none; }

.blog-index-list .toolbar .sort-by, .blog-cat-view .toolbar .sort-by, .megaforum-index-post .toolbar .sort-by, .megaforum-index-index .toolbar .sort-by {
  display: none; }
.blog-index-list .category-title h1, .blog-cat-view .category-title h1, .megaforum-index-post .category-title h1, .megaforum-index-index .category-title h1 {
  margin-bottom: 20px; }
.blog-index-list .main-container .main .col-left, .blog-cat-view .main-container .main .col-left, .megaforum-index-post .main-container .main .col-left, .megaforum-index-index .main-container .main .col-left {
  width: 236px; }
  .blog-index-list .main-container .main .col-left .page-title, .blog-cat-view .main-container .main .col-left .page-title, .megaforum-index-post .main-container .main .col-left .page-title, .megaforum-index-index .main-container .main .col-left .page-title {
    margin: 5px 0 29px; }
  .blog-index-list .main-container .main .col-left .block, .blog-cat-view .main-container .main .col-left .block, .megaforum-index-post .main-container .main .col-left .block, .megaforum-index-index .main-container .main .col-left .block {
    width: 100%; }
.blog-index-list .main-container .main .col-main, .blog-cat-view .main-container .main .col-main, .megaforum-index-post .main-container .main .col-main, .megaforum-index-index .main-container .main .col-main {
  width: 645px; }
  @media only screen and (max-width: 47.938em) {
    .blog-index-list .main-container .main .col-main, .blog-cat-view .main-container .main .col-main, .megaforum-index-post .main-container .main .col-main, .megaforum-index-index .main-container .main .col-main {
      width: 96%; } }
  .blog-index-list .main-container .main .col-main .products-grid li.item, .blog-cat-view .main-container .main .col-main .products-grid li.item, .megaforum-index-post .main-container .main .col-main .products-grid li.item, .megaforum-index-index .main-container .main .col-main .products-grid li.item {
    margin-bottom: 16px;
    padding: 0 0 10px 0; }
    .blog-index-list .main-container .main .col-main .products-grid li.item.absolute, .blog-cat-view .main-container .main .col-main .products-grid li.item.absolute, .megaforum-index-post .main-container .main .col-main .products-grid li.item.absolute, .megaforum-index-index .main-container .main .col-main .products-grid li.item.absolute {
      position: absolute;
      z-index: 999;
      background: #fff;
      padding: 10px 10px 20px 10px;
      top: -11px;
      left: -11px; }
      .blog-index-list .main-container .main .col-main .products-grid li.item.absolute span.new, .blog-cat-view .main-container .main .col-main .products-grid li.item.absolute span.new, .megaforum-index-post .main-container .main .col-main .products-grid li.item.absolute span.new, .megaforum-index-index .main-container .main .col-main .products-grid li.item.absolute span.new {
        top: 20px !important;
        right: 5px !important; }
      .blog-index-list .main-container .main .col-main .products-grid li.item.absolute .addConf, .blog-cat-view .main-container .main .col-main .products-grid li.item.absolute .addConf, .megaforum-index-post .main-container .main .col-main .products-grid li.item.absolute .addConf, .megaforum-index-index .main-container .main .col-main .products-grid li.item.absolute .addConf {
        display: block; }
    .blog-index-list .main-container .main .col-main .products-grid li.item .sku a, .blog-cat-view .main-container .main .col-main .products-grid li.item .sku a, .megaforum-index-post .main-container .main .col-main .products-grid li.item .sku a, .megaforum-index-index .main-container .main .col-main .products-grid li.item .sku a {
      font-size: 0.8em;
      text-align: center; }
    .blog-index-list .main-container .main .col-main .products-grid li.item .doubleData, .blog-cat-view .main-container .main .col-main .products-grid li.item .doubleData, .megaforum-index-post .main-container .main .col-main .products-grid li.item .doubleData, .megaforum-index-index .main-container .main .col-main .products-grid li.item .doubleData {
      height: 20px;
      margin-bottom: 5px; }
      .blog-index-list .main-container .main .col-main .products-grid li.item .doubleData span, .blog-cat-view .main-container .main .col-main .products-grid li.item .doubleData span, .megaforum-index-post .main-container .main .col-main .products-grid li.item .doubleData span, .megaforum-index-index .main-container .main .col-main .products-grid li.item .doubleData span {
        font-size: 0.9rem; }
        .blog-index-list .main-container .main .col-main .products-grid li.item .doubleData span a, .blog-cat-view .main-container .main .col-main .products-grid li.item .doubleData span a, .megaforum-index-post .main-container .main .col-main .products-grid li.item .doubleData span a, .megaforum-index-index .main-container .main .col-main .products-grid li.item .doubleData span a {
          color: #999999; }
    .blog-index-list .main-container .main .col-main .products-grid li.item .desc, .blog-cat-view .main-container .main .col-main .products-grid li.item .desc, .megaforum-index-post .main-container .main .col-main .products-grid li.item .desc, .megaforum-index-index .main-container .main .col-main .products-grid li.item .desc {
      margin-top: 10px; }
  .blog-index-list .main-container .main .col-main .amscroll-loading, .blog-cat-view .main-container .main .col-main .amscroll-loading, .megaforum-index-post .main-container .main .col-main .amscroll-loading, .megaforum-index-index .main-container .main .col-main .amscroll-loading {
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/loader.GIF") 50% 50% no-repeat;
    height: 50px; }

.catalog-product-view .product-name h1 {
  font-family: "OpenSansRegular", sans-serif; }
.catalog-product-view .col-main {
  position: relative; }
  .catalog-product-view .col-main .return-category {
    position: absolute;
    right: 0;
    top: -35px;
    padding-right: 20px;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_return_category.png") 100% 1px no-repeat; }
    @media only screen and (max-width: 47.938em) {
      .catalog-product-view .col-main .return-category {
        position: inherit;
        float: right;
        top: 0;
        margin: 20px 0;
        background-position: 100% 11px; } }
  .catalog-product-view .col-main #nex-prev-link {
    margin-bottom: 20px;
    overflow: hidden;
    clear: both; }
    .catalog-product-view .col-main #nex-prev-link .next-product {
      float: right; }
    .catalog-product-view .col-main #nex-prev-link > a {
      color: #999999;
      font-size: 13px;
      font-style: italic;
      font-family: "Georgia", serif;
      line-height: 18px; }
.catalog-product-view .product-view .product-essential .form-add {
  display: none; }
.catalog-product-view .product-view .product-essential .product-img-box {
  float: left;
  position: relative; }
  .catalog-product-view .product-view .product-essential .product-img-box .product-image {
    margin: 0; }
  .catalog-product-view .product-view .product-essential .product-img-box .more-views {
    position: absolute;
    bottom: 0;
    left: 508px;
    width: 100%; }
    @media only screen and (max-width: 59.938em) and (min-width: 47.939em) {
      .catalog-product-view .product-view .product-essential .product-img-box .more-views {
        position: static;
        left: 0; } }
    .catalog-product-view .product-view .product-essential .product-img-box .more-views li {
      margin: 0 10px 0 0;
      float: left;
      width: 100px; }
      @media only screen and (max-width: 59.938em) {
        .catalog-product-view .product-view .product-essential .product-img-box .more-views li {
          width: 20%; } }
      .catalog-product-view .product-view .product-essential .product-img-box .more-views li a {
        display: inline-block; }
        .catalog-product-view .product-view .product-essential .product-img-box .more-views li a img {
          width: 100%; }
.catalog-product-view .product-view .product-essential .product-shop {
  float: right;
  width: 480px; }
  @media only screen and (max-width: 47.938em) {
    .catalog-product-view .product-view .product-essential .product-shop {
      width: 100%;
      float: none; } }
  .catalog-product-view .product-view .product-essential .product-shop .product-name h1 {
    font-family: "OpenSansRegular", sans-serif;
    font-size: 1.9rem;
    line-height: 1.9rem;
    margin-bottom: 10px;
    display: inline-block; }
    @media only screen and (max-width: 47.938em) {
      .catalog-product-view .product-view .product-essential .product-shop .product-name h1 {
        font-size: 1.6rem; } }
  .catalog-product-view .product-view .product-essential .product-shop .product-name span {
    font-size: 0.9rem;
    color: #999999;
    display: block; }
  .catalog-product-view .product-view .product-essential .product-shop .product-name .social {
    float: right; }
    .catalog-product-view .product-view .product-essential .product-shop .product-name .social ul li {
      float: left; }
      .catalog-product-view .product-view .product-essential .product-shop .product-name .social ul li a {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/social.jpg") 0 0 no-repeat;
        background-size: 180px;
        cursor: pointer; }
        .catalog-product-view .product-view .product-essential .product-shop .product-name .social ul li a.fb {
          background-position: 1px 2px;
          border-right: 1px solid #999999;
          margin-right: 5px; }
        .catalog-product-view .product-view .product-essential .product-shop .product-name .social ul li a.tw {
          background-position: -49px 2px;
          border-right: 1px solid #999999;
          margin-right: 5px;
          padding-right: 5px; }
        .catalog-product-view .product-view .product-essential .product-shop .product-name .social ul li a.gp {
          background-position: -99px 1px;
          border-right: 1px solid #999999;
          margin-right: 5px;
          padding-right: 5px; }
        .catalog-product-view .product-view .product-essential .product-shop .product-name .social ul li a.pt {
          background-position: -154px 0px; }
  .catalog-product-view .product-view .product-essential .product-shop .product-desc {
    margin-top: 25px;
    padding-bottom: 7px;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") 0 100% repeat-x; }
    .catalog-product-view .product-view .product-essential .product-shop .product-desc p {
      color: #999999; }
      @media only screen and (max-width: 47.938em) {
        .catalog-product-view .product-view .product-essential .product-shop .product-desc p {
          line-height: 1.5rem;
          font-size: 1.05rem; } }
  .catalog-product-view .product-view .product-essential .product-shop .riviste-desc {
    background: none !important;
    margin-top: 15px; }
    .catalog-product-view .product-view .product-essential .product-shop .riviste-desc p {
      color: #3d3d45 !important; }
      @media only screen and (max-width: 47.938em) {
        .catalog-product-view .product-view .product-essential .product-shop .riviste-desc p {
          font-size: 0.9rem;
          line-height: 1.8rem; } }
    .catalog-product-view .product-view .product-essential .product-shop .riviste-desc strong {
      font-family: "OpenSansBold", sans-serif;
      font-size: 1.05rem; }
      @media only screen and (max-width: 47.938em) {
        .catalog-product-view .product-view .product-essential .product-shop .riviste-desc strong {
          font-size: 0.9rem; } }
  .catalog-product-view .product-view .product-essential .product-shop .product-options1,
  .catalog-product-view .product-view .product-essential .product-shop .product-options2 {
    padding: 12px 0 3px;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") 0 100% repeat-x; }
    @media only screen and (max-width: 47.938em) {
      .catalog-product-view .product-view .product-essential .product-shop .product-options1,
      .catalog-product-view .product-view .product-essential .product-shop .product-options2 {
        padding: 19px 0 11px; } }
    .catalog-product-view .product-view .product-essential .product-shop .product-options1 p,
    .catalog-product-view .product-view .product-essential .product-shop .product-options2 p {
      display: inline-block;
      margin-right: 20px; }
      .catalog-product-view .product-view .product-essential .product-shop .product-options1 p span,
      .catalog-product-view .product-view .product-essential .product-shop .product-options2 p span {
        color: #999999;
        margin-left: 5px; }
  .catalog-product-view .product-view .product-essential .product-shop .ratings {
    margin-top: 10px; }
    .catalog-product-view .product-view .product-essential .product-shop .ratings .no-rating {
      margin-bottom: 5px; }
      @media only screen and (max-width: 47.938em) {
        .catalog-product-view .product-view .product-essential .product-shop .ratings .no-rating {
          margin-bottom: 15px; } }
    .catalog-product-view .product-view .product-essential .product-shop .ratings .rating-title {
      display: inline-block;
      float: left;
      margin-right: 30px; }
    .catalog-product-view .product-view .product-essential .product-shop .ratings .rating-box {
      width: 115px;
      height: 15px;
      background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/rating_grey.jpg") 0 0 no-repeat;
      display: inline-block;
      float: left;
      position: relative; }
      @media only screen and (max-width: 47.938em) {
        .catalog-product-view .product-view .product-essential .product-shop .ratings .rating-box {
          margin-top: 10px; } }
      .catalog-product-view .product-view .product-essential .product-shop .ratings .rating-box .rating {
        width: 115px;
        height: 15px;
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/rating_pink.png") 0 0 no-repeat; }
      .catalog-product-view .product-view .product-essential .product-shop .ratings .rating-box .rat {
        position: absolute;
        width: 18px;
        height: 18px;
        cursor: pointer; }
        .catalog-product-view .product-view .product-essential .product-shop .ratings .rating-box .rat.rat1 {
          left: 0; }
        .catalog-product-view .product-view .product-essential .product-shop .ratings .rating-box .rat.rat2 {
          left: 25px; }
        .catalog-product-view .product-view .product-essential .product-shop .ratings .rating-box .rat.rat3 {
          left: 48px; }
        .catalog-product-view .product-view .product-essential .product-shop .ratings .rating-box .rat.rat4 {
          left: 73px; }
        .catalog-product-view .product-view .product-essential .product-shop .ratings .rating-box .rat.rat5 {
          left: 97px; }
  .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .product-options {
    border: 0;
    padding: 0;
    margin-top: 20px; }
    .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .product-options .titleAcquisto {
      float: left;
      margin-top: 20px;
      padding-top: 12px;
      position: relative;
      width: 240px;
      margin-left: -5px; }
      @media only screen and (max-width: 59.938em) {
        .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .product-options .titleAcquisto {
          display: none; } }
      .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .product-options .titleAcquisto p {
        font-size: 1.2rem; }
      .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .product-options .titleAcquisto div.modaLink {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/modalink.png") 0 0 no-repeat;
        float: left;
        margin-right: 5px; }
        .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .product-options .titleAcquisto div.modaLink p {
          font-size: 1.05rem; }
        .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .product-options .titleAcquisto div.modaLink div {
          display: none;
          position: absolute;
          width: 300px;
          left: -10px;
          top: -200px;
          background: #fff;
          padding: 10px 15px;
          border: 1px solid #eee;
          -webkit-box-shadow: 0 7px 8px #999999;
          -moz-box-shadow: 0 7px 8px #999999;
          -o-box-shadow: 0 7px 8px #999999;
          box-shadow: 0 7px 8px #999999; }
      .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .product-options .titleAcquisto div.modaLink:hover div {
        display: block; }
    .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .product-options .scegliAcquisto {
      float: right;
      margin-top: 20px;
      width: 230px; }
      @media only screen and (max-width: 59.938em) {
        .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .product-options .scegliAcquisto {
          float: left; } }
      .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .product-options .scegliAcquisto button {
        margin: 0 0 10px; }
  .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .add-to-box {
    margin-top: 35px; }
    @media only screen and (max-width: 59.938em) {
      .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .add-to-box {
        margin-top: 10px; } }
    @media only screen and (max-width: 47.938em) {
      .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .add-to-box {
        text-align: center; } }
    @media only screen and (max-width: 47.938em) {
      .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .add-to-box .add-to-link {
        text-align: center;
        display: inline-block;
        float: inherit;
        margin-bottom: 20px; } }
    .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .add-to-box .link-wishlist {
      display: inline-block;
      padding-left: 20px;
      background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_wish_alone.png") 0 0px no-repeat;
      color: #999999; }
      @media only screen and (max-width: 47.938em) {
        .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .add-to-box .link-wishlist {
          background: none; } }
  .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .guida a {
    margin: 10px 0;
    /* color: #999999; */
    padding-left: 20px !important;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png") -10px -433px no-repeat !important;
    opacity: 0.6; }
    @media only screen and (max-width: 47.938em) {
      .catalog-product-view .product-view .product-essential .product-shop #product_addtocart_form .guida a {
        background: none !important; } }
  .catalog-product-view .product-view .product-essential .product-shop .product-options-bottom .price-box {
    float: right; }
    .catalog-product-view .product-view .product-essential .product-shop .product-options-bottom .price-box .regular-price .price {
      display: none; }
    .catalog-product-view .product-view .product-essential .product-shop .product-options-bottom .price-box .old-price {
      display: inline-block; }
      .catalog-product-view .product-view .product-essential .product-shop .product-options-bottom .price-box .old-price .price {
        color: #999999;
        font-size: 1.05rem;
        text-decoration: line-through; }
    .catalog-product-view .product-view .product-essential .product-shop .product-options-bottom .price-box .sconto {
      font-family: "OpenSansBold", sans-serif;
      font-size: 1.1rem; }
    .catalog-product-view .product-view .product-essential .product-shop .product-options-bottom .price-box .special-price {
      display: none; }
  .catalog-product-view .product-view .product-essential .product-shop .product-options-bottom .inline-points {
    display: none; }
  .catalog-product-view .product-view .product-essential .product-shop .product-options-bottom .add-to-links {
    display: none; }
  .catalog-product-view .product-view .product-essential .product-shop .product-options-bottom .add-to-cart {
    clear: both;
    float: right;
    margin-top: 5px; }
    .catalog-product-view .product-view .product-essential .product-shop .product-options-bottom .add-to-cart p.non-disponibile {
      background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_button_biggest.png") 0 0 repeat-x;
      width: 476px;
      height: 28px;
      padding: 10px 0 0 0;
      text-align: center;
      border: 1px solid #eeeeee; }
      @media only screen and (max-width: 47.938em) {
        .catalog-product-view .product-view .product-essential .product-shop .product-options-bottom .add-to-cart p.non-disponibile {
          width: 90%;
          height: 70px;
          margin: 10px auto;
          background: #efefef; } }
    .catalog-product-view .product-view .product-essential .product-shop .product-options-bottom .add-to-cart p.coming-soon {
      font-family: "OpenSansBold", sans-serif;
      text-transform: uppercase;
      text-align: center; }
  .catalog-product-view .product-view .product-essential .product-shop.rivista .product-name .social {
    display: none; }
.catalog-product-view .product-view.creazioni {
  margin-top: 20px;
  margin-bottom: 20px; }
  .catalog-product-view .product-view.creazioni .product-shop {
    float: right;
    width: 200px; }
    .catalog-product-view .product-view.creazioni .product-shop .product-name .social {
      float: left;
      margin: 20px 0; }
    .catalog-product-view .product-view.creazioni .product-shop .product-name .dati span a {
      color: #999999;
      margin-left: 0px; }
    .catalog-product-view .product-view.creazioni .product-shop .product-options2 p span a {
      color: #999999; }
  .catalog-product-view .product-view.creazioni .more-views {
    position: inherit !important;
    bottom: inherit !important;
    left: 0px !important;
    width: inherit !important;
    margin-bottom: 0px; }
  .catalog-product-view .product-view.creazioni .product-desc {
    margin-top: 40px !important;
    background: none !important; }
  .catalog-product-view .product-view.creazioni .spaceBetween {
    margin-top: 50px; }
  .catalog-product-view .product-view.creazioni .commentWrapper {
    overflow: hidden;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") 0 bottom repeat-x;
    padding: 20px 0; }
    .catalog-product-view .product-view.creazioni .commentWrapper.first {
      background: none; }
    .catalog-product-view .product-view.creazioni .commentWrapper .commentDetails {
      width: 30%;
      float: left; }
      .catalog-product-view .product-view.creazioni .commentWrapper .commentDetails .img {
        float: left; }
        .catalog-product-view .product-view.creazioni .commentWrapper .commentDetails .img img {
          -webkit-border-top-left-radius: 50%;
          -webkit-border-top-right-radius: 50%;
          -webkit-border-bottom-right-radius: 50%;
          -webkit-border-bottom-left-radius: 50%;
          -moz-border-radius-topleft: 50%;
          -moz-border-radius-topright: 50%;
          -moz-border-radius-bottomright: 50%;
          -moz-border-radius-bottomleft: 50%;
          border-top-left-radius: 50%;
          border-top-right-radius: 50%;
          border-bottom-right-radius: 50%;
          border-bottom-left-radius: 50%; }
      .catalog-product-view .product-view.creazioni .commentWrapper .commentDetails .det {
        float: left;
        margin-left: 10px;
        margin-top: 5px; }
    .catalog-product-view .product-view.creazioni .commentWrapper .comm-accedi {
      float: left;
      text-align: left;
      text-transform: uppercase;
      color: #ec3066;
      font-family: "OpenSansBold", sans-serif;
      margin-right: 20px;
      margin-top: 15px; }
    .catalog-product-view .product-view.creazioni .commentWrapper .commentContent {
      width: 70%;
      float: left;
      color: #666666; }
  .catalog-product-view .product-view.creazioni #productcomment {
    display: block;
    overflow: hidden;
    clear: both;
    padding-top: 20px;
    margin-top: 20px; }
    .catalog-product-view .product-view.creazioni #productcomment h3 {
      font-size: 1.7rem;
      color: #666666;
      font-family: "OpenSansRegular", sans-serif;
      margin-bottom: 15px; }
    .catalog-product-view .product-view.creazioni #productcomment .form-list .input-box {
      height: auto; }
.catalog-product-view .product-view .spaceBetween {
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_hr.png") 0 0 repeat-x;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
.catalog-product-view .product-view .other-products {
  float: left;
  width: 645px;
  padding-right: 30px;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/nav_divider.png") 100% 0 repeat-y; }
  @media only screen and (max-width: 59.938em) {
    .catalog-product-view .product-view .other-products {
      width: 100%;
      padding: 0;
      background: none; } }
  @media only screen and (max-width: 47.938em) {
    .catalog-product-view .product-view .other-products li:nth-child(3) {
      display: none; } }
  .catalog-product-view .product-view .other-products .datiProd {
    padding: 0 10px 0px; }
    @media only screen and (max-width: 47.938em) {
      .catalog-product-view .product-view .other-products .datiProd {
        width: 92%; } }
  .catalog-product-view .product-view .other-products > div {
    width: 100%;
    border: 0; }
    .catalog-product-view .product-view .other-products > div.box-up-sell {
      margin-bottom: 40px; }
  .catalog-product-view .product-view .other-products.other-products-rivista {
    width: 100%;
    padding-right: 0;
    background: none; }
    .catalog-product-view .product-view .other-products.other-products-rivista h1 {
      margin: 15px 0 20px 0;
      font-family: "OpenSansRegular", sans-serif;
      font-size: 1.6rem; }
    .catalog-product-view .product-view .other-products.other-products-rivista ul {
      margin: 0 0 30px 0; }
      .catalog-product-view .product-view .other-products.other-products-rivista ul li {
        margin-bottom: 15px; }
      .catalog-product-view .product-view .other-products.other-products-rivista ul.add-to-links {
        float: left;
        margin: 9px 5px 0 0; }
        .catalog-product-view .product-view .other-products.other-products-rivista ul.add-to-links li {
          margin-bottom: 0; }
.catalog-product-view .product-view .product-sidebar {
  float: right; }
  @media only screen and (max-width: 59.938em) {
    .catalog-product-view .product-view .product-sidebar {
      display: none; } }
.catalog-product-view .product-view .social-b {
  clear: both;
  margin-top: 20px;
  float: left; }
  @media only screen and (max-width: 47.938em) {
    .catalog-product-view .product-view .social-b {
      float: inherit;
      display: inline-block;
      text-align: center; } }
  @media only screen and (max-width: 47.938em) {
    .catalog-product-view .product-view .social-b ul {
      display: inline-block; } }
  .catalog-product-view .product-view .social-b ul li {
    float: left; }
    .catalog-product-view .product-view .social-b ul li a {
      display: inline-block;
      width: 30px;
      height: 30px;
      background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/social.jpg") 0 0 no-repeat;
      background-size: 180px; }
      .catalog-product-view .product-view .social-b ul li a.fb {
        background-position: 1px 2px;
        border-right: 1px solid #999999;
        margin-right: 5px; }
      .catalog-product-view .product-view .social-b ul li a.tw {
        background-position: -49px 2px;
        border-right: 1px solid #999999;
        margin-right: 5px;
        padding-right: 5px; }
      .catalog-product-view .product-view .social-b ul li a.gp {
        background-position: -99px 1px;
        border-right: 1px solid #999999;
        margin-right: 5px;
        padding-right: 5px; }
      .catalog-product-view .product-view .social-b ul li a.pt {
        background-position: -154px 0px; }
.catalog-product-view .product-view.conf .product-essential .product-shop #product_addtocart_form .product-options .titleAcquisto {
  display: none; }
.catalog-product-view .product-view.conf .product-essential .product-shop #product_addtocart_form .product-options .scegliAcquisto {
  width: 100%; }
.catalog-product-view .product-view.conf .product-essential .product-shop #product_addtocart_form .product-options dl.last {
  clear: both; }
.catalog-product-view .product-view.conf .product-essential .product-shop #product_addtocart_form .product-options dl.last .options-list li {
  display: inline-block;
  margin-right: 8px; }
.total-look .catalog-product-view .product-view .product-essential .product-options .options-list li {
  padding-bottom: 10px;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") 0 100% repeat-x; }
.total-look .catalog-product-view .product-view .product-essential .product-options .options-list .leftPart {
  float: left;
  margin-right: 35px; }
.total-look .catalog-product-view .product-view .product-essential .product-options .options-list .rightPart {
  position: relative;
  float: left;
  width: 320px; }
  .total-look .catalog-product-view .product-view .product-essential .product-options .options-list .rightPart input.checkbox {
    display: none; }
  .total-look .catalog-product-view .product-view .product-essential .product-options .options-list .rightPart .checkBot {
    width: 17px;
    height: 17px;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/catalog/product/checkbox.png") 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: -25px;
    cursor: pointer; }
    .total-look .catalog-product-view .product-view .product-essential .product-options .options-list .rightPart .checkBot.selected {
      background-position: 0 -37px; }
  .total-look .catalog-product-view .product-view .product-essential .product-options .options-list .rightPart .product-name {
    font-size: 1.2rem; }
    .total-look .catalog-product-view .product-view .product-essential .product-options .options-list .rightPart .product-name .price-notice {
      float: right; }
      .total-look .catalog-product-view .product-view .product-essential .product-options .options-list .rightPart .product-name .price-notice .price {
        color: #ec3066;
        font-family: "OpenSansBold", sans-serif;
        font-size: 1.1rem; }
  .total-look .catalog-product-view .product-view .product-essential .product-options .options-list .rightPart .sku {
    font-family: "Arial", serif;
    font-size: 0.9rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2rem;
    color: #999999; }
  .total-look .catalog-product-view .product-view .product-essential .product-options .options-list .rightPart .desc {
    padding-bottom: 7px;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") 0 100% repeat-x; }
    .total-look .catalog-product-view .product-view .product-essential .product-options .options-list .rightPart .desc p {
      color: #999999;
      font-family: "Arial", serif;
      font-size: 0.966rem;
      font-weight: normal;
      font-style: normal;
      line-height: 1.2rem; }
  .total-look .catalog-product-view .product-view .product-essential .product-options .options-list .rightPart .product-options2 {
    background: none; }
.total-look .catalog-product-view .product-view .product-essential .product-options-bottom {
  float: right; }
  .total-look .catalog-product-view .product-view .product-essential .product-options-bottom .product-pricing {
    display: none; }
  .total-look .catalog-product-view .product-view .product-essential .product-options-bottom .full-product-price .price {
    font-family: "OpenSansBold", sans-serif;
    font-size: 1.1rem; }
.total-look .catalog-product-view .product-view .product-essential .bundle-data {
  display: none; }
.total-look .catalog-product-view .product-view .product-essential .add-to-box {
  margin-top: 45px !important; }
.total-look .catalog-product-view .product-view .product-essential .product-img-box .more-views {
  display: none; }

.category-creazioni-degli-utenti .return-category {
  right: -335px !important; }

.category-creazioni-degli-utenti #nex-prev-link .next-product {
  margin-right: -335px;
  margin-top: -5px; }

.category-creazioni-degli-utenti #nex-prev-link {
  overflow: inherit !important; }

.creazioni-utente .datiProd .doubleData {
  text-align: center !important; }

.creazioni-utente .datiProd .product-name {
  height: 40px !important;
  margin-top: 15px !important; }

.checkout-cart-index .col-main {
  margin-top: 20px; }
  .checkout-cart-index .col-main .page-title h1 {
    color: #ec3066;
    font-family: "OpenSansBold", sans-serif;
    margin-bottom: 10px; }
  .checkout-cart-index .col-main .page-title .subTitle {
    clear: both; }
    @media only screen and (max-width: 47.938em) {
      .checkout-cart-index .col-main .page-title .subTitle {
        text-align: center;
        font-size: 0.669rem; } }
  .checkout-cart-index .col-main .pre-continua {
    display: inline-block;
    margin: 5px 0 0 0; }
  .checkout-cart-index .col-main .btn-continue {
    color: #ec3066;
    text-decoration: underline; }
  .checkout-cart-index .col-main fieldset {
    border: 0;
    padding: 0; }
    .checkout-cart-index .col-main fieldset .cart-table {
      position: relative;
      margin-bottom: 25px; }
      .checkout-cart-index .col-main fieldset .cart-table th {
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        padding: 15px 0;
        text-transform: uppercase;
        font-family: "OpenSansBold", sans-serif;
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/th_separator.png") 0 50% no-repeat; }
        .checkout-cart-index .col-main fieldset .cart-table th:first-child, .checkout-cart-index .col-main fieldset .cart-table th:last-child {
          background: none; }
        @media only screen and (max-width: 47.938em) {
          .checkout-cart-index .col-main fieldset .cart-table th.a-center {
            display: none; } }
      .checkout-cart-index .col-main fieldset .cart-table tbody tr {
        background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png') 0 100% repeat-x; }
        .checkout-cart-index .col-main fieldset .cart-table tbody tr td {
          padding-top: 20px;
          padding-bottom: 11px; }
          @media only screen and (max-width: 47.938em) {
            .checkout-cart-index .col-main fieldset .cart-table tbody tr td {
              width: auto !important; }
              .checkout-cart-index .col-main fieldset .cart-table tbody tr td.a-center {
                display: none; } }
          .checkout-cart-index .col-main fieldset .cart-table tbody tr td.product-img {
            padding-top: 10px; }
          .checkout-cart-index .col-main fieldset .cart-table tbody tr td .sku {
            color: #999999; }
            @media only screen and (max-width: 47.938em) {
              .checkout-cart-index .col-main fieldset .cart-table tbody tr td .sku {
                display: none; } }
          .checkout-cart-index .col-main fieldset .cart-table tbody tr td .prod {
            clear: both;
            overflow: hidden;
            margin-bottom: 10px; }
            .checkout-cart-index .col-main fieldset .cart-table tbody tr td .prod > p {
              color: #ec3066;
              font-family: "OpenSansBold", sans-serif; }
          .checkout-cart-index .col-main fieldset .cart-table tbody tr td .taglia,
          .checkout-cart-index .col-main fieldset .cart-table tbody tr td .formato {
            float: left;
            width: 125px; }
          .checkout-cart-index .col-main fieldset .cart-table tbody tr td .labelSize,
          .checkout-cart-index .col-main fieldset .cart-table tbody tr td .labelLevel,
          .checkout-cart-index .col-main fieldset .cart-table tbody tr td .labelFormat {
            font-family: "OpenSansBold", sans-serif;
            font-size: 0.966rem; }
          .checkout-cart-index .col-main fieldset .cart-table tbody tr td input.qty {
            width: 25px;
            text-align: center; }
          .checkout-cart-index .col-main fieldset .cart-table tbody tr td span.qt {
            display: inline-block;
            width: 13px;
            height: 15px;
            cursor: pointer;
            background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_quantities.png") 0 0 no-repeat; }
            .checkout-cart-index .col-main fieldset .cart-table tbody tr td span.qt.minus {
              background-position: 3px -17px; }
            .checkout-cart-index .col-main fieldset .cart-table tbody tr td span.qt.plus {
              background-position: 3px 8px; }
          .checkout-cart-index .col-main fieldset .cart-table tbody tr td .cart-price .price {
            font-family: "Arial", serif;
            font-size: 1.4rem;
            font-weight: bold;
            font-style: normal;
            line-height: 1.2rem;
            color: #666666; }
          .checkout-cart-index .col-main fieldset .cart-table tbody tr td .btn-remove2 {
            background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_remove_cart.png") 0 0 no-repeat;
            float: right;
            margin-right: 10px; }
            @media only screen and (max-width: 47.938em) {
              .checkout-cart-index .col-main fieldset .cart-table tbody tr td .btn-remove2 {
                position: absolute;
                right: 15px;
                text-indent: 0;
                width: auto;
                font-size: .6rem;
                line-height: .6rem;
                bottom: 20px;
                color: #cc0000;
                background: none; } }
  .checkout-cart-index .col-main .cart-collaterals .separator {
    display: none; }
  .checkout-cart-index .col-main .cart-collaterals .block.need-help {
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/nav_divider.png") 100% 0 repeat-y;
    padding-right: 10px;
    float: left;
    width: 30%;
    height: 170px;
    padding-right: 2%; }
    @media only screen and (max-width: 47.938em) {
      .checkout-cart-index .col-main .cart-collaterals .block.need-help {
        display: none; } }
  .checkout-cart-index .col-main .cart-collaterals .discount {
    float: left;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/nav_divider.png") 100% 0 repeat-y;
    width: 34%;
    height: 170px;
    padding-left: 3%;
    padding-right: 3%; }
    @media only screen and (max-width: 47.938em) {
      .checkout-cart-index .col-main .cart-collaterals .discount {
        float: none;
        width: auto;
        padding-right: 0;
        background: none; } }
    .checkout-cart-index .col-main .cart-collaterals .discount h2 {
      font-family: "OpenSansRegular", sans-serif;
      color: #666666;
      margin-bottom: 19px; }
    .checkout-cart-index .col-main .cart-collaterals .discount .input-box {
      position: relative; }
      .checkout-cart-index .col-main .cart-collaterals .discount .input-box input.input-text {
        width: 95%;
        padding: 7px 0 7px 10px; }
      .checkout-cart-index .col-main .cart-collaterals .discount .input-box button.button {
        position: absolute;
        top: 4px;
        right: 4%;
        border: 0;
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/th_separator.png") 0 50% no-repeat; }
        @media only screen and (max-width: 47.938em) {
          .checkout-cart-index .col-main .cart-collaterals .discount .input-box button.button {
            background-color: #efefef;
            top: 0;
            right: 3%; } }
        .checkout-cart-index .col-main .cart-collaterals .discount .input-box button.button span {
          font-family: "OpenSansRegular", sans-serif;
          font-weight: normal;
          padding-right: 15px;
          background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 48px -110px no-repeat; }
          @media only screen and (max-width: 47.938em) {
            .checkout-cart-index .col-main .cart-collaterals .discount .input-box button.button span {
              height: 44px !important;
              padding: 5px 20px 5px 10px !important;
              background-position: 112px -98px; } }
        .checkout-cart-index .col-main .cart-collaterals .discount .input-box button.button:hover span {
          color: #666666; }
  .checkout-cart-index .col-main .cart-collaterals .totals {
    width: 25%; }
    @media only screen and (max-width: 47.938em) {
      .checkout-cart-index .col-main .cart-collaterals .totals {
        width: auto;
        float: none;
        padding-left: 20px; } }
    .checkout-cart-index .col-main .cart-collaterals .totals td {
      padding: 5px 15px 5px 0;
      font-size: 1.1rem; }
      .checkout-cart-index .col-main .cart-collaterals .totals td span {
        font-size: 1.1rem; }
      .checkout-cart-index .col-main .cart-collaterals .totals td.a-right span {
        font-family: "OpenSansBold", sans-serif; }
    .checkout-cart-index .col-main .cart-collaterals .totals tfoot td.a-left {
      color: #61554f;
      font-size: 1.8rem;
      padding-top: 15px; }
    .checkout-cart-index .col-main .cart-collaterals .totals tfoot td.a-right {
      padding-top: 15px; }
      .checkout-cart-index .col-main .cart-collaterals .totals tfoot td.a-right span {
        font-size: 1.8rem;
        font-family: "OpenSansBold", sans-serif;
        color: #ec3066; }
    .checkout-cart-index .col-main .cart-collaterals .totals .checkout-types {
      padding: 0;
      text-align: left;
      width: 100%; }
      .checkout-cart-index .col-main .cart-collaterals .totals .checkout-types button.btn-blue.btn-proceed-checkout {
        width: 100%; }
        .checkout-cart-index .col-main .cart-collaterals .totals .checkout-types button.btn-blue.btn-proceed-checkout span {
          font-size: 1.1rem; }
        @media only screen and (max-width: 47.938em) {
          .checkout-cart-index .col-main .cart-collaterals .totals .checkout-types button.btn-blue.btn-proceed-checkout {
            margin-top: 50px; } }

.opc-index-index .col-main {
  margin-top: 20px;
  margin-bottom: 80px; }
  .opc-index-index .col-main .opc-wrapper-opc h3 {
    text-transform: uppercase;
    padding: 10px 0 10px 45px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/checkout/numbers.png") 0 0 no-repeat; }
    @media only screen and (max-width: 47.938em) {
      .opc-index-index .col-main .opc-wrapper-opc h3 {
        font-size: .9rem;
        padding: 3px 0 2px 45px; } }
  .opc-index-index .col-main .opc-wrapper-opc #co-billing-form h3 {
    background-position: 0 0; }
  .opc-index-index .col-main .opc-wrapper-opc .shipping-block h3 {
    background-position: 0 -92px; }
  .opc-index-index .col-main .opc-wrapper-opc .payment-block h3 {
    background-position: 0 -182px; }
  .opc-index-index .col-main .opc-wrapper-opc .payment-block.virtualposition h3 {
    background-position: 0 -92px !important; }
  .opc-index-index .col-main .opc-wrapper-opc .opc-col-right > h3 {
    background-position: 0 -280px; }
  .opc-index-index .col-main .opc-wrapper-opc .opc-col-right.virtualpositionriep h3 {
    background-position: 0 -182px !important; }
  .opc-index-index .col-main .opc-wrapper-opc .discount-block h3,
  .opc-index-index .col-main .opc-wrapper-opc .opc-data-table h3,
  .opc-index-index .col-main .opc-wrapper-opc #opc-address-form-shipping h3 {
    background: none;
    padding: 0;
    border: 0; }
  .opc-index-index .col-main .opc-wrapper-opc .opc-data-table tbody td {
    font-size: .9rem; }
  .opc-index-index .col-main .page-title h1 {
    color: #ec3066;
    font-family: "OpenSansBold", sans-serif;
    margin-bottom: 10px; }
  .opc-index-index .col-main .page-title .subTitle {
    clear: both;
    margin-bottom: 30px; }
  .opc-index-index .col-main .alreadyReg {
    overflow: hidden;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/checkout/already_bg.png") 0 0 repeat-x; }
    .opc-index-index .col-main .alreadyReg .icn {
      display: inline-block;
      float: left;
      width: 63px;
      height: 57px;
      background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/checkout/already_icon.png") 0 0 no-repeat; }
    .opc-index-index .col-main .alreadyReg p {
      display: inline-block;
      float: left;
      font-size: 1.4rem;
      padding: 20px 0 20px 10px; }
      .opc-index-index .col-main .alreadyReg p a {
        color: #ec3066;
        font-family: "OpenSansBold", sans-serif;
        font-size: 1.4rem;
        cursor: pointer; }
  .opc-index-index .col-main #myModal {
    display: none; }
    .opc-index-index .col-main #myModal .modal-header {
      padding: 10px; }
      .opc-index-index .col-main #myModal .modal-header .modal-title {
        font-size: 1.1rem;
        text-transform: uppercase; }
    .opc-index-index .col-main #myModal .modal-body {
      padding: 10px; }
      .opc-index-index .col-main #myModal .modal-body .form-list li {
        width: 48%;
        display: inline-block; }
        .opc-index-index .col-main #myModal .modal-body .form-list li:first-child {
          margin-right: 3%; }
        .opc-index-index .col-main #myModal .modal-body .form-list li label {
          display: block;
          width: 100%;
          margin-bottom: 7px; }
        .opc-index-index .col-main #myModal .modal-body .form-list li .input-box {
          clear: both; }
          .opc-index-index .col-main #myModal .modal-body .form-list li .input-box input {
            width: 94%;
            padding: 5px 3%; }
    .opc-index-index .col-main #myModal .modal-footer {
      float: right;
      padding-left: 10px;
      height: 80px; }
      .opc-index-index .col-main #myModal .modal-footer .button {
        margin-bottom: 10px;
        margin-right: 15px;
        margin-left: 20px; }
      .opc-index-index .col-main #myModal .modal-footer .restore-account {
        display: inline-block;
        color: #999999;
        text-decoration: underline;
        margin-bottom: 40px; }
      .opc-index-index .col-main #myModal .modal-footer .back-link {
        float: left;
        margin-top: 16px; }
  .opc-index-index .col-main .opc-col-left #billing-new-address-form {
    margin-top: 15px; }
  .opc-index-index .col-main .opc-col-left #co-billing-form .forum .fields .field {
    width: 100%;
    float: left;
    overflow: visible; }
  .opc-index-index .col-main .opc-col-left #co-billing-form .notice {
    margin: 10px 0;
    float: none;
    display: block;
    text-transform: none; }
  .opc-index-index .col-main .opc-col-left #co-billing-form select.address-select {
    width: 100%; }
    @media only screen and (max-width: 47.938em) {
      .opc-index-index .col-main .opc-col-left #co-billing-form select.address-select {
        height: 50px !important;
        margin-top: 30px; } }
  .opc-index-index .col-main .opc-col-left #co-billing-form fieldset {
    border: 0;
    padding: 0; }
    .opc-index-index .col-main .opc-col-left #co-billing-form fieldset label {
      font-family: "OpenSansRegular", sans-serif;
      color: #3d3d45;
      text-transform: none; }
    .opc-index-index .col-main .opc-col-left #co-billing-form fieldset .fields .field {
      width: 46%;
      float: left;
      overflow: visible; }
      @media only screen and (max-width: 47.938em) {
        .opc-index-index .col-main .opc-col-left #co-billing-form fieldset .fields .field {
          width: 100%;
          float: none;
          margin-top: 30px; } }
    .opc-index-index .col-main .opc-col-left #co-billing-form fieldset .wide .field {
      width: 100%;
      overflow: visible; }
      .opc-index-index .col-main .opc-col-left #co-billing-form fieldset .wide .field input {
        width: 100%; }
      @media only screen and (max-width: 47.938em) {
        .opc-index-index .col-main .opc-col-left #co-billing-form fieldset .wide .field {
          margin-top: 30px; } }
    .opc-index-index .col-main .opc-col-left #co-billing-form fieldset .input-box {
      height: auto; }
  .opc-index-index .col-main .opc-col-left #co-billing-form .fieldset.forum {
    border: 0; }
    .opc-index-index .col-main .opc-col-left #co-billing-form .fieldset.forum .custom-field {
      float: left;
      width: 100%; }
      .opc-index-index .col-main .opc-col-left #co-billing-form .fieldset.forum .custom-field fieldset {
        margin: 0; }
        .opc-index-index .col-main .opc-col-left #co-billing-form .fieldset.forum .custom-field fieldset input[type="text"] {
          width: 98%; }
        .opc-index-index .col-main .opc-col-left #co-billing-form .fieldset.forum .custom-field fieldset textarea {
          width: 98%;
          height: 80px; }
        .opc-index-index .col-main .opc-col-left #co-billing-form .fieldset.forum .custom-field fieldset .field-row {
          margin-top: 12px;
          display: block; }
          @media only screen and (max-width: 47.938em) {
            .opc-index-index .col-main .opc-col-left #co-billing-form .fieldset.forum .custom-field fieldset .field-row {
              margin-top: 30px; } }
  .opc-index-index .col-main .opc-col-left #co-billing-form #register-customer-password .field {
    width: 100%;
    margin-bottom: 10px; }
    .opc-index-index .col-main .opc-col-left #co-billing-form #register-customer-password .field .field-row {
      margin-top: 10px; }
    .opc-index-index .col-main .opc-col-left #co-billing-form #register-customer-password .field .input-box {
      width: 99%;
      height: auto; }
      .opc-index-index .col-main .opc-col-left #co-billing-form #register-customer-password .field .input-box input[type="password"] {
        width: 98%; }
  .opc-index-index .col-main .opc-col-left #opc-address-form-shipping fieldset {
    border: 0;
    padding: 0; }
    .opc-index-index .col-main .opc-col-left #opc-address-form-shipping fieldset label {
      font-family: "OpenSansRegular", sans-serif;
      color: #3d3d45;
      text-transform: none; }
    .opc-index-index .col-main .opc-col-left #opc-address-form-shipping fieldset .fields .field {
      width: 46%;
      float: left; }
    .opc-index-index .col-main .opc-col-left #opc-address-form-shipping fieldset .wide .field {
      width: 100%; }
      .opc-index-index .col-main .opc-col-left #opc-address-form-shipping fieldset .wide .field input {
        width: 100%; }
    .opc-index-index .col-main .opc-col-left #opc-address-form-shipping fieldset .input-box {
      height: auto; }
  .opc-index-index .col-main .opc-col-center .shipping-block #shipping-block-methods {
    padding-left: 15px;
    margin-top: 15px; }
    .opc-index-index .col-main .opc-col-center .shipping-block #shipping-block-methods dt {
      text-transform: uppercase; }
    .opc-index-index .col-main .opc-col-center .shipping-block #shipping-block-methods dd {
      margin-bottom: 15px; }
  .opc-index-index .col-main .opc-col-center .payment-block fieldset {
    border: 0; }
    .opc-index-index .col-main .opc-col-center .payment-block fieldset .input-box {
      clear: both;
      height: auto;
      display: block; }
      .opc-index-index .col-main .opc-col-center .payment-block fieldset .input-box .year {
        margin-left: 10px; }
    .opc-index-index .col-main .opc-col-center .payment-block fieldset .form-list {
      margin-top: 20px; }
      .opc-index-index .col-main .opc-col-center .payment-block fieldset .form-list input {
        width: 100%;
        height: auto;
        display: block; }
      .opc-index-index .col-main .opc-col-center .payment-block fieldset .form-list li label {
        width: 100%; }
      .opc-index-index .col-main .opc-col-center .payment-block fieldset .form-list .required em {
        font-style: normal;
        color: #eb340a;
        position: relative;
        float: none;
        margin: 0;
        right: 0; }
    .opc-index-index .col-main .opc-col-center .payment-block fieldset dt {
      margin-top: 10px; }
      .opc-index-index .col-main .opc-col-center .payment-block fieldset dt label {
        margin-left: 0px; }
    .opc-index-index .col-main .opc-col-center .payment-block fieldset dd fieldset.form-list {
      padding: 0; }
  .opc-index-index .col-main .opc-col-center .discount-block {
    padding-left: 10px;
    margin-top: 20px; }
    .opc-index-index .col-main .opc-col-center .discount-block label {
      margin-bottom: 5px;
      display: block; }
    .opc-index-index .col-main .opc-col-center .discount-block .discount .input-box {
      position: relative; }
      .opc-index-index .col-main .opc-col-center .discount-block .discount .input-box input {
        width: 95%; }
      .opc-index-index .col-main .opc-col-center .discount-block .discount .input-box button.button {
        background: none;
        border: 0;
        position: absolute;
        right: 4%;
        top: 4px;
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/th_separator.png") 0 50% no-repeat; }
        .opc-index-index .col-main .opc-col-center .discount-block .discount .input-box button.button span {
          font-family: "OpenSansRegular", sans-serif;
          font-weight: normal;
          padding-right: 15px;
          background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 48px -110px no-repeat; }
        .opc-index-index .col-main .opc-col-center .discount-block .discount .input-box button.button:hover span {
          color: #666666; }
  .opc-index-index .col-main .opc-col-right #opc-review-block {
    margin-top: 15px; }
    .opc-index-index .col-main .opc-col-right #opc-review-block .opc-data-table th {
      color: #ec3066;
      font-family: "OpenSansBold", sans-serif;
      font-size: 1.1rem;
      text-transform: uppercase; }
    .opc-index-index .col-main .opc-col-right #opc-review-block .opc-data-table td h3.product-name {
      font-size: 0.9rem;
      text-transform: none;
      color: #3d3d45; }
    .opc-index-index .col-main .opc-col-right #opc-review-block .opc-data-table td dt, .opc-index-index .col-main .opc-col-right #opc-review-block .opc-data-table td dd {
      font-size: 0.8rem; }
    .opc-index-index .col-main .opc-col-right #opc-review-block .opc-data-table td.last {
      text-align: right; }
    .opc-index-index .col-main .opc-col-right #opc-review-block .opc-data-table tfoot tr td {
      border: 0; }
    .opc-index-index .col-main .opc-col-right #opc-review-block .opc-data-table tfoot tr.last td.a-left {
      font-family: "OpenSansBold", sans-serif;
      font-size: 1.8rem;
      color: #3d3d45; }
    .opc-index-index .col-main .opc-col-right #opc-review-block .opc-data-table tfoot tr.last td.a-right span {
      font-family: "OpenSansBold", sans-serif;
      font-size: 1.8rem;
      color: #ec3066; }

.checkout-agreements .agreement-content {
  display: none; }

/* PLACEHOLDER */
.place-col2 .col2-set, .customer-account-index .col-main .dashboard .box-account .col2-set, .customer-address-index .col-main .my-account .col2-set, .sales-order-view .col-main .col2-set,
.sales-order-shipment .col-main .col2-set,
.sales-order-invoice .col-main .col2-set, .sales-order-print > div .col2-set {
  margin-top: 20px; }
  .place-col2 .col2-set .col-1, .customer-account-index .col-main .dashboard .box-account .col2-set .col-1, .customer-address-index .col-main .my-account .col2-set .col-1, .sales-order-view .col-main .col2-set .col-1,
  .sales-order-shipment .col-main .col2-set .col-1,
  .sales-order-invoice .col-main .col2-set .col-1, .sales-order-print > div .col2-set .col-1,
  .place-col2 .col2-set .col-2,
  .customer-account-index .col-main .dashboard .box-account .col2-set .col-2,
  .customer-address-index .col-main .my-account .col2-set .col-2,
  .sales-order-view .col-main .col2-set .col-2,
  .sales-order-shipment .col-main .col2-set .col-2,
  .sales-order-invoice .col-main .col2-set .col-2,
  .sales-order-print > div .col2-set .col-2 {
    width: 45%;
    padding: 15px 2%;
    float: left; }
    @media only screen and (max-width: 47.938em) {
      .place-col2 .col2-set .col-1, .customer-account-index .col-main .dashboard .box-account .col2-set .col-1, .customer-address-index .col-main .my-account .col2-set .col-1, .sales-order-view .col-main .col2-set .col-1,
      .sales-order-shipment .col-main .col2-set .col-1,
      .sales-order-invoice .col-main .col2-set .col-1, .sales-order-print > div .col2-set .col-1,
      .place-col2 .col2-set .col-2,
      .customer-account-index .col-main .dashboard .box-account .col2-set .col-2,
      .customer-address-index .col-main .my-account .col2-set .col-2,
      .sales-order-view .col-main .col2-set .col-2,
      .sales-order-shipment .col-main .col2-set .col-2,
      .sales-order-invoice .col-main .col2-set .col-2,
      .sales-order-print > div .col2-set .col-2 {
        width: 96%;
        float: none; } }
  .place-col2 .col2-set .col-2, .customer-account-index .col-main .dashboard .box-account .col2-set .col-2, .customer-address-index .col-main .my-account .col2-set .col-2, .sales-order-view .col-main .col2-set .col-2,
  .sales-order-shipment .col-main .col2-set .col-2,
  .sales-order-invoice .col-main .col2-set .col-2, .sales-order-print > div .col2-set .col-2 {
    float: right; }
    @media only screen and (max-width: 47.938em) {
      .place-col2 .col2-set .col-2, .customer-account-index .col-main .dashboard .box-account .col2-set .col-2, .customer-address-index .col-main .my-account .col2-set .col-2, .sales-order-view .col-main .col2-set .col-2,
      .sales-order-shipment .col-main .col2-set .col-2,
      .sales-order-invoice .col-main .col2-set .col-2, .sales-order-print > div .col2-set .col-2 {
        float: none;
        margin-top: 20px; } }
  .place-col2 .col2-set > .col-1, .customer-account-index .col-main .dashboard .box-account .col2-set > .col-1, .customer-address-index .col-main .my-account .col2-set > .col-1, .sales-order-view .col-main .col2-set > .col-1,
  .sales-order-shipment .col-main .col2-set > .col-1,
  .sales-order-invoice .col-main .col2-set > .col-1, .sales-order-print > div .col2-set > .col-1,
  .place-col2 .col2-set > .col-2,
  .customer-account-index .col-main .dashboard .box-account .col2-set > .col-2,
  .customer-address-index .col-main .my-account .col2-set > .col-2,
  .sales-order-view .col-main .col2-set > .col-2,
  .sales-order-shipment .col-main .col2-set > .col-2,
  .sales-order-invoice .col-main .col2-set > .col-2,
  .sales-order-print > div .col2-set > .col-2 {
    border: 1px solid #dddcdc;
    min-height: 160px; }
    .place-col2 .col2-set > .col-1.addresses-primary, .customer-account-index .col-main .dashboard .box-account .col2-set > .col-1.addresses-primary, .customer-address-index .col-main .my-account .col2-set > .col-1.addresses-primary, .sales-order-view .col-main .col2-set > .col-1.addresses-primary,
    .sales-order-shipment .col-main .col2-set > .col-1.addresses-primary,
    .sales-order-invoice .col-main .col2-set > .col-1.addresses-primary, .sales-order-print > div .col2-set > .col-1.addresses-primary, .place-col2 .col2-set > .col-1.addresses-additional, .customer-account-index .col-main .dashboard .box-account .col2-set > .col-1.addresses-additional, .customer-address-index .col-main .my-account .col2-set > .col-1.addresses-additional, .sales-order-view .col-main .col2-set > .col-1.addresses-additional,
    .sales-order-shipment .col-main .col2-set > .col-1.addresses-additional,
    .sales-order-invoice .col-main .col2-set > .col-1.addresses-additional, .sales-order-print > div .col2-set > .col-1.addresses-additional,
    .place-col2 .col2-set > .col-2.addresses-primary,
    .customer-account-index .col-main .dashboard .box-account .col2-set > .col-2.addresses-primary,
    .customer-address-index .col-main .my-account .col2-set > .col-2.addresses-primary,
    .sales-order-view .col-main .col2-set > .col-2.addresses-primary,
    .sales-order-shipment .col-main .col2-set > .col-2.addresses-primary,
    .sales-order-invoice .col-main .col2-set > .col-2.addresses-primary,
    .sales-order-print > div .col2-set > .col-2.addresses-primary,
    .place-col2 .col2-set > .col-2.addresses-additional,
    .customer-account-index .col-main .dashboard .box-account .col2-set > .col-2.addresses-additional,
    .customer-address-index .col-main .my-account .col2-set > .col-2.addresses-additional,
    .sales-order-view .col-main .col2-set > .col-2.addresses-additional,
    .sales-order-shipment .col-main .col2-set > .col-2.addresses-additional,
    .sales-order-invoice .col-main .col2-set > .col-2.addresses-additional,
    .sales-order-print > div .col2-set > .col-2.addresses-additional {
      height: 350px; }
      @media only screen and (max-width: 47.938em) {
        .place-col2 .col2-set > .col-1.addresses-primary, .customer-account-index .col-main .dashboard .box-account .col2-set > .col-1.addresses-primary, .customer-address-index .col-main .my-account .col2-set > .col-1.addresses-primary, .sales-order-view .col-main .col2-set > .col-1.addresses-primary,
        .sales-order-shipment .col-main .col2-set > .col-1.addresses-primary,
        .sales-order-invoice .col-main .col2-set > .col-1.addresses-primary, .sales-order-print > div .col2-set > .col-1.addresses-primary, .place-col2 .col2-set > .col-1.addresses-additional, .customer-account-index .col-main .dashboard .box-account .col2-set > .col-1.addresses-additional, .customer-address-index .col-main .my-account .col2-set > .col-1.addresses-additional, .sales-order-view .col-main .col2-set > .col-1.addresses-additional,
        .sales-order-shipment .col-main .col2-set > .col-1.addresses-additional,
        .sales-order-invoice .col-main .col2-set > .col-1.addresses-additional, .sales-order-print > div .col2-set > .col-1.addresses-additional,
        .place-col2 .col2-set > .col-2.addresses-primary,
        .customer-account-index .col-main .dashboard .box-account .col2-set > .col-2.addresses-primary,
        .customer-address-index .col-main .my-account .col2-set > .col-2.addresses-primary,
        .sales-order-view .col-main .col2-set > .col-2.addresses-primary,
        .sales-order-shipment .col-main .col2-set > .col-2.addresses-primary,
        .sales-order-invoice .col-main .col2-set > .col-2.addresses-primary,
        .sales-order-print > div .col2-set > .col-2.addresses-primary,
        .place-col2 .col2-set > .col-2.addresses-additional,
        .customer-account-index .col-main .dashboard .box-account .col2-set > .col-2.addresses-additional,
        .customer-address-index .col-main .my-account .col2-set > .col-2.addresses-additional,
        .sales-order-view .col-main .col2-set > .col-2.addresses-additional,
        .sales-order-shipment .col-main .col2-set > .col-2.addresses-additional,
        .sales-order-invoice .col-main .col2-set > .col-2.addresses-additional,
        .sales-order-print > div .col2-set > .col-2.addresses-additional {
          height: auto; } }
  .place-col2 .col2-set .box-title, .customer-account-index .col-main .dashboard .box-account .col2-set .box-title, .customer-address-index .col-main .my-account .col2-set .box-title, .sales-order-view .col-main .col2-set .box-title,
  .sales-order-shipment .col-main .col2-set .box-title,
  .sales-order-invoice .col-main .col2-set .box-title, .sales-order-print > div .col2-set .box-title {
    margin-bottom: 15px;
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png') 0 100% repeat-x; }
    .place-col2 .col2-set .box-title h3, .customer-account-index .col-main .dashboard .box-account .col2-set .box-title h3, .customer-address-index .col-main .my-account .col2-set .box-title h3, .sales-order-view .col-main .col2-set .box-title h3,
    .sales-order-shipment .col-main .col2-set .box-title h3,
    .sales-order-invoice .col-main .col2-set .box-title h3, .sales-order-print > div .col2-set .box-title h3 {
      font-size: 1.05rem;
      text-transform: uppercase;
      display: inline-block; }
    .place-col2 .col2-set .box-title a, .customer-account-index .col-main .dashboard .box-account .col2-set .box-title a, .customer-address-index .col-main .my-account .col2-set .box-title a, .sales-order-view .col-main .col2-set .box-title a,
    .sales-order-shipment .col-main .col2-set .box-title a,
    .sales-order-invoice .col-main .col2-set .box-title a, .sales-order-print > div .col2-set .box-title a {
      float: right; }

.order-table #my-orders-table thead tr, .customer-account-index .col-main .dashboard .box-account.box-recent #my-orders-table thead tr, .sales-order-history .main .col-main #my-orders-table thead tr, .megaforum-index-myforumtopics .main .col-main .box-account #my-orders-table thead tr,
.megaforum-index-myforumposts .main .col-main .box-account #my-orders-table thead tr,
.megaforum-index-inbox .main .col-main .box-account #my-orders-table thead tr {
  border-bottom: 1px solid #dddcdc; }
  .order-table #my-orders-table thead tr th, .customer-account-index .col-main .dashboard .box-account.box-recent #my-orders-table thead tr th, .sales-order-history .main .col-main #my-orders-table thead tr th, .megaforum-index-myforumtopics .main .col-main .box-account #my-orders-table thead tr th,
  .megaforum-index-myforumposts .main .col-main .box-account #my-orders-table thead tr th,
  .megaforum-index-inbox .main .col-main .box-account #my-orders-table thead tr th {
    padding: 5px;
    text-transform: uppercase; }
    .order-table #my-orders-table thead tr th.order, .customer-account-index .col-main .dashboard .box-account.box-recent #my-orders-table thead tr th.order, .sales-order-history .main .col-main #my-orders-table thead tr th.order, .megaforum-index-myforumtopics .main .col-main .box-account #my-orders-table thead tr th.order,
    .megaforum-index-myforumposts .main .col-main .box-account #my-orders-table thead tr th.order,
    .megaforum-index-inbox .main .col-main .box-account #my-orders-table thead tr th.order {
      width: 14%; }
    .order-table #my-orders-table thead tr th.date, .customer-account-index .col-main .dashboard .box-account.box-recent #my-orders-table thead tr th.date, .sales-order-history .main .col-main #my-orders-table thead tr th.date, .megaforum-index-myforumtopics .main .col-main .box-account #my-orders-table thead tr th.date,
    .megaforum-index-myforumposts .main .col-main .box-account #my-orders-table thead tr th.date,
    .megaforum-index-inbox .main .col-main .box-account #my-orders-table thead tr th.date {
      width: 13%; }
.order-table #my-orders-table tbody tr, .customer-account-index .col-main .dashboard .box-account.box-recent #my-orders-table tbody tr, .sales-order-history .main .col-main #my-orders-table tbody tr, .megaforum-index-myforumtopics .main .col-main .box-account #my-orders-table tbody tr,
.megaforum-index-myforumposts .main .col-main .box-account #my-orders-table tbody tr,
.megaforum-index-inbox .main .col-main .box-account #my-orders-table tbody tr {
  border-bottom: 1px solid #dddcdc; }
  .order-table #my-orders-table tbody tr td, .customer-account-index .col-main .dashboard .box-account.box-recent #my-orders-table tbody tr td, .sales-order-history .main .col-main #my-orders-table tbody tr td, .megaforum-index-myforumtopics .main .col-main .box-account #my-orders-table tbody tr td,
  .megaforum-index-myforumposts .main .col-main .box-account #my-orders-table tbody tr td,
  .megaforum-index-inbox .main .col-main .box-account #my-orders-table tbody tr td {
    padding: 10px 5px; }

/* END */
.customer-account-login .main-container .main .page-title,
.customer-account-create .main-container .main .page-title,
.customer-account-forgotpassword .main-container .main .page-title, .customer-account-resetpassword .main-container .main .page-title {
  text-align: center;
  overflow: hidden;
  margin: 30px 0 20px 0; }
  .customer-account-login .main-container .main .page-title h1,
  .customer-account-create .main-container .main .page-title h1,
  .customer-account-forgotpassword .main-container .main .page-title h1, .customer-account-resetpassword .main-container .main .page-title h1 {
    color: #ec3066;
    font-family: "OpenSansBold", sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    letter-spacing: 2px;
    margin: 20px 0 20px 0; }
  .customer-account-login .main-container .main .page-title h2,
  .customer-account-create .main-container .main .page-title h2,
  .customer-account-forgotpassword .main-container .main .page-title h2, .customer-account-resetpassword .main-container .main .page-title h2 {
    font-family: "OpenSansRegular", sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem; }

.customer-account-index .col-main .dashboard .page-title {
  margin-bottom: 15px; }
  .customer-account-index .col-main .dashboard .page-title h1 {
    text-align: center;
    text-transform: uppercase; }

.customer-account-login .col2-set,
.customer-account-create .col-main,
.customer-account-index .main {
  margin-bottom: 80px; }

.customer-account-index .main-container .main .col-main,
.customer-account-index .main-container .main .col-left,
.customer-account-edit .main-container .main .col-main,
.customer-account-edit .main-container .main .col-left,
.customer-address-form .main-container .main .col-main,
.customer-address-form .main-container .main .col-left,
.customer-address-index .main-container .main .col-main,
.customer-address-index .main-container .main .col-left,
.sales-order-history .main-container .main .col-main,
.sales-order-history .main-container .main .col-left,
.sales-order-view .main-container .main .col-main,
.sales-order-view .main-container .main .col-left,
.sales-order-shipment .main-container .main .col-main,
.sales-order-shipment .main-container .main .col-left,
.sales-order-invoice .main-container .main .col-main,
.sales-order-invoice .main-container .main .col-left,
.wishlist-index-index .main-container .main .col-main,
.wishlist-index-index .main-container .main .col-left,
.newsletter-manage-index .main-container .main .col-main,
.newsletter-manage-index .main-container .main .col-left,
.amrma-customer-history .main-container .main .col-main,
.amrma-customer-history .main-container .main .col-left,
.amrma-customer-form .main-container .main .col-main,
.amrma-customer-form .main-container .main .col-left,
.amrma-customer-view .main-container .main .col-main,
.amrma-customer-view .main-container .main .col-left,
.downloadable-customer-products .main-container .main .col-main,
.downloadable-customer-products .main-container .main .col-left,
.product-index-index .main-container .main .col-main,
.product-index-index .main-container .main .col-left, .product-index-edit .main-container .main .col-main,
.product-index-edit .main-container .main .col-left,
.megaforum-index-myforumtopics .main-container .main .col-main,
.megaforum-index-myforumtopics .main-container .main .col-left,
.megaforum-index-myforumposts .main-container .main .col-main,
.megaforum-index-myforumposts .main-container .main .col-left,
.megaforum-index-inbox .main-container .main .col-main,
.megaforum-index-inbox .main-container .main .col-left {
  margin-top: 40px; }
.customer-account-index .main-container .main .col-main,
.customer-account-edit .main-container .main .col-main,
.customer-address-form .main-container .main .col-main,
.customer-address-index .main-container .main .col-main,
.sales-order-history .main-container .main .col-main,
.sales-order-view .main-container .main .col-main,
.sales-order-shipment .main-container .main .col-main,
.sales-order-invoice .main-container .main .col-main,
.wishlist-index-index .main-container .main .col-main,
.newsletter-manage-index .main-container .main .col-main,
.amrma-customer-history .main-container .main .col-main,
.amrma-customer-form .main-container .main .col-main,
.amrma-customer-view .main-container .main .col-main,
.downloadable-customer-products .main-container .main .col-main,
.product-index-index .main-container .main .col-main, .product-index-edit .main-container .main .col-main,
.megaforum-index-myforumtopics .main-container .main .col-main,
.megaforum-index-myforumposts .main-container .main .col-main,
.megaforum-index-inbox .main-container .main .col-main {
  width: 720px; }
  @media only screen and (max-width: 47.938em) {
    .customer-account-index .main-container .main .col-main,
    .customer-account-edit .main-container .main .col-main,
    .customer-address-form .main-container .main .col-main,
    .customer-address-index .main-container .main .col-main,
    .sales-order-history .main-container .main .col-main,
    .sales-order-view .main-container .main .col-main,
    .sales-order-shipment .main-container .main .col-main,
    .sales-order-invoice .main-container .main .col-main,
    .wishlist-index-index .main-container .main .col-main,
    .newsletter-manage-index .main-container .main .col-main,
    .amrma-customer-history .main-container .main .col-main,
    .amrma-customer-form .main-container .main .col-main,
    .amrma-customer-view .main-container .main .col-main,
    .downloadable-customer-products .main-container .main .col-main,
    .product-index-index .main-container .main .col-main, .product-index-edit .main-container .main .col-main,
    .megaforum-index-myforumtopics .main-container .main .col-main,
    .megaforum-index-myforumposts .main-container .main .col-main,
    .megaforum-index-inbox .main-container .main .col-main {
      width: 96%; } }
.customer-account-index .main-container .main .col-left,
.customer-account-edit .main-container .main .col-left,
.customer-address-form .main-container .main .col-left,
.customer-address-index .main-container .main .col-left,
.sales-order-history .main-container .main .col-left,
.sales-order-view .main-container .main .col-left,
.sales-order-shipment .main-container .main .col-left,
.sales-order-invoice .main-container .main .col-left,
.wishlist-index-index .main-container .main .col-left,
.newsletter-manage-index .main-container .main .col-left,
.amrma-customer-history .main-container .main .col-left,
.amrma-customer-form .main-container .main .col-left,
.amrma-customer-view .main-container .main .col-left,
.downloadable-customer-products .main-container .main .col-left,
.product-index-index .main-container .main .col-left, .product-index-edit .main-container .main .col-left,
.megaforum-index-myforumtopics .main-container .main .col-left,
.megaforum-index-myforumposts .main-container .main .col-left,
.megaforum-index-inbox .main-container .main .col-left {
  width: 236px; }

.customer-account-login .col2-set .col-1.new-users,
.customer-account-login .col2-set .col-2.registered-users {
  text-align: center;
  width: 36.5%; }
.customer-account-login .col2-set .col-1.new-users {
  margin-left: 8%; }
  @media only screen and (max-width: 47.938em) {
    .customer-account-login .col2-set .col-1.new-users {
      display: none; } }
.customer-account-login .col2-set .col-2.registered-users {
  margin-right: 8%; }
  @media only screen and (max-width: 47.938em) {
    .customer-account-login .col2-set .col-2.registered-users {
      width: 100%;
      margin: 0; } }
.customer-account-login .col2-set .descNew {
  color: #999999;
  line-height: 1.5rem;
  margin-bottom: 35px;
  width: 99%; }
.customer-account-login .col2-set .logo_register {
  width: 148px;
  height: 148px;
  margin: 15px auto 10px;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/account/logo_register.jpg") 0 0 no-repeat; }
.customer-account-login .col2-set .dimmiEntra {
  color: #999999;
  font-size: 1.2rem;
  margin: 20px 0; }
  .customer-account-login .col2-set .dimmiEntra span {
    color: #999999;
    font-size: 1.2rem; }
.customer-account-login .col2-set .form-list {
  margin-bottom: 20px; }
  @media only screen and (max-width: 47.938em) {
    .customer-account-login .col2-set .form-list li {
      margin-bottom: 30px; } }
  .customer-account-login .col2-set .form-list label {
    float: none;
    margin-bottom: 5px;
    display: inline-block; }
.customer-account-login .col2-set .forgot {
  display: block;
  text-align: center;
  color: #999999;
  text-decoration: underline;
  margin-bottom: 20px; }
.customer-account-login .col2-set .buttons-set button.button {
  float: none; }
.customer-account-login .col2-set p.required {
  display: none; }
@media only screen and (max-width: 47.938em) {
  .customer-account-login .gs-login {
    text-align: center; }
    .customer-account-login .gs-login li a {
      position: inherit; } }

.my-account .buttons-set {
  margin: 30px 0 40px 0; }
.my-account .pager {
  margin: 20px 0; }

.customer-account-create .account-create .fieldset {
  padding: 0;
  margin-bottom: 40px;
  clear: both;
  display: block; }
  .customer-account-create .account-create .fieldset .privacy {
    clear: both;
    margin-top: 0px; }
    .customer-account-create .account-create .fieldset .privacy input {
      float: left; }
    .customer-account-create .account-create .fieldset .privacy label {
      font-family: "Arial", serif;
      font-size: 11px;
      font-weight: normal;
      font-style: normal;
      line-height: 1.2rem;
      color: #666666;
      text-transform: none;
      margin-left: 5px;
      padding: 0 !important; }
      .customer-account-create .account-create .fieldset .privacy label a {
        text-transform: none;
        font-family: "Arial", serif;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        line-height: 1.2rem;
        color: #666666;
        text-decoration: underline; }
  .customer-account-create .account-create .fieldset h2.legend {
    text-transform: uppercase;
    margin-bottom: 15px;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") 0 100% repeat-x;
    padding-bottom: 10px;
    color: #ec3066; }
  .customer-account-create .account-create .fieldset .fields .field {
    height: 71px;
    float: left; }
    @media only screen and (max-width: 47.938em) {
      .customer-account-create .account-create .fieldset .fields .field {
        float: none;
        height: 110px; } }
    .customer-account-create .account-create .fieldset .fields .field label {
      margin-bottom: 5px;
      color: #3d3d45;
      font-family: "OpenSansRegular", sans-serif !important;
      padding-right: 20px; }
.customer-account-create .account-create .buttons-set {
  float: none; }
  .customer-account-create .account-create .buttons-set button.button {
    float: right; }
.customer-account-create .account-create p.required {
  display: block;
  color: #999999;
  margin: 10px 0;
  float: left; }

.customer-account-forgotpassword .main .col-main form, .customer-account-resetpassword .main .col-main form {
  width: 650px;
  margin: 0 auto 50px;
  overflow: hidden;
  display: block;
  text-align: center; }
  @media only screen and (max-width: 47.938em) {
    .customer-account-forgotpassword .main .col-main form .form-list .input-box, .customer-account-resetpassword .main .col-main form .form-list .input-box {
      height: auto; } }
  .customer-account-forgotpassword .main .col-main form label, .customer-account-resetpassword .main .col-main form label {
    display: block;
    float: none;
    margin-bottom: 5px;
    position: relative; }
    .customer-account-forgotpassword .main .col-main form label em, .customer-account-resetpassword .main .col-main form label em {
      float: right;
      font-style: normal;
      color: #eb340a;
      position: absolute;
      top: 0;
      right: inherit; }
  .customer-account-forgotpassword .main .col-main form input[type="text"], .customer-account-forgotpassword .main .col-main form input[type="password"], .customer-account-resetpassword .main .col-main form input[type="text"], .customer-account-resetpassword .main .col-main form input[type="password"] {
    width: 300px; }
  .customer-account-forgotpassword .main .col-main form button, .customer-account-resetpassword .main .col-main form button {
    float: none;
    clear: both; }

.customer-account-index .col-main .dashboard .welcome-msg {
  width: 100%;
  text-align: center; }
  .customer-account-index .col-main .dashboard .welcome-msg p {
    color: #666666; }
    .customer-account-index .col-main .dashboard .welcome-msg p span {
      color: #ec3066;
      text-transform: uppercase; }
.customer-account-index .col-main .dashboard .box-account {
  margin-top: 20px;
  margin-bottom: 40px; }
  .customer-account-index .col-main .dashboard .box-account .box-head {
    overflow: hidden;
    width: 230px;
    margin: 0 auto;
    padding: 5px 10px 0; }
    @media only screen and (max-width: 47.938em) {
      .customer-account-index .col-main .dashboard .box-account .box-head {
        width: auto; } }
    .customer-account-index .col-main .dashboard .box-account .box-head h2 {
      text-align: center;
      font-size: 1.05rem;
      text-transform: uppercase;
      color: #ec3066;
      margin: 8px 0 2px 0; }
  @media only screen and (max-width: 47.938em) {
    .customer-account-index .col-main .dashboard .box-account.box-recent {
      display: none; } }
  .customer-account-index .col-main .dashboard .box-account.box-recent .box-head {
    border: 0;
    text-align: center;
    margin-bottom: 10px; }
    .customer-account-index .col-main .dashboard .box-account.box-recent .box-head a {
      font-family: "OpenSansRegular", sans-serif;
      text-decoration: underline; }
  .customer-account-index .col-main .dashboard .box-account .col2-set.addrex {
    border: 1px solid #dddcdc;
    padding: 15px 2%; }
    .customer-account-index .col-main .dashboard .box-account .col2-set.addrex .col-1,
    .customer-account-index .col-main .dashboard .box-account .col2-set.addrex .col-2 {
      padding: 0; }

.customer-account-edit .col-main .fieldset .form-list .field {
  margin-bottom: 10px;
  float: left; }
  .customer-account-edit .col-main .fieldset .form-list .field label {
    margin-bottom: 3px; }
  .customer-account-edit .col-main .fieldset .form-list .field .input-box {
    height: auto; }
.customer-account-edit .col-main .fieldset.forumInfo > div {
  float: none !important; }
  .customer-account-edit .col-main .fieldset.forumInfo > div .field {
    width: 100%; }
    .customer-account-edit .col-main .fieldset.forumInfo > div .field .field-row {
      float: left;
      width: 50%;
      margin-top: 12px; }
    .customer-account-edit .col-main .fieldset.forumInfo > div .field .amcustomerattr {
      border: 0;
      padding: 0; }
      .customer-account-edit .col-main .fieldset.forumInfo > div .field .amcustomerattr input[type="text"],
      .customer-account-edit .col-main .fieldset.forumInfo > div .field .amcustomerattr textarea {
        width: 320px; }
      .customer-account-edit .col-main .fieldset.forumInfo > div .field .amcustomerattr textarea {
        height: 80px; }

.customer-address-index .col-main .my-account h2 {
  font-size: 1.1rem;
  text-transform: uppercase; }
.customer-address-index .col-main .my-account h3 {
  font-size: 0.966rem;
  text-transform: uppercase;
  color: #ec3066; }
.customer-address-index .col-main .my-account li.item {
  margin-bottom: 20px; }
  @media only screen and (max-width: 47.938em) {
    .customer-address-index .col-main .my-account li.item {
      margin-bottom: 40px; } }
.customer-address-index .col-main .my-account .col-1 a,
.customer-address-index .col-main .my-account .col-2 a {
  text-decoration: underline; }

.customer-address-form .col-main .form-list .field {
  float: left; }
  .customer-address-form .col-main .form-list .field .input-box {
    height: auto;
    margin-bottom: 10px;
    clear: both; }
    .customer-address-form .col-main .form-list .field .input-box #country {
      width: 235px; }

.sales-order-history .main .col-main .pager {
  margin-top: 20px; }

.sales-order-view .col-main .my-account .page-title,
.sales-order-shipment .col-main .my-account .page-title,
.sales-order-invoice .col-main .my-account .page-title {
  text-align: right; }
.sales-order-view .col-main .my-account .order-info,
.sales-order-shipment .col-main .my-account .order-info,
.sales-order-invoice .col-main .my-account .order-info {
  padding: 5px 0;
  margin: 0 0 8px; }
  .sales-order-view .col-main .my-account .order-info dt,
  .sales-order-view .col-main .my-account .order-info dd,
  .sales-order-view .col-main .my-account .order-info ul,
  .sales-order-view .col-main .my-account .order-info li,
  .sales-order-shipment .col-main .my-account .order-info dt,
  .sales-order-shipment .col-main .my-account .order-info dd,
  .sales-order-shipment .col-main .my-account .order-info ul,
  .sales-order-shipment .col-main .my-account .order-info li,
  .sales-order-invoice .col-main .my-account .order-info dt,
  .sales-order-invoice .col-main .my-account .order-info dd,
  .sales-order-invoice .col-main .my-account .order-info ul,
  .sales-order-invoice .col-main .my-account .order-info li {
    display: inline; }
  .sales-order-view .col-main .my-account .order-info li,
  .sales-order-shipment .col-main .my-account .order-info li,
  .sales-order-invoice .col-main .my-account .order-info li {
    margin: 0 3px; }
    .sales-order-view .col-main .my-account .order-info li a,
    .sales-order-shipment .col-main .my-account .order-info li a,
    .sales-order-invoice .col-main .my-account .order-info li a {
      text-decoration: underline; }
.sales-order-view .col-main .my-account .order-items,
.sales-order-shipment .col-main .my-account .order-items,
.sales-order-invoice .col-main .my-account .order-items {
  margin: 30px 0;
  width: 100%;
  overflow-x: auto; }
  .sales-order-view .col-main .my-account .order-items h2,
  .sales-order-view .col-main .my-account .order-items h3,
  .sales-order-shipment .col-main .my-account .order-items h2,
  .sales-order-shipment .col-main .my-account .order-items h3,
  .sales-order-invoice .col-main .my-account .order-items h2,
  .sales-order-invoice .col-main .my-account .order-items h3 {
    padding: 0;
    margin: 0 0 10px; }
  .sales-order-view .col-main .my-account .order-items .order-links,
  .sales-order-shipment .col-main .my-account .order-items .order-links,
  .sales-order-invoice .col-main .my-account .order-items .order-links {
    text-align: right; }
  .sales-order-view .col-main .my-account .order-items .data-table,
  .sales-order-shipment .col-main .my-account .order-items .data-table,
  .sales-order-invoice .col-main .my-account .order-items .data-table {
    margin: 0 0 20px; }
    .sales-order-view .col-main .my-account .order-items .data-table thead tr.first,
    .sales-order-shipment .col-main .my-account .order-items .data-table thead tr.first,
    .sales-order-invoice .col-main .my-account .order-items .data-table thead tr.first {
      border-bottom: 1px solid #eeeeee; }
      .sales-order-view .col-main .my-account .order-items .data-table thead tr.first th,
      .sales-order-shipment .col-main .my-account .order-items .data-table thead tr.first th,
      .sales-order-invoice .col-main .my-account .order-items .data-table thead tr.first th {
        padding: 5px 0; }
    .sales-order-view .col-main .my-account .order-items .data-table tbody,
    .sales-order-shipment .col-main .my-account .order-items .data-table tbody,
    .sales-order-invoice .col-main .my-account .order-items .data-table tbody {
      border-bottom: 1px solid #eeeeee; }
      .sales-order-view .col-main .my-account .order-items .data-table tbody tr td,
      .sales-order-shipment .col-main .my-account .order-items .data-table tbody tr td,
      .sales-order-invoice .col-main .my-account .order-items .data-table tbody tr td {
        padding: 8px 0; }
        .sales-order-view .col-main .my-account .order-items .data-table tbody tr td .option-label,
        .sales-order-view .col-main .my-account .order-items .data-table tbody tr td h3,
        .sales-order-shipment .col-main .my-account .order-items .data-table tbody tr td .option-label,
        .sales-order-shipment .col-main .my-account .order-items .data-table tbody tr td h3,
        .sales-order-invoice .col-main .my-account .order-items .data-table tbody tr td .option-label,
        .sales-order-invoice .col-main .my-account .order-items .data-table tbody tr td h3 {
          font-family: "OpenSansBold", sans-serif;
          text-transform: uppercase; }
    .sales-order-view .col-main .my-account .order-items .data-table .subtotal.first td,
    .sales-order-shipment .col-main .my-account .order-items .data-table .subtotal.first td,
    .sales-order-invoice .col-main .my-account .order-items .data-table .subtotal.first td {
      padding-top: 20px; }
    .sales-order-view .col-main .my-account .order-items .data-table tfoot tr td,
    .sales-order-shipment .col-main .my-account .order-items .data-table tfoot tr td,
    .sales-order-invoice .col-main .my-account .order-items .data-table tfoot tr td {
      padding: 5px 0; }
      .sales-order-view .col-main .my-account .order-items .data-table tfoot tr td.total,
      .sales-order-shipment .col-main .my-account .order-items .data-table tfoot tr td.total,
      .sales-order-invoice .col-main .my-account .order-items .data-table tfoot tr td.total {
        font-size: 1.7rem; }
        .sales-order-view .col-main .my-account .order-items .data-table tfoot tr td.total .price,
        .sales-order-shipment .col-main .my-account .order-items .data-table tfoot tr td.total .price,
        .sales-order-invoice .col-main .my-account .order-items .data-table tfoot tr td.total .price {
          font-size: 1.7rem; }

.sales-order-print > div {
  width: 984px;
  margin: 0 auto; }
  .sales-order-print > div h1 {
    font-size: 1.5rem; }
  .sales-order-print > div .order-date {
    padding: 0; }
  .sales-order-print > div h2 {
    text-transform: uppercase; }
  .sales-order-print > div #my-orders-table thead th {
    text-transform: uppercase;
    font-family: "OpenSansBold", sans-serif;
    padding: 5px 0 6px;
    border-bottom: 1px solid #cccccc; }
  .sales-order-print > div #my-orders-table tbody td {
    padding: 5px 0 6px;
    border-bottom: 1px solid #cccccc; }
    .sales-order-print > div #my-orders-table tbody td:first-child {
      width: 30%; }
  .sales-order-print > div #my-orders-table tfoot tr td:first-child {
    padding: 5px 0 6px; }
  .sales-order-print > div #my-orders-table tfoot tr.grand_total td {
    font-family: "OpenSansBold", sans-serif;
    font-size: 1.4rem; }
    .sales-order-print > div #my-orders-table tfoot tr.grand_total td .price {
      font-family: "OpenSansBold", sans-serif;
      font-size: 1.4rem; }

.wishlist-index-index .main .col-main fieldset {
  border: 0;
  padding: 0; }
  .wishlist-index-index .main .col-main fieldset #wishlist-table {
    padding-top: 20px;
    padding-bottom: 11px;
    position: relative; }
    .wishlist-index-index .main .col-main fieldset #wishlist-table tr {
      background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") 0 100% repeat-x;
      position: relative; }
      .wishlist-index-index .main .col-main fieldset #wishlist-table tr td {
        padding-top: 20px;
        padding-bottom: 11px; }
        .wishlist-index-index .main .col-main fieldset #wishlist-table tr td.img {
          width: 15%; }
        .wishlist-index-index .main .col-main fieldset #wishlist-table tr td.name {
          width: 28%; }
        .wishlist-index-index .main .col-main fieldset #wishlist-table tr td.data {
          width: 35%; }
        .wishlist-index-index .main .col-main fieldset #wishlist-table tr td .sku {
          color: #999999; }
          @media only screen and (max-width: 47.938em) {
            .wishlist-index-index .main .col-main fieldset #wishlist-table tr td .sku {
              display: none; } }
        .wishlist-index-index .main .col-main fieldset #wishlist-table tr td .prod {
          clear: both;
          overflow: hidden;
          margin-bottom: 10px; }
          .wishlist-index-index .main .col-main fieldset #wishlist-table tr td .prod > p {
            color: #ec3066;
            font-family: "OpenSansBold", sans-serif; }
        .wishlist-index-index .main .col-main fieldset #wishlist-table tr td .taglia,
        .wishlist-index-index .main .col-main fieldset #wishlist-table tr td .formato {
          float: left;
          width: 125px; }
        .wishlist-index-index .main .col-main fieldset #wishlist-table tr td .labelSize,
        .wishlist-index-index .main .col-main fieldset #wishlist-table tr td .labelLevel,
        .wishlist-index-index .main .col-main fieldset #wishlist-table tr td .labelFormat,
        .wishlist-index-index .main .col-main fieldset #wishlist-table tr td .labelPrice {
          font-family: "OpenSansBold", sans-serif;
          font-size: 0.966rem; }
        .wishlist-index-index .main .col-main fieldset #wishlist-table tr td .btn-remove2 {
          background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_remove_cart.png") 0 0 no-repeat;
          float: right;
          margin-right: 10px; }
          @media only screen and (max-width: 47.938em) {
            .wishlist-index-index .main .col-main fieldset #wishlist-table tr td .btn-remove2 {
              background: none;
              text-indent: 0;
              font-size: .8rem;
              line-height: .8rem;
              width: auto;
              position: absolute;
              left: 106px;
              margin-top: 150px;
              color: #cc0000;
              height: 30px; } }
  .wishlist-index-index .main .col-main fieldset .buttons-set2 {
    margin-top: 25px; }
    .wishlist-index-index .main .col-main fieldset .buttons-set2 .button.btn-blue span {
      width: auto; }

@media only screen and (max-width: 47.938em) {
  .product-index-index .main .col-main input[type="file"], .product-index-edit .main .col-main input[type="file"] {
    font-size: .4rem; } }
.product-index-index .main .col-main .showcase, .product-index-edit .main .col-main .showcase {
  margin: 10px 0; }
  @media only screen and (max-width: 47.938em) {
    .product-index-index .main .col-main .showcase h1, .product-index-edit .main .col-main .showcase h1 {
      font-size: 1.5rem; } }
  .product-index-index .main .col-main .showcase table td input[type="text"],
  .product-index-index .main .col-main .showcase table td textarea, .product-index-edit .main .col-main .showcase table td input[type="text"],
  .product-index-edit .main .col-main .showcase table td textarea {
    width: 100%; }
.product-index-index .main .col-main .request_table table, .product-index-edit .main .col-main .request_table table {
  width: 100%;
  margin-bottom: 10px; }
  .product-index-index .main .col-main .request_table table tr th, .product-index-edit .main .col-main .request_table table tr th {
    font-family: "OpenSansBold", sans-serif;
    text-transform: uppercase; }
    @media only screen and (max-width: 47.938em) {
      .product-index-index .main .col-main .request_table table tr th, .product-index-edit .main .col-main .request_table table tr th {
        font-size: 20px; } }
  .product-index-index .main .col-main .request_table table tr th,
  .product-index-index .main .col-main .request_table table tr td, .product-index-edit .main .col-main .request_table table tr th,
  .product-index-edit .main .col-main .request_table table tr td {
    padding: 5px 0;
    border-bottom: 1px solid #dddddd; }
    @media only screen and (max-width: 47.938em) {
      .product-index-index .main .col-main .request_table table tr th,
      .product-index-index .main .col-main .request_table table tr td, .product-index-edit .main .col-main .request_table table tr th,
      .product-index-edit .main .col-main .request_table table tr td {
        font-size: 20px; }
        .product-index-index .main .col-main .request_table table tr th a,
        .product-index-index .main .col-main .request_table table tr td a, .product-index-edit .main .col-main .request_table table tr th a,
        .product-index-edit .main .col-main .request_table table tr td a {
          font-size: 20px; } }
.product-index-index .main .col-main .request_table .pager, .product-index-edit .main .col-main .request_table .pager {
  border: 0 !important; }

.request_new {
  color: #ff0000; }

.clicktagtr {
  cursor: pointer; }

.newsletter-manage-index .main .col-main .form-list {
  margin-bottom: 20px; }

.amrma-customer-history .main .col-main .seleziona {
  margin-top: 20px; }
.amrma-customer-history .main .col-main .dashboard .box-recent #my-orders-table thead th {
  font-family: "OpenSansBold", sans-serif;
  padding: 5px 0 6px;
  border-bottom: 1px solid #cccccc; }
.amrma-customer-history .main .col-main .dashboard .box-recent #my-orders-table tbody td {
  vertical-align: middle;
  padding: 5px 0 6px;
  border-bottom: 1px solid #cccccc; }

.amrma-customer-form .main .col-main #form-validate {
  display: block;
  margin-top: 20px; }
  .amrma-customer-form .main .col-main #form-validate .form-list {
    overflow: hidden; }
    .amrma-customer-form .main .col-main #form-validate .form-list li {
      float: left;
      width: 25%; }
      .amrma-customer-form .main .col-main #form-validate .form-list li label {
        display: block;
        float: none;
        clear: both;
        margin-bottom: 5px;
        font-family: "OpenSansBold", sans-serif !important; }
      .amrma-customer-form .main .col-main #form-validate .form-list li .input-box {
        height: auto;
        margin-bottom: 15px; }
  .amrma-customer-form .main .col-main #form-validate #products #template_container .form-list li {
    width: 100%; }
    .amrma-customer-form .main .col-main #form-validate #products #template_container .form-list li .field {
      float: left; }
    .amrma-customer-form .main .col-main #form-validate #products #template_container .form-list li .actions {
      clear: both;
      padding: 30px 0; }
  .amrma-customer-form .main .col-main #form-validate .amrma.form-list li {
    width: 100%; }
    .amrma-customer-form .main .col-main #form-validate .amrma.form-list li .field {
      float: left; }
      .amrma-customer-form .main .col-main #form-validate .amrma.form-list li .field textarea {
        width: 90%; }

.amrma-customer-view .main .col-main #my-returns-items-table {
  margin-bottom: 30px; }
  .amrma-customer-view .main .col-main #my-returns-items-table thead th {
    font-family: "OpenSansBold", sans-serif;
    padding: 5px 0 6px;
    border-bottom: 1px solid #cccccc; }
  .amrma-customer-view .main .col-main #my-returns-items-table tbody td {
    padding: 5px 0 6px;
    border-bottom: 1px solid #cccccc; }

.downloadable-customer-products .main .col-main #my-downloadable-products-table thead tr {
  border-bottom: 1px solid #dddcdc; }
  .downloadable-customer-products .main .col-main #my-downloadable-products-table thead tr th {
    padding: 5px 0;
    text-transform: uppercase; }
    .downloadable-customer-products .main .col-main #my-downloadable-products-table thead tr th.order {
      width: 14%; }
    .downloadable-customer-products .main .col-main #my-downloadable-products-table thead tr th.date {
      width: 13%; }
.downloadable-customer-products .main .col-main #my-downloadable-products-table tbody tr {
  border-bottom: 1px solid #dddcdc; }
  .downloadable-customer-products .main .col-main #my-downloadable-products-table tbody tr td {
    padding: 10px 0; }
    .downloadable-customer-products .main .col-main #my-downloadable-products-table tbody tr td a.download {
      color: #ec3066;
      text-decoration: underline; }

.megaforum-index-myforumtopics .main .col-main .box-account,
.megaforum-index-myforumposts .main .col-main .box-account,
.megaforum-index-inbox .main .col-main .box-account {
  margin-top: 20px;
  margin-bottom: 40px; }
  .megaforum-index-myforumtopics .main .col-main .box-account #my-orders-table tr.vuoto,
  .megaforum-index-myforumposts .main .col-main .box-account #my-orders-table tr.vuoto,
  .megaforum-index-inbox .main .col-main .box-account #my-orders-table tr.vuoto {
    border-bottom: none !important; }

/* parte sinistra */
.block.block-account {
  border: 0;
  width: 100%; }
  .block.block-account .block-title {
    margin-bottom: 10px; }
    .block.block-account .block-title span {
      color: #ec3066;
      text-transform: uppercase;
      font-size: 1.8rem;
      line-height: 1.8rem; }
  .block.block-account ul li {
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/arrow_right.png") -50px 50% no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .block.block-account ul li a {
      text-transform: uppercase;
      padding: 7px 0;
      display: block;
      border-bottom: 1px solid #cccccc; }
    .block.block-account ul li.current, .block.block-account ul li:hover {
      color: #ec3066;
      text-transform: uppercase;
      padding-left: 10px;
      background-position: 0 50%; }
      .block.block-account ul li.current a, .block.block-account ul li:hover a {
        color: #ec3066; }

.megaforum {
  margin-bottom: 20px; }
  .megaforum h1 {
    font-family: "OpenSansRegular", sans-serif;
    font-size: 2.813rem;
    line-height: 2.813rem;
    float: left;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/nav_divider.png") 100% 0 repeat-y;
    padding: 5px 15px 15px 0;
    margin-right: 15px; }
    @media only screen and (max-width: 47.938em) {
      .megaforum h1 {
        text-align: center;
        float: inherit;
        background: none;
        font-size: 1.8rem; } }
  .megaforum h2 {
    padding-top: 10px;
    display: block;
    font-size: 1.5rem;
    color: #999999;
    line-height: 1.5rem; }
    @media only screen and (max-width: 47.938em) {
      .megaforum h2 {
        text-align: center; } }
  .megaforum h3 {
    display: block;
    font-family: "OpenSansRegular", sans-serif !important;
    font-size: 1.2rem;
    color: #cccccc;
    line-height: 1.2rem;
    font-style: italic; }
    @media only screen and (max-width: 47.938em) {
      .megaforum h3 {
        display: none; } }
  .megaforum .post-wrapper {
    background: #fff;
    padding: 10px 0;
    margin-top: 30px;
    border: 1px solid #dddcdc;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; }
    .megaforum .post-wrapper h2 {
      font-size: 2rem;
      color: #ec3066;
      margin-left: 15px;
      margin-bottom: 15px; }
      .megaforum .post-wrapper h2 a {
        font-size: 1.7rem;
        color: #ec3066; }
    .megaforum .post-wrapper .forum {
      width: 100%;
      font-size: 0.9rem;
      vertical-align: middle; }
      .megaforum .post-wrapper .forum th {
        border-right: 1px solid #fff;
        white-space: nowrap;
        text-transform: capitalize;
        padding: 10px 15px;
        background-color: #f3f3f3 !important; }
        .megaforum .post-wrapper .forum th.reply {
          border: 0; }
      .megaforum .post-wrapper .forum .last td {
        background: none; }
      .megaforum .post-wrapper .forum td {
        vertical-align: middle;
        font-size: 0.9rem;
        padding: 10px 15px;
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") 0 100% repeat-x; }
        .megaforum .post-wrapper .forum td.post-count {
          text-align: center; }
        .megaforum .post-wrapper .forum td p {
          margin: 0; }
        .megaforum .post-wrapper .forum td .name {
          font-weight: bold; }
        .megaforum .post-wrapper .forum td .create {
          font-size: 0.8em;
          display: block;
          color: #999999; }
          .megaforum .post-wrapper .forum td .create a {
            color: #666666;
            font-style: italic;
            font-size: 0.8rem;
            text-transform: capitalize; }
        .megaforum .post-wrapper .forum td a.post {
          width: 76%;
          display: inline-block; }
        .megaforum .post-wrapper .forum td .img-avatar {
          float: left;
          margin-right: 10px; }
          .megaforum .post-wrapper .forum td .img-avatar img {
            -webkit-border-top-left-radius: 50%;
            -webkit-border-top-right-radius: 50%;
            -webkit-border-bottom-right-radius: 50%;
            -webkit-border-bottom-left-radius: 50%;
            -moz-border-radius-topleft: 50%;
            -moz-border-radius-topright: 50%;
            -moz-border-radius-bottomright: 50%;
            -moz-border-radius-bottomleft: 50%;
            border-top-left-radius: 50%;
            border-top-right-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%; }
        .megaforum .post-wrapper .forum td .create-post {
          font-size: 0.9rem;
          display: block;
          color: #999999;
          margin-top: 5px; }
          .megaforum .post-wrapper .forum td .create-post a {
            font-style: italic;
            color: #3d3d45; }
      .megaforum .post-wrapper .forum .odd {
        background: none repeat scroll 0 0 #ffffff; }
      .megaforum .post-wrapper .forum .even {
        background: none repeat scroll 0 0 #fafafa; }
  .megaforum #megaforum-form {
    clear: both;
    margin-top: 20px;
    float: left;
    width: 640px; }
    .megaforum #megaforum-form .profile-image-private {
      -webkit-border-top-left-radius: 50%;
      -webkit-border-top-right-radius: 50%;
      -webkit-border-bottom-right-radius: 50%;
      -webkit-border-bottom-left-radius: 50%;
      -moz-border-radius-topleft: 50%;
      -moz-border-radius-topright: 50%;
      -moz-border-radius-bottomright: 50%;
      -moz-border-radius-bottomleft: 50%;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%; }
    .megaforum #megaforum-form h2 {
      font-family: "OpenSansRegular", sans-serif;
      margin: 10px 0 15px 0; }
    .megaforum #megaforum-form #forum_name, .megaforum #megaforum-form #topic_name {
      /* border: 0;*/
      width: 100%; }
    .megaforum #megaforum-form .verification-code {
      float: left;
      margin-top: 8px; }
      .megaforum #megaforum-form .verification-code label, .megaforum #megaforum-form .verification-code a, .megaforum #megaforum-form .verification-code .input-box, .megaforum #megaforum-form .verification-code img {
        float: left;
        margin-right: 5px;
        display: inline-block; }
      .megaforum #megaforum-form .verification-code h2 {
        font-size: 1.2rem;
        margin: 0 10px 0 0; }
    .megaforum #megaforum-form label .required {
      position: absolute; }

.block-forum .menu-categories ul li {
  margin-bottom: 5px;
  padding-left: 10px;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/arrow_mega_menu.png") 0 4px no-repeat; }

.profile-root h2 {
  margin: 0 0 20px 0; }
.profile-root .pager {
  margin-bottom: 10px;
  opacity: 0.5; }
  .profile-root .pager strong {
    font-weight: normal !important; }
  .profile-root .pager .pages {
    text-align: center; }
    .profile-root .pager .pages li a {
      text-decoration: underline; }
      .profile-root .pager .pages li a.next, .profile-root .pager .pages li a.previous {
        text-decoration: none; }
.profile-root .profile-user, .profile-root .profile-user-post, .profile-root .profile-user-topic {
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_hr_grey.png") 0 bottom repeat-x;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 40px;
  float: left; }
  .profile-root .profile-user .left-profile, .profile-root .profile-user-post .left-profile, .profile-root .profile-user-topic .left-profile {
    width: 150px;
    float: left; }
    .profile-root .profile-user .left-profile img, .profile-root .profile-user-post .left-profile img, .profile-root .profile-user-topic .left-profile img {
      -webkit-border-top-left-radius: 50%;
      -webkit-border-top-right-radius: 50%;
      -webkit-border-bottom-right-radius: 50%;
      -webkit-border-bottom-left-radius: 50%;
      -moz-border-radius-topleft: 50%;
      -moz-border-radius-topright: 50%;
      -moz-border-radius-bottomright: 50%;
      -moz-border-radius-bottomleft: 50%;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%; }
    .profile-root .profile-user .left-profile .profile-nickname, .profile-root .profile-user-post .left-profile .profile-nickname, .profile-root .profile-user-topic .left-profile .profile-nickname {
      width: 100%;
      text-align: center;
      margin-top: 10px; }
  .profile-root .profile-user .right-profile, .profile-root .profile-user-post .right-profile, .profile-root .profile-user-topic .right-profile {
    display: inline-block;
    width: 455px;
    margin-left: 20px; }
    .profile-root .profile-user .right-profile div, .profile-root .profile-user-post .right-profile div, .profile-root .profile-user-topic .right-profile div {
      margin: 5px 0; }
      .profile-root .profile-user .right-profile div.profile-description, .profile-root .profile-user-post .right-profile div.profile-description, .profile-root .profile-user-topic .right-profile div.profile-description {
        margin: -5px 0 12px 0; }
      .profile-root .profile-user .right-profile div span, .profile-root .profile-user-post .right-profile div span, .profile-root .profile-user-topic .right-profile div span {
        color: #999999;
        margin-left: 5px; }
.profile-root .products-grid h2 {
  margin: 10px 0; }
.profile-root .products-grid .item {
  margin-bottom: 15px; }
  .profile-root .products-grid .item .datiProd {
    padding: 0 10px 0px; }
.profile-root .data-table tr td {
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") 0 100% repeat-x;
  padding: 10px 5px; }
  .profile-root .data-table tr td a p {
    margin-bottom: 0; }
.profile-root .data-table thead tr th {
  padding: 10px 0px;
  border-bottom: 1px solid #dddcdc;
  text-transform: uppercase;
  width: 172px; }
  .profile-root .data-table thead tr th.post-width {
    width: 165px; }
.profile-root .data-table td.post-count, .profile-root .data-table th.post-count {
  text-align: center;
  width: 150px; }
  .profile-root .data-table td.post-count.post-width, .profile-root .data-table th.post-count.post-width {
    width: 165px; }

.megaforum-index-post .postTitle h2 {
  font-size: 1.7rem;
  line-height: 1.7rem;
  color: #666666;
  font-family: "OpenSansRegular", sans-serif;
  margin-bottom: 10px; }
.megaforum-index-post .postTitle.com h2 {
  padding-left: 30px;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/blog/bg_h2.png") 0 3px no-repeat; }
.megaforum-index-post .commentWrapper {
  overflow: hidden;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") 0 bottom repeat-x;
  padding: 20px 0; }
  .megaforum-index-post .commentWrapper:last-child {
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_hr.png") 0 0 repeat-x; }
  .megaforum-index-post .commentWrapper.first {
    clear: both; }
    .megaforum-index-post .commentWrapper.first .img {
      clear: both;
      margin: 20px 0; }
    .megaforum-index-post .commentWrapper.first .commentContent {
      min-height: 220px;
      position: relative;
      padding-bottom: 50px; }
      @media only screen and (max-width: 47.938em) {
        .megaforum-index-post .commentWrapper.first .commentContent p {
          line-height: 1.8rem; } }
    .megaforum-index-post .commentWrapper.first .social {
      position: absolute;
      bottom: 0; }
  .megaforum-index-post .commentWrapper .commentDetails {
    width: 35%;
    float: left; }
    .megaforum-index-post .commentWrapper .commentDetails .img {
      float: left; }
      .megaforum-index-post .commentWrapper .commentDetails .img img {
        -webkit-border-top-left-radius: 50%;
        -webkit-border-top-right-radius: 50%;
        -webkit-border-bottom-right-radius: 50%;
        -webkit-border-bottom-left-radius: 50%;
        -moz-border-radius-topleft: 50%;
        -moz-border-radius-topright: 50%;
        -moz-border-radius-bottomright: 50%;
        -moz-border-radius-bottomleft: 50%;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%; }
    .megaforum-index-post .commentWrapper .commentDetails .det {
      float: left;
      margin-left: 10px;
      margin-top: 5px; }
  .megaforum-index-post .commentWrapper .commentContent {
    width: 65%;
    float: left;
    color: #666666; }
    .megaforum-index-post .commentWrapper .commentContent p strong {
      font-family: "OpenSansBold", sans-serif; }
  .megaforum-index-post .commentWrapper .link-private {
    clear: both;
    color: #999999;
    display: block;
    font-size: 0.9rem;
    margin-top: 5px; }
  .megaforum-index-post .commentWrapper .social {
    min-width: 300px;
    margin-top: 50px; }
    .megaforum-index-post .commentWrapper .social p {
      float: left;
      margin-top: 7px;
      margin-right: 10px;
      font-size: 1.1rem;
      color: #999999; }
      .megaforum-index-post .commentWrapper .social p span {
        color: #ec3066;
        text-transform: uppercase;
        font-family: "OpenSansBold", sans-serif; }
    .megaforum-index-post .commentWrapper .social ul {
      float: left; }
      .megaforum-index-post .commentWrapper .social ul li {
        float: left; }
        .megaforum-index-post .commentWrapper .social ul li a {
          display: inline-block;
          width: 30px;
          height: 30px;
          background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/social.jpg") 0 0 no-repeat;
          background-size: 180px; }
          .megaforum-index-post .commentWrapper .social ul li a.fb {
            background-position: 1px 2px;
            border-right: 1px solid #999999;
            margin-right: 5px; }
          .megaforum-index-post .commentWrapper .social ul li a.tw {
            background-position: -49px 2px;
            border-right: 1px solid #999999;
            margin-right: 5px;
            padding-right: 5px; }
          .megaforum-index-post .commentWrapper .social ul li a.gp {
            background-position: -99px 1px;
            border-right: 1px solid #999999;
            margin-right: 5px;
            padding-right: 5px; }
          .megaforum-index-post .commentWrapper .social ul li a.pt {
            background-position: -154px 0px; }

.cat-1 {
  color: #e3275d !important; }
  .cat-1:before {
    background: #e3275d !important; }

.cat-2 {
  color: #069ed0 !important; }
  .cat-2:before {
    background: #069ed0 !important; }

.cat-3 {
  color: #bf58bf !important; }
  .cat-3:before {
    background: #bf58bf !important; }

.cat-4 {
  color: #39b54a !important; }
  .cat-4:before {
    background: #39b54a !important; }

.cat-5 {
  color: #f26522 !important; }
  .cat-5:before {
    background: #f26522 !important; }

.cat-6 {
  color: #630460 !important; }
  .cat-6:before {
    background: #630460 !important; }

.cat-7 {
  color: #2d7790 !important; }
  .cat-7:before {
    background: #2d7790 !important; }

.cat-8 {
  color: #fff200 !important; }
  .cat-8:before {
    background: #fff200 !important; }

.cat-9 {
  color: #f26d7d !important; }
  .cat-9:before {
    background: #f26d7d !important; }

.cat-10 {
  color: black !important; }
  .cat-10:before {
    background: black !important; }

.blog-index-list .col-main .blogName,
.blog-cat-view .col-main .blogName {
  margin-bottom: 35px; }
  .blog-index-list .col-main .blogName h1,
  .blog-cat-view .col-main .blogName h1 {
    font-family: "OpenSansRegular", sans-serif;
    font-size: 2.813rem;
    line-height: 2.813rem;
    float: left;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/nav_divider.png") 100% 0 repeat-y;
    padding: 5px 15px 15px 0;
    margin-right: 15px; }
    @media only screen and (max-width: 47.938em) {
      .blog-index-list .col-main .blogName h1,
      .blog-cat-view .col-main .blogName h1 {
        text-align: center;
        float: inherit;
        background: none;
        font-size: 1.8rem; } }
  .blog-index-list .col-main .blogName p,
  .blog-cat-view .col-main .blogName p {
    padding-top: 10px;
    display: block;
    font-size: 1.2rem;
    color: #999999;
    line-height: 1.5rem; }
    @media only screen and (max-width: 47.938em) {
      .blog-index-list .col-main .blogName p,
      .blog-cat-view .col-main .blogName p {
        display: none; } }
.blog-index-list .col-main .postWrapper,
.blog-cat-view .col-main .postWrapper {
  overflow: hidden;
  height: 275px;
  padding-bottom: 25px;
  clear: both; }
  @media only screen and (max-width: 47.938em) {
    .blog-index-list .col-main .postWrapper,
    .blog-cat-view .col-main .postWrapper {
      height: 380px; } }
  .blog-index-list .col-main .postWrapper .leftBlog,
  .blog-cat-view .col-main .postWrapper .leftBlog {
    float: left;
    width: 31.8%; }
  .blog-index-list .col-main .postWrapper .rightBlog,
  .blog-cat-view .col-main .postWrapper .rightBlog {
    float: left;
    width: 65.2%;
    height: 275px;
    position: relative;
    margin-left: 3%; }
    @media only screen and (max-width: 47.938em) {
      .blog-index-list .col-main .postWrapper .rightBlog,
      .blog-cat-view .col-main .postWrapper .rightBlog {
        height: 390px; } }
    .blog-index-list .col-main .postWrapper .rightBlog .postTitle,
    .blog-cat-view .col-main .postWrapper .rightBlog .postTitle {
      margin-top: 5px;
      border: 0;
      margin-bottom: 25px; }
      .blog-index-list .col-main .postWrapper .rightBlog .postTitle h2,
      .blog-cat-view .col-main .postWrapper .rightBlog .postTitle h2 {
        margin-bottom: 10px; }
        .blog-index-list .col-main .postWrapper .rightBlog .postTitle h2 a,
        .blog-cat-view .col-main .postWrapper .rightBlog .postTitle h2 a {
          font-family: "Arial", serif;
          font-size: 1.7rem;
          font-weight: normal;
          font-style: normal;
          line-height: 1.2rem; }
          @media only screen and (max-width: 47.938em) {
            .blog-index-list .col-main .postWrapper .rightBlog .postTitle h2 a,
            .blog-cat-view .col-main .postWrapper .rightBlog .postTitle h2 a {
              font-size: 1.2rem; } }
      .blog-index-list .col-main .postWrapper .rightBlog .postTitle h4,
      .blog-cat-view .col-main .postWrapper .rightBlog .postTitle h4 {
        font-family: "Arial", serif;
        font-size: 0.9rem;
        font-weight: normal;
        font-style: normal;
        line-height: 1.2rem;
        text-align: right; }
        @media only screen and (max-width: 47.938em) {
          .blog-index-list .col-main .postWrapper .rightBlog .postTitle h4,
          .blog-cat-view .col-main .postWrapper .rightBlog .postTitle h4 {
            text-align: left;
            font-size: 0.769rem; } }
        .blog-index-list .col-main .postWrapper .rightBlog .postTitle h4 a,
        .blog-cat-view .col-main .postWrapper .rightBlog .postTitle h4 a {
          font-family: "Arial", serif;
          font-size: 1.1rem;
          font-weight: normal;
          font-style: normal;
          line-height: 1.2rem;
          float: left;
          margin-right: 10px; }
          .blog-index-list .col-main .postWrapper .rightBlog .postTitle h4 a:before,
          .blog-cat-view .col-main .postWrapper .rightBlog .postTitle h4 a:before {
            content: "";
            width: 10px;
            height: 10px;
            display: inline-block;
            border-radius: 50%;
            margin-right: 8px; }
          @media only screen and (max-width: 47.938em) {
            .blog-index-list .col-main .postWrapper .rightBlog .postTitle h4 a,
            .blog-cat-view .col-main .postWrapper .rightBlog .postTitle h4 a {
              text-align: left;
              font-size: 0.769rem; } }
    .blog-index-list .col-main .postWrapper .rightBlog .postContent p,
    .blog-cat-view .col-main .postWrapper .rightBlog .postContent p {
      font-family: "Arial", serif;
      font-size: 0.9rem;
      font-weight: normal;
      font-style: normal;
      line-height: 1.2rem; }
      .blog-index-list .col-main .postWrapper .rightBlog .postContent p strong,
      .blog-cat-view .col-main .postWrapper .rightBlog .postContent p strong {
        font-family: "Arial", serif; }
      @media only screen and (max-width: 47.938em) {
        .blog-index-list .col-main .postWrapper .rightBlog .postContent p,
        .blog-cat-view .col-main .postWrapper .rightBlog .postContent p {
          font-size: 0.9rem; } }
    .blog-index-list .col-main .postWrapper .rightBlog .postContent a.commenti,
    .blog-cat-view .col-main .postWrapper .rightBlog .postContent a.commenti {
      position: absolute;
      bottom: 5px;
      left: 0;
      display: inline-block;
      padding-left: 30px;
      padding-bottom: 4px;
      background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/blog/bg_h2.png") 0 0 no-repeat; }
      @media only screen and (max-width: 47.938em) {
        .blog-index-list .col-main .postWrapper .rightBlog .postContent a.commenti,
        .blog-cat-view .col-main .postWrapper .rightBlog .postContent a.commenti {
          background-position: 0 7px;
          font-size: 0.9rem; } }
    .blog-index-list .col-main .postWrapper .rightBlog .postContent .btn-readmore,
    .blog-cat-view .col-main .postWrapper .rightBlog .postContent .btn-readmore {
      position: absolute;
      bottom: 0;
      right: 0; }
      @media only screen and (max-width: 47.938em) {
        .blog-index-list .col-main .postWrapper .rightBlog .postContent .btn-readmore > span,
        .blog-cat-view .col-main .postWrapper .rightBlog .postContent .btn-readmore > span {
          padding: 5px 35px 5px 15px !important; } }
.blog-index-list .col-main .spaceBtwnPost,
.blog-cat-view .col-main .spaceBtwnPost {
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_hr_grey.png") 0 0 repeat-x;
  width: 100%;
  height: 10px;
  margin-bottom: 20px; }

.blog-post-view .col-main .postWrapper {
  margin-bottom: 30px;
  overflow: hidden; }
  .blog-post-view .col-main .postWrapper .prePost {
    float: left;
    width: 20%;
    margin-top: 6px; }
    @media only screen and (max-width: 47.938em) {
      .blog-post-view .col-main .postWrapper .prePost {
        float: none;
        width: auto;
        font-size: 1.05rem;
        text-align: center;
        margin-top: 30px; }
        .blog-post-view .col-main .postWrapper .prePost br {
          display: none; } }
  .blog-post-view .col-main .postWrapper .postTitle {
    float: left;
    width: 80%;
    height: 40px;
    padding-top: 10px;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/nav_divider.png") 0 0 repeat-y;
    margin-bottom: 20px; }
    .blog-post-view .col-main .postWrapper .postTitle h2 {
      color: #666666;
      margin-left: 10px; }
    @media only screen and (max-width: 47.938em) {
      .blog-post-view .col-main .postWrapper .postTitle {
        float: none;
        background: none;
        width: auto;
        height: auto; }
        .blog-post-view .col-main .postWrapper .postTitle h2 {
          text-align: center;
          margin: 0 0 10px 0; } }
  .blog-post-view .col-main .postWrapper .postContent {
    clear: both;
    overflow: hidden; }
    @media only screen and (max-width: 47.938em) {
      .blog-post-view .col-main .postWrapper .postContent p {
        font-size: 0.9rem;
        text-align: center !important; } }
    .blog-post-view .col-main .postWrapper .postContent img {
      margin: 20px 0;
      overflow: hidden; }
    .blog-post-view .col-main .postWrapper .postContent p.left {
      width: 48%;
      clear: both; }
    .blog-post-view .col-main .postWrapper .postContent p.right {
      width: 48%; }
    .blog-post-view .col-main .postWrapper .postContent strong {
      font-family: "OpenSansBold", sans-serif; }
  .blog-post-view .col-main .postWrapper .social {
    float: right;
    margin: 40px 0 0 0;
    min-width: 300px; }
    @media only screen and (max-width: 47.938em) {
      .blog-post-view .col-main .postWrapper .social {
        float: inherit;
        margin: 40px 0 0 0;
        min-width: 300px;
        text-align: center; } }
    .blog-post-view .col-main .postWrapper .social p {
      float: left;
      margin-top: 7px;
      margin-right: 10px;
      font-size: 1.1rem;
      color: #999999; }
      .blog-post-view .col-main .postWrapper .social p span {
        color: #ec3066;
        text-transform: uppercase;
        font-family: "OpenSansBold", sans-serif; }
    .blog-post-view .col-main .postWrapper .social ul {
      float: left; }
      @media only screen and (max-width: 47.938em) {
        .blog-post-view .col-main .postWrapper .social ul {
          margin: 40px 0 20px 0px;
          float: inherit;
          text-align: center; } }
      .blog-post-view .col-main .postWrapper .social ul li {
        float: left; }
        .blog-post-view .col-main .postWrapper .social ul li a {
          display: inline-block;
          width: 30px;
          height: 30px;
          background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/social.jpg") 0 0 no-repeat;
          background-size: 180px; }
          .blog-post-view .col-main .postWrapper .social ul li a.fb {
            background-position: 1px 2px;
            border-right: 1px solid #999999;
            margin-right: 5px; }
          .blog-post-view .col-main .postWrapper .social ul li a.tw {
            background-position: -49px 2px;
            border-right: 1px solid #999999;
            margin-right: 5px;
            padding-right: 5px; }
          .blog-post-view .col-main .postWrapper .social ul li a.gp {
            background-position: -99px 1px;
            border-right: 1px solid #999999;
            margin-right: 5px;
            padding-right: 5px; }
          .blog-post-view .col-main .postWrapper .social ul li a.pt {
            background-position: -154px 0px; }
        @media only screen and (max-width: 47.938em) {
          .blog-post-view .col-main .postWrapper .social ul li {
            display: inline-block;
            float: inherit; } }
.blog-post-view .col-main .block.block-related {
  border: 0;
  width: 100%;
  padding-top: 35px;
  margin-top: 30px;
  margin-bottom: 40px;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_hr.png") 0 0 repeat-x; }
  .blog-post-view .col-main .block.block-related > h3 {
    font-size: 1.7rem;
    color: #666666;
    font-family: "OpenSansRegular", sans-serif; }
  .blog-post-view .col-main .block.block-related .datiProd {
    padding: 0 10px 0px; }
.blog-post-view .col-main .postTitle h2 {
  font-size: 1.7rem;
  line-height: 1.7rem;
  color: #666666;
  font-family: "OpenSansRegular", sans-serif;
  margin-bottom: 10px; }
  @media only screen and (max-width: 47.938em) {
    .blog-post-view .col-main .postTitle h2 {
      font-size: 1.4rem;
      background-position: 0 13px;
      margin-left: 60px; } }
.blog-post-view .col-main .postTitle.com h2 {
  padding-left: 30px;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/blog/bg_h2.png") 0 3px no-repeat; }
.blog-post-view .col-main .commentWrapper {
  overflow: hidden;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") 0 0 repeat-x;
  padding: 20px 0; }
  .blog-post-view .col-main .commentWrapper .commentDetails {
    width: 30%;
    float: left; }
    .blog-post-view .col-main .commentWrapper .commentDetails .img {
      float: left; }
      .blog-post-view .col-main .commentWrapper .commentDetails .img img {
        -webkit-border-top-left-radius: 50%;
        -webkit-border-top-right-radius: 50%;
        -webkit-border-bottom-right-radius: 50%;
        -webkit-border-bottom-left-radius: 50%;
        -moz-border-radius-topleft: 50%;
        -moz-border-radius-topright: 50%;
        -moz-border-radius-bottomright: 50%;
        -moz-border-radius-bottomleft: 50%;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%; }
    .blog-post-view .col-main .commentWrapper .commentDetails .det {
      float: left;
      margin-left: 10px;
      margin-top: 5px; }
  .blog-post-view .col-main .commentWrapper .comm-accedi {
    float: left;
    text-align: left;
    text-transform: uppercase;
    color: #ec3066;
    font-family: "OpenSansBold", sans-serif;
    margin-right: 20px;
    margin-top: 15px; }
  .blog-post-view .col-main .commentWrapper .commentContent {
    width: 70%;
    float: left;
    color: #666666; }
.blog-post-view .col-main #postComment {
  display: block;
  overflow: hidden;
  clear: both;
  padding-top: 40px;
  margin-top: 20px;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_hr.png") 0 0 repeat-x; }
  .blog-post-view .col-main #postComment fieldset {
    border: 0;
    padding: 0; }
    .blog-post-view .col-main #postComment fieldset h3 {
      font-size: 1.7rem;
      color: #666666;
      font-family: "OpenSansRegular", sans-serif;
      margin-bottom: 15px; }
    .blog-post-view .col-main #postComment fieldset .form-list .input-box {
      height: auto; }

.blog-index-list .col-right .menu-categories ul li,
.blog-post-view .col-right .menu-categories ul li,
.blog-cat-view .col-right .menu-categories ul li {
  margin-bottom: 5px; }
  .blog-index-list .col-right .menu-categories ul li a,
  .blog-post-view .col-right .menu-categories ul li a,
  .blog-cat-view .col-right .menu-categories ul li a {
    float: none;
    color: #3d3d45 !important; }
    .blog-index-list .col-right .menu-categories ul li a:before,
    .blog-post-view .col-right .menu-categories ul li a:before,
    .blog-cat-view .col-right .menu-categories ul li a:before {
      content: "";
      width: 10px;
      height: 10px;
      display: inline-block;
      border-radius: 50%;
      margin-right: 8px; }
.blog-index-list .col-right,
.blog-post-view .col-right,
.blog-cat-view .col-right {
  margin-top: 0 !important; }

.cms-page-view .main .col-main .page-title {
  padding-bottom: 10px;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") bottom repeat-x; }

.cms-page-view .main .col-main,
.glossary .main .col-main {
  width: 715px;
  margin-bottom: 40px; }
  .cms-page-view .main .col-main .page-title,
  .glossary .main .col-main .page-title {
    overflow: hidden;
    padding-top: 1px;
    margin-top: 0;
    margin-bottom: 15px;
    height: auto; }
  .cms-page-view .main .col-main .std a,
  .glossary .main .col-main .std a {
    text-decoration: underline; }
  @media only screen and (max-width: 47.938em) {
    .cms-page-view .main .col-main .std p,
    .glossary .main .col-main .std p {
      line-height: 1.7rem;
      font-size: 0.9rem; } }
  .cms-page-view .main .col-main .std strong,
  .glossary .main .col-main .std strong {
    font-weight: normal !important;
    font-family: "OpenSansBold", sans-serif; }
    .cms-page-view .main .col-main .std strong a,
    .glossary .main .col-main .std strong a {
      font-weight: normal !important;
      font-family: "OpenSansBold", sans-serif; }
      .cms-page-view .main .col-main .std strong a:hover,
      .glossary .main .col-main .std strong a:hover {
        color: #999999; }
  .cms-page-view .main .col-main .std h1, .cms-page-view .main .col-main .std h2, .cms-page-view .main .col-main .std h3, .cms-page-view .main .col-main .std h4,
  .glossary .main .col-main .std h1,
  .glossary .main .col-main .std h2,
  .glossary .main .col-main .std h3,
  .glossary .main .col-main .std h4 {
    font-family: "OpenSansRegular", sans-serif;
    margin-top: 20px;
    margin-bottom: 20px; }
  .cms-page-view .main .col-main .std img.bordo,
  .glossary .main .col-main .std img.bordo {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px; }
  .cms-page-view .main .col-main .std p.didascalia,
  .glossary .main .col-main .std p.didascalia {
    text-align: center;
    clear: both; }
  .cms-page-view .main .col-main .std div.blocco,
  .glossary .main .col-main .std div.blocco {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    overflow: hidden; }
    .cms-page-view .main .col-main .std div.blocco .right,
    .glossary .main .col-main .std div.blocco .right {
      width: 470px; }
  .cms-page-view .main .col-main .std div.float-left,
  .glossary .main .col-main .std div.float-left {
    float: left;
    clear: both; }
  .cms-page-view .main .col-main .std ul,
  .glossary .main .col-main .std ul {
    padding-left: 0; }
    .cms-page-view .main .col-main .std ul li,
    .glossary .main .col-main .std ul li {
      margin: 8px 0;
      list-style: none; }
      @media only screen and (max-width: 47.938em) {
        .cms-page-view .main .col-main .std ul li,
        .glossary .main .col-main .std ul li {
          line-height: 1.7rem;
          font-size: 0.8em; } }
      .cms-page-view .main .col-main .std ul li a,
      .glossary .main .col-main .std ul li a {
        color: #3d3d45 !important;
        /*background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/arrow_mega_menu.png') 0 4px no-repeat;*/ }
        .cms-page-view .main .col-main .std ul li a:hover,
        .glossary .main .col-main .std ul li a:hover {
          padding-left: 0;
          text-decoration: none;
          color: #ec3066 !important; }
        .cms-page-view .main .col-main .std ul li a:before,
        .glossary .main .col-main .std ul li a:before {
          background: #ec3066;
          content: "";
          width: 6px;
          height: 6px;
          display: inline-block;
          border-radius: 50%;
          margin-right: 8px; }
  .cms-page-view .main .col-main .std .gestisciform > div,
  .glossary .main .col-main .std .gestisciform > div {
    margin-bottom: 10px; }
  .cms-page-view .main .col-main .std .gestisciform #tipologia_lead_container,
  .glossary .main .col-main .std .gestisciform #tipologia_lead_container {
    display: none; }
  .cms-page-view .main .col-main .std .gestisciform label,
  .glossary .main .col-main .std .gestisciform label {
    display: block; }
  .cms-page-view .main .col-main .std .gestisciform input[type="text"],
  .cms-page-view .main .col-main .std .gestisciform textarea,
  .glossary .main .col-main .std .gestisciform input[type="text"],
  .glossary .main .col-main .std .gestisciform textarea {
    width: 250px; }
  .cms-page-view .main .col-main .std .gestisciform textarea,
  .glossary .main .col-main .std .gestisciform textarea {
    height: 80px; }
  @media only screen and (max-width: 47.938em) {
    .cms-page-view .main .col-main,
    .glossary .main .col-main {
      width: 96%;
      padding: 0 2%; } }
.cms-page-view .main .col-left,
.glossary .main .col-left {
  width: 230px; }
  .cms-page-view .main .col-left > div,
  .glossary .main .col-left > div {
    margin-bottom: 25px; }
  .cms-page-view .main .col-left img,
  .cms-page-view .main .col-left .fourth,
  .cms-page-view .main .col-left .fifth,
  .glossary .main .col-left img,
  .glossary .main .col-left .fourth,
  .glossary .main .col-left .fifth {
    display: none !important; }
  .cms-page-view .main .col-left h4,
  .glossary .main .col-left h4 {
    color: #ec3066;
    font-size: 1.05rem;
    padding-bottom: 5px;
    text-transform: uppercase; }
  .cms-page-view .main .col-left ul,
  .glossary .main .col-left ul {
    margin-bottom: 20px;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") bottom repeat-x;
    padding-bottom: 10px; }
  .cms-page-view .main .col-left li,
  .glossary .main .col-left li {
    margin-bottom: 10px; }
    .cms-page-view .main .col-left li a,
    .glossary .main .col-left li a {
      font-size: 0.9rem;
      padding: 0; }
      .cms-page-view .main .col-left li a:hover, .cms-page-view .main .col-left li a:visited,
      .glossary .main .col-left li a:hover,
      .glossary .main .col-left li a:visited {
        background: none; }
    .cms-page-view .main .col-left li.current,
    .glossary .main .col-left li.current {
      /*background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 210px -116px no-repeat;*/
      text-decoration: underline; }
      .cms-page-view .main .col-left li.current a,
      .glossary .main .col-left li.current a {
        font-family: "OpenSansBold", sans-serif;
        text-decoration: none !important; }

.glossary h1 {
  font-family: "OpenSansRegular", sans-serif; }
.glossary .glossary_navigation {
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") bottom repeat-x;
  margin: 20px 0;
  padding-bottom: 10px; }
  .glossary .glossary_navigation span {
    margin: 0 6px;
    color: #999999; }
    .glossary .glossary_navigation span:first-child {
      margin-left: 0; }
    .glossary .glossary_navigation span:last-child {
      margin-right: 0; }
    .glossary .glossary_navigation span a {
      font-size: 1.4rem;
      color: #3d3d45; }
.glossary .glossary_entry {
  margin-top: 20px;
  list-style: none; }
  .glossary .glossary_entry li {
    margin: 10px 0; }
    .glossary .glossary_entry li a:before {
      content: "";
      width: 6px;
      height: 6px;
      display: inline-block;
      border-radius: 50%;
      margin-right: 8px;
      background: #ec3066; }

.cms-coming-soon .main .col-main {
  width: auto; }
  .cms-coming-soon .main .col-main .coming-soon {
    width: 100%;
    text-align: center; }
    .cms-coming-soon .main .col-main .coming-soon .bg_coming {
      width: 100%;
      height: 355px;
      background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_coming.jpg") 0 0 no-repeat;
      margin: 50px auto 20px; }
    .cms-coming-soon .main .col-main .coming-soon p {
      width: 405px;
      margin: 0 auto 20px; }

.cms-no-route .main .col-main .not-founded {
  width: 100%;
  text-align: center; }
  .cms-no-route .main .col-main .not-founded .bg_404 {
    width: 571px;
    height: 272px;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_404.png") 0 0 no-repeat;
    margin: 50px auto 20px; }
  .cms-no-route .main .col-main .not-founded h4 {
    font-size: 1.7rem;
    line-height: 1.7rem;
    font-family: "OpenSansRegular", sans-serif;
    width: 518px;
    margin: 0 auto 10px; }
  .cms-no-route .main .col-main .not-founded p {
    width: 405px;
    margin: 0 auto 20px; }

.checkout-cart-index .main .col-main .mpty {
  width: 100%;
  text-align: center; }
  .checkout-cart-index .main .col-main .mpty h1 {
    font-family: "OpenSansRegular", sans-serif;
    margin: 50px auto 20px; }
  .checkout-cart-index .main .col-main .mpty .bg_empty {
    width: 124px;
    height: 95px;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_empty.png") 0 0 no-repeat;
    margin: 0 auto 20px; }
  .checkout-cart-index .main .col-main .mpty h4 {
    font-size: 1.7rem;
    line-height: 1.7rem;
    font-family: "OpenSansRegular", sans-serif;
    width: 295px;
    margin: 0 auto 10px; }
    @media only screen and (max-width: 47.938em) {
      .checkout-cart-index .main .col-main .mpty h4 {
        width: 90%; } }
  .checkout-cart-index .main .col-main .mpty p {
    width: 405px;
    margin: 0 auto 20px; }

.checkout-onepage-success .main .col-main .acquistato,
.bitbull-bancasellapro-gestpay-success .main .col-main .acquistato {
  width: 100%;
  text-align: center; }
  .checkout-onepage-success .main .col-main .acquistato .page-title,
  .bitbull-bancasellapro-gestpay-success .main .col-main .acquistato .page-title {
    margin: 50px auto 20px; }
    .checkout-onepage-success .main .col-main .acquistato .page-title h1,
    .bitbull-bancasellapro-gestpay-success .main .col-main .acquistato .page-title h1 {
      font-family: "OpenSansRegular", sans-serif;
      color: #ec3066; }
  .checkout-onepage-success .main .col-main .acquistato .okcart,
  .bitbull-bancasellapro-gestpay-success .main .col-main .acquistato .okcart {
    width: 124px;
    height: 95px;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_empty.png") 0 0 no-repeat;
    margin: 0 auto 20px; }
  .checkout-onepage-success .main .col-main .acquistato h4,
  .bitbull-bancasellapro-gestpay-success .main .col-main .acquistato h4 {
    font-size: 1.7rem;
    line-height: 1.7rem;
    font-family: "OpenSansRegular", sans-serif;
    width: 400px;
    margin: 0 auto 0; }
    .checkout-onepage-success .main .col-main .acquistato h4 a,
    .bitbull-bancasellapro-gestpay-success .main .col-main .acquistato h4 a {
      font-size: 1.7rem;
      line-height: 1.7rem;
      font-family: "OpenSansRegular", sans-serif;
      color: #ec3066;
      text-decoration: underline; }
  .checkout-onepage-success .main .col-main .acquistato p,
  .bitbull-bancasellapro-gestpay-success .main .col-main .acquistato p {
    width: 480px;
    margin: 0 auto 20px;
    font-size: 1.2rem; }
    .checkout-onepage-success .main .col-main .acquistato p a,
    .bitbull-bancasellapro-gestpay-success .main .col-main .acquistato p a {
      font-size: 1.2rem;
      text-decoration: underline;
      color: #ec3066; }
  .checkout-onepage-success .main .col-main .acquistato .buttons,
  .bitbull-bancasellapro-gestpay-success .main .col-main .acquistato .buttons {
    margin-top: 20px; }

.customer-account-logoutsuccess .main .col-main .esci {
  width: 100%;
  text-align: center; }
  .customer-account-logoutsuccess .main .col-main .esci h1 {
    font-family: "OpenSansRegular", sans-serif;
    color: #ec3066;
    margin: 50px auto 20px;
    font-size: 1.8rem;
    line-height: 1.8rem; }
  .customer-account-logoutsuccess .main .col-main .esci h4 {
    font-size: 1.7rem;
    line-height: 1.7rem;
    font-family: "OpenSansRegular", sans-serif;
    width: 350px;
    margin: 0 auto 50px; }

.catalogsearch-advanced-index .main {
  margin-bottom: 40px; }
.catalogsearch-advanced-index .page-title, .catalogsearch-advanced-index .advanced-search-amount {
  text-align: center; }
.catalogsearch-advanced-index .advanced-search {
  margin-bottom: 40px; }
  .catalogsearch-advanced-index .advanced-search .form-list li {
    margin: 15px 0;
    width: 49%;
    display: inline-block; }
    .catalogsearch-advanced-index .advanced-search .form-list li .input-box .input-text, .catalogsearch-advanced-index .advanced-search .form-list li label {
      width: 98%; }
    .catalogsearch-advanced-index .advanced-search .form-list li select {
      width: 99%; }
    .catalogsearch-advanced-index .advanced-search .form-list li.even {
      float: right; }
  .catalogsearch-advanced-index .advanced-search .buttons-set {
    margin-top: 20px; }

.catalogsearch-advanced-result .page-title {
  text-align: center; }
.catalogsearch-advanced-result .advanced-search-amount {
  text-align: center;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") 0 100% repeat-x;
  padding-bottom: 20px; }
.catalogsearch-advanced-result .error-msg {
  background-image: url(https://www.burdastyle.it/skin/frontend/sevenlike/default/images/alert_red.png);
  color: #CE2408;
  background-color: #fff;
  margin: 0 0 10px !important;
  border: none !important;
  border-style: 0;
  background-position: 140px 9px !important;
  background-repeat: no-repeat !important;
  text-align: center;
  min-height: 24px !important;
  padding: 14px 20px 8px 25px !important;
  font-size: 11px !important; }
  .catalogsearch-advanced-result .error-msg a {
    color: #3d3d45;
    margin-left: 10px;
    font-family: "OpenSansBold", sans-serif; }
.catalogsearch-advanced-result .advanced-search-summary {
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") 0 100% repeat-x;
  padding-bottom: 12px;
  margin-bottom: 30px;
  border: none; }
  .catalogsearch-advanced-result .advanced-search-summary ul {
    width: 50%;
    float: left; }
    .catalogsearch-advanced-result .advanced-search-summary ul li {
      color: #3d3d45;
      margin: 5px 0; }
      .catalogsearch-advanced-result .advanced-search-summary ul li strong {
        color: #3d3d45;
        font-family: "OpenSansBold", sans-serif; }
.catalogsearch-advanced-result .category-products {
  margin-top: 25px; }
.catalogsearch-advanced-result .products-grid {
  width: 100%; }
  .catalogsearch-advanced-result .products-grid li.item {
    margin-right: 20px;
    margin-bottom: 15px;
    padding: 10px; }

/* parts */
.block.block-cart {
  border: 0;
  margin-bottom: 3px;
  margin-top: 20px;
  width: auto;
  position: relative; }
  .block.block-cart .block-title {
    clear: both;
    overflow: hidden;
    border: 0;
    border-left: 1px solid #ccc;
    cursor: pointer;
    padding-left: 10px;
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 175px -54px no-repeat; }
    .block.block-cart .block-title p {
      font-size: 19px;
      font-style: italic;
      font-family: "Georgia", serif;
      line-height: 20px;
      text-align: left;
      margin: 0 0 0 10px;
      float: left; }
      .block.block-cart .block-title p span {
        font-family: "OpenSansBold", sans-serif;
        font-style: normal;
        color: #ec3066;
        font-size: 0.8rem; }
      .block.block-cart .block-title p.cart {
        display: inline-block;
        width: 48px;
        height: 44px;
        position: relative;
        margin: 0;
        background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') -68px -89px no-repeat; }
        .block.block-cart .block-title p.cart .qtyCart {
          font-size: 0.966rem;
          font-style: italic;
          font-family: "Georgia", serif;
          line-height: 18px;
          font-weight: bold;
          position: absolute;
          right: 8px;
          top: 16px; }
  .block.block-cart .block-content {
    display: none;
    position: absolute;
    z-index: 99999;
    background: #fff;
    width: 280px;
    right: 0;
    top: 44px;
    padding: 10px 30px 10px 10px;
    border-top: 4px solid #ec3066;
    -webkit-box-shadow: 0 7px 8px #999999;
    -moz-box-shadow: 0 7px 8px #999999;
    -o-box-shadow: 0 7px 8px #999999;
    box-shadow: 0 7px 8px #999999; }
    .block.block-cart .block-content .summary .items .item .product-image {
      display: block;
      float: left; }
    .block.block-cart .block-content .summary .items .item .product-details {
      float: left;
      height: 100px;
      margin-left: 5px;
      width: 71%;
      margin-bottom: 20px;
      text-align: left;
      background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png') 0 100% repeat-x;
      padding-bottom: 10px; }
      .block.block-cart .block-content .summary .items .item .product-details .product-name {
        display: block;
        text-align: left;
        padding-top: 10px; }
        .block.block-cart .block-content .summary .items .item .product-details .product-name .name {
          color: #ec3066;
          font-size: 1.1rem; }
        .block.block-cart .block-content .summary .items .item .product-details .product-name .btn-remove {
          display: inline-block;
          width: 8px;
          height: 8px;
          background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_remove_minicart.png") 0 0 no-repeat;
          float: right; }
      .block.block-cart .block-content .summary .items .item .product-details .sku {
        font-family: "Arial", serif;
        font-size: 0.9rem;
        font-weight: normal;
        font-style: normal;
        line-height: 1.2rem;
        color: #999999; }
      .block.block-cart .block-content .summary .items .item .product-details .doubleData {
        height: auto;
        margin-bottom: 10px; }
        .block.block-cart .block-content .summary .items .item .product-details .doubleData span {
          font-size: 0.9rem; }
        .block.block-cart .block-content .summary .items .item .product-details .doubleData .lvl {
          float: right; }
      .block.block-cart .block-content .summary .items .item .product-details .price {
        font-size: 1.2rem;
        font-family: "OpenSansBold", sans-serif;
        color: #666666; }
    .block.block-cart .block-content .summary .subtotal {
      overflow: hidden;
      padding-bottom: 10px; }
      .block.block-cart .block-content .summary .subtotal .cartPrice {
        float: left;
        width: 40%;
        text-align: left;
        margin-top: 10px; }
        .block.block-cart .block-content .summary .subtotal .cartPrice span {
          font-family: "OpenSansBold", sans-serif;
          font-size: 1.2rem;
          color: #666666; }
          .block.block-cart .block-content .summary .subtotal .cartPrice span.price {
            color: #ec3066; }
      .block.block-cart .block-content .summary .subtotal .actions {
        float: right;
        width: 60%; }
  .block.block-cart.opened .block-title {
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/top_cart_opened.png") 100% 0 no-repeat; }
  .block.block-cart.opened .block-content {
    display: block; }

#search_mini_form {
  position: absolute;
  top: 0;
  width: 290px;
  right: 0;
  padding: 10px;
  background: #ec3066;
  display: none;
  z-index: 1000;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  @media only screen and (max-width: 47.938em) {
    #search_mini_form {
      width: 96%;
      padding: 0 2%;
      height: 200px; } }
  @media only screen and (max-width: 47.938em) {
    #search_mini_form .form-search {
      text-align: center; }
      #search_mini_form .form-search button.button {
        margin-top: 30px;
        width: 25%; }
        #search_mini_form .form-search button.button span {
          height: 38px !important; } }
  #search_mini_form input[type="text"] {
    width: 220px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 3px 0 3px 5px; }
    @media only screen and (max-width: 47.938em) {
      #search_mini_form input[type="text"] {
        width: 99%;
        margin-top: 40px; } }
  #search_mini_form label {
    display: none;
    visibility: hidden; }
  #search_mini_form .search-autocomplete {
    background: #fff; }
    #search_mini_form .search-autocomplete ul {
      padding: 0 10px 0px 10px;
      border: 1px solid #eee;
      border-top: none; }
      #search_mini_form .search-autocomplete ul li {
        border-top: 1px solid #eee;
        padding: 8px 0;
        cursor: pointer; }
        #search_mini_form .search-autocomplete ul li:first-child, #search_mini_form .search-autocomplete ul li.first {
          border-top: none; }

@-moz-document url-prefix() {
  .page #nav > li {
    padding: 0; }
    .page #nav > li.nav-8 {
      padding: 0 !important; }
    .page #nav > li#nav-home {
      padding: 0 !important; } }
.page #nav {
  position: relative;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  height: auto;
  margin: 0 auto;
  z-index: 2000;
  width: 984px;
  max-width: 100%;
  background: #3d3d45;
  -webkit-transform: translateZ(0);
  /* Fix possible glitches during animation */ }
  @media only screen and (max-width: 64em) {
    .page #nav {
      background: #3d3d45; } }
  .page #nav > li {
    border: 0;
    text-transform: none;
    text-align: center;
    background: #3d3d45 url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/nav_divider.png") 100% 60% no-repeat; }
    @media only screen and (max-width: 64em) {
      .page #nav > li {
        padding: 0 1.60%; } }
    .page #nav > li:hover, .page #nav > li.active {
      background: white;
      border-top: 5px solid #ec3066; }
      .page #nav > li:hover > a, .page #nav > li.active > a {
        line-height: 35px; }
        .page #nav > li:hover > a span, .page #nav > li.active > a span {
          color: #ec3066;
          text-shadow: 0 0 0 black;
          filter: dropshadow(color=black, offx=0, offy=0);
          padding-top: 8px; }
    .page #nav > li > a {
      padding: 0 3px;
      line-height: 40px; }
      .page #nav > li > a span {
        font-family: "OpenSansBold", sans-serif;
        font-size: 1.1rem;
        color: white;
        letter-spacing: 0.8px;
        text-shadow: 0px 2px 2px black;
        filter: dropshadow(color=black, offx=0px, offy=2px); }
        @media only screen and (max-width: 59.938em) {
          .page #nav > li > a span {
            font-size: 0.9rem; } }
      .page #nav > li > a:hover span {
        color: #ec3066;
        text-shadow: 0 0 0 black;
        filter: dropshadow(color=black, offx=0, offy=0); }
    .page #nav > li .level0-wrapper {
      background: white;
      width: 96%;
      padding: 2%;
      position: absolute;
      left: -10000px;
      -webkit-box-shadow: 0 5px 8px #999999;
      -moz-box-shadow: 0 5px 8px #999999;
      -o-box-shadow: 0 5px 8px #999999;
      box-shadow: 0 5px 8px #999999;
      -webkit-transform: translateZ(0); }
      .page #nav > li .level0-wrapper ul {
        list-style: none;
        float: left; }
        .page #nav > li .level0-wrapper ul li a {
          padding: 0;
          margin: 0 0 5px; }
          .page #nav > li .level0-wrapper ul li a:hover {
            background: none; }
        .page #nav > li .level0-wrapper ul li h4 {
          font-size: 13px; }
        .page #nav > li .level0-wrapper ul.level0 {
          width: 100%;
          text-align: left; }
          .page #nav > li .level0-wrapper ul.level0 .level1 > a span {
            font-family: "OpenSansBold", sans-serif;
            margin-bottom: 10px; }
          .page #nav > li .level0-wrapper ul.level0 .level1 .level2 {
            margin-bottom: 10px; }
            .page #nav > li .level0-wrapper ul.level0 .level1 .level2:hover a {
              text-decoration: none; }
              .page #nav > li .level0-wrapper ul.level0 .level1 .level2:hover a span {
                color: #ec3066 !important; }
        .page #nav > li .level0-wrapper ul.cats {
          width: 175px;
          padding-left: 5px; }
          .page #nav > li .level0-wrapper ul.cats li {
            margin: 10px 0; }
            .page #nav > li .level0-wrapper ul.cats li:first-child {
              margin-top: 0px; }
            .page #nav > li .level0-wrapper ul.cats li a {
              color: #3d3d45 !important;
              /*background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/arrow_mega_menu.png') 0 4px no-repeat;*/ }
              .page #nav > li .level0-wrapper ul.cats li a:hover {
                text-decoration: none;
                color: #ec3066 !important; }
              .page #nav > li .level0-wrapper ul.cats li a:before {
                content: "";
                width: 10px;
                height: 10px;
                display: inline-block;
                border-radius: 50%;
                margin-right: 8px; }
        .page #nav > li .level0-wrapper ul.vantaggio_menu {
          float: right;
          width: 225px;
          padding-left: 15px;
          background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/nav_divider.png") 0 0 repeat-y; }
          @media only screen and (max-width: 59.938em) {
            .page #nav > li .level0-wrapper ul.vantaggio_menu {
              display: none; } }
        .page #nav > li .level0-wrapper ul.gallery {
          float: right;
          width: 225px;
          padding-left: 15px; }
          @media only screen and (max-width: 59.938em) {
            .page #nav > li .level0-wrapper ul.gallery {
              display: none; } }
        .page #nav > li .level0-wrapper ul.ultimi-post {
          background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/nav_divider.png") 0 0 repeat-y;
          padding-left: 20px !important;
          width: 250px !important; }
        .page #nav > li .level0-wrapper ul.vantaggio_menu li {
          text-align: center; }
        .page #nav > li .level0-wrapper ul#menu {
          width: 165px;
          padding-left: 0;
          padding-right: 10px; }
          @media only screen and (max-width: 59.938em) {
            .page #nav > li .level0-wrapper ul#menu {
              width: 22%; } }
          .page #nav > li .level0-wrapper ul#menu li {
            margin-bottom: 10px; }
            .page #nav > li .level0-wrapper ul#menu li a:hover {
              text-decoration: none;
              color: #ec3066 !important; }
        .page #nav > li .level0-wrapper ul.comm {
          width: 200px;
          padding-left: 0;
          padding-right: 10px; }
          @media only screen and (max-width: 59.938em) {
            .page #nav > li .level0-wrapper ul.comm {
              width: 22%; } }
          .page #nav > li .level0-wrapper ul.comm li {
            margin-bottom: 10px; }
            .page #nav > li .level0-wrapper ul.comm li a:hover {
              text-decoration: none;
              color: #ec3066 !important; }
        @media only screen and (max-width: 59.938em) {
          .page #nav > li .level0-wrapper ul.last {
            display: none; } }
      .page #nav > li .level0-wrapper div.ultime-news {
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/nav_divider.png") left 0 repeat-y;
        float: right; }
        .page #nav > li .level0-wrapper div.ultime-news h4.title {
          margin-left: 18px;
          font-size: 14px;
          margin-bottom: 8px;
          margin-top: 0px;
          text-align: left; }
      .page #nav > li .level0-wrapper .nav-block-right > p {
        display: none; }
      .page #nav > li .level0-wrapper .nav-block-right > ul > p {
        display: none; }
      .page #nav > li .level0-wrapper .nav-block-right.grid12-4 {
        float: right;
        width: 225px;
        padding-left: 15px;
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/nav_divider.png") 0 0 repeat-y;
        text-align: left; }
        @media only screen and (max-width: 59.938em) {
          .page #nav > li .level0-wrapper .nav-block-right.grid12-4 {
            display: none; } }
        .page #nav > li .level0-wrapper .nav-block-right.grid12-4 .product {
          margin-bottom: 20px;
          float: left; }
          .page #nav > li .level0-wrapper .nav-block-right.grid12-4 .product .sku {
            color: #999999;
            margin-bottom: 10px;
            font-size: 11px; }
          .page #nav > li .level0-wrapper .nav-block-right.grid12-4 .product h4 {
            font-family: "OpenSansRegular", sans-serif;
            /*text-transform: uppercase;*/
            font-size: 13px;
            margin-bottom: 2px; }
            .page #nav > li .level0-wrapper .nav-block-right.grid12-4 .product h4 a {
              font-family: "OpenSansRegular", sans-serif; }
            .page #nav > li .level0-wrapper .nav-block-right.grid12-4 .product h4.prodotto {
              margin-bottom: 10px; }
          .page #nav > li .level0-wrapper .nav-block-right.grid12-4 .product .leftProd {
            width: 40%;
            float: left; }
            .page #nav > li .level0-wrapper .nav-block-right.grid12-4 .product .leftProd img {
              width: 100%; }
          .page #nav > li .level0-wrapper .nav-block-right.grid12-4 .product .rightProd {
            float: left;
            width: 56%;
            margin-left: 4%; }
            .page #nav > li .level0-wrapper .nav-block-right.grid12-4 .product .rightProd .sku {
              margin-bottom: 2px; }
            .page #nav > li .level0-wrapper .nav-block-right.grid12-4 .product .rightProd .doubleData span {
              clear: both;
              display: block;
              font-size: 0.9rem; }
              .page #nav > li .level0-wrapper .nav-block-right.grid12-4 .product .rightProd .doubleData span a {
                color: #999999; }
            .page #nav > li .level0-wrapper .nav-block-right.grid12-4 .product .rightProd .price {
              font-size: 1rem;
              font-weight: bold;
              font-style: normal;
              color: #666666;
              margin-top: 10px;
              display: block; }
      .page #nav > li .level0-wrapper .nav-block-right.grid12-12 {
        width: 100%; }
    .page #nav > li#nav-home {
      padding: 0;
      background: none;
      border: 0 !important;
      background: #ec3066;
      width: 40px;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 0px;
      -webkit-border-bottom-right-radius: 0px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -moz-border-radius-topright: 0px;
      -moz-border-radius-bottomright: 0px;
      -moz-border-radius-bottomleft: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 3px; }
      .page #nav > li#nav-home a {
        width: 100%;
        height: 40px !important;
        display: inline-block;
        background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') -58px -13px no-repeat;
        text-indent: -9999em; }
    .page #nav > li.nav-1 {
      width: 100px; }
      @media only screen and (max-width: 64em) {
        .page #nav > li.nav-1 {
          width: auto; } }
    .page #nav > li.nav-2 {
      width: 205px; }
      @media only screen and (max-width: 64em) {
        .page #nav > li.nav-2 {
          width: auto; } }
    .page #nav > li.nav-3 {
      width: 90px; }
      @media only screen and (max-width: 64em) {
        .page #nav > li.nav-3 {
          width: auto; } }
    .page #nav > li.nav-4 {
      width: 140px; }
      @media only screen and (max-width: 64em) {
        .page #nav > li.nav-4 {
          width: auto; } }
    .page #nav > li.nav-5 {
      width: 89px; }
      @media only screen and (max-width: 64em) {
        .page #nav > li.nav-5 {
          width: auto; } }
    .page #nav > li.nav-6 {
      width: 105px; }
      @media only screen and (max-width: 64em) {
        .page #nav > li.nav-6 {
          width: auto; } }
    .page #nav > li.nav-7 {
      width: 175px;
      background-image: none; }
      @media only screen and (max-width: 64em) {
        .page #nav > li.nav-7 {
          width: auto; } }
      @media only screen and (max-width: 59.938em) {
        .page #nav > li.nav-7 {
          display: none; } }
    .page #nav > li.nav-8 {
      padding: 0;
      background: none;
      border: 0 !important;
      background: #ec3066;
      width: 40px;
      -webkit-border-top-left-radius: 0px;
      -webkit-border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-topleft: 0px;
      -moz-border-radius-topright: 3px;
      -moz-border-radius-bottomright: 3px;
      -moz-border-radius-bottomleft: 0px;
      border-top-left-radius: 0px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 0px; }
      @media only screen and (max-width: 64em) {
        .page #nav > li.nav-8 {
          float: right; } }
      .page #nav > li.nav-8 a {
        width: 100%;
        display: inline-block;
        background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') -113px -14px no-repeat;
        text-indent: -9999em;
        height: 40px !important; }
        .page #nav > li.nav-8 a span {
          padding-top: 12px !important; }

div.level1 {
  margin-bottom: 5px; }

div.level2 {
  margin-bottom: 5px; }

div.level3 {
  margin-bottom: 5px;
  padding: 5px; }

div.block2 {
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  display: block; }
  div.block2:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  div.block2 p {
    margin-bottom: 3px;
    line-height: 120%;
    color: #000;
    font-size: 11px; }
  div.block2 a {
    display: inline; }
    div.block2 a img {
      opacity: .9;
      filter: alpha(opacity=90); }
    div.block2 a:hover img {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }

a.level1:link, a.level1:visited {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

a.level2:link, a.level2:visited {
  padding: 3px 10px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

/* Clearfix */
html[xmlns] div.block2 {
  display: block; }

* html div.block2 {
  height: 1%; }

div.block2 a:hover
div.block2 .brand a:hover img {
  -webkit-transition: all 0;
  -moz-transition: all 0;
  -ms-transition: all 0;
  transition: all 0; }

div.wp-custom-menu-popup hr {
  margin: 0px 0px 10px 0px; }

/******************************************* COLUMN WIDTH ***************************** */
div.column {
  float: left;
  width: 18%;
  /* for 5 columns*/
  padding: 0px 1%;
  margin: 0px 0px 0px 0px; }

/*end COLUMN WIDTH  */
div.itemSubMenu {
  margin-left: 0px; }

.clearBoth {
  clear: both;
  height: 0;
  overflow: hidden; }

div.level1 {
  margin-bottom: 0px; }

/*BG*/
div.wp-custom-menu-popup {
  background: white;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); }

div.menu a:hover {
  background: #fff; }

div.menu a, div.wp-custom-menu-popup a {
  -webkit-transition: background .1s linear;
  -moz-transition: background .1s linear;
  -ms-transition: background .1s linear;
  transition: background .1s linear; }

div.menu .brand a, div.wp-custom-menu-popup .brand a {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -ms-transition: all 0s linear;
  transition: all 0s linear; }

div.menu.active a {
  background: #fff !important; }

div.level3 {
  background: #fff; }

/*FONTS*/
div.menu {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase; }

a.level1:link, a.level1:visited {
  text-transform: none;
  font-weight: normal; }

a.level2:link, a.level2:visited {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px; }

a.level3:link, a.level3:visited {
  font-size: 11px;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 0px; }

/*COLOR*/
div.menu a:link, div.menu a:visited {
  color: #fff; }

div.menu a:hover, div.menu.active a {
  color: #000; }

a.level3:link, a.level3:visited {
  color: #333333; }

a.level3:hover {
  color: #b43f74; }

a.level2:link, a.level2:visited {
  color: #000; }

a.level1:hover {
  background: #d3d3d3; }

a.level2:hover {
  color: #000;
  background: #d3d3d3; }

.block2 table.brand {
  float: left; }

.block2 .single_menu_product {
  float: left;
  position: relative;
  max-width: 150px;
  overflow: hidden;
  margin-right: 20px;
  margin-left: 0px; }

.block {
  width: 300px; }
  .block.cartamodelli {
    height: 329px;
    width: 298px;
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 10px 0;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_pattern1.jpg") 0 0 repeat; }
    .block.cartamodelli p.tag {
      font-size: 1.05rem;
      font-style: italic;
      font-family: "Georgia", serif;
      line-height: 18px;
      color: #ec3066;
      padding: 5px 0;
      margin-bottom: 5px; }
    .block.cartamodelli p.title {
      font-family: "Arial", serif;
      font-size: 1.2rem;
      font-weight: bold;
      font-style: normal;
      line-height: 1.2rem; }
  .block.adv {
    border: 0;
    cursor: pointer; }
  .block.block-subscribe {
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/texture_newsletter.jpg") repeat;
    border: 0;
    width: 280px;
    padding: 20px 10px;
    margin-top: 0px; }
    .block.block-subscribe .block-title {
      border: 0;
      padding: 0 0 0 5px;
      margin-bottom: 10px;
      font-family: "Arial", serif;
      color: #ec3066;
      font-size: 2.4rem;
      font-weight: bold; }
      .block.block-subscribe .block-title span {
        font-family: "Georgia", serif;
        color: #ec3066;
        text-align: right;
        font-size: 1.9rem;
        font-weight: lighter;
        display: block;
        margin-bottom: 10px;
        margin-right: 10px;
        margin-top: 15px; }
    .block.block-subscribe .block-content {
      background: none;
      padding: 0 0 0 5px; }
      .block.block-subscribe .block-content .input-box {
        float: left;
        margin-top: 10px; }
      .block.block-subscribe .block-content label {
        font-size: 0.966rem;
        font-style: italic;
        font-family: "Georgia", serif;
        line-height: 18px;
        color: #3d3d45; }
      .block.block-subscribe .block-content .actions {
        float: right;
        margin-top: 10px;
        margin-right: 12px; }
      .block.block-subscribe .block-content .privacy {
        clear: both;
        margin-top: 60px; }
        .block.block-subscribe .block-content .privacy label {
          font-family: "Arial", serif;
          font-size: 11px;
          font-weight: normal;
          font-style: normal;
          line-height: 1.2rem;
          color: #666666; }
          .block.block-subscribe .block-content .privacy label a {
            font-family: "Arial", serif;
            font-size: 11px;
            font-weight: normal;
            font-style: normal;
            line-height: 1.2rem;
            color: #666666;
            text-decoration: underline; }
  .block.need-help {
    border: 0; }
    .block.need-help .title {
      font-family: "OpenSansRegular", sans-serif;
      font-size: 1.5rem;
      line-height: 1.5rem;
      color: #666666;
      margin-bottom: 15px; }
    .block.need-help .desc {
      color: #666666;
      font-family: "Arial", serif;
      font-size: 0.966rem;
      font-weight: normal;
      font-style: normal;
      line-height: 1.2rem; }
    .block.need-help .mail {
      font-family: "Arial", serif;
      font-size: 0.966rem;
      font-weight: bold;
      font-style: italic;
      line-height: 1.2rem;
      color: #666666;
      text-decoration: underline;
      padding-left: 30px;
      background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png") -119px -282px no-repeat; }
  .block.posta-creazione {
    border: 0;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/creazioni/bg_sidebar.jpg") 0 0 no-repeat;
    width: 280px;
    height: 281px;
    padding: 10px; }
    .block.posta-creazione .title {
      font-family: "Hand", sans-serif;
      font-size: 1.8rem;
      font-weight: normal;
      font-style: normal;
      line-height: 1.8rem;
      color: #ec3066;
      letter-spacing: 0.4px;
      text-align: center;
      margin-top: 80px; }
    .block.posta-creazione .bottom {
      background: #fff;
      padding: 10px;
      text-align: center;
      margin-top: 50px; }
  .block.block-blog {
    border: 0;
    width: 270px;
    background: #fafafa;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #dddcdc;
    margin-left: 0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .block.block-blog .block-content .menu-categories {
      margin: 0 0 5px 0;
      padding: 5px 9px; }
  .block.block-mostRead {
    border: 0;
    margin: 20px 0 0 0;
    overflow: hidden;
    padding-left: 10px;
    background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/nav_divider.png") 0 0 repeat-y; }
    .block.block-mostRead hr.separator-x {
      margin: 0px 0 20px 0; }
    .block.block-mostRead li {
      overflow: hidden;
      margin-bottom: 15px;
      background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/divider.png") 0 bottom repeat-x;
      padding-bottom: 16px; }
      .block.block-mostRead li:last-child {
        background: none;
        margin-bottom: 0; }
      .block.block-mostRead li .img {
        float: left;
        width: 112px; }
      .block.block-mostRead li .det {
        float: left;
        width: 180px;
        margin-left: 8px; }
        .block.block-mostRead li .det .title {
          font-family: "Arial", serif;
          font-size: 1.2rem;
          font-weight: normal;
          font-style: italic;
          line-height: 1.2rem;
          margin-bottom: 4px;
          display: block; }
        .block.block-mostRead li .det .comm {
          margin: 10px 0 0 0; }
        .block.block-mostRead li .det .dati span {
          color: #999999;
          margin-left: 0px; }
        .block.block-mostRead li .det .dati-topic {
          margin-bottom: 2px; }
        .block.block-mostRead li .det a.post {
          font-style: italic; }
          .block.block-mostRead li .det a.post p {
            margin-bottom: 0; }
        .block.block-mostRead li .det .etichetta {
          margin-bottom: 5px; }
          .block.block-mostRead li .det .etichetta.lvl {
            margin-bottom: 5px; }
          .block.block-mostRead li .det .etichetta span {
            color: #999999;
            margin-left: 0px; }
  .block.block-creazioni {
    border: 0;
    margin: 0 0 15px;
    overflow: hidden; }
  .block.block-video {
    border: 0;
    margin: 0 0 10px;
    overflow: hidden; }
    .block.block-video h4.nome-video {
      font-size: 1.2rem;
      color: #ec3066;
      margin: 10px 0; }
  .block.profile-user {
    border: 0;
    width: 270px;
    background: #fafafa;
    padding: 15px;
    border: 1px solid #dddcdc;
    margin-left: 0px;
    margin-bottom: 20px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .block.profile-user div {
      margin-top: 10px;
      display: inline-block; }
    .block.profile-user .profile-image {
      margin: 0; }
      .block.profile-user .profile-image img {
        float: right; }
    .block.profile-user .profile-name {
      float: left;
      width: 210px;
      font-size: 1.05rem;
      font-weight: bold;
      margin: 0; }
      .block.profile-user .profile-name span {
        color: #999999;
        margin-left: 0px;
        clear: both;
        display: block;
        font-weight: normal;
        margin-top: 5px; }
    .block.profile-user .profile-description {
      width: 270px;
      color: #3d3d45;
      font-size: 0.9rem;
      background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/sass/images/divider.png") 0 0 repeat-x; }
    .block.profile-user .profile-button {
      width: 270px; }

.sidebar .widget-static-block {
  border: 0;
  margin: 0px 0 0 0;
  overflow: hidden;
  padding-left: 10px;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/nav_divider.png") 0 0 repeat-y; }
  .sidebar .widget-static-block .block.block-mostRead {
    border: 0;
    margin: 0px 0 0 0;
    overflow: hidden;
    padding-left: 0px;
    background: none; }

.forum-buttons .btn-new {
  margin-bottom: 15px !important; }
  .forum-buttons .btn-new.add-topic {
    margin-top: 15px !important; }
.forum-buttons .link-right {
  margin-right: 10px; }
.forum-buttons .link-wishlist-add {
  display: inline-block;
  padding-left: 20px;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/bg_wish_alone.png") 0 2px no-repeat;
  color: #999999; }
.forum-buttons .link-wishlist {
  color: #999999;
  padding: 0 0 0 20px;
  background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png") no-repeat;
  background-position: -66px -320px;
  margin-left: 6px; }

/* Media Queries */
@media only screen and (min-width: 64.063em) {
  .main, .header, .footer, #wp-nav-container, .address, #nav {
    width: 984px; }

  .header-container .header {
    clear: both; }
    .header-container .header .secondPart {
      width: 480px;
      float: left;
      text-align: left;
      margin-left: 55px; }
      .header-container .header .secondPart > div {
        float: left;
        max-width: 320px; }
    .header-container .header .thirdPart {
      width: 210px; }

  .footer-container .footer > div {
    text-align: left;
    min-width: 150px; } }
@media only screen and (max-width: 64em) {
  .wrapper, .main, .header, .footer, #wp-nav-container, .address, #nav {
    width: 100%;
    min-width: 100%; }

  .header-container .header {
    clear: both; }
    .header-container .header .firstPart {
      width: 20%;
      margin-left: 2%; }
    .header-container .header .secondPart {
      width: 42%;
      float: left;
      text-align: left;
      margin-left: 35px; }
      .header-container .header .secondPart > div {
        float: left;
        max-width: 50%; } }
@media only screen and (max-width: 59.938em) {
  .wrapper, .main, .footer, #wp-nav-container, .address, #nav {
    width: 100%;
    min-width: 100%; }

  .header-container .header .firstPart {
    margin-left: 5%; }

  /*home slider */
  .block-central .cycle-slide > p > a > img {
    width: 100%;
    height: auto; }
  .block-central .cycle-slide .totalL img {
    width: 100%;
    height: auto; }
  .block-central .cycle-slide .leftBlog img {
    width: 100%;
    height: auto; }
  .block-central .cycle-slide .rightBlog .longDesc {
    height: 200px;
    overflow: hidden; }

  /* categorie */
  .products-grid {
    text-align: center; }
    .products-grid li.item {
      float: none;
      display: inline-block; }

  /* prodotto */
  .catalog-product-view #nex-prev-link {
    margin: 0 2%; }
  .catalog-product-view .return-category {
    margin-right: 2%; }
  .catalog-product-view .product-view {
    margin: 0 1%; }
    .catalog-product-view .product-view .product-essential .product-shop {
      width: 49%;
      margin-left: 2%; }
    .catalog-product-view .product-view .product-essential .product-img-box {
      width: 49%; }
      .catalog-product-view .product-view .product-essential .product-img-box img {
        width: 100%; } }
@media only screen and (max-width: 47.938em) {
  body {
    overflow-x: hidden; }

  .wrapper,
  .main,
  .header,
  .footer,
  .address {
    width: 100%;
    min-width: 100%; }

  .header-container .header .firstPart {
    display: none; }
  .header-container .header .thirdPart .quick-access {
    float: left;
    width: 94%;
    margin-left: 3%;
    margin-bottom: 5px; }
    .header-container .header .thirdPart .quick-access .welcome-msg {
      display: none; }
    .header-container .header .thirdPart .quick-access .links li {
      display: inline-block;
      width: 32%;
      text-align: center;
      background: none !important; }
      .header-container .header .thirdPart .quick-access .links li.first {
        text-align: left; }
      .header-container .header .thirdPart .quick-access .links li.last {
        margin-left: 0;
        text-align: right; }
      .header-container .header .thirdPart .quick-access .links li a {
        font-size: 1.2rem;
        text-transform: capitalize;
        padding-left: 35px;
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_mobile_menu.png") -17px -63px no-repeat; }
        .header-container .header .thirdPart .quick-access .links li a.registrati {
          background-position: -19px -64px; }
        .header-container .header .thirdPart .quick-access .links li a.wishlist {
          background-position: -16px 6px;
          padding-left: 28px;
          background-size: 29%; }
        .header-container .header .thirdPart .quick-access .links li a.accedi {
          background-position: -19px -130px; }
        .header-container .header .thirdPart .quick-access .links li a.cartMobile {
          background-position: -18px -201px;
          padding-left: 40px;
          display: initial; }
  .header-container .header .thirdPart .block-cart {
    display: none; }
  .header-container .header .mobile_topNav {
    display: block; }
    .header-container .header .mobile_topNav > div {
      float: left;
      height: 90px; }
      .header-container .header .mobile_topNav > div.openMenuMobile {
        width: 18%; }
        .header-container .header .mobile_topNav > div.openMenuMobile a {
          display: block;
          height: 90px;
          background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/menu_mobile.png") -15px -35px no-repeat; }
      .header-container .header .mobile_topNav > div.logoMobile {
        width: 64%;
        text-align: center; }
      .header-container .header .mobile_topNav > div.searchMobile {
        width: 18%; }
        .header-container .header .mobile_topNav > div.searchMobile a {
          display: block;
          height: 90px;
          background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/menu_mobile.png") -15px -220px no-repeat; }

  .page #nav {
    display: none; }

  .mobileNavigation {
    width: 100%;
    border-top: 5px solid #ec3066;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .mobileNavigation.slided {
      left: 0; } }
    @media only screen and (max-width: 47.938em) and (max-width: 47.938em) {
      .mobileNavigation.slided {
        position: absolute; } }
@media only screen and (max-width: 47.938em) {
    .mobileNavigation .topMobileNav {
      background: #f5f6f7;
      padding: 10px 0;
      overflow: hidden; }
      .mobileNavigation .topMobileNav > div {
        height: 70px;
        float: left; }
      .mobileNavigation .topMobileNav .backToDesk {
        width: 18%;
        cursor: pointer;
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/menu_mobile.png") -16px -402px no-repeat; }
      .mobileNavigation .topMobileNav .titleTopMobileNav {
        width: 64%;
        text-align: center;
        font-size: 1.6rem;
        line-height: 2.413rem;
        font-family: "OpenSansBold", sans-serif; }
      .mobileNavigation .topMobileNav .activeTopMobileNav {
        width: 18%;
        cursor: pointer;
        background: url("https://www.burdastyle.it/skin/frontend/sevenlike/default/images/menu_mobile.png") -14px -608px no-repeat; }
    .mobileNavigation #nav {
      width: 100%; }
      .mobileNavigation #nav li {
        text-align: left; }
        .mobileNavigation #nav li:nth-child(2n) {
          background: #f5f6f7; }
        .mobileNavigation #nav li:last-child {
          display: none; }
        .mobileNavigation #nav li a {
          display: block;
          padding-left: 10px;
          font-family: "OpenSansBold", sans-serif;
          font-size: 1.4rem;
          line-height: 1.6rem;
          padding: 18px 0 21px 20px;
          text-transform: uppercase;
          letter-spacing: 2px; }
        .mobileNavigation #nav li ul.level0 {
          display: none; }
          .mobileNavigation #nav li ul.level0 li {
            background: #fff; }
            .mobileNavigation #nav li ul.level0 li:nth-child(2n) {
              background: #f5f6f7; }
            .mobileNavigation #nav li ul.level0 li:last-child {
              -webkit-box-shadow: inset 0 -5px 16px #999999;
              -moz-box-shadow: inset 0 -5px 16px #999999;
              -o-box-shadow: inset 0 -5px 16px #999999;
              box-shadow: inset 0 -5px 16px #999999; }
            .mobileNavigation #nav li ul.level0 li a {
              font-family: "OpenSansRegular", sans-serif;
              font-size: 1.1rem;
              letter-spacing: 1px;
              color: #3d3d45; }
        .mobileNavigation #nav li.opened {
          background: #ec3066; }
          .mobileNavigation #nav li.opened a {
            color: #fff; }

  .wrapper {
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .wrapper.slided {
      -webkit-transform: translate(100%);
      -ms-transform: translate(100%);
      transform: translate(100%); }

  /* prodotto */
  .catalog-product-view #nex-prev-link {
    margin: 0 2%; }
  .catalog-product-view .return-category {
    margin-right: 2%; }
  .catalog-product-view .product-view {
    margin: 0 1%; }
    .catalog-product-view .product-view .product-essential .product-shop {
      width: 100%;
      margin-left: 0; }
    .catalog-product-view .product-view .product-essential .product-img-box {
      width: 96%;
      position: static;
      top: 90px;
      text-align: center;
		margin-top:10%;}
      .catalog-product-view .product-view .product-essential .product-img-box .product-image {
        width: 70%;
        display: inline-block; }
      .catalog-product-view .product-view .product-essential .product-img-box img {
        width: 100%; }
      .catalog-product-view .product-view .product-essential .product-img-box .more-views {
        display: none; } }

.category-products.category-video .products-list li a.product-video span.new.free {
	height: initial;
	width: initial;
	padding: 3px 6px;
}

@media screen and (max-width: 480px) {
	.category-products.category-video .products-list li .datiProd,	
	.category-products.category-video .products-list li a.product-video {
	    width: 100%;
	}	
}


@media screen and (max-width: 768px) {
	.category-products.category-video .products-list li .datiProd .actions a {
		font-size: 0.4rem;
		text-align: center;
		padding: 0;
	}

	.category-products.category-video .products-list li .datiProd .video-name a {
		font-size: 18px;
	}

	.category-products.category-video .products-list li .datiProd .actions button.button > span {
          background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/sprite_global.png') 173px -240px no-repeat;
          width: 100%;
          height: 33px;
          background-color: none;
          height: 0 !important;
    }

	.category-products.category-video .products-list li .datiProd .actions button.button > span > span {
	    font-size: 12px;
	    line-height: 11px;
	    font-weight: bold;
	}

}


/**
 * @category   Auguria
 * @package    Auguria_Sliders
 * @author     Auguria
 * @license    http://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3 (GPLv3)
 */

/**
 * Global
 */
#auguria-slider {
    margin: 0 auto 15px auto;
    padding: 0px;
    position: relative;
    z-index: 0;
 }

.auguria-slider-container div {
	display:block;
}

#auguria-slider .caption {
	background: none repeat scroll 0 0 rgba(10, 38, 60, 0.5);
    border-top: 1px solid #0A263C;
    color: #FFFFFF;
    font-size: 14px;
    left: 0;
    line-height: 14px;
    padding: 5px 20px 0;
    position: absolute;
    text-shadow: none;
    z-index: 500;
    text-align: center;
    width: 715px !important;
}
#auguria-slider .caption p {
    color: #FFFFFF;
    text-align: center;
}

ul.pagination {
	float:none;
    list-style: none outside none;
    margin-top: 7px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

ul.pagination li {
    float: none;
    margin: 0 5px;
    width: 5px;
    display: inline-block;
}

ul.pagination li a {
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */
    border:1px solid #ec3066;
    display: block;
    float: none;
    height: 0;
    overflow: hidden;
    padding-top: 10px;
    width: 10px;
    text-indent: -9999px;
}

ul.pagination li  a:hover {
    background-color: #ec3066;
}

ul.pagination li.current a, ul.pagination li.current a:hover {
    background-color: #ec3066;
}

#auguria-slider .next, #auguria-slider .prev {
    margin: 7px 7px 0 0;
    float: left;
    z-index: 101;
    width: 13px;
    height: 13px;
}
#auguria-slider a.next {
    background-image: url("https://www.burdastyle.it/skin/frontend/base/default/images/auguria/sliders/next.png");
}
#auguria-slider a.prev {
    background-image: url("https://www.burdastyle.it/skin/frontend/base/default/images/auguria/sliders/previous.png");
}
#auguria-slider a.next:hover{
    background-image: url("https://www.burdastyle.it/skin/frontend/base/default/images/auguria/sliders/next-hover.png");
}
#auguria-slider a.prev:hover {
    background-image: url("https://www.burdastyle.it/skin/frontend/base/default/images/auguria/sliders/previous-hover.png");
}
#auguria-slider .next span, #auguria-slider .prev span {
    display: none;
}
/**
 * GoMage Social Connector Extension
 *
 * @category     Extension
 * @copyright    Copyright (c) 2013 GoMage (http://www.gomage.com)
 * @author       GoMage
 * @license      http://www.gomage.com/license-agreement/  Single domain license
 * @terms of use http://www.gomage.com/terms-of-use
 * @version      Release: 1.0
 * @since        Class available since Release 1.0
 */ 
 
/* Header Fast Links
-------------------------------------------------- */
.header .links li{
  float: none;
  display: inline-block;
  vertical-align: middle;
  }
.header .gs-list{
  padding: 0 !important;
  }
  
/* Fixed height for Google + */
.gs-login [id^="___signin"]{
  height: 20px !important;
  vertical-align: middle !important;
  }
.header .gs-list.last,
.header .gs-list .last{
  background: none !important;
  padding-right: 0 !important;
  }
  
/* Lightcheckout
-------------------------------------------------- */
html .glc-login-and-paypal #gcheckout-login-link,
html .glc-login-and-paypal .gs-login-checkout,
html .glc-rtl.glc-login-and-paypal #gcheckout-login-link,
html .glc-rtl.glc-login-and-paypal .gs-login-checkout{
  float: none;
  display: inline-block;
  vertical-align: middle;
  }
  html .glc-login-and-paypal .gs-login-checkout *{
    vertical-align: middle;
    }
.glc-login-and-paypal .gs-login-ee.gs-login-checkout{
  padding: 0;
  text-align: left;
  }
 
/* Login Page
-------------------------------------------------- */
.gs-login-login,
.gs-login-checkout{
  text-align: right;
  padding: 5px 0;
  position: relative;
    margin-top: -40px;
  }
  .gs-login-login li{
    padding: 0 2px;
    }
  .gs-login li{
    display: inline-block;
    vertical-align: middle;
    }
  .gs-login li a {
    position: absolute;
    top: -46px;
    right: 162px;
    display: inline-block;
    width: 187px;
    background: url('https://www.burdastyle.it/skin/frontend/sevenlike/default/images/fb_login.png') 0 0 no-repeat;
    font-size: 0;
    height: 37px;
  }
  .gs-login img{
    vertical-align: middle;
  }
  
/* EE
-------------------------------------------------- */
.gs-login-ee.gs-login-login{
  text-align: left;
  clear: both;
  }
.gs-login-ee.gs-login-checkout{
  padding: 5px 20px;
  text-align: left;
  }
