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

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

body          { background:#f2f2f2 url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_body.gif) 0 0 repeat; font:11px/1.55 arial, helvetica, sans-serif; color:#444; text-align:center; }

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

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

/* Headings */
h1          { font-size:2em; font-weight:normal; line-height:1.15; }
h2          { font-size:1.5em; line-height:1.25; margin-bottom:.45em; }
h3          { font-size:1.35em; line-height:1.25; margin-bottom:.45em; }
h4          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h5          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h6          { font-size:1em; line-height:1.35; margin-bottom:1em; }

/* 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 1em; }
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         { font-size:1em; }
big           { font-size:1.15em; }
/*sup           { font-size:1em; vertical-align:top; }*/

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

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


/* Layout ================================================================================ */
.wrapper {}
.page { width:960px; margin:15px auto 0; text-align:left; }
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {}
.main { background:#fff; border:1px solid #bbb; border-top:0; border-bottom-color:#666; padding:16px 16px 50px; min-height:350px; }

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

/* 1 Column Layout */
.col1-layout .main { padding:16px 30px 40px; }
.col1-layout .col-main { float:none; width:auto; }

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

/* 3 Columns Layout */
.col3-layout .col-main { width:452px; }
.col3-layout .col-wrapper { float:left; width:689px; }
.col3-layout .col-wrapper .col-main { float:right; }

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { 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:1px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:28px; background:transparent url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_btn.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#555; }
button.button span span { background-position:100% 0; padding:0 15px 0 9px; }
button.disabled span { color:#bbb !important; }

/*button.btn-cart span {}*/
button.btn-checkout span { height:28px; border:0; background-image:url(https://content.prettysound.net/skin/frontend/default/modern/images/btn_checkout.gif); padding:0 0 0 6px; font:bold 12px/26px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { padding:0 40px 0 34px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#cfcfcf; }
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; }*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 6px; }
.form-list label { float:left; color:#555; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-7px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-top:-1px; margin-right:4px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fieldset { margin:0 10px 25px; }
.fieldset .legend { margin:0 -10px 12px; background:#f1f1f1; padding:2px 10px; font-size:13px; line-height:1.25; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:13px; font-size:11px; line-height:13px; background:url(https://content.prettysound.net/skin/frontend/default/modern/images/validation_advice_bg.gif) 2px 3px no-repeat; color:#eb340a; }
.validation-failed { border:1px solid #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* 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; padding:4px 12px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs a { color:#7f7f7f; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; margin:0 0 16px; }
.page-title h1,
.page-title h2 { font-size:23px; font-weight:normal; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:12px 0 0; font-size:16px; font-weight:bold; margin:0 0 6px; }

/* Pager */
.pager { font-size:11px; background:#fff url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #ddd; text-align:center; }
.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; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px; background:#fff url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #ddd; }
.sorter .view-mode { float:left; margin:0; margin-right: 10px; }
.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; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; }
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table tr.odd  { background:#fff }
.data-table tr.even { background:#fcfcfc; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:2px 8px; font-size:10px; text-transform:uppercase; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a { color:#fff; }
.data-table td { padding:3px 8px; }

.data-table thead,
.data-table thead tr { background:#e9e9e9; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr { background-color:#f3f3f3 !important; }
.data-table tbody th { padding:3px 8px; font-size:11px; font-weight:bold; text-transform:none; white-space:normal; }
.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; }
.data-table tfoot strong { font-size:14px; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#fff; }
.data-table tbody.even tr { background:#fcfcfc; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

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

/* Generic Info Box */
.info-box { margin:0 0 15px; }
.info-box h2 { font-size:13px; font-weight:bold; border-bottom:1px solid #ddd; margin:0 0 8px; }

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

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

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

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.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 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#d62502; }
.link-wishlist { color:#444; }
.link-reorder {}
.link-compare {}
.link-print { /*background:url(https://content.prettysound.net/skin/frontend/default/modern/images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px;*/ }
.link-rss { background:url(https://content.prettysound.net/skin/frontend/default/modern/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(https://content.prettysound.net/skin/frontend/default/modern/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(https://content.prettysound.net/skin/frontend/default/modern/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://content.prettysound.net/skin/frontend/default/modern/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(https://content.prettysound.net/skin/frontend/default/modern/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; background:#ccc; margin:10px 0; text-indent:-999em; overflow:hidden; }

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

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

/* Noscript Notice */
.noscript {}

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

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


/* Header ================================================================================ */
.logo { float:left; }
.header-container {}

.header { margin:0 0 12px; }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

.header .top-promo { float:left; width:117px; height:30px; margin:12px 10px 0; background:url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_top-promo.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.quick-access { background:#444; color:#fff; padding:7px 13px; text-align:right; }
.quick-access .welcome-msg { display:inline; margin:0; color:#fff; }
.quick-access .welcome-msg a { color:#ddd; }
.quick-access .form-language { float:left; }
.quick-access .form-language label { font-weight:bold; padding-right:5px; color:#fff; vertical-align:middle; }
.quick-access .form-language select { padding:0; }
.quick-access .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.quick-access .links { padding-left:8px; }
.quick-access .links,
.quick-access .links li { display:inline; }
.quick-access .links li { padding:0 4px 0 1px; }
.quick-access .links a { color:#ddd; }
.quick-access .links a { padding:0 7px 0 0; background:url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_pipe1.gif) no-repeat 100% 50%; }
.quick-access .links li.last a { padding:0; background:none; }

.top-bar { padding:3px 12px 2px 12px; border:1px solid #bbb; border-bottom-color:#dedede; background:#efefef; line-height:21px; }
.top-bar .breadcrumbs { float:left; width:580px; overflow:hidden; }
.form-search { float:right; }
.form-search label { float:left; font-size:12px; font-weight:bold; padding:0 5px 0 0; }
.form-search input.input-text { float:left; width:212px; margin-right:5px; }
.form-search button.button { float:left; }
.form-search button.button span { height:23px; background-image:url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_btn-small.png); line-height:21px; }
.form-search .search-autocomplete { z-index:999; }
.form-search .search-autocomplete ul { border:1px solid #999; background-color:#f9f5f0; }
.form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.odd { background-color:#f6f6f6; }
.form-search .search-autocomplete li.selected { background-color:#ecf9ea; }

.header-container .top-container { padding:5px 12px; background:#fff; border:1px solid #bbb; border-width:0 1px 1px; text-align:right; }


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


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 20px; line-height:1.35; }
.block .block-title { border-bottom:1px solid #ddd; background:#e7e7e7; padding:2px 10px; }
.block .block-title strong { display:block; font:bold 12px/1.5 Arial, Helvetica, sans-serif; text-transform:uppercase; color:#444; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:10px; margin:0 0 10px; padding:0 0 2px; border-bottom:1px solid #ddd; text-transform:uppercase; }
.block .block-content { background:#f6f6f6; padding:12px 10px; }
.block .block-content li.item { border-bottom:1px solid #ddd; padding-bottom:5px; margin-bottom:5px; }
.block .block-content li.item.last { border-bottom:0; padding-bottom:0; margin-bottom:0; }
.block .block-content .product-name { color:#4f8100; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { border-top:1px solid #ddd; padding:5px 0 0; margin:5px 0 0; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; }
.block .price-box { margin:5px 0; }
.block button.button span { height:23px; background-image:url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_btn-small.png); line-height:20px; }

/*.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }*/

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

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

/* Block: Currency Switcher */
.block-currency { background:#f4f4f4; }
.block-currency .block-title { border:0; background:none; padding:7px 10px 2px; text-transform:none; }
.block-currency .block-title strong { text-transform:none; }
.block-currency .block-content { padding:0 10px 12px; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; margin:0 0 6px; height:13px; background:url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-content { padding:0; }
.block-layered-nav .block-subtitle { margin:0; background:#679100; font-size:12px; font-weight:bold; padding:2px 10px; color:#fff; }
.block-layered-nav dt { font-weight:bold; border-top:1px solid #fff; padding:8px 10px 0 10px; font-size:12px; }
.block-layered-nav dd { padding:0 10px 8px 10px; border-bottom:1px solid #ddd; }
.block-layered-nav dd li { line-height:1.35; margin:0 0 3px; }
.block-layered-nav dd a { color:#444; }
.block-layered-nav .currently ol { padding:6px 0 0; }
.block-layered-nav .currently li { padding:2px 36px 2px 10px; position:relative; z-index:1; }
.block-layered-nav .currently .label { font-weight:bold; 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:8px; top:3px; margin:0; }
.block-layered-nav .currently .btn-previous { right:22px; }
.block-layered-nav .actions { padding:5px 10px; margin:0; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { background:#679100; }
.block-cart .block-title strong { color:#fff; }
.block-cart .summary { background:#e5eed6; padding:8px; margin:-12px -10px 8px; text-align:center; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { background:url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_subtotal.gif) no-repeat 50% 0; margin:5px 0 0; line-height:23px; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { display:none !important; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }

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

/* Block: Related */
.block-related .block-subtitle { font-size:11px; font-weight:bold; border:0; padding:0; margin:0 0 8px; text-transform:none; }
.block-related input.checkbox { float:right; }
.block-related .product { margin-right:20px; }

/* Block: Compare Products */
.page-popup .link-print { background:url(https://content.prettysound.net/skin/frontend/default/modern/images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px; }
.compare-table { border:0; }
.compare-table thead,
.compare-table thead tr.first { background:#fff; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0 0 4px; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://content.prettysound.net/skin/frontend/default/modern/images/btn_remove.gif); width:12px; height:12px; }
.compare-table tbody th { background:#e9e9e9; }
.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; }
.compare-table .add-to-links li { background:none; padding:0; }

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

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.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 .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-content .tags-list { border:0; background:none; padding:0; }
.block-tags .block-content li a { color:#444; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Reorder */
.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; background:none; text-align:center; }

/* Block: Login */
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#555; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }

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


/* Category Page ========================================================================= */
.category-title { margin:0 0 7px; }
.category-title h1 { padding:3px 0; color:#5b9400; font-size:1.6em; font-weight:bold; line-height:1.25; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:171px; padding:0 0 90px; }
.products-grid .product-image { display:block; width:170px; height:170px; border:1px solid #ddd; border-width:1px 1px 1px 0; margin:0 0 10px; }
.products-grid.first .product-image { border-top:0; }
.products-grid li.last .product-image { border-right:0; }
.products-grid .product-name { font-size:12px; margin:0 0 6px; }
.products-grid .product-name a { color:#444; text-decoration:underline; }
.products-grid .product-name a:hover { text-decoration:none; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:20px; }

/*.col1-layout .products-grid,
.page-empty .products-grid { width:684px; 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-shop { margin-left:185px; }
.products-list .product-image { float:left; width:170px; height:170px; margin:0 0 10px; }
.products-list .product-image img { max-width: 100%; }
.products-list .product-name { font-size:12px; margin:0 0 6px; }
.products-list .product-name a { color:#444; text-decoration:underline; }
.products-list .product-name a:hover { text-decoration:none; }
.products-list .price-box { float:left; margin: 0px 13px 0 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 13px; line-height:1.35; }
.products-list .add-to-links { clear:both; }
/* ======================================================================================= */


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

.ratings { line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:0 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:50px; height:10px; font-size:0; line-height:0; background:url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:10px; background:url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin:2px 3px 0 0; }
.ratings .amount {}

.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; }
.ratings-table td { padding:4px 0 0; }

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

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://content.prettysound.net/skin/frontend/default/modern/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://content.prettysound.net/skin/frontend/default/modern/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:#e9e9e9; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #d9dde3; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd { background:#fff; }
.availability-only-details tr.even { background:#fcfcfc; }
.availability-only-details tr.odd td.last { color:#396f00; font-weight:bold; }
.availability-only-details tr.last td { border-bottom:none; }

.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 10px; }
.price-box .price { font-size:13px; font-weight:bold; color:#396f00; }

/* Regular price */
.regular-price { color:#396f00; }
.regular-price .price { font-size:13px; font-weight:bold; color:#396f00; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }
.old-price .price { font-weight:bold; font-size:13px; color:#396f00; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; }
.special-price .price-label { font-size:11px; font-weight:bold; text-transform:uppercase; white-space:nowrap; color:#000; }
.special-price .price { font-size:13px; font-weight:bold; }

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

.minimal-price-link { display:block; font-size:12px; text-decoration:underline; color:#444; }
.minimal-price-link .label {color:#444;}
.minimal-price-link .price { font-weight:normal; color:#444; }

/* Including tax */
.price-including-tax { display:block; color:#888; }
.price-including-tax .label {  font-size:10px; text-transform:uppercase; white-space:nowrap; color:#888; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#396f00; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#888; }
.price-excluding-tax .label { font-size:10px; text-transform:uppercase; white-space:nowrap; color:#888; }
.price-excluding-tax .price { font-size:12px; font-weight:normal; color:#396f00; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-size:13px; font-weight:bold; }

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

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

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

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

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

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

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

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#222; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; background:#f4f9ea; border:1px solid #ddd; }
.tier-prices .benefit { font-style:italic; font-weight:bold; }
.tier-prices .price { font-weight:bold;; }

.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:3px 0 0; }
.add-to-links li { background:url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_add-to.gif) 2px 50% no-repeat; line-height:1.25; padding-left:12px; }
.add-to-links li a { color:#444; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; line-height:20px; color:#555; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; margin:-3px 0 0; }
.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; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { margin:10px 0; border:1px solid #eee; background-color:#f8f8f8; padding:10px; text-align:right; }
.add-to-box .add-to-cart .paypal-logo { float:left; }
.add-to-box .or { display:none !important; }
.add-to-box .add-to-links { margin:10px 0; text-align:right; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view {}

.product-essential { padding:0 0 25px; }
.product-essential h2 { font:bold 12px/1.25 Arial, Helvetica, sans-serif; }

.product-collateral {}
.product-collateral h2 { font-size:19px; font-weight:normal; line-height:1.15; }
.product-collateral .box-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:302px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 10px; border:1px solid #cacaca; }
.product-view .product-img-box .product-image-zoom { position:relative; width:300px; height:300px; 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 { margin:0 0 10px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:24px; margin:0 auto 13px; padding:0 28px; background:url(https://content.prettysound.net/skin/frontend/default/modern/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:3px; width:9px; height:18px; background:url(https://content.prettysound.net/skin/frontend/default/modern/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:10px; top:7px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:10px; top:7px; }
.product-view .product-img-box .more-views h2 { font-size:10px; font-weight:normal; padding:0 0 2px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-10px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 10px; }
.product-view .product-img-box .more-views li a { float:left; width:66px; height:66px; border:1px solid #ddd; overflow:hidden; }

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

/* Product Shop */
.product-view .product-shop { float:right; width:363px; }
.col1-layout .product-view .product-shop { float:right; width:576px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { font:bold 13px/1.25 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { text-align:right; }
.product-view .product-shop .add-to-links li { display:inline; margin-left:12px; }
.product-view .product-shop .add-to-links li .separator { display:none !important; }
.product-view .product-shop .product-options-bottom .paypal-logo { float:left; }

/* Product Options */
.product-options { margin:20px 0 0; padding:15px 10px; background-color:#f4f9ea; border:1px solid #ddd; position:relative; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dd .qty-disabled { background:none; border:0; padding:3px; color:#444; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #ddd; }
.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%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:2px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { position:absolute; right:15px; top:25px; }

.product-options-bottom { background-color:#f6f6f6; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .price-box { float:left; margin:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.product-options-bottom .price-label { padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; margin:0; padding:0; border:0; background:0; }
.product-options-bottom .add-to-links { float:right; display:inline; }

.product-shop .product-options-bottom .price-box { float:none; margin:0; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart { clear:both; float:none; padding:12px 0 0; text-align:left; }

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

/* Product Tabs */
.product-tabs {border-bottom:1px solid #666; background:#f2f2f2 url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_tabs.gif) 0 100% repeat-x; }
.product-tabs li { float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.product-tabs li.first { border-left:0; }
.product-tabs li.last { border-right:0; }
.product-tabs a { display:block; padding:6px 15px; color:#444; }
.product-tabs a:hover { background-color:#ddd; text-decoration:none; color:#444; }
.product-tabs li.active a,
.product-tabs li.active a:hover { background-color:#666; font-weight:bold; color:#fff; }
.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }

/* Mini Products Grid */
.mini-products-grid { width:100%; }
.mini-products-grid td { width:20%; padding:0 8px 8px 0; }
.mini-products-grid .product-image { display:block; border:1px solid #cacaca; margin:0 0 10px; }
.mini-products-grid .product-name { width:115px; margin:0 0 6px; overflow:hidden; }
.mini-products-grid .product-name a { color:#444; text-decoration:underline; }
.mini-products-grid .product-name a:hover { text-decoration:none; }
.mini-products-grid td.empty {}
.mini-products-grid td.last { padding-right:0; }
.mini-products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Description */
.product-view .box-description {}

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

/* Block: Upsell */
.product-view .box-up-sell h2 { margin:0 0 8px; }
#product_tabs_upsell_products_contents h2 { display:block; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:12px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://content.prettysound.net/skin/frontend/default/modern/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:12px; font-weight:bold; margin:0 0 3px; }
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { height:23px; background-image:url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_btn-small.png); line-height:20px; }
.product-view .box-tags .note { margin:2px 0 0; font-size:10px; }

/* 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:460px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:454px; }

/* Send a Friend */
.send-friend .form-list { width:535px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:25px; }
/* ======================================================================================= */


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

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

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #ddd; background:#ecf9ea; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; }
.advanced-search-summary li { margin:2px 0; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .main { padding:8px; }
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* 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:#444; }
.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:#4f8100; }

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


/* Shopping Cart ========================================================================= */
.cart .page-title {}

/* Checkout Types */
.cart .page-title .checkout-types { display:block; float: right; }
.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 */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#444; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span { background:none; padding:0; font:normal 11px/25px Arial, Helvetica, sans-serif; color:#4f8100; text-transform:none; text-decoration:underline; }
.cart-table .btn-continue:hover span { text-decoration:none; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:7px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set .col-1 { width:222px; }
.cart .cart-collaterals .col2-set .col-2 { width:655px; background:#e6f7d7; }

.cart .crosssell { border:1px solid #ddd; background:#f7f7f7; padding:10px; }
.cart .crosssell h2 { font-size:12px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; }
.cart .crosssell .product-details { margin-left:85px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:0 0 8px; padding-bottom:5px; border-bottom:1px solid #ddd; }
.cart .crosssell li.last { border-bottom:0; padding-bottom:0; margin:0; }
.cart .crosssell .link-compare { font-weight:normal; }
.cart .no-crosssell { width:100%; overflow:hidden; }
.cart .no-crosssell img { display:block; margin:0 0 10px; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { background:#e6f7d7; padding:10px 0; margin:0 12px; }
.cart .discount h2,
.cart .shipping h2 { float:left; width:225px; font:normal 14px/16px Arial, Helvetica, sans-serif; color:#d54c01; }
.cart .discount .discount-form,
.cart .shipping .shipping-form { margin-left:240px; }
.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:0; }
.cart .discount .buttons-set button.button span,
.cart .shipping .buttons-set button.button span { height:19px; background-image:url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_btn-green.gif); padding:0 0 0 9px; font-size:10px; line-height:18px; color:#fff; }
.cart .discount .buttons-set button.button span span,
.cart .shipping .buttons-set button.button span span { padding:0 19px 0 10px; }

.cart .discount { border-bottom:1px solid #c0d2af ; }
.cart .discount label { font-weight:bold; color:#555; }
.cart .discount .input-box { width:270px; }
.cart .discount input.input-text { width:264px; }

.cart .shipping p { margin:0 0 3px; }
.cart .shipping .sp-methods { margin:10px 0 0; padding:6px 0 0; border-top:1px solid #c0d2af; }
.cart .shipping .form-list .input-box { width:270px; }
.cart .shipping .form-list input.input-text { width:264px; }
.cart .shipping .form-list select { width:270px; }

/* Shopping Cart Totals */
.cart .totals { background:#fff url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_cart-totals.gif) 0 0 no-repeat; padding:12px 0; }
.cart .totals table { float:right; width:400px; margin:0 0 8px; }
.cart .totals td { padding:0 0 0 15px; }
.cart .totals tr.last td {}
.cart .totals tfoot td {}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:14px; font-weight:bold; color:#e02f00; }
.cart .totals .checkout-types { font-size:13px; padding:4px 0; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:0 0 5px; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px dotted #4f8100; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:2px solid #ddd; border-bottom-color:#666; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options dt { margin-top:0; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:10px; }
.col-right .truncated .show .item-options { left:-240px; top:10px; }
/* ======================================================================================= */


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

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

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

.sp-methods .release-amounts { margin:1.5em 0 2em; }
.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:2px solid #ddd; border-bottom-color:#666; background:#f6f6f6; 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:12px; height:12px; background:url(https://content.prettysound.net/skin/frontend/default/modern/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://content.prettysound.net/skin/frontend/default/modern/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:12px; height:12px; background:url(https://content.prettysound.net/skin/frontend/default/modern/images/btn_remove.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:#fbfbfb; border:1px solid #e4e4e4; }
.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:#555; }

.opc .checkout-agreements { padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background:#fff; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

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

.opc .centinel { padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfbfb; border:1px solid #ddd; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:12px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:12px; font-weight:bold; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:3px 10px; background:#777; border-bottom:1px solid #777; position:relative; color:#fff; }
.info-set h2.legend a { color:#fff; }
.info-set h3.legend { margin:0 0 10px; }
.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:#4f8100 !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:12px; }
.block-progress .block-content { background:none; padding:0; }
.block-progress dt { font-size:10px; line-height:1.35; background:#eee; border:1px solid #ddd; margin:0 0 6px; padding:2px 8px; color:#555; text-transform:uppercase; }
.block-progress dd { border-top:0; padding:2px 10px; margin:0 0 6px; }
.block-progress dt.complete {}
.block-progress dt.complete a { text-transform:none; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:11px; font-weight:bold; margin:5px 0; padding:0; text-transform:none; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:28px; line-height:28px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

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

.opc .step-title { border:1px solid #ddd; border-top-color:#fff; background:#eee; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 3px; margin:0 5px 0 0; font:normal 11px/12px arial, helvetica, sans-serif; color:#444; }
.opc .step-title h2 { float:left; margin:0; font:bold 12px/14px 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:#999; border-color:#999; border-top-color:#fff; color:#fff; cursor:pointer; }
.opc .allow .step-title .number {}
.opc .allow .step-title h2 { color:#fff; }
.opc .allow .step-title a { display:block; font-size:10px; color:#fff; text-transform:uppercase; }

.opc .active .step-title { background:#e46b00; border-color:#e46b00; border-top-color:#fff; padding-bottom:5px; color:#fff; cursor:default; }
.opc .active .step-title .number {}
.opc .active .step-title h2 { color:#fff; }
.opc .active .step-title a { display:none; }

.opc .step { border:1px solid #ddd; border-top:0; background:#fbfbfb; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#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:#f4f4f4; border:1px solid #ddd; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { padding:0; }
#opc-review .product-name { font-weight:bold; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { border:0; padding:15px 30px; }
#opc-review .buttons-set p { margin:0; line-height:28px; }
#opc-review .buttons-set .please-wait { height:28px; line-height:28px; }
#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:6px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#888; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:12px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:12px; font-weight:bold; }
.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:#4f8100 !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:#fbfbfb; border:1px solid #ddd; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:3px 10px; background:#777; border-bottom:1px solid #777; position:relative; color:#fff; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }

.multiple-checkout .place-order .please-wait { float:right; padding:5px 10px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; }
.multiple-checkout .place-order .grand-total .inner {}
.multiple-checkout .place-order .grand-total big { float:left; margin-right:12px; font-size:1.5em; font-weight:bold; line-height:28px; color:#e26703; }
.multiple-checkout .place-order .grand-total div { float:left; }

/* Step 1 */
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }

/* 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 #ddd; background:#eee; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { display:none; }

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


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:160px; padding:0 10px; }
.account-login .content h2 { margin:0 -10px 12px; background:#f1f1f1; padding:2px 10px; font-size:13px; line-height:1.25; }
.account-login .buttons-set {}

.account-create {}
/* 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://content.prettysound.net/skin/frontend/default/modern/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 #888; border-bottom-color:#777; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #999; -webkit-box-shadow:0 0 6px #999; box-shadow:0 0 6px #999; z-index:1000; }
.remember-me-popup h3 { background:#dedede; border-bottom:1px solid #ccc; color:#444; font-size:14px; margin:0; padding:7px 10px 5px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://content.prettysound.net/skin/frontend/default/modern/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:9px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { border-top:1px solid #e6e6e6; padding:10px; }
.remember-me-popup .remember-me-popup-body a,
.remember-me-popup .remember-me-popup-body a span { display:inline-block; height:28px; background:transparent url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_btn.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#555; }
.remember-me-popup .remember-me-popup-body a span { background-position:100% 0; padding:0 15px 0 9px; }
/* Remember Me Popup ===================================================================== */


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

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

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

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

/* Block: Recent Orders */
.dashboard .box-recent {}

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

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

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

/* Order View */
.order-info dt { display:none; }
.order-info ul { margin-bottom:15px; border-bottom:1px solid #666; background:#f2f2f2 url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_tabs.gif) 0 100% repeat-x; }
.order-info li{ float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.order-info li.first { border-left:0; }
.order-info li.last { border-right:0; }
.order-info li a { display:block; padding:6px 15px; color:#444; }
.order-info li a:hover { background-color:#ddd; text-decoration:none; color:#444; }
.order-info li.current { background-color:#666; font-weight:bold; padding:6px 15px; color:#fff; }

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

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

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 .45em; }
.order-items h3 { font-size:12px; }
.order-items .link-print { font-size:10px; text-transform:uppercase; }
.order-items .order-links { text-align:right; }
.order-items .order-links .link-print { font-weight:bold; font-size:11px; text-transform:none; }

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

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

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

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

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

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

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

.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-details .amfaq-answer img { max-width: 100%;}
.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 .info-box p { margin:0 0 5px; }
.billing-agreements .form-list li select { float:left; margin:3px 10px 0 0; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; padding:40px 0 10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { background:#f6f6f6; color:red; display:block; font-size:10px; line-height:14px; font-weight:bold; padding:5px; text-shadow:0 1px 0 #fff; box-shadow:0 0 3px #ccc; border-radius:5px; }

.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:#efefef ; 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://content.prettysound.net/skin/frontend/default/modern/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://content.prettysound.net/skin/frontend/default/modern/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:9px; right:10px; height:15px; width:15px; text-indent:-9999em; }
.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 {}
.footer { margin:15px 0 40px; }
.footer a { color:#444; }

.footer .f-left { width:520px; }
.footer .f-right { width:429px; }

.footer ul { display:inline; }
.footer li { display:inline; background:url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_pipe1.gif) 100% 50% no-repeat; padding:0 5px 0 0; margin:0 3px 0 0; }
.footer .links li.last { background:none !important; padding-right:0 !important; }
.footer .bugs { margin:0; color:#666; }
.footer .bugs a { font-weight:bold; color:#444; }
.footer address { color:#666; }
.footer address a { color:#444; }

.footer .form-subscribe { margin:8px 0; }
.footer .form-subscribe label,
.footer .form-subscribe .input-box,
.footer .form-subscribe button.button { float:left; }
.footer .form-subscribe label { padding-top:2px; font-weight:bold; color:#555; }
.footer .form-subscribe .input-box { width:186px; margin:0 5px; }
.footer .form-subscribe input.input-text { width:180px; }
.footer .form-subscribe button.button span { height:23px; background-image:url(https://content.prettysound.net/skin/frontend/default/modern/images/bkg_btn-small.png); line-height:20px; }

.footer .footer-callout { display:block; margin:-10px 0 10px; position:relative; }
.footer .store-switcher { color:#555; text-align:right; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }

.footer-container .bottom-container { margin:0 0 8px; text-align:right; }
/* ======================================================================================= */

/* 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://content.prettysound.net/skin/frontend/default/modern/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://content.prettysound.net/skin/frontend/default/modern/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,
.top-bar:after,
.quick-access:after,
.form-search:after,
#nav:after,
.main:after,
.footer:after,
.footer .form-subscribe:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.order-info ul: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-tabs: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; }
/* ======================================================================================= */

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

/* Widgets =============================================================================== */
.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; border:0 !important; padding:5px 9px !important; }

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

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

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

/* 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; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://content.prettysound.net/skin/frontend/default/modern/images/widgets/i_widget-link.gif) 100% 3px 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://content.prettysound.net/skin/frontend/default/modern/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }

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

.col-main .widget-category-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://content.prettysound.net/skin/frontend/default/modern/images/widgets/i_widget-link.gif) 100% 3px 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://content.prettysound.net/skin/frontend/default/modern/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }

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

.col-main .widget-cms-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://content.prettysound.net/skin/frontend/default/modern/images/widgets/i_widget-link.gif) 100% 3px 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://content.prettysound.net/skin/frontend/default/modern/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.icon-large{font-size:1.3333333333333333em;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;vertical-align:middle;}
.nav [class^="icon-"],.nav [class*=" icon-"]{vertical-align:inherit;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;}.nav [class^="icon-"].icon-large,.nav [class*=" icon-"].icon-large{vertical-align:-25%;}
.nav-pills [class^="icon-"].icon-large,.nav-tabs [class^="icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large{line-height:.75em;margin-top:-7px;padding-top:5px;margin-bottom:-5px;padding-bottom:4px;}
.btn [class^="icon-"].pull-left,.btn [class*=" icon-"].pull-left,.btn [class^="icon-"].pull-right,.btn [class*=" icon-"].pull-right{vertical-align:inherit;}
.btn [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large{margin-top:-0.5em;}
a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;}
.icon-glass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000;');}
.icon-music{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001;');}
.icon-search{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;');}
.icon-envelope-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003;');}
.icon-heart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;');}
.icon-star{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;');}
.icon-star-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;');}
.icon-user{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;');}
.icon-film{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008;');}
.icon-th-large{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009;');}
.icon-th{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00a;');}
.icon-th-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;');}
.icon-ok{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00c;');}
.icon-remove{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00d;');}
.icon-zoom-in{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;');}
.icon-zoom-out{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010;');}
.icon-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');}
.icon-power-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');}
.icon-signal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;');}
.icon-cog{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');}
.icon-gear{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');}
.icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;');}
.icon-home{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;');}
.icon-file-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;');}
.icon-time{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017;');}
.icon-road{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018;');}
.icon-download-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019;');}
.icon-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01a;');}
.icon-upload{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01b;');}
.icon-inbox{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01c;');}
.icon-play-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01d;');}
.icon-repeat{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');}
.icon-rotate-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');}
.icon-refresh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021;');}
.icon-list-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022;');}
.icon-lock{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023;');}
.icon-flag{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024;');}
.icon-headphones{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025;');}
.icon-volume-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026;');}
.icon-volume-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027;');}
.icon-volume-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028;');}
.icon-qrcode{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029;');}
.icon-barcode{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02a;');}
.icon-tag{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02b;');}
.icon-tags{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02c;');}
.icon-book{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02d;');}
.icon-bookmark{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02e;');}
.icon-print{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02f;');}
.icon-camera{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030;');}
.icon-font{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031;');}
.icon-bold{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032;');}
.icon-italic{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033;');}
.icon-text-height{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034;');}
.icon-text-width{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035;');}
.icon-align-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036;');}
.icon-align-center{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037;');}
.icon-align-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038;');}
.icon-align-justify{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039;');}
.icon-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03a;');}
.icon-indent-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03b;');}
.icon-indent-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03c;');}
.icon-facetime-video{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03d;');}
.icon-picture{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;');}
.icon-pencil{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040;');}
.icon-map-marker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041;');}
.icon-adjust{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042;');}
.icon-tint{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043;');}
.icon-edit{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044;');}
.icon-share{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045;');}
.icon-check{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046;');}
.icon-move{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047;');}
.icon-step-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048;');}
.icon-fast-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049;');}
.icon-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04a;');}
.icon-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04b;');}
.icon-pause{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04c;');}
.icon-stop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04d;');}
.icon-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04e;');}
.icon-fast-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050;');}
.icon-step-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051;');}
.icon-eject{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052;');}
.icon-chevron-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053;');}
.icon-chevron-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054;');}
.icon-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055;');}
.icon-minus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056;');}
.icon-remove-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;');}
.icon-ok-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058;');}
.icon-question-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059;');}
.icon-info-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05a;');}
.icon-screenshot{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05b;');}
.icon-remove-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05c;');}
.icon-ok-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05d;');}
.icon-ban-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05e;');}
.icon-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060;');}
.icon-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061;');}
.icon-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062;');}
.icon-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063;');}
.icon-share-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');}
.icon-mail-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');}
.icon-resize-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf065;');}
.icon-resize-small{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066;');}
.icon-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067;');}
.icon-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068;');}
.icon-asterisk{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069;');}
.icon-exclamation-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06a;');}
.icon-gift{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06b;');}
.icon-leaf{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06c;');}
.icon-fire{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06d;');}
.icon-eye-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06e;');}
.icon-eye-close{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070;');}
.icon-warning-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071;');}
.icon-plane{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072;');}
.icon-calendar{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073;');}
.icon-random{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074;');}
.icon-comment{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075;');}
.icon-magnet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076;');}
.icon-chevron-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077;');}
.icon-chevron-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078;');}
.icon-retweet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079;');}
.icon-shopping-cart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07a;');}
.icon-folder-close{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07b;');}
.icon-folder-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07c;');}
.icon-resize-vertical{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07d;');}
.icon-resize-horizontal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07e;');}
.icon-bar-chart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080;');}
.icon-twitter-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081;');}
.icon-facebook-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082;');}
.icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;');}
.icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;');}
.icon-cogs{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');}
.icon-gears{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');}
.icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;');}
.icon-thumbs-up-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;');}
.icon-thumbs-down-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;');}
.icon-star-half{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089;');}
.icon-heart-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08a;');}
.icon-signout{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08b;');}
.icon-linkedin-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08c;');}
.icon-pushpin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08d;');}
.icon-external-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;');}
.icon-signin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090;');}
.icon-trophy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091;');}
.icon-github-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092;');}
.icon-upload-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093;');}
.icon-lemon{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094;');}
.icon-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095;');}
.icon-check-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');}
.icon-unchecked{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');}
.icon-bookmark-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;');}
.icon-phone-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;');}
.icon-twitter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;');}
.icon-facebook{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;');}
.icon-github{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09b;');}
.icon-unlock{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09c;');}
.icon-credit-card{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09d;');}
.icon-rss{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;');}
.icon-hdd{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a0;');}
.icon-bullhorn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a1;');}
.icon-bell{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a2;');}
.icon-certificate{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a3;');}
.icon-hand-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a4;');}
.icon-hand-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a5;');}
.icon-hand-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a6;');}
.icon-hand-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a7;');}
.icon-circle-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;');}
.icon-circle-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;');}
.icon-circle-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0aa;');}
.icon-circle-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ab;');}
.icon-globe{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ac;');}
.icon-wrench{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ad;');}
.icon-tasks{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ae;');}
.icon-filter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b0;');}
.icon-briefcase{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b1;');}
.icon-fullscreen{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;');}
.icon-group{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c0;');}
.icon-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c1;');}
.icon-cloud{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c2;');}
.icon-beaker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c3;');}
.icon-cut{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c4;');}
.icon-copy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;');}
.icon-paper-clip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');}
.icon-paperclip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');}
.icon-save{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c7;');}
.icon-sign-blank{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c8;');}
.icon-reorder{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;');}
.icon-list-ul{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ca;');}
.icon-list-ol{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cb;');}
.icon-strikethrough{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cc;');}
.icon-underline{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cd;');}
.icon-table{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ce;');}
.icon-magic{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d0;');}
.icon-truck{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;');}
.icon-pinterest{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;');}
.icon-pinterest-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;');}
.icon-google-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;');}
.icon-google-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d5;');}
.icon-money{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d6;');}
.icon-caret-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;');}
.icon-caret-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d8;');}
.icon-caret-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d9;');}
.icon-caret-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;');}
.icon-columns{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0db;');}
.icon-sort{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dc;');}
.icon-sort-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dd;');}
.icon-sort-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0de;');}
.icon-envelope{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;');}
.icon-linkedin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;');}
.icon-undo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');}
.icon-rotate-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');}
.icon-legal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e3;');}
.icon-dashboard{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e4;');}
.icon-comment-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;');}
.icon-comments-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;');}
.icon-bolt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e7;');}
.icon-sitemap{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e8;');}
.icon-umbrella{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e9;');}
.icon-paste{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ea;');}
.icon-lightbulb{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0eb;');}
.icon-exchange{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ec;');}
.icon-cloud-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ed;');}
.icon-cloud-upload{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ee;');}
.icon-user-md{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f0;');}
.icon-stethoscope{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f1;');}
.icon-suitcase{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f2;');}
.icon-bell-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f3;');}
.icon-coffee{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f4;');}
.icon-food{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f5;');}
.icon-file-text-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f6;');}
.icon-building{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f7;');}
.icon-hospital{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f8;');}
.icon-ambulance{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f9;');}
.icon-medkit{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fa;');}
.icon-fighter-jet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fb;');}
.icon-beer{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fc;');}
.icon-h-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fd;');}
.icon-plus-sign-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fe;');}
.icon-double-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;');}
.icon-double-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;');}
.icon-double-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf102;');}
.icon-double-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf103;');}
.icon-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf104;');}
.icon-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf105;');}
.icon-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;');}
.icon-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;');}
.icon-desktop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf108;');}
.icon-laptop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf109;');}
.icon-tablet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10a;');}
.icon-mobile-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10b;');}
.icon-circle-blank{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10c;');}
.icon-quote-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10d;');}
.icon-quote-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10e;');}
.icon-spinner{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf110;');}
.icon-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf111;');}
.icon-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');}
.icon-mail-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');}
.icon-github-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf113;');}
.icon-folder-close-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf114;');}
.icon-folder-open-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;');}
.icon-expand-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf116;');}
.icon-collapse-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf117;');}
.icon-smile{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf118;');}
.icon-frown{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf119;');}
.icon-meh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11a;');}
.icon-gamepad{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11b;');}
.icon-keyboard{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11c;');}
.icon-flag-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11d;');}
.icon-flag-checkered{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11e;');}
.icon-terminal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf120;');}
.icon-code{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf121;');}
.icon-reply-all{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');}
.icon-mail-reply-all{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');}
.icon-star-half-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');}
.icon-star-half-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');}
.icon-location-arrow{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf124;');}
.icon-crop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf125;');}
.icon-code-fork{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf126;');}
.icon-unlink{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;');}
.icon-question{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf128;');}
.icon-info{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf129;');}
.icon-exclamation{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12a;');}
.icon-superscript{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12b;');}
.icon-subscript{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12c;');}
.icon-eraser{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12d;');}
.icon-puzzle-piece{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12e;');}
.icon-microphone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf130;');}
.icon-microphone-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf131;');}
.icon-shield{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf132;');}
.icon-calendar-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf133;');}
.icon-fire-extinguisher{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf134;');}
.icon-rocket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf135;');}
.icon-maxcdn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf136;');}
.icon-chevron-sign-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf137;');}
.icon-chevron-sign-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf138;');}
.icon-chevron-sign-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf139;');}
.icon-chevron-sign-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13a;');}
.icon-html5{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13b;');}
.icon-css3{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13c;');}
.icon-anchor{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13d;');}
.icon-unlock-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13e;');}
.icon-bullseye{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf140;');}
.icon-ellipsis-horizontal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf141;');}
.icon-ellipsis-vertical{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf142;');}
.icon-rss-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf143;');}
.icon-play-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf144;');}
.icon-ticket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf145;');}
.icon-minus-sign-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf146;');}
.icon-check-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf147;');}
.icon-level-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf148;');}
.icon-level-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf149;');}
.icon-check-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14a;');}
.icon-edit-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14b;');}
.icon-external-link-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14c;');}
.icon-share-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14d;');}
.icon-compass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14e;');}
.icon-collapse{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf150;');}
.icon-collapse-top{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf151;');}
.icon-expand{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf152;');}
.icon-eur{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');}
.icon-euro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');}
.icon-gbp{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf154;');}
.icon-usd{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');}
.icon-dollar{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');}
.icon-inr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');}
.icon-rupee{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');}
.icon-jpy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');}
.icon-yen{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');}
.icon-cny{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');}
.icon-renminbi{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');}
.icon-krw{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');}
.icon-won{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');}
.icon-btc{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');}
.icon-bitcoin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');}
.icon-file{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15b;');}
.icon-file-text{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15c;');}
.icon-sort-by-alphabet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15d;');}
.icon-sort-by-alphabet-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15e;');}
.icon-sort-by-attributes{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf160;');}
.icon-sort-by-attributes-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf161;');}
.icon-sort-by-order{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf162;');}
.icon-sort-by-order-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf163;');}
.icon-thumbs-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf164;');}
.icon-thumbs-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf165;');}
.icon-youtube-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf166;');}
.icon-youtube{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf167;');}
.icon-xing{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf168;');}
.icon-xing-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf169;');}
.icon-youtube-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16a;');}
.icon-dropbox{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16b;');}
.icon-stackexchange{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16c;');}
.icon-instagram{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16d;');}
.icon-flickr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16e;');}
.icon-adn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf170;');}
.icon-bitbucket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf171;');}
.icon-bitbucket-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf172;');}
.icon-tumblr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf173;');}
.icon-tumblr-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf174;');}
.icon-long-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf175;');}
.icon-long-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf176;');}
.icon-long-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf177;');}
.icon-long-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf178;');}
.icon-apple{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf179;');}
.icon-windows{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17a;');}
.icon-android{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17b;');}
.icon-linux{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17c;');}
.icon-dribbble{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17d;');}
.icon-skype{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17e;');}
.icon-foursquare{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf180;');}
.icon-trello{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf181;');}
.icon-female{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf182;');}
.icon-male{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf183;');}
.icon-gittip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf184;');}
.icon-sun{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf185;');}
.icon-moon{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf186;');}
.icon-archive{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf187;');}
.icon-bug{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf188;');}
.icon-vk{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf189;');}
.icon-weibo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18a;');}
.icon-renren{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18b;');}

@font-face{font-family:'FontAwesome';src:url('https://content.prettysound.net/skin/frontend/ds/pc/css/fontawesome/font/fontawesome-webfont.eot?v=3.2.1');src:url('https://content.prettysound.net/skin/frontend/ds/pc/css/fontawesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('https://content.prettysound.net/skin/frontend/ds/pc/css/fontawesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('https://content.prettysound.net/skin/frontend/ds/pc/css/fontawesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('https://content.prettysound.net/skin/frontend/ds/pc/css/fontawesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
a [class^="icon-"],a [class*=" icon-"]{display:inline;}
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
.icon-muted{color:#eeeeee;}
.icon-light{color:#ffffff;}
.icon-dark{color:#333333;}
.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
.icon-glass:before{content:"\f000";}
.icon-music:before{content:"\f001";}
.icon-search:before{content:"\f002";}
.icon-envelope-alt:before{content:"\f003";}
.icon-heart:before{content:"\f004";}
.icon-star:before{content:"\f005";}
.icon-star-empty:before{content:"\f006";}
.icon-user:before{content:"\f007";}
.icon-film:before{content:"\f008";}
.icon-th-large:before{content:"\f009";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-ok:before{content:"\f00c";}
.icon-remove:before{content:"\f00d";}
.icon-zoom-in:before{content:"\f00e";}
.icon-zoom-out:before{content:"\f010";}
.icon-power-off:before,.icon-off:before{content:"\f011";}
.icon-signal:before{content:"\f012";}
.icon-gear:before,.icon-cog:before{content:"\f013";}
.icon-trash:before{content:"\f014";}
.icon-home:before{content:"\f015";}
.icon-file-alt:before{content:"\f016";}
.icon-time:before{content:"\f017";}
.icon-road:before{content:"\f018";}
.icon-download-alt:before{content:"\f019";}
.icon-download:before{content:"\f01a";}
.icon-upload:before{content:"\f01b";}
.icon-inbox:before{content:"\f01c";}
.icon-play-circle:before{content:"\f01d";}
.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
.icon-refresh:before{content:"\f021";}
.icon-list-alt:before{content:"\f022";}
.icon-lock:before{content:"\f023";}
.icon-flag:before{content:"\f024";}
.icon-headphones:before{content:"\f025";}
.icon-volume-off:before{content:"\f026";}
.icon-volume-down:before{content:"\f027";}
.icon-volume-up:before{content:"\f028";}
.icon-qrcode:before{content:"\f029";}
.icon-barcode:before{content:"\f02a";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-book:before{content:"\f02d";}
.icon-bookmark:before{content:"\f02e";}
.icon-print:before{content:"\f02f";}
.icon-camera:before{content:"\f030";}
.icon-font:before{content:"\f031";}
.icon-bold:before{content:"\f032";}
.icon-italic:before{content:"\f033";}
.icon-text-height:before{content:"\f034";}
.icon-text-width:before{content:"\f035";}
.icon-align-left:before{content:"\f036";}
.icon-align-center:before{content:"\f037";}
.icon-align-right:before{content:"\f038";}
.icon-align-justify:before{content:"\f039";}
.icon-list:before{content:"\f03a";}
.icon-indent-left:before{content:"\f03b";}
.icon-indent-right:before{content:"\f03c";}
.icon-facetime-video:before{content:"\f03d";}
.icon-picture:before{content:"\f03e";}
.icon-pencil:before{content:"\f040";}
.icon-map-marker:before{content:"\f041";}
.icon-adjust:before{content:"\f042";}
.icon-tint:before{content:"\f043";}
.icon-edit:before{content:"\f044";}
.icon-share:before{content:"\f045";}
.icon-check:before{content:"\f046";}
.icon-move:before{content:"\f047";}
.icon-step-backward:before{content:"\f048";}
.icon-fast-backward:before{content:"\f049";}
.icon-backward:before{content:"\f04a";}
.icon-play:before{content:"\f04b";}
.icon-pause:before{content:"\f04c";}
.icon-stop:before{content:"\f04d";}
.icon-forward:before{content:"\f04e";}
.icon-fast-forward:before{content:"\f050";}
.icon-step-forward:before{content:"\f051";}
.icon-eject:before{content:"\f052";}
.icon-chevron-left:before{content:"\f053";}
.icon-chevron-right:before{content:"\f054";}
.icon-plus-sign:before{content:"\f055";}
.icon-minus-sign:before{content:"\f056";}
.icon-remove-sign:before{content:"\f057";}
.icon-ok-sign:before{content:"\f058";}
.icon-question-sign:before{content:"\f059";}
.icon-info-sign:before{content:"\f05a";}
.icon-screenshot:before{content:"\f05b";}
.icon-remove-circle:before{content:"\f05c";}
.icon-ok-circle:before{content:"\f05d";}
.icon-ban-circle:before{content:"\f05e";}
.icon-arrow-left:before{content:"\f060";}
.icon-arrow-right:before{content:"\f061";}
.icon-arrow-up:before{content:"\f062";}
.icon-arrow-down:before{content:"\f063";}
.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
.icon-resize-full:before{content:"\f065";}
.icon-resize-small:before{content:"\f066";}
.icon-plus:before{content:"\f067";}
.icon-minus:before{content:"\f068";}
.icon-asterisk:before{content:"\f069";}
.icon-exclamation-sign:before{content:"\f06a";}
.icon-gift:before{content:"\f06b";}
.icon-leaf:before{content:"\f06c";}
.icon-fire:before{content:"\f06d";}
.icon-eye-open:before{content:"\f06e";}
.icon-eye-close:before{content:"\f070";}
.icon-warning-sign:before{content:"\f071";}
.icon-plane:before{content:"\f072";}
.icon-calendar:before{content:"\f073";}
.icon-random:before{content:"\f074";}
.icon-comment:before{content:"\f075";}
.icon-magnet:before{content:"\f076";}
.icon-chevron-up:before{content:"\f077";}
.icon-chevron-down:before{content:"\f078";}
.icon-retweet:before{content:"\f079";}
.icon-shopping-cart:before{content:"\f07a";}
.icon-folder-close:before{content:"\f07b";}
.icon-folder-open:before{content:"\f07c";}
.icon-resize-vertical:before{content:"\f07d";}
.icon-resize-horizontal:before{content:"\f07e";}
.icon-bar-chart:before{content:"\f080";}
.icon-twitter-sign:before{content:"\f081";}
.icon-facebook-sign:before{content:"\f082";}
.icon-camera-retro:before{content:"\f083";}
.icon-key:before{content:"\f084";}
.icon-gears:before,.icon-cogs:before{content:"\f085";}
.icon-comments:before{content:"\f086";}
.icon-thumbs-up-alt:before{content:"\f087";}
.icon-thumbs-down-alt:before{content:"\f088";}
.icon-star-half:before{content:"\f089";}
.icon-heart-empty:before{content:"\f08a";}
.icon-signout:before{content:"\f08b";}
.icon-linkedin-sign:before{content:"\f08c";}
.icon-pushpin:before{content:"\f08d";}
.icon-external-link:before{content:"\f08e";}
.icon-signin:before{content:"\f090";}
.icon-trophy:before{content:"\f091";}
.icon-github-sign:before{content:"\f092";}
.icon-upload-alt:before{content:"\f093";}
.icon-lemon:before{content:"\f094";}
.icon-phone:before{content:"\f095";}
.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
.icon-bookmark-empty:before{content:"\f097";}
.icon-phone-sign:before{content:"\f098";}
.icon-twitter:before{content:"\f099";}
.icon-facebook:before{content:"\f09a";}
.icon-github:before{content:"\f09b";}
.icon-unlock:before{content:"\f09c";}
.icon-credit-card:before{content:"\f09d";}
.icon-rss:before{content:"\f09e";}
.icon-hdd:before{content:"\f0a0";}
.icon-bullhorn:before{content:"\f0a1";}
.icon-bell:before{content:"\f0a2";}
.icon-certificate:before{content:"\f0a3";}
.icon-hand-right:before{content:"\f0a4";}
.icon-hand-left:before{content:"\f0a5";}
.icon-hand-up:before{content:"\f0a6";}
.icon-hand-down:before{content:"\f0a7";}
.icon-circle-arrow-left:before{content:"\f0a8";}
.icon-circle-arrow-right:before{content:"\f0a9";}
.icon-circle-arrow-up:before{content:"\f0aa";}
.icon-circle-arrow-down:before{content:"\f0ab";}
.icon-globe:before{content:"\f0ac";}
.icon-wrench:before{content:"\f0ad";}
.icon-tasks:before{content:"\f0ae";}
.icon-filter:before{content:"\f0b0";}
.icon-briefcase:before{content:"\f0b1";}
.icon-fullscreen:before{content:"\f0b2";}
.icon-group:before{content:"\f0c0";}
.icon-link:before{content:"\f0c1";}
.icon-cloud:before{content:"\f0c2";}
.icon-beaker:before{content:"\f0c3";}
.icon-cut:before{content:"\f0c4";}
.icon-copy:before{content:"\f0c5";}
.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
.icon-save:before{content:"\f0c7";}
.icon-sign-blank:before{content:"\f0c8";}
.icon-reorder:before{content:"\f0c9";}
.icon-list-ul:before{content:"\f0ca";}
.icon-list-ol:before{content:"\f0cb";}
.icon-strikethrough:before{content:"\f0cc";}
.icon-underline:before{content:"\f0cd";}
.icon-table:before{content:"\f0ce";}
.icon-magic:before{content:"\f0d0";}
.icon-truck:before{content:"\f0d1";}
.icon-pinterest:before{content:"\f0d2";}
.icon-pinterest-sign:before{content:"\f0d3";}
.icon-google-plus-sign:before{content:"\f0d4";}
.icon-google-plus:before{content:"\f0d5";}
.icon-money:before{content:"\f0d6";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-columns:before{content:"\f0db";}
.icon-sort:before{content:"\f0dc";}
.icon-sort-down:before{content:"\f0dd";}
.icon-sort-up:before{content:"\f0de";}
.icon-envelope:before{content:"\f0e0";}
.icon-linkedin:before{content:"\f0e1";}
.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
.icon-legal:before{content:"\f0e3";}
.icon-dashboard:before{content:"\f0e4";}
.icon-comment-alt:before{content:"\f0e5";}
.icon-comments-alt:before{content:"\f0e6";}
.icon-bolt:before{content:"\f0e7";}
.icon-sitemap:before{content:"\f0e8";}
.icon-umbrella:before{content:"\f0e9";}
.icon-paste:before{content:"\f0ea";}
.icon-lightbulb:before{content:"\f0eb";}
.icon-exchange:before{content:"\f0ec";}
.icon-cloud-download:before{content:"\f0ed";}
.icon-cloud-upload:before{content:"\f0ee";}
.icon-user-md:before{content:"\f0f0";}
.icon-stethoscope:before{content:"\f0f1";}
.icon-suitcase:before{content:"\f0f2";}
.icon-bell-alt:before{content:"\f0f3";}
.icon-coffee:before{content:"\f0f4";}
.icon-food:before{content:"\f0f5";}
.icon-file-text-alt:before{content:"\f0f6";}
.icon-building:before{content:"\f0f7";}
.icon-hospital:before{content:"\f0f8";}
.icon-ambulance:before{content:"\f0f9";}
.icon-medkit:before{content:"\f0fa";}
.icon-fighter-jet:before{content:"\f0fb";}
.icon-beer:before{content:"\f0fc";}
.icon-h-sign:before{content:"\f0fd";}
.icon-plus-sign-alt:before{content:"\f0fe";}
.icon-double-angle-left:before{content:"\f100";}
.icon-double-angle-right:before{content:"\f101";}
.icon-double-angle-up:before{content:"\f102";}
.icon-double-angle-down:before{content:"\f103";}
.icon-angle-left:before{content:"\f104";}
.icon-angle-right:before{content:"\f105";}
.icon-angle-up:before{content:"\f106";}
.icon-angle-down:before{content:"\f107";}
.icon-desktop:before{content:"\f108";}
.icon-laptop:before{content:"\f109";}
.icon-tablet:before{content:"\f10a";}
.icon-mobile-phone:before{content:"\f10b";}
.icon-circle-blank:before{content:"\f10c";}
.icon-quote-left:before{content:"\f10d";}
.icon-quote-right:before{content:"\f10e";}
.icon-spinner:before{content:"\f110";}
.icon-circle:before{content:"\f111";}
.icon-mail-reply:before,.icon-reply:before{content:"\f112";}
.icon-github-alt:before{content:"\f113";}
.icon-folder-close-alt:before{content:"\f114";}
.icon-folder-open-alt:before{content:"\f115";}
.icon-expand-alt:before{content:"\f116";}
.icon-collapse-alt:before{content:"\f117";}
.icon-smile:before{content:"\f118";}
.icon-frown:before{content:"\f119";}
.icon-meh:before{content:"\f11a";}
.icon-gamepad:before{content:"\f11b";}
.icon-keyboard:before{content:"\f11c";}
.icon-flag-alt:before{content:"\f11d";}
.icon-flag-checkered:before{content:"\f11e";}
.icon-terminal:before{content:"\f120";}
.icon-code:before{content:"\f121";}
.icon-reply-all:before{content:"\f122";}
.icon-mail-reply-all:before{content:"\f122";}
.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
.icon-location-arrow:before{content:"\f124";}
.icon-crop:before{content:"\f125";}
.icon-code-fork:before{content:"\f126";}
.icon-unlink:before{content:"\f127";}
.icon-question:before{content:"\f128";}
.icon-info:before{content:"\f129";}
.icon-exclamation:before{content:"\f12a";}
.icon-superscript:before{content:"\f12b";}
.icon-subscript:before{content:"\f12c";}
.icon-eraser:before{content:"\f12d";}
.icon-puzzle-piece:before{content:"\f12e";}
.icon-microphone:before{content:"\f130";}
.icon-microphone-off:before{content:"\f131";}
.icon-shield:before{content:"\f132";}
.icon-calendar-empty:before{content:"\f133";}
.icon-fire-extinguisher:before{content:"\f134";}
.icon-rocket:before{content:"\f135";}
.icon-maxcdn:before{content:"\f136";}
.icon-chevron-sign-left:before{content:"\f137";}
.icon-chevron-sign-right:before{content:"\f138";}
.icon-chevron-sign-up:before{content:"\f139";}
.icon-chevron-sign-down:before{content:"\f13a";}
.icon-html5:before{content:"\f13b";}
.icon-css3:before{content:"\f13c";}
.icon-anchor:before{content:"\f13d";}
.icon-unlock-alt:before{content:"\f13e";}
.icon-bullseye:before{content:"\f140";}
.icon-ellipsis-horizontal:before{content:"\f141";}
.icon-ellipsis-vertical:before{content:"\f142";}
.icon-rss-sign:before{content:"\f143";}
.icon-play-sign:before{content:"\f144";}
.icon-ticket:before{content:"\f145";}
.icon-minus-sign-alt:before{content:"\f146";}
.icon-check-minus:before{content:"\f147";}
.icon-level-up:before{content:"\f148";}
.icon-level-down:before{content:"\f149";}
.icon-check-sign:before{content:"\f14a";}
.icon-edit-sign:before{content:"\f14b";}
.icon-external-link-sign:before{content:"\f14c";}
.icon-share-sign:before{content:"\f14d";}
.icon-compass:before{content:"\f14e";}
.icon-collapse:before{content:"\f150";}
.icon-collapse-top:before{content:"\f151";}
.icon-expand:before{content:"\f152";}
.icon-euro:before,.icon-eur:before{content:"\f153";}
.icon-gbp:before{content:"\f154";}
.icon-dollar:before,.icon-usd:before{content:"\f155";}
.icon-rupee:before,.icon-inr:before{content:"\f156";}
.icon-yen:before,.icon-jpy:before{content:"\f157";}
.icon-renminbi:before,.icon-cny:before{content:"\f158";}
.icon-won:before,.icon-krw:before{content:"\f159";}
.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
.icon-file:before{content:"\f15b";}
.icon-file-text:before{content:"\f15c";}
.icon-sort-by-alphabet:before{content:"\f15d";}
.icon-sort-by-alphabet-alt:before{content:"\f15e";}
.icon-sort-by-attributes:before{content:"\f160";}
.icon-sort-by-attributes-alt:before{content:"\f161";}
.icon-sort-by-order:before{content:"\f162";}
.icon-sort-by-order-alt:before{content:"\f163";}
.icon-thumbs-up:before{content:"\f164";}
.icon-thumbs-down:before{content:"\f165";}
.icon-youtube-sign:before{content:"\f166";}
.icon-youtube:before{content:"\f167";}
.icon-xing:before{content:"\f168";}
.icon-xing-sign:before{content:"\f169";}
.icon-youtube-play:before{content:"\f16a";}
.icon-dropbox:before{content:"\f16b";}
.icon-stackexchange:before{content:"\f16c";}
.icon-instagram:before{content:"\f16d";}
.icon-flickr:before{content:"\f16e";}
.icon-adn:before{content:"\f170";}
.icon-bitbucket:before{content:"\f171";}
.icon-bitbucket-sign:before{content:"\f172";}
.icon-tumblr:before{content:"\f173";}
.icon-tumblr-sign:before{content:"\f174";}
.icon-long-arrow-down:before{content:"\f175";}
.icon-long-arrow-up:before{content:"\f176";}
.icon-long-arrow-left:before{content:"\f177";}
.icon-long-arrow-right:before{content:"\f178";}
.icon-apple:before{content:"\f179";}
.icon-windows:before{content:"\f17a";}
.icon-android:before{content:"\f17b";}
.icon-linux:before{content:"\f17c";}
.icon-dribbble:before{content:"\f17d";}
.icon-skype:before{content:"\f17e";}
.icon-foursquare:before{content:"\f180";}
.icon-trello:before{content:"\f181";}
.icon-female:before{content:"\f182";}
.icon-male:before{content:"\f183";}
.icon-gittip:before{content:"\f184";}
.icon-sun:before{content:"\f185";}
.icon-moon:before{content:"\f186";}
.icon-archive:before{content:"\f187";}
.icon-bug:before{content:"\f188";}
.icon-vk:before{content:"\f189";}
.icon-weibo:before{content:"\f18a";}
.icon-renren:before{content:"\f18b";}

/*
 * Swiper 2.7.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: August 30, 2014
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}

body {
    font-size:14px!important;
}
p a {
    word-wrap:break-word;
}
.page-header {
    padding:20px 0;
    margin:0;
    background-color:#fff;
}
.main-container {
    width:1200px;
    margin:0 auto;
}
.page .header-container {
    margin:0 auto;
}
.global-site-notice {
    display:none;
}
.page {
    margin:0 auto;
    width:100%;
    height:100%;
    background:#fff;
}
.main {
    margin:0 auto;
    border:none;
    padding:0px;
    min-height:630px;
}
.col-main {
    min-height:630px;
}
.wrapper .page {
    background:#fff;
}
.page .main {
    width:100%
}
.cms-index-index .main {
    min-height:350px!important;
}
.cms-index-index .main .col-main {
    min-height:350px!important;
}
.cms-index-index .flexslider .flex-direction-nav {
    display:none
}
a {
    color:#444;
}
a:hover {
    text-decoration:none;
}
.note-msg,.notice-msg {
    border-color:#fff;
    background-color:#fff;
}
div.name-lastname {
    display:none;
}
/* ============================================ *

 * Header

 * ============================================ */
 .page .header-container .header-contact {
    line-height:22px;
    text-align:right;
    padding-top:10px;
}
.page .header-contact>span {
    color:#d0d0d0;
    vertical-align:middle;
}
.link-icon a img {
    width:35px!important;
    height:35px!important;
}
.page .header-container {
    background:#fff;
    margin:0 auto;
}
ul#top-product {
    border:1px solid #ddd;
}
.page .header-container .header {
    width:100%;
    height:60px;
    background:#fff;
    clear:both;
    margin:0;
}
.m-header-nav {
    width:80%;
    float:right;
}
.header-user a {
    display:inline-block;
}
.header-user i:before {
    cursor:pointer;
    font-size:20px;
    line-height:1;
    font-style:normal;
    display:block;
    font-family:FontAwesome;
    content:"\f007";
}
.page .header-container .header h1 {
    float:left;
    height:60px;
    line-height:60px;
    margin:0;
}
.page .header-container .header h1 img {
    max-width:100%;
    height:auto;
    vertical-align:middle;
    margin:0 auto;
}
.page .header-container .header .right-nav-icon {
    float:right;
    height:30px;
}
.header-search .show-search .show_search_btn {
    display:block;
    cursor:pointer;
}
.header-search .top-search .show_btn_img:before {
    display:block;
    font-family:FontAwesome;
    content:"\f002";
    font-size:16px;
}
.header-search .show-search .show_search_btn:before {
    display:block;
    font-family:FontAwesome;
    content:"\f002";
    font-size:20px;
}
.header-search .show-search .close_search_btn:before {
    display:block;
    font-family:FontAwesome;
    content:"\f00d";
    font-size:20px;
}
.header-quick-links {
    float:right;
    height:28px;
    padding:20px 0 0;
    float:right;
}
.header-quick-links >div {
    display:inline-block;
    vertical-align:top;
    margin-right:55px;
}
.header-quick-links >div:last-child {
    margin-right:0;
}
.header-quick-links .header-search {
    margin-top:-5px;
}
.page .header-container .header .nav-container .nav {
    overflow:hidden;
    display:inline-block;
    margin:0;
}
.page .header-container .header .nav-container .nav>li {
    float:left;
}
.page .header-container .header .nav-container .nav .two-menu {
    position:absolute;
    display:none;
    z-index:999;
    margin-left:-15px;
}
.page .header-container .header .nav-container .nav .two-menu li {
    float:none;
    text-align:center;
    background:#fff;
    border-bottom:1px solid #eee;
    width:90px;
    height:40px;
    line-height:40px;
    margin-right:0px;
}
.page .header-container .header .nav-container .nav li.top-product>a {
    font-size:14px;
    color:#4C4C49;
    display:block;
    padding-right:15px;
    background:url(https://content.prettysound.net/skin/frontend/ds/pc/images/bkg_nav_top.jpg) no-repeat 100% 50%;
}
.page .header-container .header .nav-container .nav li >a:hover {
    color:#78a300;
    text-decoration:none;
}
.page .header-container .header .nav-container .nav li a.no-icon {
    background-image:none;
}
.page .header-container .header .nav-container .nav li.account>a {
    font-size:14px;
    color:#4C4C49;
    display:block;
    padding-right:15px;
    background:url(https://content.prettysound.net/skin/frontend/ds/pc/images/bkg_nav_top.jpg) no-repeat 100% 50%;
}
.page .header-container .m-header-nav>.header-search {
    display:none;
}
.page .header-container .header .li-search .li-search-show {
    width:20px;
    height:30px;
    margin-top:-5px;
}
.page .header-container .header .header-search .show-search img {
    width:25px;
    height:25px;
}
.page .header-container .header .header-search button.button span {
    background-image:none;
}
.page .header-container .header .header-search .top-search {
    display:none;
    z-index:999;
    position:absolute;
    left:0;
    background:#fff;
}
.page .header-container .m-header-nav>.header-cart {
    display:none;
}
.page .header-container .header .header-cart a {
    margin-top:-10px;
    display:block;
    text-decoration:none;
}
.page .header-container .header .header-cart span.count {
    height:100%;
    line-height:25px;
    font-size:16px;
}
.page .header-container .header .header-cart .header_cart_icon:before {
    font-family:FontAwesome;
    content:'\f07a';
    font-size:x-large;
}
/* right icon */
.page .header-container .header .right-nav-icon {
    margin-top:-35px;
}
.page .header-container .header .right-nav-icon p {
    height:30px;
}
.page .header-container .header .right-nav-icon p a {
    margin-right:2px;
    display:block;
    float:left;
}
.page .header-container .nav-container li >a {
    cursor:pointer;
    background:#fff;
}
/* ============================================ *

 * BannerSlider

 * ============================================ */
 .cms-index-index .page .magestore-bannerslider {
    margin-bottom:30px;
}
.cms-index-index .page .magestore-bannerslider-title {
    display:none;
}
.cms-index-index .page .magestore-bannerslider-standard .flexslider {
    margin:0 auto;
    border:none;
}
.cms-index-index .page .magestore-bannerslider-standard .flexslider .flex-control-nav {
    bottom:20px;
    z-index:99;
}
.cms-index-index .flex-direction-nav a {
    background:none!important;
}
/* cms-index-index content */
.cms-index-index .main-container .main {
    border:none;
    padding:0;
}
.cms-index-index .main-container .main .std {
    display:none;
}
.cms-page-view .main {
    background:#f1f1f1;
}
.cms-page-view .main .col-main {
    width:100%;
    background:#fff;
    margin:0 auto;
}
.cms-page-view .main .col-main .page-title {
    width:94%;
    margin:10px auto;
    padding:10px 0 0 0;
}
.cms-page-view .main .col-main .std {
    margin-top:20px;
    padding:10px 20px 0 20px;
}
.contacts-index-index .col-main {
    padding:0 20px;
}
.cms-index-noroute .col-main .std {
    margin-top:20px;
    padding:20px;
}
.contacts-index-index .page-title {
    margin-top:10px;
    padding-top:10px;
}
.catalog-category-view .main .col-left .block-layered-nav .block-title,.catalogsearch-result-index .main .col-left .block-layered-nav .block-title,.ambrands-index-view .main .col-left .block-layered-nav .block-title {
    display:none;
}
.catalog-category-view .main .block-layered-nav .block-title,.catalogsearch-result-index .main .block-layered-nav .block-title,.ambrands-index-view .main .block-layered-nav .block-title {
    display:none;
}
.catalog-category-view .main .col-left .block .block-content {
    background:#fff;
}
.catalog-category-view .main .col-left .block .block-content p {
    padding:8px 0 8px 3px;
    font-size:16px;
}
.catalog-category-view .main .col-main .category-title h1 {
    padding:10px 0 10px 10px;
    color:#868686;
}
.catalog-category-view .main .col-main .category-image {
    display:none;
}
.catalog-category-view .category-description {
    display:none;
}
.main .category-products ul.products-grid {
    background:#fff;
}
.add-to-links li {
    background-image:none;
}
.pager {
    background-image:none;
    border:none;
}
.col1-layout .main {
    padding:0;
}
.checkout-cart-index .cart .cart-collaterals .col2-set .col-2 {
    background:#fff;
    margin-bottom:10px;
}
/* checkout-cart-index */
.checkout-cart-index .cart .totals {
    background-image:none;
    padding-top:50px;
    padding-right:15px;
}
.checkout-cart-index .cart .totals .a-right .price {
    color:#ff7800;
}
.checkout-cart-index button.button span span {
    color:#78a300;
    padding:2px 20px 0 20px;
}
.checkout-cart-index .cart-table .btn-update {
    display:none;
}
/* checkout */
.checkout-onepage-index .main .sidebar {
    display:none;
}
.checkout-onepage-index .opc .active .step-title {
    background:#78a300;
}
.checkout-onepage-index .col2-left-layout .col-main {
    float:none;
}
.checkout-onepage-index .buttons-set button.button {
    background:#78a300;
    border-radius:16px;
}
.checkout-onepage-index .buttons-set button.button span {
    background:#78a300;
    border-radius:16px;
}
.checkout-onepage-index .buttons-set button.button span span {
    background:#78a300;
    color:#fff;
    border:none;
    border-radius:16px;
    padding-bottom:4px;
}
.checkout-onepage-index .main .page-title {
    margin-top:2px;
    margin-bottom:10px;
    padding-top:15px;
}
.checkout-onepage-index .opc {
    margin-bottom:30px;
}
.checkout-onepage-index #review-buttons-container>p a {
    color:#78a300
}
.block button.button span {
    background-image:none;
}
.empty-carts {
    width:180px;
    height:60px;
    margin:0 auto;
    padding-top:20%;
}
.empty-carts .cart-empty li {
    float:left;
}
.empty-carts .cart-empty a {
    color:#78a300;
    cursor:pointer;
}
.catalogsearch-result-index .col-main .page-title {
    padding-top:15px;
}
.catalogsearch-result-index .col-left {
    width:20%;
}
/* ============================================ *
 * Button 字体设置
 * ============================================ */
 .order-info li.current {
    background-color:#679100;
}
.catalogsearch-result-index .col-left .block-layered-nav .block-title {
    display:none;
}
.pager {
    font-size:14px;
}
.page .main .col-main .data-table colgroup {
    display:none;
}
.data-table th {
    font-size:14px;
}
.review-product-list .data-table th {
    text-align:center;
}
/* General Box */
.dashboard .box .box-title h3,.dashboard .box .box-title h4 {
    float:left;
    margin:0;
    font-size:14px!important;
    font-weight:bold;
    line-height:1.35;
}
.dashboard .box-info h4 {
    font-size:14px;
    font-weight:normal;
}
.dashboard .box .box-title a {
    font-size:14px;
    text-transform:uppercase;
}
.box-account .box-head a {
    font-size:14px;
}
.box-account .box-head h2 {
    float:left;
    margin:0;
    font-size:16px;
    font-weight:bold;
    color:#444;
}
.fieldset .legend {
    font-size:16px;
}
/* ============================================ *

 * Footer

 * ============================================ */
 .page .footer-content .footer-link {
    display:none;
}
.footer-bg {
    background:#f5f5f5;
}
.footer-content .footer-top {
    overflow:hidden;
    padding:20px 0 50px 0;
    position:relative;
}
.footer-top .footer-contact {
    position:absolute;
    left:calc(50% - 60px);
    height:22px;
    bottom:50px;
    background-color:#fff;
}
.footer-top .footer-contact .header-link {
    padding-top:10px;
    margin-top:-10px;
    background-color:#f5f5f5;
}
.footer-top .footer-contact .header-link .link-icon {
    float:left;
    width:40px;
    text-align:center;
    margin:0 5px;
}
.footer-content .footer-links {
    border-right:1px #e0e0e0 solid;
    width:50%;
    float:left;
}
.footer-content .company-detail {
    margin-top:30px;
    width:49%;
    float:left;
}
.footer-content .footer-icon {
    display:none;
    overflow:hidden;
}
.footer-content .footer-icon li {
    float:left;
    margin-right:20px;
}
.footer-content .copyright {
    color:#666666;
    border-top:1px solid #e0e0e0;
    line-height:100px;
    text-align:center;
}
.footer-content .company-detail>p {
    width:80%;
    margin:0 auto;
}
.footer-content .footer-links .footer-nav,.footer-content .footer-links .footer-media {
    width:80%;
    overflow:hidden;
}
.footer-content .footer-links .footer-nav {
    margin-bottom:20px;
}
.footer-content .footer-links .footer-nav li,.footer-content .footer-links .footer-media li {
    margin:14px 30px 0 0;
    float:left;
}
.footer .company-detail {
    width:50%;
    float:right;
}
.footer_container {
    background:#f5f5f5;
}
.footer_container .footer_note {
    background:#2d2d2d;
    color:#fff;
    width:100%;
    padding:0;
    margin:0 auto;
    text-align:center;
    padding-top:10px;
    padding-bottom:1px;
}
.footer_container .footer_content {
    background:#323232;
    color:#fff;
    width:100%;
    height:176px;
    text-align:center;
}
.footer_container .footer_content .footer_nav {
    width:50%;
    margin:0 auto;
    height:40px;
    padding-top:60px;
}
.footer_container .footer_content ul li a {
    color:#fff;
}
.footer_content .time-tel {
    width:620px;
    height:55px;
    margin:0 auto;
    clear:both;
}
.footer_content .time-tel .png {
    float:left;
    width:60px;
    height:55px;
    margin-left:70px;
}
.footer_content .time-tel .house-img {
    background:url(https://content.prettysound.net/skin/frontend/ds/pc/images/house-img.png) no-repeat;
    background-size:60px;
    background-position:0;
}
.footer_content .time-tel .tel-img {
    background:url(https://content.prettysound.net/skin/frontend/ds/pc/images/tel-img.png) no-repeat;
    background-size:60px;
    background-position:0;
    margin-left:60px;
}
.footer_content p {
    margin:0;
    padding:0;
    color:#999999;
    text-align:left;
    padding:5px 0 0 5px;
}
.footer_content .time-tel .worktime,.footer_content .time-tel .tel-tech {
    float:left;
}
.footer_container .footer_content ul li {
    width:16.6%;
    float:left;
    text-align:center;
    font-size:14px;
}
.footer_container .footer_content ul li a:hover {
    color:#989898;
}
.footer_container address {
    max-height:40px;
    line-height:40px;
    background:#323232;
    text-align:center;
    color:#646464;
    display:inline-block;
    width:100%;
}
.wechat_first_check,.mobilephone_first_check {
    background-color:#fff;
    z-index:1001;
    width:600px;
    padding:40px 20px;
}
.wechat_first_check .icon,.mobilephone_first_check .icon {
    position:absolute;
    top:10px;
    color:#aaaaaa;
    font-size:16px;
    line-height:20px;
    width:20px;
    text-align:center;
    height:20px;
    display:block;
    cursor:pointer;
}
.wechat_first_check .icon-close,.mobilephone_first_check .icon-close {
    right:10px;
}
.wechat_first_check .icon-close:before,.mobilephone_first_check .icon-close:before {
    content:"\f00d";
}
.wechat_first_check .icon:hover,.mobilephone_first_check .icon:hover {
    color:#ffcc80;
}
/*.wechat_first_check .login-bind,.mobilephone_first_check .login-bind {
    display:none;
}
*/

    .wechat_first_check .login-bind .icon-arrow-left,.mobilephone_first_check .login-bind .icon-arrow-left {
    left:10px;
}
.wechat_first_check .login-bind .title,.mobilephone_first_check .login-bind .title {
    padding:0 10px;
    font-size:16px;
}
.wechat_first_check .check-btn .btn,.mobilephone_first_check .check-btn .btn {
    margin-top:0;
    margin-bottom:20px;
}
.wechat_first_check .check-btn a.link,.mobilephone_first_check .check-btn a.link {
    text-decoration:underline;
}
.wechat_first_check .check-btn p,.mobilephone_first_check .check-btn p {
    margin:0;
    text-align:left;
}
.wechat_first_check .has-account,.mobilephone_first_check .has-account {
    float:left;
    width:50%;
    text-align:center;
    padding:10px;
    box-sizing:border-box;
}
.wechat_first_check .no-account,.mobilephone_first_check .no-account {
    float:right;
    width:50%;
    text-align:center;
    padding:10px;
    box-sizing:border-box;
}
/* 首页 两个产品*/
    .page .homepage_content .static .home-prompt-title {
    font-size:40px;
    text-align:center;
    padding:30px 0;
}
.page .homepage_content .static .home-add-product {
    overflow:hidden;
    margin-bottom:30px;
}
.page .homepage_content .static .home-add-product .add-content img {
    width:100%;
}
.add-content {
    width:48%;
    position:relative;
    float:left;
}
.add-right {
    float:right;
}
.add-content .add-p-des {
    color:#fff;
    top:30%;
    margin-left:5%;
    position:absolute;
}
.add-p-des .add-p-name {
    font-size:24px;
}
.add-p-des .enter-btn {
    display:inline-block;
    padding:2px 30px;
    background-color:#f6f6f6;
    border-radius:30px;
    cursor:pointer;
}
/*首页 三个产品*/
    .cms-home .homepage-title,.catalog-category-view .categorypage-title {
    color:#333;
    margin:0;
    padding-top:10px;
}
.home-product-list {
    overflow:hidden;
    margin-bottom:30px;
}
.item-center,.item-right {
    margin-left:5%;
}
.homepage_content .h-p-item {
    float:left;
    width:30%;
    background:#f7f7f7;
    margin-right:5%;
    position:relative;
}
.homepage_content .h-p-item >a {
    display:block;
    height:241px;
    line-height:241px;
    overflow:hidden;
    background-color:#fff;
    padding:7px;
    border:1px solid #ccc;
}
.homepage_content .h-p-item >a img {
    max-width:100%;
    display:inline-block;
    vertical-align:middle;
}
.homepage_content .h-p-item:nth-child(3n) {
    margin-right:0;
}
.homepage_content .h-p-item:last-child {
    margin-bottom:0;
}
.h-p-item .h-blog-desc {
    line-height:20px;
    height:60px;
    overflow:hidden;
    color:#999;
}
.h-p-item .h-blog-desc p {
    margin-bottom:0;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
}
.h-p-name {
    font-size:16px;
    font-weight:bold;
    margin-bottom:6px;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.h-p-date {
    display:none;
    margin:0;
}
.homepage_content .h-p-item .h-p-detail {
    padding:10px 7px;
    border:1px solid #ccc;
    background-color:#f7f7f7
}
.homepage_content .h-p-item img {
    width:100%;
}
.cms-index-index .main-container .main {
    background-color:#fff;
}
.cms-index-index .page .homepage_static {
    padding-top:28px;
    background-color:#fff;
    overflow:hidden
}
.cms-index-index .page .homepage_static .homepage_static1,.cms-index-index .page .homepage_static .homepage_static2,.cms-index-index .page .homepage_static .homepage_static3 {
    background:#FCFCFC;
    float:left;
}
.cms-index-index .page .homepage_static img {
    width:100%;
}
.cms-index-index .page .homepage_static .homepage_static1 {
    width:23.6%;
    margin:0px;
}
.cms-index-index .page .homepage_static .desc {
    margin:20px;
}
.cms-index-index .page .homepage_static .homepage_static2 {
    width:49%;
    margin:0 1.9%;
}
.cms-index-index .page .homepage_static .homepage_static3 {
    width:23.6%;
}
.cms-index-index .home-blog .postWrapper {
    float:left;
    height:240px;
    clear:none;
    padding-bottom:0;
}
.cms-index-index .home-blog .postWrapper img {
    width:100%;
    height:240px;
}
.cms-index-index .home-blog .blog-nav {
    display:none;
}
/* ============================================ *

 * 在线聊天 + 返回顶部

 * ============================================ */
 .chat_top {
    width:180px;
    height:34px;
    position:fixed;
    bottom:21px;
    right:0;
}
.chat_top .chat {
    float:left;
    width:135px;
    cursor:pointer;
}
.chat_top .totop {
    float:right;
    width:34px;
    cursor:pointer;
}
/* ============================================ *

 * 新闻博客

 * ============================================ */
 .blog-index-list .col2-right-layout .main,.blog-post-view .col2-right-layout .main {
    margin-top:20px;
    background:none;
}
.blog-index-list .main,.blog-post-view .main {
    background:#f1f1f1;
}
.blog-index-list .main .col-main,.blog-post-view .main .col-main {
    width:100%;
    background:#fff;
    margin:0 auto;
}
.blog-index-list .main .col-right,.blog-post-view .main .col-right {
    width:27%;
}
.sidebar .block .block-title {
    padding:0;
    background:#fff;
}
.postContent {
    padding-bottom:0px!important;
}
.blog-index-list .main .breadcrumbs,.blog-post-view .main .breadcrumbs {
    padding:10px 20px 0 20px;
    margin-top:20px;
    font-size:16px;
}
.blog-index-list .postContent .tags {
    padding-bottom:0;
}
.blog-index-list .postContent .postTitle,.blog-post-view .postWrapper .postTitle {
    margin:10px 0 10px 0;
    border-bottom-width:0;
}
.blog-post-view .postWrapper .postTitle h3 {
    font-size:14px;
    padding:10px 0;
}
.blog-index-list .postWrapper {
    padding-left:20px;
    padding-right:20px;
    padding-bottom:0;
}
.blog-post-view .postWrapper {
    padding:0 20px;
}
.blog-post-view .postWrapper .postContent * {
    width:100%;
}
.blog-index-list .postContent .thumb {
    width:100%;
    height:530px;
    overflow:hidden;
    margin-top:10px;
    margin-bottom:20px;
}
.blog-index-list .postContent .thumb img {
    max-width:100%;
    max-height:100%;
}
.blog-index-list .postTitle h3 {
    font-size:14px!important;
}
.blog-index-list a:hover {
    color:#96ca42;
}
.blog-index-list .postContent .note {
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    padding-top:10px;
}
.blog-index-list .postContent .note p {
    background-image:url(https://content.prettysound.net/skin/frontend/ds/pc/images/time.png);
    background-repeat:no-repeat;
    padding-left:20px;
}
.blog-index-list .toolbar .sorter {
    display:none;
}
/* ============================================ *
 * My Account
 * ============================================ */
 .customer-account-index .main,.customer-address-form .main,.customer-account-edit .main,.customer-address-index .main,.sales-order-history .main,.wishlist-index-index .main,.sales-order-view .main,.downloadable-customer-products .main {
    margin-top:20px;
    background:#fff;
}
.col2-left-layout .main .col-left {
    float:left;
    width:25%;
    padding-left:0;
    clear:left;
    background:#fff;
}
.col2-left-layout .main .col-left .block {
    padding:0 20px;
}
div.col2-left-layout .main .col-main {
    width:75%;
    float:right;
    background:#fff;
    min-height:630px;
}
.col2-left-layout .main .my-account {
    padding:20px;
}
.col2-left-layout .main .sidebar .block {
    border:0;
    background:#fff;
    padding-bottom:20px;
}
.col2-left-layout .main .block .block-title {
    background:#fff;
    border-bottom:2px solid #78a300;
    padding-top:0;
}
.sidebar .block-account .block-title span,.sidebar .block-wishlist .block-title span,.sidebar .block-viewed .block-title span,.sidebar .block-poll .block-title span,.sidebar .block-reorder .block-title span {
    display:block;
    font-size:23px;
    line-height:60px;
    color:#333;
    font-weight:normal;
    text-transform:capitalize;
}
.block-wishlist .block-subtitle,.block-reorder .block-subtitle {
    display:none;
}
.my-account .page-title {
    line-height:26px;
    border-bottom:2px solid #78a300;
    padding-bottom:16px;
}
.block-account .block-title strong {
    color:#000;
}
.page-title h1,.page-title h2 {
    text-align:left;
}
.col2-left-layout .main .sidebar .block-content {
    background-color:#fff;
    padding:0;
    border-left:1px solid #eaeaea;
    box-shadow:1px 0 2px -1px #999;
    margin-top:15px;
}
.sidebar .block-account .block-content ul li {
    text-transform:none;
    font-size:15px;
    margin:0;
    border-bottom:1px dashed gainsboro;
}
.sidebar .block-account .block-content ul li:hover {
    background:#f4f4f4;
}
.sidebar .block .block-content ul li.current {
    padding-left:30px;
    margin-top:-1px;
    border-bottom:1px dashed gainsboro;
    background:#f1f1f1;
    color:#79a300;
}
.sidebar .block .block-content ul li.current strong {
    display:block;
    padding-top:7px;
    padding-bottom:7px;
}
.col-left .block-account .block-content ul li a {
    display:block;
    padding:10px 0 10px 15px;
}
.block-reorder .block .actions button.button {
    padding:10px;
}
.wishlist-index-index .my-wishlist .buttons-set {
    margin-top:10px;
}
.wishlist-index-index .my-wishlist .data-table .add-to-cart-alt button.button span {
    padding:0;
}
.wishlist-index-index .my-wishlist .data-table textarea {
    display:none;
}
.block-layered-nav .block-subtitle {
    font-size:16px;
    padding:4px 10px;
    margin-bottom:10px;
}
.block-layered-nav .block-title {
    height:0px;
}
.block-layered-nav .block-content {
    margin-top:0!important;
}
.sales-order-view .order-info ul,.sales-order-shipment .order-info ul,.sales-order-invoice .order-info ul {
    background:#e4e4e4;
    border-bottom:none;
}
.sales-order-view .order-info ul li,.sales-order-shipment .order-info ul li,.sales-order-invoice .order-info ul li {
    border-right:none;
    float:left;
    font-size:16px;
    text-transform:capitalize;
    cursor:pointer;
}
.sales-order-shipment .order-items .table-caption {
    font-size:20px;
    color:#78a300;
}
.sales-order-shipment .order-items .sub-title .link-print,.sales-order-shipment .order-items .sub-title .separator {
    display:none
}
.sales-order-invoice .order-info ul {
    background:#e4e4e4;
    border-bottom:none;
}
/*账户信息姓,中间名,姓氏*/
.fields .name-middlename {
    width:205px;
}
.form-list .name-middlename input.input-text {
    width:190px;
}
/*登陆页面*/
.customer-account-login .col-main {
    padding:20px 30px;
    margin:20px auto;
}
.customer-account-forgotpassword .main .col-main,.customer-account-logoutsuccess .main .col-main {
    width:70%;
    margin:20px auto;
    padding-top:20px;
}
/*创建用户页面样式*/
.customer-account-create .col-main {
    width:70%;
    margin:20px auto;
}
.customer-account-create .col-main .account-create {
    padding:20px 0;
}
.customer-account-index .col-main a,.customer-account-edit .col-maina,.customer-address-index .col-main a,.sales-order-history .col-main a,.downloadable-customer-products a {
    color:#4f8100;
    text-decoration:none;
}
.downloadable-customer-products a {
    font-weight:bold;
}
/*编辑地址页面样式*/
.customer-address-form .buttons-set a {
    color:#96ca42;
}
.customer-address-form .form-list .field {
    margin-top:10px;
}
/*结算页面*/
.opc .active .step-title {
    border-color:#78a300;
}
.col-left .block-content .mini-products-list .item .price-box+a {
    display:block;
    height:30px;
    border:1px solid #78a300;
    width:65px;
    border-radius:18px;
    padding-left:25px;
    line-height:30px;
    background:url(https://content.prettysound.net/skin/frontend/ds/pc/images/cart.png) no-repeat;
    background-size:15px;
    background-position:10%;
    color:#444;
    font-size:12px
}
.col-left .block-content .mini-products-list .item .price-box+a:hover {
    background-color:#78a300;
    color:#FFF;
}
.wishlist-index-index .add-to-cart-alt button {
    margin:5px 0;
}
.wishlist-index-index .add-to-cart-alt button span span {
    background:url(https://content.prettysound.net/skin/frontend/ds/pc/images/cart.png) no-repeat;
    background-size:15px;
    background-position:5%;
    width:80px;
    text-indent:1.3em;
}
button.button span span {
    padding:0 10px;
    border:1px solid #78a300;
    border-radius:16px;
    line-height:28px;
}
button.button:hover span span {
    background-color:#78a300;
    color:#fff
}
.wishlist-index-index button.button span span {
    padding:0 5px;
}
.customer-address-index button.button span span {
    min-width:80px;
}
.customer-address-index .addresses-list h2,.customer-account-edit .fieldset h2 {
    font-size:20px;
}
.customer-address-index .addresses-list h3 {
    font-size:16px;
}
.header-search .top-search button.button span span {
    border:none;
    pointer-event:none;
    width:0;
}
.nav-container ul.nav li.account>a.show_search_btn {
    background:none!important;
}
/* ============================================ *
 * About Us
 * ============================================ */
 .cms-about-us .col1-layout .col-main {
    padding:0 20px;
}
.contacts-index-index .buttons-set {
    padding:25px;
}
/* ============================================ *
 * AutoComplete Search
 * ============================================ */
 #search_autocomplete {
    border-radius:5px;
    background:#f1f1f1;
    margin-top:3px;
}
#search_autocomplete li {
    display:block;
    height:80px;
    width:100%;
    background:#fff;
    border-bottom:2px solid #f1f1f1;
}
#search_autocomplete a {
    color:#000;
    line-height:80px;
    display:block;
}
#search_autocomplete li:hover {
    background:#F0F0F0;
}
#search_autocomplete a img {
    width:75px;
    margin-top:2px;
}
/* ============================================ *
 * 产品列表页
 * ============================================ */
 .col2-right-layout div.main .col-main {
    width:75%;
}
.col2-right-layout .col-right {
    width:24%
}
.catalog-category-view .main {
    background:#fff;
}
.catalog-category-view .main .block {
    margin:0;
}
.breadcrumbs li strong {
    color:#78a300;
}
.catalog-category-view .note-msg {
    min-height:300px;
    border-color:#fff;
    background-color:#fff;
    font-size:14px!important;
}
.catalog-category-view .listpage-breadcrumbs {
    padding:20px 0 0 10px;
}
.catalog-category-view .ds-listpage-title {
    padding:20px 0 0 10px;
}
.catalog-category-view .ds-statement {
    padding:10px 0 10px 10px;
}
.catalog-category-view .block-layered-nav .block-subtitle {
    background:#fff;
    color:black;
}
.catalog-category-view .block .block-content {
    background:#fff;
}
.catalog-category-view .category-title {
    background:#fff;
}
/*.block-layered-nav dt {
    width:3%;
    height:22px;
    float:left;
    text-align:left;
    border-top:none;
    margin-bottom:7px;
    padding:8px 0;
}
.block-layered-nav dd {
    width:94%;
    float:left;
    border-bottom:none;
    margin-bottom:7px;
}
.block-layered-nav dd li a {
    display:block;
    float:left;
    background:#fff;
    border-radius:20px;
    margin-right:10px;
    margin-bottom:4px;
    padding:5px;
}
.catalog-category-view .block-layered-nav .actions {
    padding:0;
    border-top:none;
}
*/

/* ============================================ *
 * Layered Navigation
 * ============================================ */
 .block-layered-nav .block-subtitle--filter {
    display:none;
    margin:0;
    margin-bottom:10px;
    color:#636363;
    font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size:14px;
    font-weight:bold;
    font-style:normal;
    line-height:1.4;
    text-rendering:optimizeSpeed;
    text-transform:uppercase;
    -moz-user-select:none;
    -ms-user-select:none;
    -webkit-user-select:none;
    -o-user-select:none;
    user-select:none;
    font-weight:normal;
    margin-bottom:0px;
    padding:7px 10px 7px 24px;
    border-width:1px;
    border-style:solid;
    border-color:#cccccc;
    position:relative;
    background-color:#f4f4f4;
    cursor:pointer;
}
.block-layered-nav .block-subtitle--filter:after {
    content:'';
    position:absolute;
    width:0;
    height:0;
    display:block;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
    border-top:4px solid #78a300;
    border-bottom:none;
    left:10px;
    top:50%;
    margin-top:-3px;
}
.block-layered-nav .block-subtitle--filter:hover {
    background-color:#ececec;
}
.block-layered-nav .block-content {
    background:transparent;
}
.block-layered-nav .block-content .toggle-tabs {
    display:none;
}
.block-layered-nav .block-content > dl > dt {
    margin:0;
    margin-bottom:10px;
    color:#636363;
    font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size:14px;
    font-weight:bold;
    font-style:normal;
    line-height:1.4;
    text-rendering:optimizeSpeed;
    text-transform:uppercase;
    -moz-user-select:none;
    -ms-user-select:none;
    -webkit-user-select:none;
    -o-user-select:none;
    user-select:none;
    font-weight:normal;
    margin-bottom:0px;
    padding:7px 10px 7px 24px;
    border-width:1px;
    border-style:solid;
    border-color:#cccccc;
    position:relative;
    background-color:#f4f4f4;
    display:block;
}
.block-layered-nav .block-content > dl > dt:after {
    content:'';
    position:absolute;
    width:0;
    height:0;
    display:block;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
    border-top:4px solid #78a300;
    border-bottom:none;
    left:10px;
    top:50%;
    margin-top:-3px;
}
.block-layered-nav .block-content > dl > dt:hover {
    background-color:#ececec;
}
.block-layered-nav .block-content > dl > dd {
    padding:0;
    margin:0;
    border-width:0 1px;
    border-style:solid;
    border-color:#cccccc;
}
.block-layered-nav .block-content > dl > dd ol {
    padding:10px;
}
.block-layered-nav .block-content > dl > dd:last-child {
    border-width:0 1px 1px 1px;
}
.block-layered-nav dl dd {
    margin-bottom:10px;
    margin-top:10px;
}
.block-layered-nav dl dd ol > li > span,.block-layered-nav dl dd ol > li > a {
    padding:5px 15px;
    display:block;
}
.block-layered-nav dl dd ol > li > a .count {
    color:#a0a0a0;
}
@media only screen and (min-width:771px) {
    .block-layered-nav .block-content > dl > dt {
    padding-left:10px;
}
.block-layered-nav .block-content > dl > dt:after {
    display:none;
}
}@media only screen and (max-width:770px) {
    .sidebar .block.block-layered-nav {
    border-bottom:none;
    box-sizing:border-box;
    display:block;
    position:fixed;
    top:0px;
    left:0px;
    width:calc(100% - 65px);
    z-index:99999;
    height:100%;
    padding:0!important;
    overflow-y:scroll;
}
.block-layered-nav--no-filters .block-title {
    display:none;
}
.block-layered-nav .block-content {
    padding-top:0;
    margin-top:15px;
    width:100%;
    max-width:100%;
}
.block-layered-nav .block-content > dl > dt {
    cursor:pointer;
    border-bottom-width:0;
}
.block-layered-nav .block-content > dl > dt:after {
    content:'';
    position:absolute;
    width:0;
    height:0;
    display:block;
    border-top:4px solid transparent;
    border-bottom:4px solid transparent;
    border-left:4px solid #78a300;
    border-right:none;
}
.block-layered-nav .block-content > dl > dt.last {
    border-bottom-width:1px;
}
.block-layered-nav .block-content > dl > dd {
    /*display:none;
    */
}
.block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width:1px;
}
.block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content:'';
    position:absolute;
    width:0;
    height:0;
    display:block;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
    border-top:4px solid #78a300;
    border-bottom:none;
    left:10px;
    top:50%;
    margin-top:-3px;
}
.block-layered-nav .block-content.accordion-open > dl > dd.current {
    display:block;
}
.block-layered-nav .block-subtitle--filter {
    background-color:#3399cc;
    border:0;
    margin-bottom:0;
    display:block;
    color:#FFFFFF;
}
.block-layered-nav .block-subtitle--filter:after {
    content:'';
    position:absolute;
    width:0;
    height:0;
    display:block;
    border-top:4px solid transparent;
    border-bottom:4px solid transparent;
    border-left:4px solid white;
    border-right:none;
    right:10px;
    top:50%;
    margin-top:-5px;
}
.block-layered-nav .block-subtitle--filter:hover {
    background-color:#2e8ab8;
    color:#FFFFFF;
}
.block-layered-nav .block-subtitle--filter.active:after {
    content:'';
    position:absolute;
    width:0;
    height:0;
    display:block;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
    border-top:4px solid white;
    border-bottom:none;
    right:10px;
    top:50%;
    margin-top:-3px;
}
#narrow-by-list,#narrow-by-list2 {
    padding:10px;
    border:1px solid #cccccc;
    border-top:0;
}
.block-layered-nav dl ol > li > a,.block-layered-nav dl ol > li > span {
    padding:7px;
    margin:5px;
}
.block-layered-nav dl ol > li > a {
    color:#636363;
    background-color:#f4f4f4;
    padding:5px 10px;
}
.block-layered-nav dl ol > li > a:hover {
    text-decoration:none;
    background:#ececec;
}
}.block-layered-nav .currently .block-subtitle {
    display:block;
    margin:0;
    margin-bottom:10px;
    color:#636363;
    font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size:14px;
    font-weight:bold;
    font-style:normal;
    line-height:1.4;
    text-rendering:optimizeSpeed;
    text-transform:uppercase;
}
.block-layered-nav .currently ol {
    padding-left:10px;
    margin-bottom:10px;
}
.block-layered-nav .currently ol li {
    margin-bottom:5px;
}
.block-layered-nav .currently ol li .label {
    font-weight:bold;
}
.block-layered-nav .currently ol li:after {
    content:'';
    display:table;
    clear:both;
}
.block-layered-nav .actions {
    text-align:right;
    margin-bottom:7px;
}
.sorter {
    background:#fff;
    height:35px;
    margin-bottom:15px;
    line-height:35px;
}
.sorter .sort-by {
    float:left;
    padding-right:0;
    margin-right:10px;
}
.sorter .sort-by i.page-sorter,.sorter .view-mode .mode {
    padding-right:5px;
    cursor:pointer;
    font-size:15px;
    line-height:32px;
    font-style:normal;
    font-family:FontAwesome;
}
.sorter .sort-by .page-sorter.fa-sort-amount-asc:before {
    content:"\f160";
}
.sorter .sort-by .page-sorter.fa-sort-amount-desc:before {
    content:"\f161";
}
.sorter .view-mode .grid:before {
    content:"\f00a";
}
.sorter .view-mode .list:before {
    content:"\f0ca";
}
.sorter .limiter {
    float:right;
}
.sorter .limiter .filter {
    display:none;
}
.block-layered-nav .value {
    background:#78a300;
    padding:5px;
    border-radius:20px;
}
.catalog-category-view .col-main .category-products .pager .pages {
    display:none;
}
.catalog-category-view .col-main .category-products .toolbar .sorter {
    display:block;
}
.catalog-category-view .col-main .toolbar .sorter {
    display:none;
}
.catalog-category-view .add_to_cart .out-of-stock {
    text-align:center;
    height:29px;
}
.toolbar .pager {
    background-color:#f1f1f1;
    padding:0;
}
.blog-index-list .toolbar .pager {
    background-color:#fff;
}
.col1-layout .category-products .products-grid li.item {
    width:23.5%;
    margin-bottom:2%;
    background:#fff;
    margin-right:2%;
}
.col1-layout .category-products .products-grid li.item.last {
    margin-right:0
}
.col1-layout .category-products .products-grid li.item:nth-child(4n+1) {
    clear:left;
}
.col2-left-layout .products-grid,.col2-right-layout .products-grid {
    width:100%;
    margin:0 auto;
}
.col2-left-layout .category-products .products-grid li.item,.col2-right-layout .category-products .products-grid li.item {
    width:23.5%;
    margin-bottom:2%;
    background:#fff;
    margin-right:2%;
}
.col2-left-layout .category-products .products-grid li.item:nth-child(4n+1),.col2-right-layout .category-products .products-grid li.item:nth-child(4n+1) {
    clear:left;
}
.col2-left-layout .category-products .products-grid li.item.last,.col2-right-layout .category-products .products-grid li.item.last {
    margin-right:0;
}
.products-grid li.item {
    padding:0;
}
.main .category-products .products-grid li.item a {
    display:inline;
    text-decoration:none;
    font-size:14px;
}
.main .category-products .products-grid li.item .hideprice a {
    display:inline-block;
    width:100%;
    box-sizing:border-box;
}
.main .category-products .products-grid li.item img {
    width:100%;
    height:auto;
}
.main .category-products .products-grid .item:hover {
    box-shadow:1px 2px 2px #888;
}
.recpro_list .swiper-wrapper .swiper-slide .product-name,.main .category-products .products-grid li.item .product-name,.block-related .block-content .product-name {
    padding:10px 5px 0px 10px;
    white-space:nowrap;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
    overflow:hidden;
}
.recpro_list .swiper-wrapper .swiper-slide .description,.main .category-products .products-grid li.item .description,.block-related .block-content .description {
    overflow:hidden;
    display:block;
    font-size:14px;
    white-space:nowrap;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
    padding:5px 10px 0px 10px;
}
.recpro_list .swiper-wrapper .swiper-slide .price-box,.main .category-products .products-grid li.item .price-box,/*.block-related .block-content .price-box {
    padding-left:10px;
}
*/
.main .category-products .products-grid li.item .price-box .price-from {
    display:block;
    float:left;
}
.product-view .box-tags .form-add button.button span {
    background-image:none;
}
.main .category-products .products-grid .price-box {
    width:96%;
    padding-left:10px;
}
.price-box .price {
    color:#ff7800;
}
.special-price {
    float:left;
    margin-right:5px;
}
/*
 * 列表页和我的收藏Add to Cart按钮
 */
 .main .category-products .products-grid .actions,.block-related .product .actions {
    position:static;
}
.main .category-products .products-grid .add_to_cart {
    float:left;
    width:100%
}
.main .category-products .products-grid .add_to_substore {
    display:block;
    clear:both;
}
.main .category-products .products-grid .add_to_substore button.button {
    width:100%;
}
.main .category-products .products-grid .add_to_substore .opc-please-wait {
    width:100%;
    display:inline-block;
    text-align:center;
}
.main .category-products .products-grid .add_to_substore img {
    width:16px!important;
    margin-right:10px;
}
.main .category-products .products-grid .add_to_cart button.button {
    display:block;
    margin:0 auto;
    width:100%;
    border-top:1px solid #f1f1f1;
}
/*pc2.0移除我的收藏*/
.main .category-products .products-grid .add_to_wishlist,.block-related .product .add_to_wishlist {
    display:none!important;
    float:left;
    margin-left:10px;
}
.recpro_list
.catalog-category-view .products-grid button.button span span,.recpro_list .products-grid button.button span span {
    border-radius:0;
    width:100%;
    border:0;
}
.catalog-category-view .products-grid button.button span,.recpro_list .products-grid button.button span,.ambrands-index-view .products-grid button.button span {
    border-radius:0;
    width:100%;
    padding:0;
    border:0;
}
.main .category-products .products-grid .add_to_wishlist,.block-related .product .add_to_wishlist {
    width:45px;
    height:28px;
    border:1px solid #78a300;
    display:block;
    text-decoration:none;
    border-radius:15px;
    text-align:center;
    line-height:28px;
}
.block-related .product .add_to_cart {
    width:100%;
}
.block-related .product .add_to_cart button {
    display:block;
    margin:0 auto;
    float:none;
    width:100%;
    border-top:1px solid #f1f1f1;
}
.block-related .product .add_to_cart button.button span {
    padding:5px 0 10px 0;
    width:100%;
    border-radius:0;
    border:none;
}
.main .category-products .products-grid .add_to_wishlist a::before,.block-related .product .add_to_wishlist a:before {
    font-family:FontAwesome;
    content:'\f08a';
}
.main .category-products .products-grid .add_to_wishlist a:hover:before,.block-related .product .add_to_wishlist a:hover:before {
    font-family:FontAwesome;
    content:"\f004";
    color:#78a300;
}
.actions .add_to_cart span span {
    display:block;
    width:100px;
    line-height:28px;
    border:1px solid #78a300;
    border-radius:14px;
}
.actions .add_to_cart span span:before,.results-item .btn-cart span:before {
    font-family:FontAwesome;
    content:'\f07a';
    font-size:x-large;
    color:#78a300;
}
button.button span {
    background:none;
    padding:0 0 4px 0;
}
.catalog-category-view button.button span span {
    padding:0;
}
div.actions .add_to_cart:hover span span {
    background-color:#78a300;
    color:#FFF;
}
.actions .add_to_cart:hover span span::before {
    color:#fff;
}
/*
 * 分页
 */
 .toolbar {
    width:100%;
}
.toolbar .pager .pages {
    margin:0;
}
.toolbar .pager .pages ol {
    line-height:25px;
    text-align:center;
}
.toolbar .pager .pages .current {
    color:#78a300;
}
.toolbar .pager .pages a {
    display:block;
    width:25px;
    height:25px;
    cursor:pointer;
}
.toolbar .pager .pages li {
    display:inline-block;
    width:25px;
    height:25px;
    margin:0 auto;
    background:#fff;
    margin-right:5px;
}
.toolbar .pager .pages li:hover {
    color:#78a300;
}
.toolbar .pager .pages .next,.toolbar .pager .pages .previous {
    display:block;
    width:25px;
    height:25px;
    text-indent:-222em;
}
.toolbar .pager .pages .next {
    background:url(https://content.prettysound.net/skin/frontend/ds/pc/images/to-right-icon.png) no-repeat;
    background-position:50% 50%;
    background-color:#cbcbcb;
}
.toolbar .pager .pages .previous {
    background:url(https://content.prettysound.net/skin/frontend/ds/pc/images/to-left-icon.png) no-repeat;
    background-position:50% 50%;
    background-color:#cbcbcb;
}
/* ============================================ *
 * 产品列表页——List Mode
 * ============================================ */

 .category-products .products-list .product-name a {
    font-size:14px;
}
.category-products .products-list .product-secondary {
    clear:both;
}
.category-products .products-list .product-secondary .price-box {
    float:none;
}
.category-products .products-list .product-secondary button.button span span {
    padding:2px 20px;
}
/* ============================================ *
 * 产品详情页
 * ============================================ */

 .catalog-product-view .product-essential {
    background:#f0f0f0;
    padding:0;
}
.catalog-product-view .main {
    background:#f1f1f1;
}
.catalog-product-view .product-collateral {
    background:#fff;
    min-height:380px;
}
.catalog-product-view .product-view .product-img-box {
    float:left;
    width:57%;
    margin-top:20px;
}
.product-img-box .product-image .gallery-image {
    visibility:hidden;
    max-width:100%;
    max-height:100%;
}
.product-view .product-img-box .product-image-zoom img {
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
}
.product-img-box .product-image .visible {
    visibility:visible;
    max-width:100%;
}
.product-img-box .product-image .vis .product-view .product-img-box .product-image-zoom {
    z-index:99999;
}
.catalog-product-view .product-img-box .product-image {
    width:83%;
    float:left;
}
.product-view .product-essential .product-img-box .more-views {
    width:14%;
    float:right;
    max-height:426px;
    overflow:hidden;
    margin-left:2%;
}
.product-view .product-essential .product-img-box .more-views ul {
    padding-top:0px;
    padding-bottom:0px;
    width:98%!important;
    display:block;
    margin-left:0;
    z-index:-7;
}
.product-view .product-img-box .more-views .product-image-thumbs li {
    display:block;
    margin:0;
    width:100%;
}
.product-view .product-img-box .more-views .product-image-thumbs li a {
    border:none;
    margin-bottom:10px;
    display:inline-block;
    width:98%;
    height:auto;
    border:1px solid #ccc;
}
.product-view .product-img-box .more-views .product-image-thumbs li a:hover {
    border:1px solid #78a300;
}
.product-view .product-img-box .more-views img {
    width:100% !important;
    max-height:100px !important;
}
.product-pricing,.tier-prices {
    background:#fff;
    border:none;
}
.catalog-product-view .product-view .product-shop {
    width:40%;
    margin-top:20px;
    margin-left:3%
}
.catalog-product-view .col-main .breadcrumbs {
    background:#f1f1f1;
    padding-top:20px;
}
.product-view .product-shop .price-box {
    clear:both;
}
.product-view .product-shop .price-box .regular-price {
    display:block;
    height:40px;
    background:#fff;
    line-height:40px;
}
.product-view .product-shop .price-box .special-price {
    float:left;
}
.product-view .product-shop .price-box .special-price,.product-view .product-shop .price-box .old-price {
    display:block;
    height:40px;
    background:#fff;
    line-height:40px;
}
.old-price .price-label,.special-price .price-label {
    display:none;
}
.old-price .price {
    display:block;
    float:left;
    color:#bfbfbf;
}
.catalog-product-view .special-price .price {
    font-size:20px;
    color:#ff7800;
}
.product-view .product-shop .price-box .regular-price .price {
    font-size:20px;
    color:#ff7800;
}
.regular-price .price {
    color:#ff7704;
}
.sorter .sort-by select {
    border:none;
    padding:5px;
}
.sorter .limiter select {
    border:none;
}
/*
 * SKU和评论
 */
 .catalog-product-view .sku-comment .ratings {
    float:left;
    width:200px;
    text-align:right;
}
.catalog-product-view .sku-comment .no-rating {
    display:block;
    float:right;
}
.catalog-product-view .product-view .product-shop .availability {
    clear:both;
    display:none;
}
.catalog-product-view #product_tabs_review_contents .ratings-table {
    margin-bottom:10px;
}
/*
 * 详情页AddtoCart和收藏按钮
 */

 .product-options-bottom {
    background:transparent;
    border:none;
    padding:0;
    margin:20px 0;
    position:relative;
}
.product-shop {
    position:relative;
}
/*.catalog-product-view .qty_box {
    position:absolute;
    left:0;
}
*/
/*.catalog-product-view .add-to-cart {
    position:absolute;
    right:120px;
}
*/
/*pc2.0移除我的收藏*/

.catalog-product-view .add-to-wish {
    display:none!important;
    position:absolute;
    right:0;
}
.catalog-product-view .add-to-wish span a {
    display:block;
    width:95px;
    height:35px;
    border:1px solid #78a300;
    border-radius:15px;
    line-height:35px;
    padding-left:5px;
}
.review-product-list .add-to-wish {
    display:none;
}
.review-product-list .add-to-box {
    display:none;
}
.review-product-list .sku-comment {
    height:20px;
}
.review-product-list .price-box {
    margin-top:20px!important;
}
.review-product-list .sku-comment .ratings-table {
    display:none;
}
.review-product-list .sku-comment .nobr {
    display:block;
    float:right;
}
.review-product-list .special-price .price {
    color:#ff7800;
}
.catalog-product-view .add-to-wish a::before,.review-product-list .add-to-wish a::before {
    font-family:FontAwesome;
    content:'\f08a';
    font-size:medium
}
.catalog-product-view .add-to-wish a:hover:before,.review-product-list .add-to-wish a:hover:before {
    font-family:FontAwesome;
    content:"\f004";
    color:#78a300;
}
.catalog-product-view .add-to-cart-buttons:before,.catalog-product-view .add-to-cart-buttons:after {
    content:'';
    display:block;
    clear:both;
}
.catalog-product-view .add-to-cart-buttons span {
    height:40px;
}
.catalog-product-view .add-to-cart-buttons span span {
    float:right;
    display:block;
    width:180px;
    height:40px;
    line-height:40px;
    border:1px solid #78a300;
    border-radius:25px;
    font-size:16px;
    letter-spacing:3px;
}
.catalog-product-view .add-to-cart-buttons span span::before {
    font-family:FontAwesome;
    content:'\f07a';
    font-size:large;
}
.catalog-product-view .add-to-cart-buttons:hover span span {
    background-color:#78a300;
    color:#FFF;
}
.accept-payments {
    margin-top:10px;
    text-align:left;
}
.accept-payments img {
    width:160px;
}
.catalog-product-view .qty_box {
    height:32px;
    margin-bottom:20px;
}
.catalog-product-view .qty_box .unit {
    margin-left:10px;
    float:left;
}
.catalog-product-view .qty_box .unit .label,.catalog-product-view .qty_box .unit .value {
    color:#494949;
    font-size:16px;
    line-height:32px;
}
.catalog-product-view .ampreorder_note {
    margin:0;
    padding:10px 0 5px;
}
.catalog-product-view .ampreorder_note span {
    display:inline-block;
    width:202px;
    text-align:center;
}
.qty_wrapper {
    float:left;
}
.qty_wrapper input {
    display:inline-block;
    text-align:center;
    font-size:12px;
    height:32px;
    line-height:32px;
    float:left;
    border:none;
    box-sizing:border-box;
    border-top:1px solid #d7d7d7;
    border-bottom:1px solid #d7d7d7;
}
.qty_wrapper span {
    display:inline-block;
    float:left;
    width:31px;
    height:32px;
    line-height:32px;
    font-size:20px;
    text-align:center;
    cursor:pointer;
    border:1px solid #d7d7d7;
    background:#e4e4e4;
    box-sizing:border-box;
}
.qty_wrapper span.qty {
    border:none;
    color:#494949;
    margin-right:20px;
    font-size:16px;
    cursor:default;
    background:#f1f1f1;
}
.qty_wrapper span.reduce {
    border-right:1px solid #d7d7d7;
}
.qty_wrapper span.plus {
    border-left:1px solid #d7d7d7;
}
input.qty {
    width:5em!important;
}
.qty_wrapper span.reduce:hover,.qty_wrapper span.plus:hover {
    color:#ff7800;
}
.catalog-product-view .product-shop .product-options-bottom .add-to-cart,.product-shop .add-to-cart {
    padding:2px 0 0;
}
.catalog-product-view .add-to-box .add-to-cart {
    background:none;
}
.catalog-product-view .product-shop .sharing-box {
    margin-top:30px;
    clear:both;
}
.catalog-product-view .product-shop .product-options-bottom .add-to-cart button.button span {
    height:40px;
    color:#fff;
}
.file-download {
    margin:30px 0;
    height:50px;
}
.file-download .file-pdf img,.file-download .file-print img,.file-download .file-word img {
    width:100%;
}
.file-download .file-pdf,.file-download .file-word,.file-download .file-print {
    float:left;
    width:30%;
    margin-right:10px;
}
.tier-prices .benefit {
    background:#ff7800;
    padding:2px;
    font-size:10px;
}
.tier-prices .price {
    color:#ff7800;
    font-size:16px;
}
/*.group-prices {
    display:none;
}
body.wholesale .group-prices {
    display:none;
}
*/

.group-prices thead td {
    font-weight:bold;
}
.group-prices .price {
    color:#ff7800;
    font-size:16px;
    font-weight:bold;
    white-space:nowrap !important;
}
/*
 * 分享链接
 */

 .share_inline_toolbox .share_title {
    float:left;
}
.share_inline_toolbox .share_btn {
    float:left;
}
.share_inline_toolbox .share_btn a {
    display:block;
    width:25px;
    height:25px;
    float:left;
    margin-left:10px;
    cursor:pointer;
}
.share_inline_toolbox .share_btn a:hover {
    transition:0.4s;
    background-position:50% 0;
}
.share_inline_toolbox .link-facebook,.share_inline_toolbox .link-twitter,.share_inline_toolbox .link-google,.share_inline_toolbox .link-linkedin {
    display:block;
    width:20px;
    text-indent:-9999em;
}
.share_inline_toolbox .link-facebook {
    background:url(https://content.prettysound.net/skin/frontend/ds/pc/images/facebook-icon.png) no-repeat;
    background-size:20px;
    background-position:50% 50%;
}
.share_inline_toolbox .link-twitter {
    background:url(https://content.prettysound.net/skin/frontend/ds/pc/images/twitter-icon.png) no-repeat;
    background-size:20px;
    background-position:50% 50%;
}
.share_inline_toolbox .link-google {
    background:url(https://content.prettysound.net/skin/frontend/ds/pc/images/google-icon.png) no-repeat;
    background-size:20px;
    background-position:50% 50%;
}
.share_inline_toolbox .link-linkedin {
    background:url(https://content.prettysound.net/skin/frontend/ds/pc/images/linkedin-icon.png) no-repeat;
    background-size:20px;
    background-position:50% 50%;
}
.product-view .box-tags .form-add .input-box {
    width:auto;
}
.product-view .box-tags .form-add input.input-text {
    width:auto;
}
.product-view .box-tags .form-add button.button span {
    line-height:23px;
}
/*详情页下的相关产品*/
.catalog-product-view .block-related {
    border:0;
    padding-top:30px;
    background:#f1f1f1;
}
.catalog-product-view .block-related .block-title {
    background:#f1f1f1;
    padding:2px 0;
    border-bottom:0;
    margin-bottom:20px;
}
.catalog-product-view .block-related .block-title strong {
    color:#000;
    font-size:22px;
}
.catalog-product-view .block-related .related-next,.catalog-product-view .block-related .related-prev {
    display:none;
}
/*.catalog-product-view .block-related .mini-products-list li.item {
    width:31.9%;
    float:left;
    margin-right:2%;
    margin-bottom:2%;
    background:#fff;
}
*/

.catalog-product-view .block-related .mini-products-list .item:nth-child(3n) {
    margin-right:0;
}
.catalog-product-view .block-related .mini-products-list .product-details {
    margin-left:0px;
}
.catalog-product-view .block .block-content {
    padding:0;
    background:#f1f1f1;
}
.catalog-product-view .block-related .actions a {
    float:none;
}
.catalog-product-view .block-related .actions {
    border-top:0;
    padding:0;
    margin:0;
}
.catalog-product-view .product-collateral .std {
    word-wrap:break-word;
}
/*.catalog-product-view .block .block-content li.item:hover {
    box-shadow:1px 2px 2px #888;
}
*/
.catalog-product-view .block-related .mini-products-list .product-image {
    border:0;
    width:100%;
    max-height:282px;
    float:none;
}
.catalog-product-view .block-related .product {
    margin-right:0;
}
.catalog-product-view .block-related .price-box .tip_icon {
    line-height:18px;
}
#customer-reviews dt {
    margin-top:10px;
}
#customer-reviews dd {
    margin:15px 0 60px 0;
}
/*start*/



.product-view .block-related .block-title .swiper-button-prev,.product-view .block-related .block-title .swiper-button-next {
    height:40px;
    width:40px;
    float:right;
    cursor:pointer;
}
.product-view .block-related .block-title .swiper-button-prev::before {
    border:10px solid transparent;
    font-family:FontAwesome;
    content:"\f0d9";
    font-size:xx-large;
    display:block;
    width:0;
    height:0;
    transform:scaleY(0.7);
    -ms-transform:scaleY(0.7);
    -webkit-transform:scaleY(0.7);
    -moz-transform:scaleY(0.7);
    -o-transform:scaleY(0.7);
}
.product-view .block-related .block-title .swiper-button-next::before {
    border:10px solid transparent;
    font-family:FontAwesome;
    content:"\f0da";
    font-size:xx-large;
    display:block;
    width:0;
    height:0;
    transform:scaleY(0.7);
    -ms-transform:scaleY(0.7);
    -webkit-transform:scaleY(0.7);
    -moz-transform:scaleY(0.7);
    -o-transform:scaleY(0.7);
    margin-left:3px;
}
.product-view .block-related .block-title .swiper-button-prev:hover::before,.product-view .block-related .block-title .swiper-button-next:hover::before {
    color:#78a300;
}
.product-view .block-related .block-title h2 {
    font-size:20px;
    float:left;
    padding-right:35px;
    color:#333;
    font-weight:normal;
    line-height:40px;
    margin-bottom:-2px;
}
.product-view .block-related .block-content {
    margin-top:15px;
    clear:both;
}
.product-view .block-related .block-content .mini-products-list {
    overflow:hidden;
}
.block-content #block-related .item {
    float:left;
    clear:none;
    border-bottom:0;
    padding:0 10px;
    margin:0 0 20px;
}
.block-content #block-related .item:nth(3n) {
    margin-right:0;
}
.block-content #block-related .item .product {
    /*margin:9px;
    */
    margin-right:20px;
    /*border:1px solid gainsboro;
    */
    background-color:white;
}
.block-content #block-related .item .product .product-image {
    border:none;
    float:none;
    display:block;
    text-align:center;
}
.block-content #block-related .item .product .product-details {
    margin-left:0;
}
.block-content #block-related .item .product .product-details .product-name {
    text-transform:capitalize;
    /*text-align:center;
    */
    /*height:45px;
    */
    overflow:hidden;
    /*padding:10px 15px 0 5px;
    */
}
.block-content #block-related .item .product .product-details .product-name>a {
    display:inline-block;
    color:#333;
}
.block-related .item .price-box {
    height:30px;
}
.block-related .item .special-price {
    float:left;
}
.block-related .item .special-price .price {
    font-size:14px!important;
}
.block-related .item .old-price {
    line-height:15px;
}
.block-related .item .regular-price {
    display:block;
    float:left;
    margin-right:10px;
}
.block-related .item .price-from {
    float:left;
    padding-left:10px;
}
.block-related .product .add_to_cart button {
    border-top:0;
}
.catalog-product-view .product-collateral .product-tabs {
    background:#e4e4e4;
    border-bottom:none;
}
.catalog-product-view .product-collateral .product-tabs li {
    border-left:0;
    border-right:none;
}
.catalog-product-view .product-collateral .product-tabs li:hover {
    background:#f4f2f0;
}
.catalog-product-view .product-collateral .product-tabs li.active {
    -webkit-box-shadow:inset 0 -1px 0 #78a300,0 2px 0 #78a300;
    box-shadow:inset 0 -1px 0 #78a300,0 2px 0 #78a300;
}
.catalog-product-view .product-collateral .product-tabs li a {
    font-size:16px;
    padding:10px 26px;
    cursor:pointer;
}
.product-tabs {
    }.product-tabs.sticky {
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
    width:100%;
    text-align:center;
    padding:0 calc(50% - 600px) 5px;
    box-sizing:border-box;
    box-shadow:0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.product-tabs li.active a,.product-tabs li.active a:hover {
    background:#fff;
    color:#78a300;
    font-weight:normal;
}
.catalog-product-view .product-collateral .product-tabs-content {
    padding:10px 20px;
    margin-bottom:20px;
}
.catalog-product-view .price-box .tip_icon {
    display:block;
    float:left;
    padding-right:10px;
    background:#fff;
    line-height:40px;
}
.catalog-product-view .product-shop .data-table .price-box .tip_icon {
    padding-left:0;
}
.price-box span.enough:before {
    font-family:FontAwesome;
    content:'\f111';
    font-size:medium;
    color:#00da1e;
}
.price-box span.nervous:before {
    font-family:FontAwesome;
    content:'\f111';
    font-size:medium;
    color:yellow;
}
.price-box span.needorder:before {
    font-family:FontAwesome;
    content:'\f111';
    font-size:medium;
    color:red;
}
.catalog-category-view .price-box .tip_icon {
    display:block;
    float:left;
    margin:-2px 10px 0 0;
}
.catalog-category-view .map-popup-price .price-box .regular-price,.recpro_list .map-popup-price .price-box .regular-price {
    line-height:0;
}
.catalog-product-view .product-shop .price-box-bundle,.recpro_list .product-shop .price-box-bundle {
    clear:both;
}
.catalog-product-view .grouped-items-table td,.recpro_list .grouped-items-table td {
    padding:0;
}
.catalog-product-view .grouped-items-table tbody tr>td:nth-child(1),.recpro_list .grouped-items-table tbody tr>td:nth-child(1) {
    padding:10px 0 0 10px;
}
.catalog-product-view .grouped-items-table td.last input,.recpro_list .grouped-items-table td.last input {
    margin-top:10px;
}
/*

* tips提示框

*/

.small_tips {
    width:160px;
    height:120px;
    text-align:left;
    color:#000;
    padding:5px;
}
.layui-layer-tips .layui-layer-content {
    box-shadow:0 0 5px rgba(0,0,0,0.5)!important;
}
.small_tips .desc {
    padding:0 5px 0 0;
    line-height:10px;
}
.small_tips .p {
    font-weight:bold;
}
.small_tips .p1:before {
    font-family:FontAwesome;
    content:'\f111';
    font-size:medium;
    color:#00da1e;
    display:inline-block;
    padding-right:5px;
}
.small_tips .p2:before {
    font-family:FontAwesome;
    content:'\f111';
    font-size:medium;
    color:yellow;
    display:inline-block;
    padding-right:5px;
}
.small_tips .p3:before {
    font-family:FontAwesome;
    content:'\f111';
    font-size:medium;
    color:red;
    display:inline-block;
    padding-right:5px;
}
.small_tips .p4:before {
    font-family:FontAwesome;
    content:'\f111';
    font-size:medium;
    color:#00da1e;
    display:inline-block;
    padding-right:5px;
}
.map-popup-price .price-box .regular-price {
    line-height:40px;
}
/*详情页右侧视频展示*/
.video-title {
    padding:10px 0;
    margin:0 auto;
}
.video-title h2 {
    font-size:1.5em;
    line-height:1.25;
    margin-bottom:.45em;
}
.videos {
    margin:0 auto;
}
.videos .video-thumb {
    margin-bottom:20px;
    width:100%;
}
.videos .video-thumb .v-div {
    position:relative;
}
.videos .video-thumb .overdiv {
    width:100%;
    height:auto;
}
.videos .video-thumb .v-div .video-title {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    color:#fff;
    background:rgba(0,0,0,.3);
    padding:10px 5px;
    box-sizing:border-box;
}
.videos .video-thumb #dialog {
    padding:1px;
    position:absolute;
    top:calc(50% - 31px);
    left:calc(50% - 31px);
    z-index:5;
}
.v-div a {
    width:100%;
}
.v-div a img {
    width:100%;
    height:200px;
}
/* ============================================ *
 * 产品评论页
 * ============================================ */

 .review-product-list .main-container .col-main .product-view {
    padding:20px;
    background:#f1f1f1;
}
.review-product-list .main-container .col-main .product-view .product-shop {
    width:65%;
}
.add-to-box {
    margin:20px 0;
}
.add-to-box .add-to-cart {
    border:0;
}
.review-product-list .product-view .product-shop .price-box .regular-price {
    padding-left:0;
}
.review-product-list button.button span span {
    min-width:100px;
}
.review-product-list button.button span {
    height:30px;
}
.review-product-list button.button span span:hover {
    background-color:#78a300;
}
.review-product-list .add-to-box .qty {
    float:left;
    width:auto;
    height:auto;
}
.review-product-list .add-to-box .add-to-cart {
    margin:0 50px 0 100px;
    background:none;
    float:left;
}
.review-product-list .buttons-set {
    margin:0;
}
.review-product-list .add-to-wish a {
    display:inline-block;
    width:100px;
    height:35px;
    line-height:35px;
    border:1px solid #78a300;
    float:left;
    font-size:12px;
    border-radius:16px;
    text-align:center;
}
.review-product-list .price-box .tip_icon {
    display:block;
    float:left;
    margin:6px 10px;
}
.review-product-list .availability {
    display:none;
}
.review-product-list .sku-comment .sku {
    float:left;
}
.review-product-list .sku-comment .no-rating {
    display:none;
    float:right;
}
.review-customer-view .main {
    margin-top:20px;
}
.review-customer-view .col-left .block {
    margin:0;
}
.catalog-product-view .data-table .price-box {
    margin:0
}
/* ============================================ *
 * 搜索列表页
 * ============================================ */
 .catalogsearch-result-index .category-products .toolbar .pager {
    display:none;
}
.catalogsearch-result-index .category-products .toolbar .sorter {
    display:block!important;
}
.catalogsearch-result-index .col-main .toolbar .sorter {
    display:none;
}
.catalogsearch-result-index .col1-layout .col-main {
    background:#fff;
}
/*pc2.0*/
.catalogsearch-result-index .actions .add_to_cart span span {
    border-radius:0;
    border:none;
    width:100%;
}
.catalogsearch-result-index button.button span {
    padding:0;
    width:100%;
}
.catalogsearch-result-index .price-box .tip_icon {
    display:block;
    float:left;
    padding-right:10px;
}
.catalogsearch-result-index .header .nav-container .nav {
    display:block!important;
}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
 /* Clears */
 .clearfix:after,.configurable-swatch-list:after,.product-view .product-options .swatch-attr:after {
    content:'';
    display:table;
    clear:both;
}
/* General Swatch Styling */

.swatch-link,.swatch-label {
    display:block;
    border-radius:3px;
    font-size:14px;
    text-align:center;
    color:#636363;
    text-decoration:none;
    box-sizing:content-box;
}
.swatch-link {
    border:1px solid #cccccc;
    margin:0 0 3px;
}
.swatch-link img {
    border-radius:2px;
}
.swatch-link:hover {
    cursor:pointer;
    text-decoration:none;
}
.swatch-link .x {
    display:none;
    text-indent:-999em;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:url(https://content.prettysound.net/skin/frontend/ds/pc/images/bg_x.png) center no-repeat transparent;
    z-index:10;
}
.swatch-link.has-image .swatch-label {
    position:relative;
}
.swatch-link.has-image img {
    position:absolute;
    top:0;
    left:0;
}
.swatch-label {
    border:1px solid #fff;
    margin:0;
    white-space:nowrap;
    background:#f4f4f4;
}
.configurable-swatch-list {
    margin-left:-3px;
    zoom:1;
    clear:both;
    -webkit-transform:translateZ(0px);
}
.configurable-swatch-list li {
    float:left;
    zoom:1;
    margin:0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
    display:inline-block;
    float:none;
    margin:0;
    vertical-align:top;
}
.configurable-swatch-list .not-available .x {
    display:block;
}
.configurable-swatch-list .not-available .swatch-link {
    border-color:#ededed;
    position:relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity:0.4;
    filter:alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
    color:#aaa;
    background:#fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
    padding:0 6px;
}
.configurable-swatch-list .not-available a:focus {
    outline:0;
}
#narrow-by-list dd .configurable-swatch-list li {
    margin:0 0 0 3px;
    width:47%;
}
#narrow-by-list dd .swatch-link {
    border:none;
    line-height:25px;
    margin-right:2px;
    text-align:left;
}
#narrow-by-list dd .swatch-link.has-image {
    line-height:inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color:#3399cc;
}
#narrow-by-list dd .swatch-label {
    background:#f4f4f4;
    border:1px solid #cccccc;
    border-radius:3px;
    display:block;
    float:left;
    line-height:1.5em;
    margin:0 5px 0 0;
    padding:1px 5px;
    white-space:nowrap;
}
#narrow-by-list dd .swatch-label img {
    border:1px solid #fff;
    border-radius:3px;
    box-sizing:content-box;
}
#narrow-by-list dd .has-image .swatch-label {
    padding:0;
}
.currently .swatch-current {
    position:relative;
}
.currently .swatch-current .btn-remove {
    margin-top:-10px;
    position:absolute;
    right:0;
    top:50%;
}
.currently .swatch-current span {
    display:block;
    float:left;
}
.currently .swatch-link {
    display:inline-block;
    margin:0 0 0 3px;
}
.currently .swatch-link:hover {
    border-color:#cccccc;
    cursor:default;
}
/* Other Swatch States */



.configurable-swatch-list .hover .swatch-link,.configurable-swatch-list .selected .swatch-link,.swatch-link:hover {
    border-color:#3399cc;
}
.configurable-swatch-box {
    background:none !important;
}
.configurable-swatch-box select.swatch-select {
    display:none;
}
.configurable-swatch-box .validation-advice {
    margin:0 0 5px;
    background:#df280a;
    padding:2px 5px !important;
    font-weight:bold;
    color:#fff !important;
    float:left;
    display:block;
    border-radius:3px;
}
/* CUSTOM */



.availability.out-of-stock span {
    color:#a0a0a0;
}
.product-view .product-options .swatch-attr {
    float:none;
    display:block;
    clear:both;
    border:0;
}
.product-view .product-options .swatch-attr label,.product-view .product-options .swatch-attr .select-label {
    font-size:12px;
}
.product-view .product-options .swatch-attr label {
    display:block;
    line-height:1.3;
}
.product-view .product-options .swatch-attr .select-label {
    display:inline;
    font-weight:normal;
    color:#3399cc;
    padding-left:5px;
}
.product-view .product-options dd .input-box {
    width:auto;
    height:auto;
}
.product-view .product-options .select-label {
    display:none;
}
.product-view .add-to-cart button.out-of-stock {
    background-position:-80px -362px;
    cursor:default;
}
/* -------------------------------------------- *
 * Labels
 */

 label {
    display:inline-block;
    font-size:13px;
    font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    font-weight:600;
    -moz-user-select:none;
    -ms-user-select:none;
    -webkit-user-select:none;
    -o-user-select:none;
    user-select:none;
}
label.required:after,span.required:after {
    content:' *';
    color:#df280a;
    font-weight:normal;
    font-family:"Helvetica Neue",Verdana,Arial,sans-serif;
    font-size:12px;
}
label.required em,span.required em {
    display:none;
}
/* ============================================ *

 * 分类Category Landing Pages

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



 .category-image {
    position:relative;
}
.catblocks {
    float:left;
    padding:0 0 20px 0;
    width:100%;
}
.catblocks li {
    position:relative;
    float:left !important;
    width:23.333% !important;
    margin-right:2% !important;
    margin-bottom:10px;
    border:1px solid #cccccc;
    padding:0px;
}
.catblocks li:hover {
    border-color:#ff7800;
}
.catblocks li:nth-child(4n) {
    margin-right:0 !important;
}
.catblocks li img {
    width:100%;
    max-width:100%;
}
.catblocks li a span {
    color:#FFFFFF;
    position:absolute;
    background-color:#7B7C7B;
    font-family:raleway;
    font-size:17px;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    bottom:0px;
    left:0px;
    width:100%;
    padding:5px 0px;
}
/* ============================================ *

 * 购物车页面

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



 .checkout-cart-index .col-main {
    margin:20px;
}
.checkout-cart-index .cart {
    padding-top:10px;
}
.checkout-cart-index .cart-table thead th {
    padding:15px 0;
    border:none;
    text-align:center;
}
.checkout-cart-index .data-table td {
    border-bottom:1px dashed #e7e7e7;
    border-right:1px dashed #e7e7e7;
    vertical-align:middle;
    text-align:center!important;
}
.checkout-cart-index .data-table tbody tr td:first-child {
    border-left:1px solid #e4e4e4;
}
.checkout-cart-index .data-table tbody tr td:last-child {
    border-right:1px solid #e4e4e4;
}
.checkout-cart-index .data-table .a-center .del_less:before {
    font-family:FontAwesome;
    content:"\f068";
}
.checkout-cart-index .data-table .a-center .del_less:hover:before,.checkout-cart-index .data-table .a-center .add_more:hover:before {
    color:#78a300;
}
.checkout-cart-index .data-table .a-center .add_more:before {
    font-family:FontAwesome;
    content:"\f067";
}
.checkout-cart-index .data-table .fa {
    font-size:12px;
    float:left;
    color:#ccc;
    background-color:#f5f5f5;
    line-height:28px;
    border:1px solid gainsboro;
    width:33px;
    display:inline-block;
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
}
.cart-table .btn-continue span {
    text-decoration:none;
}
.cart-table tfoot td {
    padding:10px;
}
.checkout-cart-index .data-table .qty {
    border:1px solid gainsboro;
    height:24px;
    text-align:center;
    float:left;
}
.checkout-cart-index .data-table .cart-qty {
    margin:0 auto;
    width:140px;
}
.btn-remove2 {
    background:url(https://content.prettysound.net/skin/frontend/ds/pc/images/btn_trash.png) 0 0 no-repeat;
    background-size:14px;
    width:14px;
    height:14px;
}
.checkout-cart-index .totals tfoot strong {
    color:#78a300!important;
}
/*提示信息*/
.validation-advice {
    width:150px;
}
.checkout-onepage-success .col-main {
    padding:10px 30px;
    margin-top:20px;
}
/*产品评论页面*/
.review-product-list #customer-reviews dd {
    margin:10px 0 20px 0;
}
.catalog-category-view .main .category-products .products-grid li.item a.minimal-price-link {
    display:none;
}
.sales-order-view .back-link a {
    color:#78a300;
}
.sales-order-view .order-info ul {
    border-bottom:none;
}
#search_autocomplete a.product {
    width:90%;
    float:left;
}
#search-product a.search-span {
    display:block;
    cursor:pointer;
    width:10%;
    float:left;
    height:80px;
    line-height:80px;
}
#search-product .header_cart_icon:before {
    font-family:FontAwesome;
    content:'\f07a';
    font-size:x-large;
    color:#78a300;
}
.brand-brand-index .col2-left-layout .main {
    background:#fff;
}
.brand-brand-index .col-left .breadcrumbs {
    margin-top:20px;
}
.brand-brand-index .col-left .block-title {
    margin:20px 0px;
    font-size:24px;
    font-weight:bold;
}
.brand-brand-index .col-left .breadcrumbs {
    color:#78a300;
}
.brand-brand-index .col2-left-layout .main .col-left .block {
    padding:0px;
}
.brand-brand-index .col2-left-layout .main .block .block-title {
    margin:0px;
    border-bottom:0px;
    background:#78a300;
    height:45px;
    line-height:45px;
}
.brand-brand-index .col2-left-layout .main .block .block-title a {
    padding-left:15px;
    color:#fff;
    display:block;
}
.brand-brand-index .col2-left-layout .main .block .block-content {
    margin:0px;
    border:0px;
}
.brand-brand-index .col2-left-layout .main .block .block-content li.hot a {
    color:#78a300;
}
.brand-brand-index .col2-left-layout .main .block .block-content li {
    height:45px;
    line-height:45px;
    border-bottom:1px solid #f1f1f1;
}
.brand-brand-index .col2-left-layout .main .block .block-content a {
    padding-left:15px;
    display:block;
}
.brand-brand-index .col2-left-layout .main .block .block-content .active {
    color:#78a300!important;
}
.brand-brand-index .col2-left-layout .main .col-main {
    background:#fff;
    clear:both;
}
.brand-brand-index .col2-left-layout .main .col-main .product-title {
    background:#fff;
    height:45px;
    line-height:45px;
    margin-top:118px;
    margin-bottom:20px;
}
.brand-brand-index .main .col-main .mobile_margin {
    margin-top:10px!important;
}
.brand-brand-index .col2-left-layout .main .col-main .product-title ul {
    clear:both;
    width:100%;
}
.brand-brand-index .col2-left-layout .main .col-main .product-title ul li {
    float:left;
}
.brand-brand-index .col2-left-layout .main .col-main .product-title ul li span {
    padding-left:15px;
    padding-right:5px;
}
.brand-brand-index .col2-left-layout .main .col-main .product-title ul li.left {
    float:left;
}
.brand-brand-index .col2-left-layout .main .col-main .product-title ul li.right {
    float:right;
}
.brand-brand-index .col2-left-layout .main .col-main .product-title .header_cart_icon:before {
    font-family:FontAwesome;
    content:'\f07a';
    font-size:x-large;
    color:#78a300;
}
.brand-brand-index .col2-left-layout .main .col-main .product-title ul li.right a {
    margin-right:20px;
    color:#78a300;
}
.brand-brand-index .col2-left-layout .main .col-main .product-content {
    background:#fff;
    padding:0 15px 15px 15px;
}
.brand-brand-index .col2-left-layout .products-grid,.col2-right-layout .products-grid {
    width:100%;
}
.brand-brand-index .col2-left-layout .main .col-main .product-content .products-grid .item {
    clear:both;
    border-bottom:1px solid #f1f1f1;
    display:block;
    width:100%;
    height:100px;
    line-height:100px;
    padding:15px 0px;
}
.brand-brand-index .col2-left-layout .main .col-main .product-content .products-grid .item .item-iamge {
    float:left;
}
.brand-brand-index .col2-left-layout .main .col-main .product-content .products-grid .item .item-iamge img {
    width:100px;
    height:100px;
}
.brand-brand-index .col2-left-layout .main .col-main .product-content .products-grid .item .item-content {
    float:left;
    height:100px;
    width:70%;
    line-height:50px;
    padding-left:15px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.brand-brand-index .col2-left-layout .main .col-main .product-content .products-grid .item .item-content>a {
    padding-left:15px;
}
.brand-brand-index .col2-left-layout .main .col-main .product-content .products-grid .item .item-content .prices {
    color:#ff7800;
}
.brand-brand-index .col2-left-layout .main .col-main .product-content .products-grid .item .item-content .prices span {
    padding-left:15px;
}
.brand-brand-index .col2-left-layout .main .col-main .product-content .products-grid .item .item-cart {
    float:right;
    padding-right:15px;
}
.brand-brand-index .col2-left-layout .main .col-main .product-content .products-grid .item .item-content .prices span.enough:before {
    font-family:FontAwesome;
    content:'\f111';
    font-size:medium;
    color:#00da1e;
}
.brand-brand-index .col2-left-layout .main .col-main .product-content .products-grid .item .item-content .prices span.nervous:before {
    font-family:FontAwesome;
    content:'\f111';
    font-size:medium;
    color:yellow;
}
.brand-brand-index .col2-left-layout .main .col-main .product-content .products-grid .item .item-content .prices span.needorder:before {
    font-family:FontAwesome;
    content:'\f111';
    font-size:medium;
    color:red;
}
.brand-brand-index .col2-left-layout .main .col-main .product-content .products-grid .item .item-cart span.add-to-cart:before {
    font-family:FontAwesome;
    content:'\f067';
    font-size:medium;
    color:#00da1e;
    font-size:24px;
}
.brand-brand-index .col2-left-layout .main .block .block-title a span.left-brand:before {
    font-family:FontAwesome;
    content:'\f219';
    font-size:medium;
    color:#fff;
}
.brand-brand-index .col2-left-layout .main .col-main .product-content .products-grid .item .item-content .prices span.enough {
    margin-right:5px;
}
.brand-brand-index .col2-left-layout .main .col-main .product-content .products-grid .item .item-content .prices span.sale-price {
    color:#bfbfbf;
}
.brand-brand-index .col2-left-layout .main .col-main .product-content .no-products {
    padding-top:15px;
}
.brand-brand-index .col2-left-layout .main .col-main .product-title ul li.right a img {
    padding-right:5px;
    padding-top:15px;
}
.brand-brand-index .col2-left-layout .main .block .block-title a img {
    padding-top:13px;
    margin-right:2px;
}
.brand-brand-index .product-content .list-more-products {
    padding-top:15px;
}
.checkout-onepage-index .main .col-main {
    width:100%;
    margin:0 auto;
    margin-top:15px;
}
.checkout-onepage-index .main .col-main .section {
    margin:0px 15px;
    width:95%;
    clear:both;
}
.checkout-onepage-index .main .col-main .header_info {
    padding-top:20px;
    padding-bottom:15px;
}
.checkout-onepage-index .main .col-main .header_info p {
    font-style:italic;
}
/*地址*/
.checkout-onepage-index .main .col-main .step-shipping .content .items {
    width:25%;
    float:left;
    margin-right:10px;
    margin-top:10px;
    cursor:pointer;
}
.checkout-onepage-index .main .col-main .step-shipping .content .newaddress {
    color:#fff;
    text-align:center;
    border:1px solid #e0e0e0;
}
.checkout-onepage-index .main .col-main .step-shipping .content .newaddress .new_address {
    color:#666;
}
.checkout-onepage-index .main .col-main .step-shipping .content .items .hide a {
    color:#fff;
}
.checkout-onepage-index .main .col-main .step-shipping .content .items .hide {
    color:#fff;
}
.checkout-onepage-index .main .col-main .step-shipping .content .items .userinfo {
    padding:10px;
    margin-bottom:15px;
}
.checkout-onepage-index .main .col-main .step-shipping .content .items .editinfo .edit {
    float:right;
    padding-right:15px;
    padding-bottom:5px;
}
/* 支付方式 */



.checkout-onepage-index .main .col-main .step-pay .content .items {
    width:150px;
    float:left;
    margin-right:10px;
    cursor:pointer;
    text-align:center;
    height:45px;
    line-height:45px;
    margin-bottom:10px;
}
.checkout-onepage-index .main .col-main .step-pay .content .click_pay img {
    width:100%;
    height:100%;
}
.checkout-onepage-index .main .col-main .step-pay .content .free {
    width:150px;
}
/* 配送方式 */



.checkout-onepage-index .main .col-main .step-shipment .content .items {
    width:150px;
    float:left;
    margin-right:10px;
    border:1px solid #4f8100;
    cursor:pointer;
    text-align:center;
    height:45px;
    line-height:50px;
}
/*订单商品*/



.checkout-onepage-index .main .col-main .order_product .content {
    width:90%;
    margin:0 auto;
}
.checkout-onepage-index .main .col-main .order_product .content .items {
    width:100%;
    clear:both;
    border-bottom:1px solid #e0e0e0;
    display:block;
    height:140px;
    padding-bottom:10px;
}
.checkout-onepage-index .main .col-main .order_product .content .items img {
    display:block;
    float:left;
}
.checkout-onepage-index .main .col-main .order_product .content .items .product-image img {
    }.checkout-onepage-index .main .col-main .order_product .content .items .poduct-info {
    float:left;
    width:80%;
    height:140px;
    line-height:140px;
}
.checkout-onepage-index .main .col-main .order_product .content .items .poduct-info a {
    font-size:14px;
    font-weight:bold;
}
.checkout-onepage-index .main .col-main .order_product .content .items .poduct-info p {
    float:left;
    text-align:center;
    width:33%;
    margin:0;
}
.checkout-onepage-index .main .col-main .order_product .content .count {
    float:right;
    padding-right:50px;
    margin-top:60px;
}
.checkout-onepage-index .main .col-main .order_product .content .count p {
    font-size:14px;
    font-weight:bold;
}
/*地址弹出窗*/
.checkout-onepage-index .main .col-main .step-billing {
    width:100%;
}
.checkout-onepage-index .main .col-main .step-billing .content {
    width:100%;
    text-align:center;
}
.checkout-onepage-index .main .col-main .step-billing .content .form-item {
    margin:15px 0;
}
.checkout-onepage-index .main .col-main .step-billing .content .form-item .input-box {
    margin-left:20px;
}
.checkout-onepage-index .main .col-main .step-billing .content .form-item .input-box input {
    height:30px;
}
.checkout-onepage-index .main .col-main .step-billing .content .form-item .input-box select {
    height:30px;
}
.checkout-onepage-index .icon-plus-sign {
    color:#666;
    font-size:18px;
    text-align:center;
}
.checkout-onepage-index .main .col-main .section .section {
    margin-left:0px;
}
/*地址*/

.click_address {
    border:1px solid #e0e0e0;
}
.click_active {
    border:1px solid #4f8100;
}
/*支付*/

.click_pay {
    border:1px solid #e0e0e0;
}
.click__pay_active {
    border:1px solid #4f8100;
}
/*邮件*/

.checkout-onepage-index .main .col-main .order_product .content .order_email {
    margin-top:20px;
    float:left;
}
.checkout-onepage-index .main .col-main .order_product .content .order_email label {
    padding-bottom:10px;
}
.checkout-onepage-index .main .col-main .order_product .content .order_email input {
    width:100%;
}
.checkout-onepage-index .involice {
    margin-left:10px;
    cursor:pointer;
}
.checkout-onepage-index .involice a {
    color:#4f8100;
}
.sales-order-view h1.pay {
    margin-left:30px;
    cursor:pointer;
}
.sales-order-view h1.pay a {
    color:#4f8100;
}
.toolbar {
    margin-bottom:20px;
}
/*autocomplete提示下拉框中的购物车图标*/

#search_autocomplete .searchli>div {
    width:92%;
    height:80px;
    float:left;
    border-bottom:1px solid #f1f1f1;
}
#search_autocomplete .searchli>p {
    width:8%;
    height:80px;
    float:right;
    margin:0;
}
#search_autocomplete .searchli>p a {
    width:100%;
    height:80px;
    float:left;
    display:block;
    cursor:pointer;
    height:80px;
    line-height:80px;
}
#search_autocomplete .searchli p a span.header_cart_icon:before {
    font-family:FontAwesome;
    content:'\f07a';
    font-size:x-large;
    color:#78a300;
}
/*快递*/

.sales-order-history .kuai-di {
    width:100%;
}
.sales-order-history .kuai-di ul {
    padding:15px;
}
.sales-order-history .kuai-di li {
    width:100%;
    margin:10px 0;
    border-bottom:1px solid #d9dde3;
}
.sales-order-history .kuai-di li span {
    width:50%;
    text-align:center;
    vertical-align:middle;
}
.sales-order-history .kuai-di li span.header {
    float:left;
}
/*快递*/

.customer-account-index .kuai-di {
    width:100%;
}
.customer-account-index .kuai-di ul {
    padding:15px;
}
.customer-account-index .kuai-di li {
    width:100%;
    margin:10px 0;
    border-bottom:1px solid #d9dde3;
}
.customer-account-index .kuai-di li span {
    width:50%;
    text-align:center;
    vertical-align:middle;
}
.customer-account-index .kuai-di li span.header {
    float:left;
}
.brand-brand-index .main .col-left .block-cart {
    display:none;
}
.checkout-onepage-index .tanchuang {
    padding:0 10px;
}
.checkout-onepage-index .tanchuang div {
    width:45%;
    height:40px;
    float:left;
    display:block;
    text-align:center;
    vertical-align:middle;
    margin-top:30px;
    background:#333;
}
.checkout-onepage-index .tanchuang div.right {
    float:right;
}
.checkout-onepage-index .tanchuang div a {
    height:45px;
    line-height:45px;
    color:#fff;
}
.customer-account-index .tanchuang {
    padding:0 10px;
}
.customer-account-index .tanchuang div {
    width:45%;
    height:40px;
    float:left;
    display:block;
    text-align:center;
    vertical-align:middle;
    margin-top:30px;
    background:#333;
}
.customer-account-index .tanchuang div.right {
    float:right;
}
.customer-account-index .tanchuang div a {
    height:45px;
    line-height:45px;
    color:#fff;
}
.sales-order-history .tanchuang {
    padding:0 10px;
}
.sales-order-history .tanchuang div {
    width:45%;
    height:40px;
    float:left;
    display:block;
    text-align:center;
    vertical-align:middle;
    margin-top:30px;
    background:#333;
}
.sales-order-history .tanchuang div.right {
    float:right;
}
.sales-order-history .tanchuang div a {
    height:45px;
    line-height:45px;
    color:#fff;
}
.sales-order-view .tanchuang {
    padding:0 10px;
}
.sales-order-view .tanchuang div {
    width:45%;
    height:40px;
    float:left;
    display:block;
    text-align:center;
    vertical-align:middle;
    margin-top:30px;
    background:#333;
}
.sales-order-view .tanchuang div.right {
    float:right;
}
.sales-order-view .tanchuang div a {
    height:45px;
    line-height:45px;
    color:#fff;
}
.catalog-product-view .main {
    background:#fff;
}
.catalog-product-view .col2-right-layout .col-main {
    background:#fff;
}
.catalog-product-view .product-view {
    background:#fff;
}
.catalog-product-view .product-essential {
    background:#fff;
}
.catalog-product-view .col-main .breadcrumbs {
    background:#fff;
}
.catalog-product-view .block-related {
    background:#fff;
}
.catalog-product-view .product-collateral .product-tabs {
    background:#fff;
}
.catalog-product-view .block-related .block-title {
    background:#fff;
}
.catalog-product-view .block .block-content {
    background:#fff;
}
.catalog-product-view .qty_wrapper span.qty {
    background:#fff;
}
.review-product-list .col1-layout .col-main {
    background:#fff;
}
.review-product-list .main-container .col-main .product-view {
    background:#fff;
}
.customer-account-index a {
    cursor:pointer;
}
.sales-order-history a {
    cursor:pointer;
}
.brand-brand-index a {
    cursor:pointer;
}
.catalog-product-view .col-main {
    /*padding-left:10px;
    */
}
.catalog-product-view .product-tabs a:hover {
    background:#fff;
}
.catalog-product-view .product-view .product-shop .product-name {
    margin-bottom:10px;
}
.recpro_list {
    overflow:hidden;
    margin-bottom:30px;
    position:relative;
}
.recpro_list .prev,.recpro_list .next {
    position:absolute;
    top:calc(50% - 20px);
    font-size:25px;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    background-color:#ddd;
    color:#fff;
    cursor:pointer;
    border-radius:3px;
    opacity:.7;
}
.recpro_list .swiper-button-prev,.recpro_list .swiper-button-next {
    position:absolute;
    top:50%;
    margin-top:-26px;
    width:51px;
    height:51px;
    background:url('https://content.prettysound.net/skin/frontend/ds/pc/images/pageUI.png');
    background-size:200% 100%;
    text-indent:-9999px;
    cursor:pointer;
}
.recpro_list .swiper-button-prev {
    left:0;
}
.recpro_list .swiper-button-next {
    right:0;
    background-position:51px 0;
}
.recpro_list .swiper-wrapper .item .amlabel-div {
    padding:20px 0 0 20px;
}
.recpro_list .swiper-wrapper .item .amlabel-div a {
    display:block;
}
.recpro_list .swiper-wrapper .item .product-name {
    font-weight:bold;
    font-size:14px;
    margin:0;
}
.recpro_list .swiper-wrapper .item .description {
    font-size:13px;
    padding-top:0;
}
.recpro_list .swiper-wrapper .item .price-box .tip_icon {
    display:none;
}
.recpro_list .swiper-wrapper .item .price-box .price {
    font-size:18px;
    color:#444;
    font-weight:bold;
}
.recpro_list .swiper-wrapper .item .price-box .old-price {
    display:none;
}
.recpro_list .swiper-wrapper .item .ampreorder_note {
    display:none;
}
.no-route {
    padding:0 10px;
    text-align:center;
}
.no-route img {
    width:100%;
    max-width:680px;
}
/* 发票信息填写页面 */
.orderdeal-billing-edit .page,.orderdeal-billing-delivery .page {
    background:url('https://content.prettysound.net/skin/frontend/ds/pc/images/billing-edit-bg.png');
}
.orderdeal-billing-edit .page .main,.orderdeal-billing-delivery .page .main {
    background:transparent;
}
.billing-edit {
    padding:20px 0;
    font:400 13px/1.5 "Hiragino Sans GB","Microsoft Yahei",arial,sans-serif;
}
.billing-edit p {
    margin-bottom:10px;
}
.billing-edit .content-box {
    max-width:700px;
    margin:0 auto;
    background-color:#fff;
    -webkit-box-shadow:0 2px 8px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.5);
    box-shadow:0 2px 8px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.5);
    border-radius:3px;
    padding:10px 0;
}
.billing-edit .content-box h3 {
    text-align:center;
    padding:6px 10px;
    margin-bottom:25px;
    line-height:30px;
    font-size:20px;
}
.billing-edit .content-box .summary {
    padding:10px 20px;
    margin-bottom:10px;
    border-bottom:1px dashed #DEDEDE;
}
.billing-edit .content-box .summary img {
    width:100px;
}
.billing-edit .content-box .summary a {
    color:#08c;
}
.billing-edit .content-box .summary a:hover {
    color:#005580;
    text-decoration:underline;
}
.billing-edit .content-box .list_display li {
    overflow-x:auto;
    line-height:20px;
    padding:25px 25px 20px;
    border-bottom:1px dashed #DFDFDF;
}
.billing-edit .content-box .submitted li {
    border-bottom:0;
    font-size:16px;
}
.billing-edit .list_display li label {
    font-size:14px;
    font-weight:normal;
    cursor:pointer;
}
.billing-edit .list_display .control-group label {
    max-width:550px;
}
.billing-edit .list_display .control-group label span {
    color:red;
    font-size:12px;
    font-weight:bold;
}
.billing-edit .list_display .control-group .muted {
    color:#999;
}
.billing-edit .list_display .controls label {
    width:29%;
}
.billing-edit .list_display .controls input[type=text],.billing-edit .list_display .controls textarea {
    width:635px;
    outline:0;
    padding:5px;
    font-size:14px;
    border:1px solid #ccc;
    background-color:#fff;
    transition:border linear .2s,box-shadow linear .2s;
    -webkit-transition:border linear .2s,box-shadow linear .2s;
    -moz-transition:border linear .2s,box-shadow linear .2s;
    -o-transition:border linear .2s,box-shadow linear .2s;
    line-height:20px;
    color:#555;
    border-radius:4px;
}
.billing-edit .list_display .controls select {
    height:32px;
    border-radius:4px;
    margin-bottom:5px;
    cursor:pointer;
}
.billing-edit .list_display .controls select:focus {
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}
.billing-edit .list_display .controls select#region_id {
    width:72px;
}
.billing-edit .list_display .controls select#city_id {
    width:96px;
}
.billing-edit .list_display .controls select#district_id {
    width:96px;
}
.billing-edit .list_display .controls input.widget_address {
    width:258px;
    margin-bottom:5px;
}
.billing-edit .list_display .controls input[type=text]:focus,.billing-edit .list_display .controls textarea:focus {
    border-color:rgba(82,168,236,.8);
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
}
.billing-edit .list_display .text-center {
    text-align:center;
    margin:20px 0;
}
.billing-edit .list_display .text-center .btn {
    background:#337ab7;
    color:#fff;
    border:0;
    letter-spacing:2px;
    -webkit-transition-property:background;
    transition-property:background;
    -webkit-transition-duration:.3s;
    transition-duration:.3s;
    padding:6px 20px;
    font-size:14px;
    line-height:20px;
    border-radius:4px;
    cursor:pointer;
}
.billing-edit .list_display .text-center .btn:hover {
    background:#286090;
}
/* 灰色背景 */
.ds-bg-show {
    overflow-y:hidden;
}
.ds-bg {
    display:none;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,.5);
    z-index:1000;
}
.ds-bg-close {
    float:right;
    font-weight:normal;
    font-size:24px;
    line-height:21px;
    color:#999;
    cursor:pointer;
}
/* 下载产品图按钮 */
.product-img-box #download-img {
    position:absolute;
    left:10px;
    top:10px;
    z-index:1000;
}
.product-img-box #download-img >img {
    width:40px;
}
/* 分享按钮 */
.product-img-box .ds-share {
    float:left;
}
.ds-share .share_link {
    float:right;
}
.ds-share .share_link li {
    float:left;
    margin-right:5px;
}
.ds-share .share_link li:last-child {
    margin-right:0;
}
.ds-share .share_link li img {
    width:35px;
}
.ds-share .share_link li.share_to {
    line-height:35px;
    font-weight:bold;
}
.ds-share .share_link li.wx_share_btn {
    cursor:pointer;
}
/* 微信二维码弹窗 */
.weixin_popup {
    display:none;
    text-align:left;
    position:fixed;
    top:20%;
    left:calc(50% - 141px);
    background-color:#fff;
    padding:10px;
    border:solid 1px #d8d8d8;
    width:260px;
    z-index:1001;
    font-size:12px;
}
.weixin_popup .weixin_popup_head {
    font-size:14px;
    font-weight:bold;
}
.weixin_popup #weixin_popup_qrcode {
    padding:15px 10px;
    text-align:center;
}
/*手机号登录页面*/
#login-tab li,#d-login-tab li {
    float:left;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
}
#login-tab li span,#d-login-tab li span {
    padding:13px;
    line-height:44px;
}
#login-tab li.active span,#d-login-tab li.active span {
    color:#7AA300;
}
.account-login #login-form,.account-login #d-login-form,.account-bind #login-form {
    margin-top:20px;
}
.account-login #login-form >li,.account-login #d-login-form >li,.account-bind #login-form >li {
    display:none;
}
.account-login #login-form >li.current,.account-login #d-login-form >li.current,.account-bind #login-form >li.current {
    display:block;
}
.account-login #phone-form .form-list li,.account-login #d-phone-form .form-list li,.account-bind #phone-form .form-list li {
    margin:0 0 10px;
    line-height:40px;
}
.account-login #phone-form .form-list li label,.account-login #d-phone-form .form-list li label,.account-bind #phone-form .form-list li label {
    float:left;
    background-color:#eee;
    width:50px;
    text-align:center;
    font-size:14px;
    padding:0 25px 0 10px;
}
.account-login #phone-form .form-list li input,.account-login #d-phone-form .form-list li input,.account-bind #phone-form .form-list li input {
    float:left;
    border:0;
    padding:5px 0;
    line-height:30px;
    background-color:#eee;
    font-size:14px;
    border-radius:0;
}
.account-login #phone-form .form-list li.mobilenum input,.account-login #d-phone-form .form-list li.mobilenum input,.account-bind #phone-form .form-list li.mobilenum input {
    width:calc(100% - 86px);
}
.account-login #phone-form .form-list li.vercode input,.account-login #d-phone-form .form-list li.vercode input,.account-bind #phone-form .form-list li.vercode input {
    width:calc(100% - 194px);
}
.account-login #phone-form .form-list li #getCode,.account-login #d-phone-form .form-list li #d-getCode,.account-bind #phone-form .form-list li #getCode {
    float:left;
    line-height:40px;
    width:100px;
    margin-left:4px;
    background-color:#ddd;
    border:0;
    border-radius:5px;
    cursor:no-drop;
}
.account-login #phone-form .form-list li #getCode.active,.account-login #d-phone-form .form-list li #d-getCode.active,.account-bind #phone-form .form-list li #getCode.active {
    background-color:#7AA300;
    color:#fff;
    cursor:pointer;
}
.full-w-btn {
    width:100%;
    font-size:14px;
    color:#fff;
    background-color:#7AA300;
    line-height:40px;
    border:0;
    border-radius:5px;
    margin-top:20px;
    cursor:pointer;
}
.auto-w-btn {
    padding:0 20px;
    font-size:14px;
    color:#fff;
    background-color:#7AA300;
    line-height:40px;
    border-radius:5px;
    margin-top:20px;
    cursor:pointer;
}
.account-login #login-other {
    padding:0 10px;
    border-top:1px solid #d7d7d7;
    text-align:center;
    margin-top:250px;
}
.account-login #login-other .other-title {
    font-size:16px;
    color:#999;
    text-align:center;
    width:130px;
    display:inline-block;
    margin:0 auto;
    background-color:#fff;
    position:relative;
    line-height:30px;
    top:-15px;
}
.account-login #login-other .wx-login img {
    width:50px;
}
/* Ajax登录注册 */
.ajaxlogin .email-form-register,.ajaxlogin .password-recovery-form {
    display:none;
}
.ajaxlogin .wx-login {
    margin:40px 10px 0;
    border-top:1px solid #ddd;
}
.ajaxlogin .wx-login .wx-title {
    display:inline-block;
    color:#999;
    background-color:#fff;
    font-size:13px;
    line-height:22px;
    position:relative;
    top:-11px;
    padding:0 15px;
}
.ajaxlogin .wx-login >a {
    display:block;
    margin-top:20px;
}
.ajaxlogin .wx-login >a img {
    width:30px;
}
/* Customer Edit Page */
.associate-account ul li {
    margin-bottom:10px;
}
.associate-account ul li:last-child {
    margin-bottom:0;
}
.associate-account ul li .label {
    min-width:120px;
    display:inline-block;
    font-size:14px;
    margin-right:30px;
    line-height:20px;
    vertical-align:middle;
}
.associate-account ul li .value {
    display:inline-block;
    min-width:74px;
    line-height:30px;
    vertical-align:middle;
    text-align:center;
    text-decoration:none;
    border-radius:3px;
    font-size:14px;
    box-sizing:content-box;
}
.associate-account ul li a.value {
    cursor:pointer;
    background-color:#78a300;
    color:#fff;
    border:1px solid #78a300;
}
.associate-account ul .wechat_account span.value {
    color:#78a300;
    border:1px solid #78a300;
}
.name-middlename {
    display:none;
}
.paypal-logo {
    display:none;
}
@media only screen and (min-width:768px) {
    #nav {
    display:block;
}
.nav-primary li {
    position:relative;
}
.nav-primary a {
    text-decoration:none;
    position:relative;
    display:block;
    color:#444;
    line-height:30px;
    font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
}
.nav-primary li.level1 a {
    border-bottom:1px solid #cccccc;
}
.nav-primary li.level0 > a {
    text-transform:uppercase;
    font-size:16px;
}
.nav-primary li a:hover {
    color:#78a300;
}
#header-nav {
    display:block;
    float:left;
    padding-top:15px;
}
.nav-primary {
    display:block;
}
.nav-primary a.level0 {
    padding:0 25px;
}
.nav-primary .menu-active {
    z-index:1000;
}
.nav-primary li.level0,.nav-primary a.level0 {
    display:inline-block;
}
.nav-primary li.level0 ul {
    background:#FBFBFB;
    border:solid 1px #cccccc;
    position:absolute;
    left:0;
    top:30px;
    z-index:10;
    width:250px;
    padding-left:10px;
    padding-right:10px;
    display:none;
}
.nav-primary li.level1 ul {
    left:60px;
    top:15px;
}
.nav-primary li:last-child > a {
    border-bottom:none;
}
.nav-primary li.menu-active > ul {
    display:block;
}
}@media only screen and (max-width:1280px) {
    .main-container {
    width:1024px;
}
.nav-primary a.level0 {
    padding:0 15px;
}
}@media only screen and (max-width:1150px) {
    .page .add-p-des .add-p-name {
    font-size:20px;
}
}@media only screen and (max-width:1024px) {
    .main-container {
    width:820px;
}
.header-quick-links >div {
    margin-right:30px;
}
.nav-primary li.level0 > a {
    font-size:14px;
}
.nav-primary a.level0 {
    padding:0 10px;
}
.product-img-box #download-img {
    display:none;
}
}@media only screen and (max-width:768px) {
    .main-container {
    width:660px;
}
.header-quick-links >div {
    margin-right:20px;
}
.nav-primary li.level0 > a {
    font-size:13px;
}
.nav-primary a.level0 {
    padding:0 5px;
}
#header-nav #nav {
    display:none;
}
}.form-list.me-form li {
    margin:0 0 10px;
    line-height:40px;
}
.form-list.me-form li label {
    float:left;
    background-color:#eee;
    width:70px;
    text-align:center;
    font-size:14px;
    padding:0 25px 0 10px;
    line-height:40px;
    max-height:40px;
    border:1px solid transparent;
}
.form-list.me-form li .input-text {
    float:left;
    border:0;
    padding:5px 0;
    line-height:30px;
    background-color:#eee;
    font-size:14px;
    border-radius:0;
    height:auto;
    width:calc(100% - 112px);
    border:1px solid transparent;
    box-shadow:none;
}
.form-list.me-form li .input-box {
    }.form-list.me-form li .input-box.input-text {
    }.download-top-toolbar .pager .pages,.download-bottom-toolbar .pager .amount,.download-bottom-toolbar .pager .limiter {
    display:none;
}
.download-bottom-toolbar .pager pages {
    margin:0!important;
}
.category-products {
    background:#fff;
    padding:0 15px 15px 15px;
}
.category-products .products-list .item {
    clear:both;
    border-bottom:1px solid #f1f1f1;
    display:block;
    width:100%;
    height:60px;
    line-height:60px;
    padding:1px 0px;
}
.category-products .products-list .item .item-image {
    width:60px;
    margin-right:15px;
    float:left;
}
.category-products .products-list .item .item-image .product-image {
    width:60px;
    height:60px;
    overflow:hidden;
    margin:0;
}
.category-products .products-list .item .item-content {
    width:calc(100% - 105px);
    height:60px;
    float:left;
    position:relative;
    line-height:25px;
    /*overflow:hidden;
    */
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.category-products .products-list .item .item-content .product-name a {
    padding-left:15px;
    cursor:pointer;
}
.category-products .products-list .item .item-content .price-box {
    color:#ff7800;
    float:none;
    padding-left:15px;
}
.category-products .products-list .item .item-content .price-box .tip_icon,.category-products .products-list .item .item-content .price-box .special-price,.category-products .products-list .item .item-content .price-box .old-price,.category-products .products-list .item .item-content .price-box .regular-price {
    float:left;
    /*display:inline-block;
    */
}
.category-products .products-list .item .item-cart {
    width:30px;
    float:right;
    text-align:center;
}
.category-products .products-list .item .item-cart a {
    cursor:pointer;
}
.category-products .products-list .item .item-content .price-box span.enough:before {
    font-family:FontAwesome;
    content:'\f111';
    font-size:medium;
    color:#00da1e;
}
.category-products .products-list .item .item-content .price-box span.nervous:before {
    font-family:FontAwesome;
    content:'\f111';
    font-size:medium;
    color:yellow;
}
.category-products .products-list .item .item-content .price-box span.needorder:before {
    font-family:FontAwesome;
    content:'\f111';
    font-size:medium;
    color:red;
}
.category-products .products-list .item .availability {
    margin:0;
}
.category-products .products-list .item .item-cart span.add-to-cart:before {
    font-family:FontAwesome;
    content:'\f067';
    font-size:medium;
    color:#00da1e;
    font-size:24px;
}
.brand-brand-index .col2-left-layout .main .block .block-title a span.left-brand:before {
    font-family:FontAwesome;
    content:'\f219';
    font-size:medium;
    color:#fff;
}
.category-products .products-list .item .item-content .prices span.enough {
    margin-right:5px;
}
.category-products .products-list .item .item-content .prices span.sale-price {
    color:#bfbfbf;
}
.order-about dt {
    margin-left:40px;
}
.order-about dd {
    max-width:560px;
    box-sizing:border-box;
    padding:20px 20px;
    margin:5px 0 10px 40px;
    background:#78a300;
    position:relative;
    border-radius:10px;
    color:#fff;
}
.order-about dd:before {
    content:"";
    display:block;
    width:0;
    height:0;
    position:absolute;
    border-width:20px;
    border-style:solid;
    border-color:#ffffff #78a300 #78a300 #ffffff;
    left:-40px;
    top:15px;
}
.order-about dd:after {
    content:"";
    display:block;
    border-width:10px 20px;
    border-style:solid;
    border-color:transparent #ffffff #ffffff transparent;
    left:-40px;
    top:35px;
    width:0;
    height:0;
    position:absolute;
}
/****CALL FOR PRICE*****/
.hideprice {
    text-align:left;
}
.hideprice a {
    display:inline-block;
    padding:8px 15px;
    border-radius:3px;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    background:#ffb42a;
    box-shadow:0 -1px 1px rgba(54,54,54,0.18) inset;
    cursor:pointer;
    text-decoration:none;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
}
.hideprice a.product-image {
    display:none!important;
}
.hideprice a:hover,.hideprice a:active {
    color:#fff;
    text-decoration:none;
    background:#fdc660;
}
.products-list .hideprice {
    width:86px;
    height:60px;
    float:right;
    text-align:center;
    position:absolute;
    right:-30px;
    top:0;
}
.products-list .hideprice a {
    white-space:initial;
    word-break:break-all;
    line-height:22px;
}
tr.summary-details td {
    background-color:#ddf59b;
    color:#444;
}
.btn-remove-amstcred {
    background:none;
    display:inline-block;
}
.btn-remove-amstcred img {
    margin-right:5px;
}
.box-attachments {
    display:block;
    clear:both;
    padding-top:15px;
}
.box-attachments .item {
    margin-bottom:5px;
}
.box-attachments .item a {
    color:#fb9328;
    font-weight:600;
}

/*brand page*/
.brand-page .category-image img {
    height: auto;
    width: 100%;
}
.brand-page .category-image {
    border: none;
    float: left;
    margin-bottom: 10px;
    padding: 0 20px 0 0;
    width: 30%;
}
.brand-page .category-description img {
    max-width: 100%;
}
.brand-page .category-products {
    clear: both;
}
.brand-page .block-layered-nav.amshopby-filters-top {
    clear:both;
}
/*brand page end*/
/*topmenu start*/
li.amtopmenu-container a, li.amtopmenu-container a>*:not(img) {
    display: flex !important;
    align-items: center;
}
.amtopmenu-container img {
    display: inline-block;
    margin: 5px 0;
}
.amtopmenu-container img.amtopmenu-icon {
    margin-right: 15px;
}
.amtopmenu-container img.amtopmenu-icon-right {
    margin-left: auto ;
}
/*topmenu end*/
/*leftmenu start*/
.leftmenu_brandicon img {
    display:inline;
    padding-right: 5px
}
img.leftmenu_brandicon  {
    display:inline;
    padding-right: 5px;
    float: left;
}
img.leftmenu_brandicon.right {
    float:right;
}
div.block-layered-nav dd.ambrands_leftmenu a {
    float: inherit;
}
.ambrands_leftmenu {
    display: flex;
    align-items: center;
}
.ambrands_leftmenu .leftmenu_brandicon {
    padding-top: 5px;
}
/*leftmenu end*/
/* slider */
.amslider {
    box-sizing: border-box;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 1px);
}
.amslider * {
    margin: 0;
    padding: 0;
}
.amslider .swiper-container {
    margin: 20px auto;
}
.amslider .swiper-slide {
    width: 25%;
    height: 150px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}
.amslider .swiper-wrapper{
    display: -moz-grid-line;
}
.amslider .swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%;
}
.amslider .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.ambrands-header-container {
    background: #f58c12;
    padding: 5px 0 5px 35px;
    margin: 15px 0;
}
.ambrands-header-container .ambrands-header{
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}
.ambrands-header-container span {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-transform: none;
}
.amslider .swiper-slide .swiper-brand {
    position: relative;
    display: flex;
    padding: 5px;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* safari*/
.amslider .swiper-slide .swiper-brand:not(:root:root) {
    padding: 10px;
}
.amslider .swiper-slide .swiper-brand img {
    max-width: 100%;
    max-height: 100%;
}
.amslider .swiper-slide .swiper-brand.brand-label img {
    margin-bottom: 35px;
}
.amslider .swiper-slide .brand-title {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    padding: 0 5px;
    font-size: 15px;
    line-height: 1.2;
}
.amslider .swiper-slide a:hover {
    text-decoration: none;
}
/*slider end*/
/*filter*/
.brands-filters {
    min-height: 50px;
    width: 100%;
    display: inline-block;
}
.brands-filters .letters {
    margin-top: 4px;
}
.brands-filters .letters a {
    min-width: 17px;
    float: left;
    color: #333;
    cursor: pointer;
    min-height: 20px;
    border: 1px solid #CCC;
    display: block;
    padding: 2px 5px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    border-right: none;
    text-decoration: none;
    background-color: #e2e2e2;
}
@media only screen and (max-width: 1140px) {
    .brands-filters .letters a {
        min-width: 18px;
        margin: 0 5px;
        border: 1px solid #CCC;
        border-radius: 5px;
    }
}
.brands-filters .letters a.all{
    min-width: 90px;
}
.brands-filters .letters-box a{
    margin-bottom: 10px;
}
.brands-filters .letters-box a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    clear: left;
}
.brands-filters .letters-box a:last-child {
    border-right: 1px solid #CCC;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}
.brands-filters .letters-box a.disabled{
    opacity: 0.6;
    pointer-events: none;
    background-color: #F1F1F1;
}
.brands-filters .letters a.hide{
    display: none;
}
.brands-filters .letters a:hover, .brands-filters .letters a.active {
    background: #FBF8E9;
}

@media only screen and (min-width: 600px) {
    .brands-filters .input-box {
        float: right;
    }
}

.ambrands-search-wrapper {
    margin:  0 auto;
    display: block;
}
.ambrands-search-wrapper .ambrands-search-input {
    width: 365px;
    display: block;
    max-width: 100%;
}
.ambrands-search-wrapper #livesearch a{
    width: 100%;
    padding: 5px 10px;
    display: block;
    float: left;
}
.ambrands-search-wrapper #livesearch{
    display: none;
    width: 365px;
    max-width: 100%;
    position: absolute;
    background-color: #fff;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #A5ACB2;
    z-index: 99;
}
.brand-list {
    width: 100%;
    clear:both;
    margin-top: 30px;
}
.brand-list.vertical .column-separator {
    float: left;
}
.brand-list ul.bare-list {
    margin-bottom: 5px;
    list-style: none;
}
.brand-list.show-letters dd {
    padding-left: 15px;
}
.brand-list .brand-label {
    text-align: center;
}
.icon .brand-label {
    float: left;
}
.brand-list .bare-list  li.brand-list_item{
    display: inline-block;
    margin: 0;
    font-style: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
}
.brand-list.vertical li.brand-list_item {
    display: flex;
}
.brand-list_item a {
    text-decoration: none;
    text-align: center;
    display: block;
}
.brand-list dt {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #788;
}
.brand-list.vertical dt {
    max-width: 90%;
}
.brand-list ul.bare-list img {
    margin: 0 auto;
}
.brand-list ul.bare-list .icon img {
    height: 20px;
    float:left;
    padding-right: 5px;
}
.brand-list ul.bare-list img {
    margin-top: 10px;
}
.brand-list .text-highlight {
    color: #F94D1A;
}

/*filter end*/
.ambrands-link{
    float:left;
    padding-left:5px;
    padding-top:5px;
}
.ambrands-link img {
    max-width: 30px;
    max-height: 30px;
}

.ambrands-link.product-view img{
    max-width: 150px;
    max-height: 70px;
}

@media only screen and (max-width: 770px) {
    .block-layered-nav .block-content.accordion-open > dl > .ambrands_leftmenu.current {
        display: flex !important;
    }
    .block-layered-nav .block-content.accordion-open > dl > .ambrands_leftmenu {
        display: flex !important;
    }
}

@CHARSET "UTF-8";
/**
* @author Amasty Team
* @copyright Copyright (c) 2010-2013 Amasty (http://www.amasty.com)
*/

/* amfaq-search */

.amfaq-search.block-subscribe .block-title strong
{

}

/* product view */

#product-faq .ask.button
{
    float: right;
}

#product-faq .title
{
    padding: 7px 0;
}

#product-faq .title span
{
    border-bottom: 1px dashed #666;
    cursor: pointer;
}

#product-faq .title span:hover
{
    color: #666;
}

#product-faq .title:before
{
    content: '+';
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 20px;
    top: 2px;
    position: relative;
}

#product-faq .title.expanded:before
{
    content: '–';
}

#product-faq dl dd
{
    margin-top: 10px;
}

.product-collateral .box-amfaq
{
    overflow-wrap: break-word;
    word-break: break-word;
}

#amfaq-ask-form-inline li
{
    list-style: none;
}

.amfaq-page {
    font-family: 'Droid Sans', 'Open Sans', Tahoma, Verdana, arial, helvetica, sans-serif;
    overflow-wrap: break-word;
    word-break: break-word;
}
.amfaq-page button::-moz-focus-inner {
    border: 0;
}
.amfaq-page h1
{
    font-size: 24px;
    font-weight: bold;
}
.amfaq-page h2{
    display: inline-block;
    margin-top: 24px;
}
.amfaq-page.amfaq-topic-page h1 {
    margin: 24px 0 15px;
}
.amfaq-page.amfaq-topic-page .amfaq-questions-group {
    margin: 14px 0;
}
.amfaq-page h4 {
    margin: 0 0 14px;
    font-size: 16px;
}
.amfaq-page input[type=text],
.amfaq-page textarea {
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    padding-left: 9px;
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.amfaq-page li
{
    list-style: disc;
}

.amfaq-page ul,
.amfaq-page ol
{
    padding-left: 40px;
    padding-bottom: 12px;
}

.amfaq-page .amfaq-question-form ul
{
    padding: 0;
}

.amfaq-page .amfaq-info {
    margin: 14px 0;
}
.amfaq-page .amfaq-tags {
    padding: 0 0 20px 24px;
    margin-left: 14px;
    font-size: 14px;
}
.amfaq-page .amfaq-tags.main-tags {
    font-size: 16px;
}
.amfaq-page .amfaq-tags a {
    color: #7e7e7e;
    border-bottom: 1px dotted;
}
.amfaq-page .amfaq-tags a:hover {
    color: #ce730d;
}
.amfaq-page .amfaq-tags.right {
    max-width: 350px;
    float: right;
    margin-top: 30px;
}
.amfaq-page .amfaq-search label {
    display: block;
    padding-bottom: 12px;
}
.amfaq-page .amfaq-search button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.amfaq-page .amfaq-search button:hover {
    background-position: 0px -44px;
}
.amfaq-page .amfaq-search button:active {
    background-position: 0px -88px;
}
.amfaq-page .amfaq-search input[type=text] {
    width: 60%;
}
.amfaq-page .amfaq-questions .question {
    padding: 7px 7px 7px 36px;
    margin-bottom: 12px;
    position: relative;
}
.amfaq-page .amfaq-questions .question .title {
    display: block;
}
.amfaq-page .amfaq-questions .question .title:before {
    position: absolute;
    top: 6px;
    left: 14px;
    content: '▶';
}
.amfaq-page .amfaq-questions .question.expanded .title:before {
    content: '▼';
}
.amfaq-page .amfaq-questions .question .author {
    font-size: 14px;
    margin: 7px 0;
}
.amfaq-page .amfaq-questions .question .read-full {
    text-decoration: underline;
    font-size: 14px;
    display: inline-block;
    padding: 7px 18px 7px 0;
}
.amfaq-page .amfaq-questions .question .read-full:hover {
    text-decoration: none;
}
.amfaq-page .amfaq-questions .question:last-child {
    margin-bottom: 20px;
}
.amfaq-page .amfaq-questions-group:last-child {
    border-bottom: none;
    margin-bottom: 32px;
}
.amfaq-page .amfaq-button {
    border: 0;
    text-decoration: none;
    margin-left: 2em;
}
.amfaq-page .amfaq-button.back {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.amfaq-page .amfaq-button.back:hover {
    background-position: 0px -44px;
}
.amfaq-page .amfaq-button.back:active {
    background-position: 0px -88px;
}
.amfaq-page .amfaq-button.back i {
    width: 16px;
    height: 13px;
    display: inline-block;
    margin-right: 7px;
}
.amfaq-page .amfaq-button.ask {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-left: 24px;
}
.amfaq-page .amfaq-button.ask:hover {
    background-position: 0px -44px;
}
.amfaq-page .amfaq-button.ask:active {
    background-position: 0px -88px;
}
.amfaq-page .amfaq-button.ask i:before {
    font-style: normal;
    content: '▶';
    margin-right: 7px;
}
.amfaq-page .amfaq-button.ask.expanded i:before {
    content: '▼';
}
.amfaq-page .amfaq-buttons {
    padding-top: 10px;
    border-top: 1px solid #ededed;
    clear: both;
}
.amfaq-page .amfaq-question-form {
    position: relative;
    padding-top: 35px;
    width: 100%;
    height: 398px;
}
.amfaq-page .amfaq-question-form .field {
    margin-right: 12px;
    width: auto;
}
.amfaq-page .amfaq-question-form .field input[type=text] {
    width: 100%; 
    max-width: 339px;
}
.amfaq-page .amfaq-question-form .wide label {
    float: none;
    display: block;
}
.amfaq-page .amfaq-question-form .wide textarea {
    max-width: 690px;
    width: 100%;
    height: 117px;
    font-size: 16px;
}
.amfaq-page .amfaq-question-form input[type=submit] {
    position: absolute;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.amfaq-page img {
    max-width: 100%;
}
.amfaq-page.amfaq-question-page .amfaq-question-block {
    /*width: 724px;*/
}
.amfaq-page.amfaq-question-page .amfaq-question-block h1 {
    font-weight: normal;
    font-size: 18px;
}
.amfaq-page.amfaq-question-page .amfaq-question-block .author {
    font-size: 14px;
}
.amfaq-page.amfaq-question-page .amfaq-question-block:before {
    display: block;
    content: ' ';
    /*width: 724px;*/
    height: 42px;
}
.amfaq-page.amfaq-question-page .amfaq-question-block:after {
    display: block;
    content: ' ';
    /*width: 724px;*/
    height: 16px;
}
.amfaq-page.amfaq-question-page .topics {
    max-width: 350px;
    margin: 12px 0;
}
.amfaq-page.amfaq-question-page .topics span {
    white-space: nowrap;
    font-size: 14px;
}
.amfaq-page.amfaq-question-page .amfaq-tags {
    float: right;
    max-width: 350px;
}
.amfaq-page .amfaq-search-results {
    padding-top: 18px;
}
.amfaq-page .show-more {
    text-decoration: underline;
    font-size: 14px;
    display: inline-block;
    color: black;
    padding: 12px 18px 12px 36px;
    font-weight: bold;
}
.amfaq-page .show-more:hover {
    text-decoration: none;
}

.amfaq-page .show-more.preloader {
    background: url(https://content.prettysound.net/skin/frontend/ds/pc/css/amasty/amfaq/images/preloader.gif) no-repeat;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    font-size: 0;
    display: block;
}

.amfaq-ratings
{
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 7px 7px 7px 7px;
    display: table;
    margin: 8px 0 18px;
}

.amfaq-ratings .rate-this
{
    display: inline-block;
    font-size: 16px;
    margin: 0 0 0 0;
}

.amfaq-ratings .rating-box
{
    cursor: pointer;
}

.amfaq-ratings .rating-box,
.amfaq-ratings .rating-links,
.amfaq-ratings .rating-yesno
{
    display: inline-block;
    float: none;
}

.amfaq-ratings .ratings
{
    margin: 0;
}

.amfaq-ratings .ratings .rating-box
.amfaq-ratings .ratings .rating-yesno
{
    margin: 0 12px 0 12px;
}

.amfaq-social a
{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 1px;
    border-radius: 3px;

    opacity: .5;
}

.amfaq-social
{
    float: right;
    margin-top: 8px;
}

.amfaq-social a:hover
{
    opacity: 1;
}

.amfaq-social a:active
{
    opacity: 1;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.5);
}

.amfaq-social .tw {background-position: -20px 0;}
.amfaq-social .gp {background-position: -40px 0;}
.amfaq-social .in {background-position: -60px 0;}

.amfaq-page .column
{
    padding: 12px 7px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.amfaq-page .column:first-child
{
    padding-left: 0;
}

.amfaq-page .column:last-child
{
    padding-right: 0;
}

.attachments
{
    margin: 10px 0;
}

.amfaq-ratings .ratings .rating-links.info
{
    float: none;
    margin: 0 12px 0 12px;
}

.amfaq-no-questions
{
    margin-bottom: 20px;
}
.box-collateral.box-amfaq h2 {
    display: none;
}
.amfaq-questions.collapse {
    display: block;
}
.rating_container {
    clear:both;
}

.rating_container a {
    float:left;
    display:block;
    width:25px;
    height:25px;
    border:0;
    background-image:url("https://content.prettysound.net/skin/frontend/ds/pc/css/amasty/amfaq/images/rating.png");
}

.rating_container a.rating_off {
    background-position:0 0px;
}

.rating_container a.rating_half {
    background-position:0 -25px;
}

.rating_container a.rating_on {
    background-position:0 -50px;
}

.rating_container a.rating_selected {
    /*background-position:0 -75px;*/
}

.rating_container .selected
{
    display: none;
}

.rating_container a.rating_selected .selected
{
    background: url("https://content.prettysound.net/skin/frontend/ds/pc/css/amasty/amfaq/images/rating.png") 0 -75px;
    display:block;
    width:25px;
    height:25px;
    border:0;
    cursor: pointer;
}

.amfaq-rating
{
    float: right;
    margin: 0 0 12px 12px;
}

.rating-box,
.rating-yesno
{
    margin-left: 10px;
}

.disabled
{
    pointer-events: none;
    cursor: default;
    font-weight: bold;
}
/* Block hints */

.amfpc-block-info
{
    position:relative;
    border:1px dotted #008080;
    margin:6px 2px;
    padding:18px 2px 2px 2px;
    zoom: 1;
}

.amfpc-block-info:hover
{
    border-color: orange !important;
}

.amfpc-block-info>.amfpc-block-handle,
.amfpc-block-info>.amfpc-template-info
{
    position:absolute;
    top:0;
    padding:2px 5px;
    background:#008080;
    color:white;
    font:normal 11px Arial;
    text-align:left !important;
    z-index:998;
    text-transform: none;
}

.amfpc-block-info>.amfpc-block-handle:hover,
.amfpc-block-info>.amfpc-template-info:hover
{
    z-index:999;
}

.amfpc-block-info>.amfpc-block-handle
{
    cursor: default;
    left:0;
    white-space: nowrap;
}

.amfpc-block-info>.amfpc-template-info
{
    right:0;
}

.amfpc-block-info>.amfpc-block-handle:hover
{
    background-color: orange !important;
}

.amfpc-block-info.active
{
    -webkit-animation: amfpc-blocks 1s linear .5s infinite alternate;
    animation: amfpc-blocks 1s linear .5s infinite alternate;
}

@-webkit-keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

@keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

/* Updated blocks */

.amfpc-block-info.updated
{
    border-color: red;
}

.amfpc-block-info.updated>.amfpc-block-handle
{
    top:0;
    background:red;
}

/* Status popup */

.amfpc-info
{
    width: 350px;
    min-height: 95px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #008080;
    color: #fff;
    z-index: 99999;
    font-size: 32px;
}

.amfpc-info h1
{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

.amfpc-info h2
{
    margin-top: 12px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.amfpc-info .amfpc-content
{
    line-height: 48px;
}
/* recomment for fix issues on mobile devices
@media only screen and (max-device-width: 770px) {
    .amlabel-txt {
        font-size: 70%;
        line-height: 1.1;
    }
}
*/

.amlabel-div {
    position: relative;
}

.amlabel-div .amlabel-txt {
    line-height: 11px;
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    letter-spacing: 0.01px;
    text-decoration: none;
    color: #fff;
}

.amlabel-div a {
    text-decoration: none;
    position: relative;
}

.amlabel-table {
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.amlabel-table td {
    vertical-align: middle;
    text-align: center;
    border: 0;
    height: auto;
}

.top-center {
    top     : 0;
    left    : 0;
    right   : 0;
    margin-left : auto;
    margin-right : auto;
}

.middle-left {
    left : 0;
    top   : 0;
    bottom  : 0;
    margin-top: auto;
    margin-bottom: auto;
}

.middle-right {
    right: 0;
    top   : 0;
    bottom  : 0;
    margin-top: auto;
    margin-bottom: auto;
}

.bottom-center {
    bottom: 0;
    left    : 0;
    right   : 0;
    margin-left : auto;
    margin-right : auto;
}

.middle-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top   : 0;
    bottom  : 0;
    margin-top: auto;
    margin-bottom: auto;
}

.top-left {
    top: 0;
    left: 0;
}

.top-right {
    top: 0;
    right: 0;
}

.bottom-left {
    bottom: 0;
    left: 0;
}

.bottom-right {
    bottom: 0;
    right: 0;
}

.products-list .amlabel-div {
    float: left;
}

* html .amlabel-div {
    float: left;
}

* html .amlabel-div a {
    position: relative;
}

@media (max-width: 930px) {
    .amlabel-table {
        display: none;
    }
}

.amlabel-table2 {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.amlabel-txt2 {
    width: 100%;
    height: 100%;
    background-size: contain !important;
    position: absolute;
    z-index: 9999;
}

.ampreorder_note {
    font-weight: bold !important;
    color: #00aa00;
}
div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

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

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

.amshopby-featured {
    padding: 5px;
}

.amshopby-link {
    padding: 5px 0 0 5px;
}

.amshopby-clearer {
    display: block;
    clear: both;
    overflow: hidden;
}

div.block-layered-nav dd a {
    padding: 0 5px 0 0;
    display: block;
    float: left;
}

.block-layered-nav .amshopby-attr,
.block-layered-nav .amshopby-attr:hover {
    padding-left: 15px;
    background: url(https://content.prettysound.net/skin/frontend/ds/pc/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr::before,
.block-layered-nav .amshopby-attr-selected::before {
    border-style: none;
}

.block-layered-nav .amshopby-attr-selected,
.block-layered-nav .amshopby-attr-selected:hover {
    font-weight: bold;
    padding-left: 15px;
    background: url(https://content.prettysound.net/skin/frontend/ds/pc/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr-inactive {
    pointer-events: none;
    color: #666
}

.block-layered-nav dd a img {
    float: left;
}

.block-layered-nav .single-choice a.amshopby-attr,
.block-layered-nav .single-choice a.amshopby-attr:hover {
    background-image: url(https://content.prettysound.net/skin/frontend/ds/pc/images/amshopby-rb1.gif);
}

.block-layered-nav .single-choice a.amshopby-attr-selected,
.block-layered-nav .single-choice a.amshopby-attr-selected:hover {
    background-image: url(https://content.prettysound.net/skin/frontend/ds/pc/images/amshopby-rb2.gif);
}

.amshopby-swatch {
    background: url(https://content.prettysound.net/skin/frontend/ds/pc/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-level-2 {
    padding-left: 20px;
}

.block-layered-nav .amshopby-cat-level-2.static-2-level {
    padding-left: 30px;
}

.block-layered-nav .amshopby-cat-level-3 {
    padding-left: 40px;
}

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

.block-layered-nav .amshopby-cat-multi a {
    padding-left: 15px;
    background: url(https://content.prettysound.net/skin/frontend/ds/pc/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-multiselected a,
.block-layered-nav .amshopby-cat-multiselected a:hover {
    font-weight: bold;
    background: url(https://content.prettysound.net/skin/frontend/ds/pc/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav span.amshopby-plusminus {
    float: left;
    display: block;
    margin: 5px 0 0;
    padding: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(https://content.prettysound.net/skin/frontend/ds/pc/images/amshopby-plus.gif) no-repeat;
}

.block-layered-nav span.minus {
    background: transparent url(https://content.prettysound.net/skin/frontend/ds/pc/images/amshopby-minus.gif) no-repeat;
}

.block-layered-nav li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.block-layered-nav.amshopby-collapse-enabled dt::after {
    border-style: none;
}

.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
    background: url(https://content.prettysound.net/skin/frontend/ds/pc/images/amshopby-collapsed.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled .toggle-content .no-display {
    display: block;
}

.block-layered-nav .amshopby-slider {
    position: relative;
    margin: 10px 4px 5px;
    z-index: 9;
    height: 18px;
    background: url(https://content.prettysound.net/skin/frontend/ds/pc/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    cursor: pointer;
}

.block-layered-nav .amshopby-slider .handle {
    margin-left: -4px;
    width: 8px;
    top: 3px;
    height: 14px;
    background: transparent url(https://content.prettysound.net/skin/frontend/ds/pc/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,
.amshopby-slider-handle-left {
    position: absolute;
    top: 14px;
}

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

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

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

.block-layered-nav,
.amshopby-page-container,
.amshopby-filters-top {
    position: relative;
}

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

.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

.amshopby-overlay div {
    margin: 0 auto;
    display: block;
    width: 300px;
    height: 200px;
    background: url('https://content.prettysound.net/skin/frontend/ds/pc/images/amshopby-overlay.gif') 50% 50% no-repeat;
}
/*
 * Advanced Categories
 */
.amshopby-advanced li {
    clear: both;
}

.amshopby-advanced .level1 {
    padding-left: 20px;
}

.amshopby-advanced .level2 {
    padding-left: 30px;
}

.amshopby-advanced .level3 {
    padding-left: 40px;
}

.amshopby-advanced .level4 {
    padding-left: 50px;
}

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

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

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

.btn-remove-inline {
    background: url('https://content.prettysound.net/skin/frontend/ds/pc/images/am_btn_remove.gif') no-repeat;
    width: 13px;
    height: 12px;
    margin-left: 4px;
}

.amshopby-hightlighted {
    background: yellow;
}

.btn-remove-inline img {
    display: inline;
}

.block-layered-nav .amshopby-slider .handle.active {
    z-index: 3;
}

.amshopby-slider-ui {
    background: url(https://content.prettysound.net/skin/frontend/ds/pc/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    margin: 10px .4em;
}

.amshopby-slider-ui .ui-slider-handle {
    background-color: #f18200;
    border: 1px solid #de5400;
    box-sizing: border-box;
    outline: none;
}

.amshopby-slider-ui .ui-slider-range {
    background-color: #999999;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-slider {
    cursor: pointer;
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.8em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.2em;
    margin-left: -.4em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0.2em;
    height: 8px;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.amshopby-narrow-by-list td {
    vertical-align: top;
}

input[name^="amshopby"][id$="from"].input-text,
input[name^="amshopby"][id$="to"].input-text {
    width: auto;
}

.amshopby-item-top {
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol {
    max-width: 250px;
    clear: left;
}

.amshopby-item-top .amshopby-column {
    width: auto;
}

.no-display-current,
.no-display {
    display: none;
}

.current .no-display-current,
.current td.no-display {
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content dt {
        background: url(https://content.prettysound.net/skin/frontend/ds/pc/images/amshopby-collapsed.gif) center left no-repeat;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dt.current {
        background: url(https://content.prettysound.net/skin/frontend/ds/pc/images/amshopby-expanded.gif) center left no-repeat;
    }
}

.block-layered-nav ol:not(.single-choice) select option[selected] {
    color: white;
    background-color: rgba(171, 171, 171, 1);
}

.amshopby-apply-button {
    width: 180px;
    height: 40px;
    margin-top: 1em;
}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}
.amshopby-subcategories-wrapper {
    position: relative;
    box-sizing: unset;
    flex-wrap: wrap;
}
.amshopby-subcategories-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 999;
}
.amshopby-subcategory {
    float: left;
    height: auto;
    width: auto;
    padding-right: 5px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.amshopby-subcategory .am-item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
}
.amshopby-subcategory .am-img {
    max-width: 100%;
    display: block;
    float: left;
}
.amshopby-subcategory .am-title {
    margin-left: 5px;
    padding: 20px 0;
}
.amshopby-subcategories-img {
    display: inline;
    vertical-align: middle;
}
div.amshopby-overflow-scroll-enabled div.block-content dl dd > ol:first-of-type {
    overflow-y: auto;
}
.amshopby-cat-level-1.without-icon {
    padding-left: 15px;
}
.points-notice-sidebar-msg {
    margin: 5px;
    padding: 5px;
    background-color: #90EE90;
}

.magease-points-widget .block-content {
    font-size: 20px;
}

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

/* Layout Configuration */
.mobile {
    display: none;
}

@media (max-width: 770px) {
    .mobile {
        display: block;
    }
}

.mobile .mobile-block {
    display: none;
}

@media (max-width: 770px) {
    .mobile .mobile-block {
        display: block;
    }
}

.mobile.two-columns-left section.content,
.mobile.two-columns-right section.content {
    width: 100%;
    float: left;
}

.mobile.two-columns-left section.content .swipe-me,
.mobile.two-columns-right section.content .swipe-me {
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s 0.3s ease-in-out;
    -moz-transition: all 0.5s 0.3s ease-in-out;
    -o-transition: all 0.5s 0.3s ease-in-out;
    transition: all 0.5s 0.3s ease-in-out;
    opacity: 0.5;
    text-indent: -10000px;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: -15px;
    float: right;
}

.mobile.two-columns-left section.content .swipe-me:hover,
.mobile.two-columns-right section.content .swipe-me:hover {
    opacity: 0.7;
}

.mobile.two-columns-left section.content .swipe-me.right,
.mobile.two-columns-right section.content .swipe-me.right {
    background: url(https://content.prettysound.net/skin/frontend/base/default/mpblog/images/swipe_left.png) no-repeat 100% 50% transparent;
    background: url(https://content.prettysound.net/skin/frontend/base/default/mpblog/images/swipe_left.svg) no-repeat 100% 50% transparent;
}

.mobile.two-columns-left section.content .swipe-me.left,
.mobile.two-columns-right section.content .swipe-me.left {
    background: url(https://content.prettysound.net/skin/frontend/base/default/mpblog/images/swipe_right.png) no-repeat 100% 50% transparent;
    background: url(https://content.prettysound.net/skin/frontend/base/default/mpblog/images/swipe_right.svg) no-repeat 100% 50% transparent;
}

.mobile.two-columns-left aside,
.mobile.two-columns-right aside {
    position: fixed;
    width: 80%;
    max-width: 320px;
    top: 0;
    height: 100vh;
    background: #fff;
    z-index: 199999;
    padding: 20px;
}

.mobile.two-columns-left aside.right,
.mobile.two-columns-right aside.right,
.mobile.two-columns-left aside.left,
.mobile.two-columns-right aside.left {
    overflow-y: scroll;
    display: none;
}

.mobile.two-columns-left aside.right.active,
.mobile.two-columns-right aside.right.active,
.mobile.two-columns-left aside.left.active,
.mobile.two-columns-right aside.left.active {
    display: block;
    -webkit-box-shadow: 0px 0 15px 0 #333333;
    -moz-box-shadow: 0px 0 15px 0 #333333;
    box-shadow: 0px 0 15px 0 #333333;
}

.mobile.two-columns-left aside.right,
.mobile.two-columns-right aside.right {
    right: -80%;
}

.mobile.two-columns-left aside.right.active,
.mobile.two-columns-right aside.right.active {
    right: 0;
}

.mobile.two-columns-left aside.left,
.mobile.two-columns-right aside.left {
    /* None Active */
    left: -80%;
}

.mobile.two-columns-left aside.left.active,
.mobile.two-columns-right aside.left.active {
    left: 0;
}

.mobile.two-columns-left .mpblog-search input#search-blog,
.mobile.two-columns-right .mpblog-search input#search-blog {
    width: 100%;
}

.desktop {
    display: block;
}

@media (max-width: 770px) {
    .desktop {
        display: none;
    }
}

.desktop .desktop-block {
    display: block;
}

@media (max-width: 770px) {
    .desktop .desktop-block {
        display: none;
    }
}

.desktop.two-columns-left section.content,
.desktop.two-columns-right section.content {
    width: 74%;
    float: left;
}

.desktop.two-columns-left aside.left,
.desktop.two-columns-right aside.left,
.desktop.two-columns-left aside.right,
.desktop.two-columns-right aside.right {
    width: 23%;
    float: left;
}

.desktop.two-columns-right section.content {
    padding-right: 20px;
}

.desktop.two-columns-left section.content {
    padding-left: 20px;
}

.desktop.three-columns section.content {
    width: 58%;
    float: left;
    padding: 0 18px;
}

.desktop.three-columns aside.left,
.desktop.three-columns aside.right {
    width: 18%;
    float: left;
}

/* List of Posts */
@media (max-width: 1024px) {
    .mpblog-list.list .mpblog-post {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1em;
        padding-bottom: 1em;
    }

    .mpblog-list.list .mpblog-post:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.mpblog-list.list .mpblog-post .thumbnail-container {
    overflow: hidden;
}

.mpblog-list.list .mpblog-post .post-thumbnail {
    -webkit-transition: -webkit-transform 0.3s 0.15s ease-out;
    -moz-transition: -moz-transform 0.3s 0.15s ease-out;
    -o-transition: -o-transform 0.3s 0.15s ease-out;
    transition: -webkit-transform 0.3s 0.15s ease-out, -moz-transform 0.3s 0.15s ease-out, -o-transform 0.3s 0.15s ease-out, transform 0.3s 0.15s ease-out;
}

.mpblog-list.list .mpblog-post .post-thumbnail:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.mpblog-list.list .mp-read-more {
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    float: left;
}

.mpblog-list.grid {
    width: 100%;
}

.mpblog-list.grid .item {
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    float: left;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mpblog-list.grid .item .post-container {
    overflow: hidden;
    background-color: #f4f4f4;
    padding: 10px;
}

.mpblog-list.grid .item .post-container .thumbnail-container {
    overflow: hidden;
}

.mpblog-list.grid .item .post-container .post-thumbnail {
    margin: -10px -10px 10px;
    -webkit-transition: -webkit-transform 0.3s 0.15s ease-out;
    -moz-transition: -moz-transform 0.3s 0.15s ease-out;
    -o-transition: -o-transform 0.3s 0.15s ease-out;
    transition: -webkit-transform 0.3s 0.15s ease-out, -moz-transform 0.3s 0.15s ease-out, -o-transform 0.3s 0.15s ease-out, transform 0.3s 0.15s ease-out;
}

.mpblog-list.grid .item .post-container .post-thumbnail:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.mpblog-list.grid .item .post-container .mp-footer {
    margin-bottom: 20px;
}

.mpblog-list.grid .item .post-container span.comments {
    float: left;
    margin-left: 0;
}

/* Grid Sizer */
.three-columns .mpblog-list.grid .grid-sizer {
    width: 33%;
}

.three-columns .mpblog-list.grid .item {
    width: 33%;
}

.three-columns .mpblog-list.grid .item.w2 {
    width: 66%;
}

.three-columns .mpblog-list.grid .item.w3 {
    width: 100%;
    padding: 0 !important;
}

@media only screen and (max-width: 1024px) {
    .three-columns .mpblog-list.grid .grid-sizer {
        width: 50%;
    }

    .three-columns .mpblog-list.grid .item {
        width: 50%;
    }

    .three-columns .mpblog-list.grid .item.w2,
    .three-columns .mpblog-list.grid .item.w3 {
        width: 100%;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 600px) {
    .three-columns .mpblog-list.grid .grid-sizer {
        width: 100%;
    }

    .three-columns .mpblog-list.grid .item {
        padding: 0 !important;
        width: 100%;
    }

    .three-columns .mpblog-list.grid .item.w3,
    .three-columns .mpblog-list.grid .item.w2 {
        width: 100%;
    }
}

.two-columns-right .mpblog-list.grid .grid-sizer,
.two-columns-left .mpblog-list.grid .grid-sizer {
    width: 25%;
}

.two-columns-right .mpblog-list.grid .item,
.two-columns-left .mpblog-list.grid .item {
    width: 25%;
}

.two-columns-right .mpblog-list.grid .item.w2,
.two-columns-left .mpblog-list.grid .item.w2 {
    width: 50%;
}

.two-columns-right .mpblog-list.grid .item.w3,
.two-columns-left .mpblog-list.grid .item.w3 {
    width: 75%;
}

@media only screen and (max-width: 1024px) {
    .two-columns-right .mpblog-list.grid .grid-sizer,
    .two-columns-left .mpblog-list.grid .grid-sizer {
        width: 50%;
    }

    .two-columns-right .mpblog-list.grid .item,
    .two-columns-left .mpblog-list.grid .item {
        width: 50%;
    }

    .two-columns-right .mpblog-list.grid .item.w3,
    .two-columns-left .mpblog-list.grid .item.w3,
    .two-columns-right .mpblog-list.grid .item.w2,
    .two-columns-left .mpblog-list.grid .item.w2 {
        width: 100%;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 600px) {
    .two-columns-right .mpblog-list.grid .grid-sizer,
    .two-columns-left .mpblog-list.grid .grid-sizer {
        width: 100%;
    }

    .two-columns-right .mpblog-list.grid .item,
    .two-columns-left .mpblog-list.grid .item {
        padding: 0 !important;
        width: 100%;
    }

    .two-columns-right .mpblog-list.grid .item.w3,
    .two-columns-left .mpblog-list.grid .item.w3,
    .two-columns-right .mpblog-list.grid .item.w2,
    .two-columns-left .mpblog-list.grid .item.w2 {
        width: 100%;
    }
}

.one-column .mpblog-list.grid .grid-sizer {
    width: 20%;
}

.one-column .mpblog-list.grid .item {
    width: 20%;
}

.one-column .mpblog-list.grid .item.w2 {
    width: 40%;
}

.one-column .mpblog-list.grid .item.w3 {
    width: 60%;
}

@media only screen and (max-width: 1024px) {
    .one-column .mpblog-list.grid .grid-sizer {
        width: 33%;
    }

    .one-column .mpblog-list.grid .item {
        width: 33%;
    }

    .one-column .mpblog-list.grid .item.w2 {
        width: 66%;
    }

    .one-column .mpblog-list.grid .item.w3 {
        width: 100%;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 600px) {
    .one-column .mpblog-list.grid .grid-sizer {
        width: 100%;
    }

    .one-column .mpblog-list.grid .item {
        padding: 0 !important;
        width: 100%;
    }

    .one-column .mpblog-list.grid .item.w3,
    .one-column .mpblog-list.grid .item.w2 {
        width: 100%;
    }
}

.mpblog-container .mp-pager {
    margin-top: 40px;
    padding: 10px 5px 0;
}

.mpblog-container .mp-pager .navi a {
    line-height: 16px;
    min-height: 16px;
    width: 45%;
}

.mpblog-container .mp-pager .newer a {
    float: right;
    text-align: right;
}

.mpblog-container .mp-pager .newer a i.glyphicons {
    margin-left: 5px;
}

.mpblog-container .mp-pager .older a {
    float: left;
    text-align: left;
}

.mpblog-container .mp-pager .older a i.glyphicons {
    margin-right: 5px;
}

/** Comments */
@media (max-width: 770px) {
    .comments-action {
        display: inline-block;
        margin-top: 20px;
    }
}

@media (min-width: 770px) {
    .comments-action {
        float: right;
    }
}

.comments-action .leave-a-comment {
    margin-left: 15px;
    line-height: 24px;
}

.comments-action .leave-a-comment a {
    text-transform: uppercase;
    font-size: larger;
}

.comments-action .blog-icon.rss {
    background: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/rss.png") no-repeat 0 0 transparent;
    /** One for elder */
    background: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/rss.svg") no-repeat 0 0 transparent;
    /** One for new */
}

@media (min-width: 770px) {
    .comments-action .blog-icon.rss {
        display: inline-block;
    }
}

.comments-action .blog-icon.rss,
.comments-action .leave-a-comment {
    float: left;
}

.mpblog-comments-container .comments-header {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    position: relative;
}

.mpblog-comments-container .comments-header span.leave-a-comment {
    float: left;
    margin-left: 0;
}

.mpblog-comments-container .comments-header span.rss-comments {
    float: left;
    margin-left: 20px;
}

.mpblog-comments-container .mp-comment-header {
    margin-bottom: 10px;
}

.mpblog-comments-container .mp-comment-author,
.mpblog-comments-container .mp-comment-date,
.mpblog-comments-container .mp-comment-willapprove {
    float: left;
    margin-right: 10px;
}

.mpblog-comments-container .mp-comment-willapprove {
    color: red;
    font-style: italic;
    font-size: smaller;
}

.mpblog-comments-container .mp-replies {
    padding-left: 24px;
}

@media (max-width: 1024px) {
    .mpblog-comments-container .mp-replies {
        padding-left: 12px;
    }
}

@media (max-width: 600px) {
    .mpblog-comments-container .mp-replies {
        padding-left: 6px;
    }
}

.mp-comment-content,
.mp-comment-form {
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #cccccc;
}

.mp-comment-content.my-comment {
    border-color: #3399cc;
}

.mp-comment-form {
    background-color: #f4f4f4;
}

.mp-comment-form h5 {
    text-transform: none;
}

.mp-blog-loader {
    background: url('https://content.prettysound.net/skin/frontend/base/default/mpblog/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;
    height: 11px;
    width: 16px;
    margin: 0 auto;
}

.comment-form-field {
    margin-bottom: 10px;
    position: relative;
}

.comment-form-field .checkbox + label {
    padding: 0;
}

.comment-form-field textarea,
.comment-form-field input[type="text"] {
    line-height: 1.5;
    padding: 5px !important;
}

.comment-form-field textarea {
    height: 72px;
    width: 100%;
    max-width: 460px;
}

.comment-form-field textarea,
.comment-form-field textarea:focus {
    background-color: #ffffff;
}

.comment-form-field input[type="checkbox"] {
    display: none;
}

.comment-form-field input[type="checkbox"] + label {
    width: auto;
    max-width: 100%;
    font-weight: normal;
    vertical-align: middle;
    line-height: 1;
}

.comment-form-field input[type="checkbox"] + label:before {
    content: "";
    background: white;
    float: left;
    margin-right: 5px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 1px;
    -moz-background-clip: padding;
    border-radius: 1px;
    background-clip: padding-box;
}

.comment-form-field input[type="checkbox"]:checked + label:before {
    background: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/checked-input.png") no-repeat 50% 50% #ffffff;
    background: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/checked-input.svg") no-repeat 50% 50% #ffffff;
}

.comment-form-field input.text {
    width: 70% !important;
}

@media (max-width: 770px) {
    .comment-form-field input.text {
        width: 100% !important;
    }
}

.comment-form-field textarea,
.comment-form-field input.text {
    border: 1px solid #cccccc;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -moz-transition: -moz-box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.comment-form-field textarea.validation-failed,
.comment-form-field input.text.validation-failed {
    border: 1px dashed red;
}

.form-actions {
    text-align: right;
    position: relative;
}

.form-actions .mp-comment-reply-btn {
    text-transform: uppercase;
}

.form-actions .subscribe {
    position: absolute;
    left: 0;
    border-color: transparent;
}

.mpblog-container h1.mp-title {
    margin-bottom: 20px;
}

@media (max-width: 770px) {
    .mp-blog-head {
        text-align: center;
    }
}

.mp-blog-head h1 {
    float: left;
    margin-bottom: 0.25em;
    max-width: 90%;
}

@media (max-width: 1024px) {
    .mp-blog-head h1 {
        max-width: 85%;
        font-size: larger;
    }
}

@media (max-width: 770px) {
    .mp-blog-head h1 {
        max-width: 100%;
    }
}

.mp-blog-head a.mp-blog-rss-link,
.mp-blog-head a.mp-blog-print-link {
    font-size: smaller;
}

@media (max-width: 770px) {
    .mp-blog-head a.mp-blog-rss-link,
    .mp-blog-head a.mp-blog-print-link {
        display: none;
    }
}

.mp-blog-head span.mp-blog-rss,
.mp-blog-head span.mp-blog-print {
    float: right;
    margin-top: 4px;
}

@media (max-width: 770px) {
    .mp-blog-head span.mp-blog-rss,
    .mp-blog-head span.mp-blog-print {
        display: none;
    }
}

.mpblog-post {
    clear: both;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .mpblog-post .mp-post-header h2 {
        font-size: larger;
        margin-bottom: 0;
    }
}

.mpblog-post .post-thumbnail {
    margin-bottom: 1em;
}

.mpblog-post img {
    max-width: 100%;
}

.mpblog-post .post-thumbnail img.thumbnail {
    width: 100%;
}

.h-p-item a img {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .mpblog-post .post-thumbnail {
        margin-bottom: 0.5em;
    }
}

.mpblog-post .mp-header {
    padding: 0.5em 0;
    margin-bottom: 1em;
}

@media (max-width: 1024px) {
    .mpblog-post .mp-header {
        border-top: none;
        margin-bottom: 0.5em;
    }
}

.mpblog-post .mp-header .posted-by,
.mpblog-post .mp-header .date,
.mpblog-post .mp-header .views {
    float: left;
}

@media (max-width: 1024px) {
    .mpblog-post .mp-header {
        border-top: none;
    }
}

.mpblog-post .mp-content div.mp-details {
    margin-top: 20px;
}

.mpblog-post .mp-content iframe.blog-video {
    margin-bottom: 1.5em !important;
}

.mpblog-post .mp-content hr.cutter {
    display: none;
}

.mpblog-post .mp-content ol,
.mpblog-post .mp-content ul {
    margin-left: 20px;
}

.mpblog-post .mp-content img.alignleft {
    display: inline;
    float: left;
    margin: 0 20px 3px 0;
}

.mpblog-post .mp-content img.alignright {
    display: inline;
    float: right;
    margin: 0 0 3px 20px;
}

.mpblog-post .mp-content a {
    color: #7AA300;
}

.mpblog-post .mp-content a:hover {
    text-decoration: underline;
}

.mpblog-post .mp-content a > img {
    border: 1px solid #D0CBC1;
    padding: 3px;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transition: -webkit-box-shadow 0.15s 0.3s ease-in-out;
    -moz-transition: -moz-box-shadow 0.15s 0.3s ease-in-out;
    -o-transition: box-shadow 0.15s 0.3s ease-in-out;
    transition: box-shadow 0.15s 0.3s ease-in-out;
}

.mpblog-post .mp-content a > img:hover {
    -webkit-box-shadow: 0px 0px 6px 0 #cccccc;
    -moz-box-shadow: 0px 0px 6px 0 #cccccc;
    box-shadow: 0px 0px 6px 0 #cccccc;
}

.mpblog-post .mp-content blockquote {
    margin: 0 1.6em 1.5em;
    padding-left: 0;
    color: #777;
    font-style: italic;
}

.mpblog-post .mp-content table {
    margin-bottom: 1.5em;
}

.mpblog-post .mp-content table tr th {
    font-weight: bold;
    border-bottom: 2px solid #cccccc;
    background-color: #ffffff;
}

.mpblog-post .mp-content table tr td,
.mpblog-post .mp-content table tr th {
    padding: 5px 10px;
}

.mpblog-post .mp-content table tr:nth-child(odd) td {
    background-color: #ffffff;
}

.mpblog-post .mp-content table tr:nth-child(even) td {
    background-color: #f4f4f4;
}

.mpblog-post span.mp-tags,
.mpblog-post span.categories,
.mpblog-post span.posted-by,
.mpblog-post span.date,
.mpblog-post span.go-to-comments,
.mpblog-post span.leave-a-comment,
.mpblog-post span.comments,
.mpblog-post span.rss-comments,
.mpblog-post span.views {
    font-size: smaller;
}

.mpblog-post span.mp-tags {
    margin-right: 20px;
    float: left;
}

.mpblog-post span.mp-tags-pic {
    float: left;
    width: 20px;
}

.mpblog-post span.mp-tags-pic span.text {
    line-height: 16px;
    text-indent: -999em;
    display: block;
}

.mpblog-post span.categories {
    margin-right: 20px;
    float: left;
}

.mpblog-post span.categories-pic {
    float: left;
    display: block;
    width: 19px;
    height: 16px;
}

.mpblog-post span.categories-pic span.text {
    line-height: 16px;
    text-indent: -999em;
    display: block;
}

.mpblog-post span.posted-by {
    margin-right: 20px;
}

.mpblog-post span.date {
    margin-right: 20px;
}

.mpblog-post span.views {
    margin-right: 20px;
}

.mpblog-post span.comments {
    float: right;
    margin-left: 20px;
}

@media (max-width: 600px) {
    .mpblog-post span.comments {
        display: none;
    }

    .mpblog-post img {
        max-width: 100% !important;
    }

    .mpblog-post .mp-content ol, .mpblog-post .mp-content ul, .mpblog-post .mp-content a {
        word-wrap: break-word;
    }

    .mobile.two-columns-left section.content,
    .mobile.two-columns-right section.content {
        float: none;
    }
}

.mpblog-post i.glyphicons {
    margin-right: 5px;
}

.mpblog-post .customer-action-bar {
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}

@media (max-width: 770px) {
    .mpblog-post .customer-action-bar {
        text-align: center;
    }
}

.blog-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    opacity: 0.8;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blog-icon:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-icon:active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

/* Recent Comments and Posts */
.mp-recentcomment-date,
.mp-recentpost-date {
    font-style: italic;
    font-size: smaller;
    margin-bottom: 2px;
    margin-top: 2px;
}

/* Fix Magento Calendar Styles */
i.glyphicons.calendar {
    border: none !important;
    background: none !important;
}

/* Sidebars */
.mpblog-categories .block-content,
.mpblog-search .block-content,
.mpblog-recentposts .block-content,
.mpblog-tags .block-content,
.mpblog-recentcomments .block-content,
.mpblog-archives .block-content {
    padding: 5px 10px;
}

.mpblog-categories ul li,
.mpblog-recentcomments ul li,
.mpblog-archives ul li {
    padding-left: 20px;
    margin-bottom: 3px;
    position: relative;
}

/* Sidebar Blocks */
.sidebar-common ul li.active a {
    font-weight: bold;
}

.sidebar-common ul li i.glyphicons,
.sidebar-common ul li i.glyphicons:before {
    font-size: smaller;
}

.sidebar-common ul li i.glyphicons {
    display: block;
    left: 4px;
    top: 2px;
    position: absolute;
}

.mpblog-categories ul li.active a,
.mpblog-recentcomments ul li.active a,
.mpblog-archives ul li.active a,
.mpblog-recentposts ul li.active a,
.mpblog-recentcomments ul li.active a,
.mpblog-archives ul li.active a {
    font-weight: bold;
}

.mpblog-categories ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-recentposts ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-categories ul li i.glyphicons:before,
.mpblog-recentcomments ul li i.glyphicons:before,
.mpblog-archives ul li i.glyphicons:before,
.mpblog-recentposts ul li i.glyphicons:before,
.mpblog-recentcomments ul li i.glyphicons:before,
.mpblog-archives ul li i.glyphicons:before {
    font-size: smaller;
}

.mpblog-categories ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-recentposts ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons {
    display: block;
    left: 4px;
    top: 2px;
    position: absolute;
}

.mpblog-recentposts .mp-post-thesis {
    margin-top: 3px;
}

.mpblog-recentposts .thumbnail {
    float: left;
    border: 1px solid #D0CBC1;
    padding: 3px;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 68px;
    height: 68px;
}

.mpblog-recentposts .thumbnail:hover {
    -webkit-box-shadow: 0px 0px 6px 0 #cccccc;
    -moz-box-shadow: 0px 0px 6px 0 #cccccc;
    box-shadow: 0px 0px 6px 0 #cccccc;
    -webkit-transition: all 0.15s 0.3s ease-in-out;
    -moz-transition: all 0.15s 0.3s ease-in-out;
    -o-transition: all 0.15s 0.3s ease-in-out;
    transition: all 0.15s 0.3s ease-in-out;
}

.mpblog-recentposts .thumbnail .img {
    width: 60px;
    height: 60px;
}

.mpblog-recentposts ul li {
    margin-bottom: 20px;
}

.mpblog-recentposts ul li:last-child {
    margin-bottom: 0;
}

.mpblog-archives .block-content {
    padding-top: 10px;
}

.mpblog-archives .block-content .actions {
    margin: 10px -10px -5px;
}

/* Tags */
.mpblog-tags .tag-list.cloud-enabled {
    display: none;
}

.mpblog-tags .block-content canvas {
    width: 100%;
    margin-left: -5px;
}

.mpblog-tags ul {
    list-style-type: none;
}

.mpblog-tags ul li {
    display: inline;
}

.mpblog-tags a.tag1 {
    font-size: 0.7em;
    font-weight: 100;
}

.mpblog-tags a.tag2 {
    font-size: 0.8em;
    font-weight: 200;
}

.mpblog-tags a.tag3 {
    font-size: 0.9em;
    font-weight: 300;
}

.mpblog-tags a.tag4 {
    font-size: 1.0em;
    font-weight: 400;
}

.mpblog-tags a.tag5 {
    font-size: 1.2em;
    font-weight: 500;
}

.mpblog-tags a.tag6 {
    font-size: 1.4em;
    font-weight: 600;
}

.mpblog-tags a.tag7 {
    font-size: 1.6em;
    font-weight: 700;
}

.mpblog-tags a.tag8 {
    font-size: 1.8em;
    font-weight: 800;
}

.mpblog-tags a.tag9 {
    font-size: 2.2em;
    font-weight: 900;
}

.mpblog-tags a.tag10 {
    font-size: 2.5em;
    font-weight: 900;
}

/* Social Share */
@media (min-width: 770px) {
    .mpblog-social-container {
        float: left;
    }
}

@media (max-width: 770px) {
    .mpblog-social-container .mp-buttons ul {
        text-align: center;
        width: 100%;
    }
}

.mpblog-social-container .mp-buttons ul li {
    margin-right: 5px;
    float: left;
}

@media (max-width: 770px) {
    .mpblog-social-container .mp-buttons ul li {
        margin-bottom: 5px;
        display: inline-block;
    }
}

.mpblog-social-container .mp-buttons ul li .blog-icon {
    float: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
}

.mpblog-social-container .mp-buttons ul li .blog-icon.twitter {
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/twitter.png");
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/twitter.svg");
}

.mpblog-social-container .mp-buttons ul li .blog-icon.facebook {
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/facebook.png");
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/facebook.svg");
}

.mpblog-social-container .mp-buttons ul li .blog-icon.vkontakte {
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/vk.png");
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/vk.svg");
}

.mpblog-social-container .mp-buttons ul li .blog-icon.odnoklassniki {
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/ok.png");
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/ok.svg");
}

.mpblog-social-container .mp-buttons ul li .blog-icon.blogger {
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/blogger.png");
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/blogger.svg");
}

.mpblog-social-container .mp-buttons ul li .blog-icon.tumblr {
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/tumblr.png");
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/tumblr.svg");
}

.mpblog-social-container .mp-buttons ul li .blog-icon.pinterest {
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/pinterest.png");
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/pinterest.svg");
}

.mpblog-social-container .mp-buttons ul li .blog-icon.digg {
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/digg.png");
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/digg.svg");
}

.mpblog-social-container .mp-buttons ul li .blog-icon.mixx {
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/mixx.png");
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/mixx.svg");
}

.mpblog-social-container .mp-buttons ul li .blog-icon.delicious {
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/delicious.png");
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/delicious.svg");
}

.mpblog-social-container .mp-buttons ul li .blog-icon.stumbleupon {
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/stumbleupon.png");
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/stumbleupon.svg");
}

.mpblog-social-container .mp-buttons ul li .blog-icon.slashdot {
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/slashdot.png");
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/slashdot.svg");
}

.mpblog-social-container .mp-buttons ul li .blog-icon.slashdot {
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/slashdot.png");
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/slashdot.svg");
}

.mpblog-social-container .mp-buttons ul li .blog-icon.reddit {
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/reddit.png");
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/reddit.svg");
}

.mpblog-social-container .mp-buttons ul li .blog-icon.linkedin {
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/linkedin.png");
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/linkedin.svg");
}

.mpblog-social-container .mp-buttons ul li .blog-icon.google {
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/google_bookmarks.png");
    background-image: url("https://content.prettysound.net/skin/frontend/base/default/mpblog/images/assets/google_bookmarks.svg");
}

.search-query {
    margin-bottom: 20px;
}

.search-query .input-box {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.search-query .input-box button.button {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    padding: 6px 7px;
}

.search-query .input-box button.button i.glyphicons.search {
    opacity: 0.5;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.search-query .input-box button.button i.glyphicons.search:hover {
    opacity: 1;
}

.search-query .input-box button.button i.glyphicons.search:active {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.search-query .input-box input[type="text"] {
    width: 100%;
}

.search-query .advice {
    padding: 3px 10px;
    border: 1px solid #cccccc;
    background: #f4f4f4;
    float: left;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

.search-query .advice a {
    font-weight: bold;
}

.mpblog-search .block-content button.button {
    margin-top: 10px;
    margin-bottom: 5px;
}

.mpblog-search .block-content input.input-text {
    width: 168px;
    margin-top: 5px;
}

/* Preview */
.mpblog-preview {
    padding: 20px;
}

.mpblog-preview .mpblog-preview-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.mpblog-preview-button-set {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

textarea.placeholder .placeholder,
input.placeholder[type="text"] .placeholder {
    color: #8c8c8c;
    text-indent: 0;
    opacity: 0.8;
    -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

textarea.placeholder .hovered-placeholder,
input.placeholder[type="text"] .hovered-placeholder {
    opacity: 1;
}

textarea.placeholder .focused-placeholder,
input.placeholder[type="text"] .focused-placeholder {
    text-indent: -100%;
    opacity: 0;
}

textarea.placeholder::-webkit-input-placeholder,
input.placeholder[type="text"]::-webkit-input-placeholder {
    color: #8c8c8c;
    text-indent: 0;
    opacity: 0.8;
    -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

textarea.placeholder:-moz-placeholder,
input.placeholder[type="text"]:-moz-placeholder {
    color: #8c8c8c;
    text-indent: 0;
    opacity: 0.8;
    -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

textarea.placeholder::-moz-placeholder,
input.placeholder[type="text"]::-moz-placeholder {
    color: #8c8c8c;
    text-indent: 0;
    opacity: 0.8;
    -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

textarea.placeholder:-ms-input-placeholder,
input.placeholder[type="text"]:-ms-input-placeholder {
    color: #8c8c8c;
    text-indent: 0;
    opacity: 0.8;
    -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

textarea.placeholder:hover::-webkit-input-placeholder,
input.placeholder[type="text"]:hover::-webkit-input-placeholder {
    opacity: 1;
}

textarea.placeholder:hover:-moz-placeholder,
input.placeholder[type="text"]:hover:-moz-placeholder {
    opacity: 1;
}

textarea.placeholder:hover::-moz-placeholder,
input.placeholder[type="text"]:hover::-moz-placeholder {
    opacity: 1;
}

textarea.placeholder:hover:-ms-input-placeholder,
input.placeholder[type="text"]:hover:-ms-input-placeholder {
    opacity: 1;
}

textarea.placeholder:focus,
input.placeholder[type="text"]:focus {
    -webkit-box-shadow: inset 0px 0px 5px 0px #cccccc;
    -moz-box-shadow: inset 0px 0px 5px 0px #cccccc;
    box-shadow: inset 0px 0px 5px 0px #cccccc;
    border: 1px solid #4d4d4d;
}

textarea.placeholder:focus::-webkit-input-placeholder,
input.placeholder[type="text"]:focus::-webkit-input-placeholder {
    text-indent: -100%;
    opacity: 0;
}

textarea.placeholder:focus:-moz-placeholder,
input.placeholder[type="text"]:focus:-moz-placeholder {
    text-indent: -100%;
    opacity: 0;
}

textarea.placeholder:focus::-moz-placeholder,
input.placeholder[type="text"]:focus::-moz-placeholder {
    text-indent: -100%;
    opacity: 0;
}

textarea.placeholder:focus:-ms-input-placeholder,
input.placeholder[type="text"]:focus:-ms-input-placeholder {
    text-indent: -100%;
    opacity: 0;
}

.fix-me {
    zoom: 1;
    /* IE6&7 */
}

.fix-me:before,
.fix-me:after {
    content: "";
    display: table;
}

.fix-me:after {
    clear: both;
}

.to-left {
    float: left;
}

.to-right {
    float: right;
}

/* Misc styles */
div.fixed {
    clear: both;
}

/* Icons Color Scheme */
i.mpblog-classic.glyphicons,
i.mpblog-classic.glyphicons:before {
    color: #3399cc;
}

i.mpblog-red.glyphicons,
i.mpblog-red.glyphicons:before {
    color: #7C0104;
}

i.mpblog-green.glyphicons,
i.mpblog-green.glyphicons:before {
    color: #003300;
}

i.mpblog-blue.glyphicons,
i.mpblog-blue.glyphicons:before {
    color: #003366;
}

i.mpblog-grey.glyphicons,
i.mpblog-grey.glyphicons:before {
    color: #333333;
}

i.mpblog-old-magento.glyphicons,
i.mpblog-old-magento.glyphicons:before {
    color: #0A263C;
}

#sResult, .mini-search {z-index:3000;}
#sResult .a {background:white;border:1px solid #fcfcfc;width:100%;cursor:pointer}
#sResult .f {margin-bottom:6px;padding-left:4px;box-sizing:border-box;width:100%;cursor:pointer}
#sResult .e {cursor:pointer;}
#sResult .f, #sResult .f b{font-weight:normal;font-size:10px;line-height:1.3em}
#sResult .f p {font-weight:bold;margin-bottom:2px;font-size:11px;}
#sResult .b img {width:80px;height:80px;}
#sResult .b {width:84px;}
#sResult .c a {text-decoration:none;}
#sResult .tt-suggestion.tt-cursor  {
    background:#f3fcff;
}
.sTheme2 {
    border: 2px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
}
.sTheme2 .results-item {
    padding: 5px;
    border-bottom: 2px solid #ddd;
    line-height: 80px;
}
.sTheme2 .results-item:last-child {
    border-bottom: 0;
}
.sTheme2 .results-item a {
    display: block;
}
.sTheme2 .results-item a >span {
    display: inline-block;
    text-align: left;
    line-height: 20px;
    vertical-align: middle;
    overflow: hidden;
}
.sTheme2 .results-item a .item-image {
    width: 20%;
}
.sTheme2 .results-item a .item-brand {
    width: 20%;
}
.sTheme2 .results-item a .item-model {
    width: 20%;
}
.sTheme2 .results-item a .item-name {
    width: 25%;
    font-weight: bold;
}
.sTheme2 .results-item a .item-price {
    width: 15%;
    color: #ff7704;
}
.sTheme1 .tt-suggestions {
    background:white;
}
.sTheme2 #sResult .a {
    display: block;
    position: relative;
    padding: 6px 6px 6px 6px;
    color: #808394;
    text-decoration: none;
    text-shadow: 0 1px white;
    border: 1px solid transparent;
    border-radius: 3px;
    background:none!important;
    box-sizing:border-box;
}

.sTheme2 #sResult .a a {
    color: #808394;
    text-shadow: 0 1px white;
}
.sTheme2 #sResult .f {padding-left:6px;padding-right:30px}

.sTheme2 #sResult .a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: url("https://content.prettysound.net/skin/frontend/ds/pc/images/pc_autocomplete_arrow.png") 0 0 no-repeat;
}

.fullsearch {
    margin: auto;
    font-size: 0.8em;
    width: 100%;
    text-align: center;
    background: white;
    display: block;
    border:1px solid #fcfcfc;
    padding:2px;
    background:#efefef;
    box-sizing:border-box;
}

.slideshow-container {
    z-index:0;
}
.empty-message {
    background:#fff;
    text-align:center;
}

.b {
    position:relative;
}

.tt-search-title{
    font-size:1.1em;
    font-weight:bold;
    padding-left:4px;
    background:white;
    width: 100%;
    display: block;
}

.sTheme2 .tt-search-title{
    background:transparent;
}

.tt-dropdown-menu {
    z-index: 10000!important;
}

.design-grid-2,
.design-grid-3
{
    /*background:white;*/
}


.design-grid-2 #sResult .a:before{
    display:none;
}
.design-grid-2 .tt-suggestions{
    overflow: hidden;
}
.design-grid-2 .tt-suggestions .tt-suggestion tr td{
    text-align:center;
}
.design-grid-2 .tt-suggestions .tt-suggestion p.b{
    margin:0 auto;
    margin-bottom: 8px;
}
.design-grid-2 .tt-suggestions .tt-suggestion .f{
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align:center;
}
.design-grid-2 .tt-suggestions .tt-suggestion{
    width: 50%!important;
    display:inline-block!important;
}

.design-grid-3 #sResult .a:before{
    display:none;
}
.design-grid-3 .tt-suggestions{
    overflow: hidden;
}
.design-grid-3 .tt-suggestions .tt-suggestion tr td{
    text-align:center;
}
.design-grid-3 .tt-suggestions .tt-suggestion p.b{
    margin:0 auto;
    margin-bottom: 8px;
}
.design-grid-3 .tt-suggestions .tt-suggestion .f{
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align:center;
}
.design-grid-3 .tt-suggestions .tt-suggestion{
    width: 33.3%!important;
    display:inline-block!important;
}

.design-grid-3 .b,
.design-grid-2 .b
{
    padding:5px;
}

.design-grid-3 .b img,
.design-grid-2 .b img
{
    width: 100%!important;
    height: auto!important;
}

.design-grid-3 .b,
.design-grid-2 .b {
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.design-grid-3 .b img,
.design-grid-2 .b img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.design-grid-3 .e,
.design-grid-2 .e {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.design-grid-3 .tt-suggestions-PCProductsSearch .f,
.design-grid-2 .tt-suggestions-PCProductsSearch .f {
    height:6em;
    overflow:hidden;
}

.e .tt-highlight {
    text-decoration:underline;
}

.tt-dropdown-menu p {
    box-sizing:border-box;
}

div.main-container .main{width: 100%;}
div.page .header-container .header .nav-container .nav li{margin-right: 45px;}
.catalog-product-view .product-shop .sharing-box{display: none;}
.mobile-video .v-div a img{height: auto;}
/*.page,div.main .category-products ul.products-grid,.catalog-category-view div.main,
.catalog-category-view .block div.block-content{background-color: #fff;}*/
div.videos .video-thumb img{height: auto;}
div.overdiv{height: 100%;}
.v-div a.video-a{display: block;}
body.cms-page-view .main .col-main .std img{max-width: 100%; height: auto!important;}
.page .fade >li.category:nth-child(5){width: 160px;}
.products-grid a.product-image{border: 0}
/*---------------------------coupon------------------------------*/
.cart .discount {width: 300px;background: #fff;float: right;margin-bottom: 15px;}
.cart .discount h2,.onepage-discount .discount h2 {color: #444;}
/*input.input-text{height: 25px;}*/
.cart .discount .buttons-set button.button span, .cart .shipping .buttons-set button.button span,.onepage-discount .discount .buttons-set button.button span{padding: 0;min-width: 65px;border-radius: 16px;line-height: 28px;background-position: 100% 0;background: none;color: #555;height: 28px;font: bold 11px/25px Tahoma, Verdana, Arial, sans-serif;text-transform: uppercase;text-align: center;white-space: nowrap;}
.cart .discount .discount-form, .cart .shipping .shipping-form, .onepage-discount .shipping .shipping-form{margin-left: 0;}
.checkout-onepage-index .onepage-discount .buttons-set button.button{background: #fff;}
.cart .discount .buttons-set button.button span, .cart .shipping .buttons-set button.button span ,.onepage-discount .discount .buttons-set button.button span{background-color: #78a300;color: #fff;}
.checkout-onepage-index .discount .buttons-set button.button span span{ border: 1px solid #78a300;}
.cart .discount .buttons-set button.button span span,.onepage-discount .discount .buttons-set button.button span span{width: 100px;
    padding: 0;}
.checkout-onepage-index .main .col-main .order_product .content .order_email{clear: both;}
/*#product-addtocart-button>span{height: 40px;}*/
.main .category-products .products-grid li.item .description{margin: 0;}
.main .category-products .products-grid li.item .product-name{padding-top: 0;}
.catalog-product-view .add-to-cart-buttons span span{background-color: #78a300;color: #fff;}
.catalog-product-view .product-shop .sku-comment .sku{float: left;}
.catalog-product-view .product-shop .sku-comment .ratings{float: right;}
.catalog-product-view .product-collateral{margin-bottom: 10px;}
.catalog-product-view .product-collateral .product-tabs-content img{max-width: 100%;}
/*---------------------------checkout------------------------------*/
/*button.button span span,*/.cart-table .btn-continue span span,.cart-table .btn-update span span, .cart-table .btn-empty span span,button.btn-checkout.btn-proceed-checkout span span, .ajaxlogin #login-form button.button span span{  background-color: #78a300;  color: #fff;  }
.checkout-cart-index button.button span span{color:#fff;}
.checkout-onepage-index .main .col-main .step-shipping .content .items.newaddress{width: 100px;}
.checkout-onepage-index .main .col-main .step-shipping .content .items .userinfo p,.checkout-onepage-index .main .col-main .step-shipping .content .items .userinfo address,.checkout-onepage-index .main .col-main .step-shipping .content .items .userinfo .editinfo{display:inline;}
.checkout-onepage-index .main .col-main .step-shipping .content .items{width:100%;min-height: 30px!important;float:none;}
.checkout-onepage-index .main .col-main .step-shipping .content .items .userinfo .editinfo a{color: #78a300;  font-weight: bold;}
.checkout-onepage-index .main .col-main .step-shipping .content .items .userinfo{margin-bottom: 0;}
.checkout-onepage-index .main .col-main .step-shipping .content .items .userinfo p.new_address{display:block;height:30px;color:#fff;}
.checkout-onepage-index .main .col-main .step-shipping .content .items .hide{display:none;}
.checkout-onepage-index .main .col-main .step-shipping .content .newaddress>p{
    display: none;}
.checkout-onepage-index .main .col-main .step-shipping .content .items.newaddress{padding: 0;  border: 1px solid #78a300;  min-width: 65px;  border-radius: 16px;  line-height: 28px;background-color: #78a300;
    color: #fff;}
.checkout-onepage-index .main .col-main .step-shipping .content .click_address+.newaddress{float: right;}
.checkout-onepage-index .main .col-main .step-shipping .content .newaddress{border:0;}
.checkout-onepage-index .main .col-main .step-shipping .content .newaddress .new_address{margin-bottom:0;}
.checkout-onepage-index .main .col-main .step-shipping .content .items.newaddress .userinfo{padding:0;}
.checkout-onepage-index .content .header p{float: left;  width: 30%;line-height: 51px;text-align: center;}
.checkout-onepage-index .content .header{background: #e9e9e9;  height: 51px;    margin-bottom: 0;}
.checkout-onepage-index .main .col-main .order_product .content .items .poduct-info p{    border-bottom: 1px dashed #e7e7e7;  border-right: 1px dashed #e7e7e7;  vertical-align: middle;  text-align: center!important;width: 33.228%;height: 60px;}
.checkout-onepage-index .main .col-main .order_product .content .items .pro-img{border-left: 1px solid #e4e4e4;}
.checkout-onepage-index .main .col-main .order_product .content .items .poduct-info p:last-child{border-right: 1px solid #e4e4e4;}
.checkout-onepage-index .main .col-main .order_product .content .items{padding-bottom: 0;height:auto;border-bottom: 0;}
.checkout-onepage-index .main .col-main .order_product .content p{margin:0;}
.checkout-onepage-index .main .col-main .order_product .content{width:100%;}
.checkout-onepage-index .main .col-main .order_product .content p.pro-img{ width: 7%;  min-width: 75px;}
.checkout-onepage-index .main .col-main .order_product .content .items .poduct-info{height: 26px;  line-height:26px;width:92.5%}
.onepage-discount {width: 300px; float: right;}
.onepage-discount .discount .buttons-set{margin-top: 10px;}
.onepage-discount .rewardpoints .buttons-set{margin-top: 10px;}
.checkout-onepage-payment-additional-amstcred-customerbalance {margin-top: 20px;}
.checkout-onepage-payment-additional-amstcred-customerbalance input[type="checkbox"]{}
.checkout-onepage-index .involice{margin-left:0;}
.checkout-onepage-index .order_email{margin-top:20px;}
.checkout-onepage-index .involice a{    font-size: 1.5em;  line-height: 1.25;  margin-bottom: .45em;display: block;}
.checkout-onepage-index .main input:not([type="checkbox"]){height:30px;width:260px;padding: 0 5px;}
.checkout-onepage-index .main textarea{width: 270px; height: 50px;}
.checkout-onepage-index .order_email label{margin:10px 0;}
.checkout-onepage-index .main .col-main .count .content p{font-size: 14px;  font-weight: bold;}
.checkout-onepage-index .main .col-main .section.count{text-align: right; margin-top: 40px;}
.count button.place-order span span{background-color: #78a300;color: #fff;width:100px}
.form-list input.input-text{height: 30px;}
.checkout-onepage-index .main .col-main .order_product .content .items img{height: 60px;width: 60px;}
#order-review-table td{vertical-align: middle;text-align: center;}
#order-review-table th{padding:15px 0;text-align: center;}
#order-review-table.data-table td{border-bottom: 1px dashed #e7e7e7;  border-right: 1px dashed #e7e7e7;}
#order-review-table.data-table td:first-child{border-left: 1px solid #e4e4e4;}
#order-review-table.data-table td:last-child{border-right: 1px solid #e4e4e4;min-width: 18px;}
#order-review-table.data-table td.pro-name{min-width: 30px;}
#order-review-table {border-bottom: 1px solid #e7e7e7;}
/*---------------------------checkout cart------------------------------*/
.checkout-cart-index .data-table td.custom-totals{text-align: right!important;}
.checkout-cart-index .data-table td.custom-totals .label{ width: 90px;  display: inline-block;  text-align: right;}
.checkout-cart-index .data-table td.custom-totals span+span{width: 85px;  display: inline-block;  text-align: right;}
.checkout-cart-index .data-table .price{display:block;text-align: right;}
.checkout-cart-index .data-table td:nth-child(6),.checkout-cart-index .data-table td:nth-child(7),.checkout-cart-index .data-table td:nth-child(8),.checkout-cart-index .data-table td:nth-child(9){padding-right:0;}
#shopping-cart-table td.brand span{display: block;}
.download-invoice-link,.download-order-link,.link-print{color: #78a300; font-weight: bold;}
.title-buttons .v-line {position: relative; top: -1px;}
/*---------------------------blog------------------------------*/
.mpblog-categories .block-title strong,.mpblog-archives .block-title strong,.mpblog-recentposts .block-title strong,.mpblog-search .block-title strong,.mpblog-tags .block-title strong,.mpblog-recentcomments .block-title strong{font-family: 微软雅黑;font-size: 18px;font-weight: normal;color: #666;}
.mpblog-categories .block-title,.mpblog-archives .block-title,.mpblog-recentposts .block-title,.mpblog-search .block-title,.mpblog-tags .block-title,.mpblog-recentcomments .block-title{background: #fff;border: 0;padding-left: 0;}
.block.mpblog-categories,.block.mpblog-archives,.block.mpblog-recentposts,.block.mpblog-search,.block.mpblog-tags,.block.mpblog-recentcomments{border: 0;}
.block.mpblog-categories .block-content,.block.mpblog-archives .block-content,.block.mpblog-recentposts .block-content,.block.mpblog-search .block-content,.block.mpblog-tags .block-content,.block.mpblog-recentcomments .block-content{background: #fff;padding-left: 0;}
.mpblog-categories ul li,.mpblog-archives ul li,.mpblog-recentposts ul li, .mpblog-recentcomments ul li, .mpblog-archives ul li{line-height: 24px;margin-bottom: 0px;}
.mpblog-category a,.mpblog-archives a,.mpblog-search a,.mpblog-recentposts a{color: #666;}
.mpblog-search .block-content button.button{position: absolute;  right: 9px;  top: 0;    margin-top: 0px;
    margin-bottom: 0px;}
.mpblog-search .search-blog-info{position: relative;  margin-bottom: 23px;  display: inline-block;  width: 100%;  margin-top: 10px;}
.mpblog-search button.button span span{border-radius: 0;border-bottom-right-radius: 3px;border-top-right-radius: 3px;min-width: 35px;}
.mpblog-search button.button:hover span span{background-color: #999999;}
.mpblog-search button.button span span{border: 1px solid #999;background-color: #999999;height: 24px;}
.mpblog-search button.button span{height: 24px;}
.mpblog-search button.button span span i:before{color: #fff;font-size: 13px;top: 2px;}
.mpblog-search  input.input-text{border: 1px solid #ccc;height: 20px;}
.mpblog-search .block-content input.input-text{margin-top:0;border-bottom-left-radius: 3px;border-top-left-radius: 3px;width: 186px;}
.mplog-recent-comments .mpblog-recent-comment a{color: #666;}
.mpblog-recentcomments ul li .mp-comment-thesis{font-size: 12px;color: #999;font-style: italic;   /* margin-top: 10px;*/margin-bottom: 10px;}
.mpblog-recentposts ul li{margin-top:15px;}
.mpblog-recentposts .thumbnail .img{width: 100%;height: auto;}
.mpblog-recentposts .thumbnail{padding:0;}
.mpblog-container h1.mp-title{font-size: 30px;  color: #666;}
.mp-post-header h2 a{font-size: 24px; font-weight: normal;color:#4c4c4c;}
.mp-post-header h2 a:hover,.mpblog-recentposts a:hover{color:#78a300;}
.mpblog-post span.comments{float: left;  margin-left: 0px;}
.mpblog-list .mp-content{font-size: 16px;color:#4c4c4c;}
.mpblog-list .mp-content p a{display: inline-block;}
.mpblog-list .mpblog-post{    padding: 20px 0;border-bottom: 1px solid #ccc;display: inline-block;}
.mpblog-list .mpblog-post:first-child{padding-top:0;}
.mp-comment-reply-btn a,.comments-action .leave-a-comment a{font-size: 16px;  color: #666;  font-family: 微软雅黑;}
.mp-comment-content{color: #000;}
.mpblog-comments-container .mp-replies{padding-left:0;}
.mp-comment-form h5{font-size: 14px;color: #333;}
.form-actions button.button span span{    background-color: #78a300;  color: #fff;}
.mobile.two-columns-left .mpblog-search input#search-blog, .mobile.two-columns-right .mpblog-search input#search-blog{width:196px;}
/*.mobile.two-columns-left section.content .swipe-me, .mobile.two-columns-right section.content .swipe-me{text-indent:0;opacity: 1;}*/
/*.mobile.two-columns-left section.content .swipe-me.right, .mobile.two-columns-right section.content .swipe-me.right{background: none;border: 1px solid #e6e6e6;*/
    /*color: #666;height: 50px;  width: 80px;  font-size: 24px;  line-height: 50px;  text-align: center;    margin-top: 0px;}*/
.mobile.two-columns-left section.content, .mobile.two-columns-right section.content{padding:20px;border-top:1px solid #ccc;    width: auto;}
span.play-icon{width:60px;height:60px;display:block;background:url(https://content.prettysound.net/skin/frontend/ds/pc/images/play.png) no-repeat center center;background-size: cover;}
span.play-icon.hide-display{background-image: none;}
#dialog a{}
.mpblog-post{margin-bottom: 0;}
.mobile-qty{display: none;}
.data-table tbody tr.border td{vertical-align: middle;}
.price-excl-tax .price{margin-top: 20px;}
.data-table tr th,.data-table tbody tr td{text-align: center!important;}
#my-orders-table tbody tr.software-documents {
    background: #78a300;
    color: #fff;
}
#my-orders-table tbody tr.software-documents td {
    text-align: left!important;
}
#my-orders-table tbody tr.software-documents a {
    color: #fff;
}
#my-orders-table tbody tr td.product-sku{text-align: right!important;}
.price-excl-tax .price{text-align: right;}

@media screen and (min-width: 1025px){
    .checkout-onepage-index .main .col-main .step-shipping .content .items{min-height: 180px}
    .page .header-container .nav-container .nav li a.top,.page .header-container .header .nav-container .nav li.top-product>a,.page .header-container .header .nav-container .nav li.account>a{font-size: 16px;}
}
@media screen and (min-width: 768px){
    .checkout-onepage-index .main .col-main .section.step-pay{width: 46%;  float: left;}
    .checkout-onepage-index .main .col-main .section.step-shipment{width: 46%;  float: left;  clear: none;}
    .mpblog-post .thumbnail-container{float: left;}
    .mpblog-post .thumbnail-container-right{width: 58%;float: left;margin-left: 4%;margin-top: 0px;}
    .mpblog-list.list .mpblog-post .thumbnail-container{width: 38%;}
}
@media screen and (max-width: 1440px){
    div.page .header-container .header .nav-container .nav li{margin-right: 35px;}
}

@media screen and (max-width: 1240px){
    div.page .header-container .header .nav-container .nav li{margin-right: 20px;}
    .section.step-pay .order_product .content img{width: 20%;height: auto;}
}
@media screen and (max-width: 1024px){
    .mpblog-list.list .mpblog-post{padding-bottom: 15px;}
    .mpblog-list .mpblog-post{padding:20px 0;margin-bottom: 0;}

}

@media screen and (max-width: 1010px){
    div.page .header-container .header .nav-container .nav li{margin-right: 15px;}
}

@media screen and (max-width: 940px){
    div.page .header-container .header .nav-container .nav li{margin-right: 13px;}
}
@media screen and (max-width: 1024px){
    .file-download .file-print{display: none;}
}
@media screen and (max-width: 767px) {
    .checkout-onepage-index .main .col-main .order_product .content .items .poduct-info p {  width: 33%;border:0;  }
    .checkout-onepage-index .main .col-main .order_product div.content .items .poduct-info{border-bottom:1px solid #e7e7e7;}
    .checkout-onepage-index .main .col-main .order_product .content .items .poduct-info p:last-child{border-right:0;}
    .checkout-onepage-index .main .col-main .order_product .content .items .poduct-info p:first-child,.checkout-onepage-index .main .col-main .order_product .content .items .pro-img{border-left:0;}
    .checkout-onepage-index .main .col-main .step-shipping .content .items{width:100%;}
    .checkout-onepage-index .content .header{display:none;}
    #shopping-cart-table.cart-table .product-cart-image{width: auto;text-align: left!important;}
    #shopping-cart-table td{display:inline-block!important;}
    .checkout-cart-index .cart-table .product-cart-info,.checkout-cart-index .cart-table .brand{width: 30%!important;}
    #shopping-cart-table td.unit,#shopping-cart-table td.origin-price,#shopping-cart-table td.origin-total,#shopping-cart-table .product-cart-total{
        display:none!important;
    }
    #shopping-cart-table td.product-cart-actions{width:25%;margin-left:95px;}
    #shopping-cart-table td.product-cart-remove{margin-left:18px;}
    .checkout-cart-index .data-table tbody tr td:last-child{border-right:0;}
    .checkout-cart-index .data-table tbody tr td:first-child{border-left:0;}
    #shopping-cart-table tfoot tr{text-align: right;}
    /*---------------------------view order------------------------------*/
    #my-orders-table .product-image img{width:60px;height: 60px;}
    .my-account .order-items #my-orders-table td{display: inline-block!important;}
    .my-account .order-items #my-orders-table tfoot td{padding-right: 0;}
    .my-account .order-items #my-orders-table td.product-sku{display: none!important;}
    .my-account .order-items #my-orders-table td.product-qty{margin-left:75px;}
    .my-account .order-items #my-orders-table tfoot tr{text-align: right;}
    #my-orders-table tbody.odd tr.border td,#my-orders-table tbody.even tr.border td{border-bottom: 0;}
    #my-orders-table tbody tr.border{border-bottom:1px solid #ddd;}
    #my-orders-table tbody tr td.product-brand,#my-orders-table tbody tr td.product-model{min-width: 40px;}
    .checkout-cart-index .data-table button.btn-continue{margin-right: 5px;margin-left: 5px;}
    .checkout-onepage-index .order_email{clear: both;float: right;  margin-top: 0;margin-right: 8px;}
    .onepage-discount .discount h2,.checkout-onepage-index .involice a{font-size: 16px;}
    .checkout-onepage-index .main .col-main .section.count .content{margin-right: 8px;}
    .mpblog-container h1.mp-title {  color: #333;    /* margin-top: 10px;*/ }
    .checkout-cart-index .data-table td{padding-right: 0;}
    .checkout-cart-index .cart .totals{padding-top: 0px;  padding-right: 5px;}
    .checkout-cart-index .cart .cart-collaterals{padding-top:0;}
    .checkout-onepage-index .main .col-main .section{width: auto;}
}
@media screen and (max-width: 667px){
    body div.page div.header-container,body .main-container{width: 95%;}
}
@media screen and (max-width: 640px){
    div.col2-left-layout .main .col-main{width: 100%;}
    .my-account .order-items #my-orders-table thead{display: none;}
    .my-account .order-items #my-orders-table td,#shopping-cart-table td{display: block;text-align: center!important;float: none;margin: 0 auto;}
    .my-account .order-items #my-orders-table .software-documents td{float: none!important;}
    .cart-table#shopping-cart-table .product-name{text-align: center;}
    #shopping-cart-table .cart-qty{clear: both;overflow: hidden;text-align: center;width: 90px;}
    #shopping-cart-table .btn-remove{float: right;}
    #shopping-cart-table td.product-cart-remove{clear: both;overflow: hidden;float: right; margin-top: 5px;}
    .checkout-onepage-index .main .col-main .order_product div.content .items .pro-img{width: 30%;float: left;}
    .checkout-onepage-index .main .col-main .order_product div.content .items img{width: 100%;float: none;}
    .checkout-onepage-index .main .col-main .order_product div.content .items .poduct-info{width: 70%;}
    .checkout-onepage-index .main .col-main .order_product div.content .count{padding-right: 0;width: 50%;padding-left: 10px;}
    .checkout-onepage-index .main .col-main .order_product div.content .order_email{width: 40%;}
    .checkout-onepage-index .main .col-main .order_product div.content .order_email textarea{width: 100%!important;}
    .catalog-product-view .col2-right-layout div.main .col-main{width: 100%;}
    .checkout-onepage-index .main .col-main .order_product .content .items{height: auto;}
    .checkout-cart-index .cart-table tbody tr{background: #fff;}
    #my-orders-table tr{margin-bottom: 10px;display: block;}
    div.col2-left-layout .main .col-main{min-height: auto;}
    .order-info-box .box{margin-bottom: 10px;}
    .box-payment .box-content strong{font-weight: normal;}
    .mobile-qty{display: inline;}
    .my-account .order-items #my-orders-table td.product-qty{display: none!important;}
    #my-orders-table tbody tr.border td.product-total{width: 95%;  text-align: right!important;}
    #my-orders-table tbody tr.border td.product-total .price-excl-tax .price,#my-orders-table tbody tr.border td.product-total .price-excl-tax{display: inline-block;
        width: 80px;}
    #my-orders-table tbody tr.border td.product-total .price-excl-tax .price{margin-left:10px;}
    .checkout-cart-index .data-table td:nth-child(9){padding-left:15px;}
    .price-excl-tax .price {  margin-top: 0px;  }
    .order-items .product-name{width: 40px;}
}
@media screen and (max-width: 600px){
    .mpblog-post span.comments{    display: block;}
}
@media screen and (max-width: 490px){
    .checkout-onepage-index .main .col-main .order_product div.content .items .poduct-info{float: none;width: 100%;line-height: 20px; height: 40px;}
    .checkout-onepage-index .main .col-main .order_product div.content .items .pro-img{width: 100%;float: none;}
    .checkout-onepage-index .main .col-main .order_product div.content .items img{width: 25%;margin: 0 auto;height: auto;}
    .checkout-onepage-index .main .col-main .order_product div.content .order_email,
    .checkout-onepage-index .main .col-main .order_product div.content .count{width: 100%;float: none;}
    .checkout-onepage-index .main .col-main .order_product div.content .order_email{width: 60%;}
    .cart .discount, .onepage-discount .discount{width: 280px;}
    .checkout-onepage-index .main .col-main .order_product .content .items .poduct-info a,.checkout-onepage-index .main .col-main .order_product .content .items .poduct-info p{font-size: 12px;}
    .checkout-onepage-index .main .col-main .order_product .content .items .poduct-info a br{display: none;}
    .checkout-onepage-index .main .col-main .order_product .content .items .poduct-info p{height: 40px;}
    #my-orders-table .product-image img{height: 50px;width: 50px;}
    #my-orders-table tbody tr td{font-size: 12px;}
    #my-orders-table tbody tr td:nth-child(1),#my-orders-table tbody tr td:nth-child(2),#my-orders-table tbody tr td:nth-child(3),#my-orders-table tbody tr td:nth-child(4),#my-orders-table tbody tr td:nth-child(5){float: left!important;}
    #my-orders-table tbody tr td:nth-child(6),#my-orders-table tbody tr td:nth-child(7){clear: both;}
    .my-account .order-items #my-orders-table td.product-qty{margin-left: 0;  width: 30%;}
    #order-review-table.data-table td,#order-review-table.data-table th{font-size: 12px;padding: 3px;}
    #shopping-cart-table td.product-cart-image img{ width: 60px;  height: 60px;  }
    #order-review-table.data-table td.pro-img img,#order-review-table.data-table td.pro-img{width:60px!important;}
}
@media screen and (max-width: 480px){
    .form-list textarea#checkout-address{height: auto;}
    .checkout-onepage-index .main .col-main .step-billing .content .form-item .input-box select{width: 260px;}
}
@media screen and (max-width: 370px){
    .checkout-cart-index .cart-table .product-cart-info,.checkout-cart-index .cart-table .brand{width: 25%!important;}
    #shopping-cart-table td.product-cart-remove{margin-left: 10px;}
    #shopping-cart-table td.product-cart-actions {  width: 25%; margin-left: 60px;  }
    #shopping-cart-table td.brand span{font-size: 12px;}

}
@media screen and (max-width: 350px){
    #shopping-cart-table tfoot  button{display: block;float: right;}
    .checkout-cart-index .cart-table .btn-update{display: none!important;}
    .checkout-onepage-index .main .col-main .order_product div.content .order_email{width: 100%;}
    .download-order-link{    width: 100%;  clear: both; margin-top: 22px;}
    #order-review-table.data-table td.pro-img img,#order-review-table.data-table td.pro-img{width:60px!important;    height: 60px!important;padding:0;}
}
#tinybox {
    position:absolute; 
    display:none; 
    padding:10px; 
    background:#fff url(https://content.prettysound.net/skin/frontend/default/default/css/tinybox/images/preload.gif) no-repeat 50% 50%; 
    border:10px solid #e3e3e3; 
    z-index:2000;
}
.localstorage #tinybox {
    padding:10px 10px 20px; 
    border:0; 
    min-width: 300px;
}
#tinymask {
    position:absolute; 
    display:none; 
    top:0; 
    left:0; 
    height:100%; 
    width:100%; 
    background:#000;
    z-index:1500
}
#tinycontent 
{
    background:#fff
}
