@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,900|Oswald:300,600';

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

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

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

/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font-size: 13px; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }

/* Form lists */
/* Grouped fields */
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .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; }

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

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

.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(https://rage-audio.com/skin/frontend/rage_audio/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
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; }

.topsearch-container {
  position: absolute; margin-top: -26px;padding: 3px;right: 4px;width: 220px;text-align: left;
}

/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }

.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:url(https://rage-audio.com/skin/frontend/rage_audio/default/images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:url(https://rage-audio.com/skin/frontend/rage_audio/default/images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }

/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #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 { background:#fff url(https://rage-audio.com/skin/frontend/rage_audio/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

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

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

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

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

.std ul, .std ul ul, .std ol ol, .std ul ol, .std ol ul { list-style-type: none; margin: 0; padding: 0; }
*/

/* Misc */
.link-print { background:url(https://rage-audio.com/skin/frontend/rage_audio/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; }
.link-rss { background:url(https://rage-audio.com/skin/frontend/rage_audio/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://rage-audio.com/skin/frontend/rage_audio/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://rage-audio.com/skin/frontend/rage_audio/default/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://rage-audio.com/skin/frontend/rage_audio/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://rage-audio.com/skin/frontend/rage_audio/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

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

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

/* Global site notices */
.global-site-notice { border-bottom:1px solid #cfcfcf; 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://rage-audio.com/skin/frontend/rage_audio/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

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

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

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

/* Sidebar =============================================================================== */

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#fc9d36 url(https://rage-audio.com/skin/frontend/rage_audio/default/images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.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:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

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

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

/* Block: Compare Products */

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

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

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

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

/* View Type: Grid */

.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:33.3334%; padding: 5px 5px 10px 5px; box-sizing: border-box; border: 1px solid #f8f8f8; transition: box-shadow .5s, border .5s; }
.products-grid li.item .product-wrapper { height: 250px; }
.products-grid .product-image { display:block; text-align: center; height:135px; margin:0 0 10px; }
.products-grid .price-box { margin:0 auto; height: auto; float: left; }
.products-grid .actions { overflow: hidden; clear: both; display: block; padding: 10px 0; text-align: center; }

.products-grid .with-ribbon,
.product-img-box.with-ribbon {
    position:relative;
}

/* This bit does the rhombus that sits in the top left hand corner */
.product-img-box.with-ribbon:before,
.products-grid .with-ribbon:before {
    content: "";
    display: block;
    position: absolute;
    top: 27px;
    left: -17px;
    width: 120px;
    height: 20px;
    text-align: center;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    border-width: 0 30px 30px 30px;
    border-style: solid;
    border-color: transparent transparent #7c0604 transparent;
    z-index: 500;
}

/* This does the text "featured" and the gradient that makes it look curved */
.product-img-box.with-ribbon:after,
.products-grid .with-ribbon:after{
    display: block;
    position: absolute;
    content: "ENVÍO GRATIS";

    color: white;

    top: 27px;
    left: -13px;
    width: 114px;
    border: 0;
    height: 32px;
    padding-top: 8px;

    background: transparent;
    background-image:

        -webkit-linear-gradient(45deg,
        transparent 0%,
        transparent 77%,
        rgba(255,255,255,0.3) 80%,
        rgba(255,255,255,0.3) 81%,
        rgba(0,0,0,0.4) 82%,
        transparent 83%
        ),

        -webkit-linear-gradient(-45deg,
        transparent 0%,
        transparent 17%,
        rgba(0,0,0,0.5) 18%,
        rgba(255,255,255,0.3) 19%,
        rgba(255,255,255,0.3) 20%,
        transparent 23%
        );
    background-image:
        -moz-linear-gradient(45deg,
        transparent 0%,
        transparent 77%,
        rgba(255,255,255,0.3) 80%,
        rgba(255,255,255,0.3) 81%,
        rgba(0,0,0,0.4) 82%,
        transparent 83%
        ),
        -moz-linear-gradient(-45deg,
        transparent 0%,
        transparent 17%,
        rgba(0,0,0,0.5) 18%,
        rgba(255,255,255,0.3) 19%,
        rgba(255,255,255,0.3) 20%,
        transparent 23%
        );

    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);

    color: rgba(255,255,255,1);
    font-weight: bold;
    font-family: 'Raleway', georgia, 'Times New Roman', Times, serif;
    font-size: 10px;
    text-align: center;
    text-shadow: 0 1px rgba(255,255,25,0.1);
    z-index: 500;
}
/* ======================================================================================= */

/* Product View ========================================================================== */

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

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

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

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

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.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 dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.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 { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; 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; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }

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

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

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

/* Block: Reviews */
/*
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }
*/

/* Content Styles ================================================================= */

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

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

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

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

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

/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

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

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

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

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

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(https://rage-audio.com/skin/frontend/rage_audio/default/images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 {
    background: no-repeat 0 0;
    font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(https://rage-audio.com/skin/frontend/rage_audio/default/images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.opc { position:relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; padding:14px 21px; background:#faf7ee url(https://rage-audio.com/skin/frontend/rage_audio/default/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd;
    background: no-repeat 0 1px;
    text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(https://rage-audio.com/skin/frontend/rage_audio/default/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://rage-audio.com/skin/frontend/rage_audio/default/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(https://rage-audio.com/skin/frontend/rage_audio/default/images/bkg_buttons-set1.gif) 0 0 repeat-x; }

/* 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://rage-audio.com/skin/frontend/rage_audio/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

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

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

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

/* General Box */
.box-account { background:#fff url(https://rage-audio.com/skin/frontend/rage_audio/default/images/bkg_account_box.gif) 0 0 repeat-x; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase;
    background: no-repeat 0 0;
    padding-left:21px; color:#e65505; }

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

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(https://rage-audio.com/skin/frontend/rage_audio/default/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(https://rage-audio.com/skin/frontend/rage_audio/default/images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

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

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

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

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

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

.order-info-box { background:#fff url(https://rage-audio.com/skin/frontend/rage_audio/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

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

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

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

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

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

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

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

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

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

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

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

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

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

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

/* SEARCH */
input#search {
    color: #800000;
    font-weight: normal;
    font-size: 11px;
    padding: 3px 5px 3px 10px;
    margin-top: -5px;
    height: 20px;
    margin-right: 0;
    width: 210px;
}

button.rage-button-search {
   font-family: 'Raleway', sans-serif;
   font-size: 11px;
   text-transform: uppercase;
   float: right;
   margin-top: -5px;
   height: 29px;
   border: 0;
}

/* Old Price */
p.old-price { margin-bottom: 3px; line-height: 14px; }
p.special-price { margin-bottom: 0; line-height: 20px; }
p.special-price .price { font-size:18px; font-family: 'Raleway', sans-serif; font-weight: 700; color: #7c0604; }
p.special-price .price-label { color: #999; font-weight: normal; font-size: 12px; display: none;  }


/* Special Price */
.product-shop p.special-price .price { font-size: 32px; }
.product-shop p.special-price .price-label { display: none; line-height: 0; margin-top: 10px; }

/* Hide elements */
body.catalogsearch-result-index .block-layered-nav p.block-subtitle,
ul.add-to-links,
span.or {display: none;}

﻿html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#f8f8f8}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#f8f8f8;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width: 768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase,.initialism{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff}.bg-primary{background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}.dl-horizontal dd:before,.dl-horizontal dd:after{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media (min-width: 768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.428571429;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:before,.container:after{content:" ";display:table}.container:after{clear:both}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:before,.container-fluid:after{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0%}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media (min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0%}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media (min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0%}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs{display:none !important}.visible-sm{display:none !important}.visible-md{display:none !important}.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width: 767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width: 767px){.visible-xs-block{display:block !important}}@media (max-width: 767px){.visible-xs-inline{display:inline !important}}@media (max-width: 767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-block{display:block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline{display:inline !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-block{display:block !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline{display:inline !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width: 1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width: 1200px){.visible-lg-block{display:block !important}}@media (min-width: 1200px){.visible-lg-inline{display:inline !important}}@media (min-width: 1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width: 767px){.hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none !important}}@media (min-width: 1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}@font-face{font-family:"icons-font";src:url("https://rage-audio.com/skin/frontend/rage_audio/default/fonts/icons-font.ttf") format("truetype");font-style:normal;font-weight:normal}i[class*="icon-"]{font-family:"icons-font";font-size:20px;display:inline-block;vertical-align:middle;line-height:1;font-weight:normal;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.text-icon{margin-right:10px}.icon-angle:before{content:"\f101"}.icon-angle.right{transform:rotate(-90deg)}.icon-angle.left{transform:rotate(90deg)}.icon-cart:before,.quick-access .links li:nth-child(2):before,.product-view .btn-cart:before{content:"\f102"}.icon-email:before{content:"\f103"}.icon-search:before{content:"\f104"}.icon-user:before,.quick-access .links li.first a:before{content:"\f105"}.invisible-anchor{padding:10px 0 0;visibility:hidden;display:block}#nav>li>a{position:relative}#nav>li>a:after{border:0;color:transparent;content:'';position:absolute;width:0;left:7px;bottom:0;height:3px;background:white;transition:width .5s}#nav>li:hover>a:after,#nav>li:focus>a:after,#nav>li:active>a:after,#nav>li.active>a:after{background:#ec0204;width:calc(100% - 15px)}button.button,a.button,body.is-blog .post-skips a{background:#7c0604;border:0;color:white;display:inline-block;height:auto;font-size:16px;font-family:"Oswald", Arial,Helvetica,sans-serif;padding:5px 20px;text-decoration:none;text-transform:uppercase;transition:background .3s, color .3s;width:auto}button.button span,a.button span,body.is-blog .post-skips a span{background:inherit !important;border:0}button.button:hover,a.button:hover,body.is-blog .post-skips a:hover{color:white;background:#ec0204}#nav ul li.parent:after{content:'\25b6';font-family:sans-serif;font-size:14px;line-height:20px;color:#444;position:absolute;right:5px;top:50%;margin-top:-10px;width:20px;height:20px;text-align:center;transform:translateX(0);z-index:312323333333;transition:transform .3s, color .3s}*{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:"Oswald", Arial,Helvetica,sans-serif;font-weight:normal;margin:0 0 15px}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;font-size:inherit}h1{font-size:40px}h2{font-size:32px}h3{font-size:28px}h4{font-size:24px}h5{font-size:18px}h6{font-size:16px;margin:0}a{color:#7c0604;outline:none;transition:color .3s}a:hover,a:focus{color:#ec0204;text-decoration:none}img{max-width:100%}table td img{max-width:none;width:auto}ul,ol{list-style-type:none;margin:0;padding:0}legend{display:none}iframe{max-width:100%;max-height:100%}@media screen and (min-width: 991px){iframe{min-height:400px;min-width:800px;height:100%;width:100%}}.fancybox-item.fancybox-close{display:none !important}.success{color:#3d6611;font-weight:bold}.error{color:#df280a;font-weight:bold}.notice{color:#e26703}.error-msg,.success-msg,.note-msg,.notice-msg{border:1px solid #fcd344;background:#fafaec url(https://rage-audio.com/skin/frontend/rage_audio/default/images/i_msg-note.gif) no-repeat;background-position:8px;color:#3d6611;line-height:1;font-size:12px;font-weight:bold;margin:0 0 15px;padding:8px 8px 8px 32px}.error-msg{background:#faebe7 url(https://rage-audio.com/skin/frontend/rage_audio/default/images/i_msg-error.gif) no-repeat;background-position:8px;border-color:#f16048;color:#df280a}.success-msg{background:#eff5ea url(https://rage-audio.com/skin/frontend/rage_audio/default/images/i_msg-success.gif) no-repeat;background-position:8px;border-color:#446423;color:#3d6611}.footer-container{font-family:'Raleway', sans-serif;width:100%;height:auto;line-height:1;padding:0;color:#ddd;text-align:left}.footer-container a{color:white;display:inline-block;line-height:140%}.footer-container .footer-first{background:#111;overflow:hidden;padding:20px}.footer-container .footer-last{background:transparent;padding:40px 20px}.footer-container .contact-block{font-size:16px;line-height:24px}.footer-container .footer-address{display:inline-block}.footer-container .footer-block-title{color:white;margin:0 0 20px}.footer-container .footer-pago-text{font-size:12px;line-height:140%;margin:0 0 15px}.footer-container .footer-pago-img{margin:0 0 15px;max-width:100%}.footer-container .copyright-block{display:block;clear:both;text-align:center}.footer-container .categories-block ul{column-count:2;margin-bottom:15px}.footer-container .categories-block ul li{line-height:140%;font-size:14px;margin-bottom:5px}@media screen and (max-width: 520px){.footer-container .categories-block ul li{font-size:12px}}.footer-container .categories-block ul li a{display:inline-block;font-size:inherit}.footer-container .categories-block ul li a:hover{text-decoration:underline}.footer-pre{color:#999;top:-54px}.header-container{min-width:333px}.header-container .header{background:rgba(0,0,0,0.35);box-sizing:border-box;height:130px;padding:0 20px 0;position:relative;width:100%}.header-container .header .logo{margin:15px 0 20px;float:left;width:auto;height:auto}@media screen and (max-width: 899px){.header-container{position:fixed;top:0;left:0;width:100%;z-index:10}.header-container .header{background:#111;height:100px}.header-container .header .logo{padding:5px 10px;margin:0;float:none;text-align:center}.header-container .header .logo img{display:block;margin:auto;width:280px}}.header-nav-container{background:#111;height:39px;position:relative;width:100%}.header-nav{height:inherit;position:relative}.header-container.header-container--alt{background:rgba(0,0,0,0.5)}.header-container.header-container--alt .header-nav{position:absolute;left:350px;top:-94px}.header-container.header-container--alt+.main-container .main .breadcrumbs{top:-36px}.header-container.header-container--alt+.main-container .main .breadcrumbs ul li{color:white}.header-container.header-container--alt+.main-container .main .breadcrumbs ul li a{color:inherit}.header-container.header-container--alt+.main-container .main .breadcrumbs+.col-main,.header-container.header-container--alt+.main-container .main .breadcrumbs+.col-wrapper .col-main{padding-top:20px}.header-container.header-container--alt+.main-container .main .product-view{padding-top:0}.header-container.header-container--alt+.main-container.col3-layout .main .breadcrumbs{left:0;width:100%}@media screen and (max-width: 899px){.header-container.header-container--alt .header-nav{position:relative;left:0;top:0}}.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%}body{background:#555 url("https://rage-audio.com/skin/frontend/rage_audio/default/images/body-bg.jpg") no-repeat;background-attachment:fixed;background-size:cover;color:#222}.wrapper{min-width:333px;margin:auto;max-width:1480px}.main{margin:0 auto;min-height:540px;background:white;text-align:left;width:100%;max-width:100%;padding:0 0 80px;position:relative}.col-main{padding:0 20px;position:relative}.col2-right-layout .col-main,.col3-layout .col-wrapper,.col3-layout .col-wrapper .col-main{width:calc(100% - 250px)}.col2-left-layout .col-main,.col3-layout .col-wrapper .col-main{width:calc(100% - 200px)}.col-right{width:250px}.col-left{width:200px}.col1-layout .col-main{overflow:hidden;width:100%}.col2-left-layout .col-main,.col2-right-layout .col-main{padding:0 20px}.col2-left-layout .col-main,.col3-layout .col-wrapper .col-main,.col-right{float:right}.col2-right-layout .col-main,.col3-layout .col-wrapper,.col-left{float:left}@media screen and (max-width: 899px){.col-main,.col2-left-layout .col-main,.col2-right-layout .col-main,.col-right.sidebar{padding:0 15px;width:100%}.col3-layout .col-wrapper{float:none;width:100%}.col2-right-layout .col-main,.col3-layout .col-wrapper,.col3-layout .col-wrapper .col-main{float:none;width:100%}.col-main,.col-left,.col-right{float:none;width:100%}.col2-set .col-1,.col2-set .col-2{float:none;width:100%}}@media screen and (max-width: 899px){.main-container{padding-top:139px}}.invisible-anchor{padding:10px 0 0;visibility:hidden;display:block}#nav>li>a{position:relative}#nav>li>a:after{border:0;color:transparent;content:'';position:absolute;width:0;left:7px;bottom:0;height:3px;background:white;transition:width .5s}#nav>li:hover>a:after,#nav>li:focus>a:after,#nav>li:active>a:after,#nav>li.active>a:after{background:#ec0204;width:calc(100% - 15px)}button.button,a.button,body.is-blog .post-skips a{background:#7c0604;border:0;color:white;display:inline-block;height:auto;font-size:16px;font-family:"Oswald", Arial,Helvetica,sans-serif;padding:5px 20px;text-decoration:none;text-transform:uppercase;transition:background .3s, color .3s;width:auto}button.button span,a.button span,body.is-blog .post-skips a span{background:inherit !important;border:0}button.button:hover,a.button:hover,body.is-blog .post-skips a:hover{color:white;background:#ec0204}#nav ul li.parent:after{content:'\25b6';font-family:sans-serif;font-size:14px;line-height:20px;color:#444;position:absolute;right:5px;top:50%;margin-top:-10px;width:20px;height:20px;text-align:center;transform:translateX(0);z-index:312323333333;transition:transform .3s, color .3s}#nav{background:none;padding:0 0 0 10px}#nav a{color:white;font-family:"Oswald", Arial,Helvetica,sans-serif;font-size:14px;font-weight:bold;text-transform:uppercase;transition:color .3s}#nav a:hover{color:#ec0204}#nav a span{color:inherit;display:block;line-height:inherit;padding:0}#nav li{position:relative}#nav li.active>a{color:#ec0204}#nav li.active>a span{color:inherit}@media screen and (min-width: 900px){#nav li:hover>ul{transform:translateY(0);opacity:1;visibility:visible;z-index:100}}#nav ul{background:rgba(0,0,0,0.94);border:0;padding:0;position:absolute;visibility:hidden;opacity:0;z-index:-2;left:auto;top:auto;width:250px;transform:translateY(32px);transition:opacity .3s .13s, transform .35s}#nav ul ul{left:250px;top:0}#nav>li{height:auto;border:0;float:left;padding:0;text-align:left;margin-right:15px}#nav>li:last-child{margin-right:0}#nav>li>a{display:block;float:none;font-family:"Oswald", Arial,Helvetica,sans-serif;font-size:24px;font-weight:700;line-height:24px;padding:6px 10px 9px 10px}#nav ul li{padding:7px 15px}#nav ul li>a{font-size:16px}#nav ul li.parent:hover:after{color:#ec0204;transform:translateX(15px)}@media screen and (min-width: 991px) and (max-width: 1199px){#nav>li>a{font-size:20px}}@media screen and (min-width: 900px) and (max-width: 990px){#nav>li>a{font-size:16px}}@media screen and (max-width: 899px){#nav>li>a:after{display:none}}.invisible-anchor{padding:10px 0 0;visibility:hidden;display:block}#nav>li>a{position:relative}#nav>li>a:after{border:0;color:transparent;content:'';position:absolute;width:0;left:7px;bottom:0;height:3px;background:white;transition:width .5s}#nav>li:hover>a:after,#nav>li:focus>a:after,#nav>li:active>a:after,#nav>li.active>a:after{background:#ec0204;width:calc(100% - 15px)}button.button,a.button,body.is-blog .post-skips a{background:#7c0604;border:0;color:white;display:inline-block;height:auto;font-size:16px;font-family:"Oswald", Arial,Helvetica,sans-serif;padding:5px 20px;text-decoration:none;text-transform:uppercase;transition:background .3s, color .3s;width:auto}button.button span,a.button span,body.is-blog .post-skips a span{background:inherit !important;border:0}button.button:hover,a.button:hover,body.is-blog .post-skips a:hover{color:white;background:#ec0204}#nav ul li.parent:after{content:'\25b6';font-family:sans-serif;font-size:14px;line-height:20px;color:#444;position:absolute;right:5px;top:50%;margin-top:-10px;width:20px;height:20px;text-align:center;transform:translateX(0);z-index:312323333333;transition:transform .3s, color .3s}@media screen and (max-width: 899px){#nav{background:#111;position:fixed;display:none;height:100%;overflow:auto;top:139px;left:0;width:100%;z-index:10}.mobile-menu-open #nav{display:block}.mobile-menu-open #nav li>ul{background:#111;width:100%;opacity:0;left:0;overflow-y:auto;position:fixed;top:139px;height:calc(100vh - 139px);padding:5px 0 50px;visibility:visible;transform:translateX(100%);z-index:0}#nav>li{display:block;float:none;margin:10px 0;text-align:center}#nav>li:last-child{display:block;margin:10px 0}#nav>li.sub-menu-open>ul{opacity:1;transform:translateX(0);z-index:1}#nav>li.sub-menu-open>ul li::after{display:none}#nav>li.sub-menu-open>ul li.sub-menu-open>ul{top:0;opacity:1;z-index:1;transform:translateX(0);position:fixed}#nav>li.sub-menu-open.brands-menu-item{height:calc(100vh - 139pxpx)}.mobile-menu-open{position:fixed;top:0;left:0;width:100%;height:100%;overflow-y:scroll}}.sidebar{padding-top:20px}.availability{font-size:13px;line-height:1;margin:10px 0}.products-grid .availability{position:absolute;right:5px;bottom:5px;z-index:1}.availability img{max-width:none}.availability strong{display:inline-block;line-height:17px;vertical-align:middle}.availability img+strong{margin-left:5px}.block{border:0;margin:0 0 15px}.block .block-title{border-bottom:1px solid #ddd;font-family:"Oswald", Arial,Helvetica,sans-serif;font-size:16px;padding:2px 10px}.col-right .block .block-title{padding-left:0}.col-left .block .block-title{padding-right:0}.block .block-subtitle{font-size:13px;line-height:140%}.block .block-content{padding:10px}.col-right .block .block-content{padding-left:0}.col-left .block .block-content{padding-right:0}.block .block-content li.item{margin:0 0 5px;padding:0}.block .block-content p{padding:0}.block .block-content p:last-child,.block .block-content p:only-child{margin:0}.block .btn-remove,.block .btn-edit{float:right;margin:1px 0 2px 5px}.block .actions{clear:both;display:block;float:none;margin:0;padding:7px 0;text-align:right}.block .actions button.button{float:right}.block.block-account{padding-left:10px}.block.block-account .block-title{background:#222}.block-cart{background:white;border-radius:3px;box-shadow:5px 10px 20px rgba(0,0,0,0.3);position:absolute;top:-90px;right:2px;transform:translateY(30px);z-index:-1;visibility:hidden;width:250px;transition:transform .5s}.block-cart:before{content:"";display:block;position:absolute;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff;margin-bottom:-3px;top:0;left:50%;margin-top:-8px}.block-cart.open{transform:translateY(0);visibility:visible;z-index:10}@media screen and (max-width: 899px){.block-cart.open{top:-30px}}.block-cart .block-title{display:none}.block-cart .amount{margin:0}.block-cart .amount a{font-weight:bold}.block-cart .block-subtitle{margin:5px 0;font-size:12px;color:#555}.block-cart .block-content{padding:10px}.col-right .block-cart .block-content{padding-left:10px}.block-cart .block-content .empty{line-height:1}.block-cart .block-content .summary .subtotal{background:#eee;margin:5px 0;padding:4px 0 5px;text-align:center}.block-cart .block-content .summary .subtotal .label{display:inline-block;font-size:12px;line-height:1;vertical-align:middle}.block-cart .block-content .summary .subtotal .price{display:inline-block;font-family:"Raleway", Arial,Helvetica,sans-serif;font-size:20px;font-weight:900;line-height:1;vertical-align:middle}.block-cart .actions{border-bottom:1px solid #c2c2c2}.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-layered-nav dl{font-size:14px}.block-layered-nav dl dt{margin:15px 0;font-family:"Oswald", Arial,Helvetica,sans-serif;font-size:15px}.block-layered-nav dl dt:first-child{margin-top:0}.block-layered-nav .currently{font-size:12px}.block-layered-nav .currently .block-subtitle{font-size:inherit;margin-bottom:5px;text-align:center}.block-layered-nav .currently li{border-radius:14px;border:2px solid #7c0604;font-size:14px;font-weight:bold;padding:5px 18px 5px 15px;position:relative;background:#f5f5f5;margin-bottom:5px;text-align:center}.block-layered-nav .currently li .label{display:none}.block-layered-nav .currently li .value{line-height:1;display:block}.block-layered-nav .currently li .btn-remove{position:absolute;top:50%;right:8px;margin-top:-5px}.block-layered-nav .actions{font-size:11px;text-align:right}.block-related .block-subtitle{display:none}.block-subscribe input{width:100%}.brand-rotator-wrapper{clear:both;display:block;overflow:hidden;margin:0 -20px 30px;width:calc(100% + 40px)}#brand_rotator{border-radius:0;display:none;visibility:hidden}.nbs-flexisel-container{box-sizing:border-box;margin:0 -10px;position:relative;max-width:calc(100% + 10px)}.nbs-flexisel-inner{box-sizing:border-box;overflow:hidden;width:100%}.nbs-flexisel-ul{font-size:0;position:relative;width:9999px;margin:0;padding:0;list-style-type:none;text-align:center;height:100px}.nbs-flexisel-item{height:inherit;list-style-type:none;float:left;margin:0;padding:0;cursor:pointer;position:relative;line-height:0}.nbs-flexisel-item a{height:inherit;padding:0;border-left:1px solid #eee;display:flex;width:100%;align-items:center;justify-content:center}.nbs-flexisel-item:last-child a{border-left:0}.nbs-flexisel-item img{cursor:pointer;position:relative;margin:0;padding:0;max-height:80px;max-width:160px;display:block}.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{display:none;width:22px;height:22px;position:absolute;cursor:pointer;z-index:100;opacity:0.5}.nbs-flexisel-nav-left{left:10px;margin-top:4px;background:url("https://rage-audio.com/skin/frontend/rage_audio/default/images/button-previous.png") no-repeat}.nbs-flexisel-nav-right{right:5px;margin-top:4px;background:url("https://rage-audio.com/skin/frontend/rage_audio/default/images/button-next.png") no-repeat}#nav ul.brands-menu{background:url("https://rage-audio.com/skin/frontend/rage_audio/default/images/header_prefoot_container_bg.jpg") repeat;font-size:0;padding:5px;left:0;top:auto;position:absolute;width:938px}#nav ul.brands-menu li.brands-menu-item{background:none;display:flex;align-items:center;height:28px;width:116px;margin:0;border:0;vertical-align:top}#nav ul.brands-menu li.brands-menu-item a{background:transparent;color:#aaa;display:block;font-family:"Raleway", Arial,Helvetica,sans-serif;font-size:12px;line-height:1;text-transform:capitalize;padding:2px 6px}#nav ul.brands-menu li.brands-menu-item a>b{color:#ec0204;font-size:14px}#nav ul.brands-menu li.brands-menu-item a:hover{color:white}.breadcrumbs{left:0;margin:0;padding-left:20px;position:absolute;top:0;width:calc(100% - 250px);z-index:2}.breadcrumbs ul{display:block;line-height:32px}.breadcrumbs ul li{display:inline-block;font-family:"Raleway", Arial,Helvetica,sans-serif;font-size:13px;line-height:1;vertical-align:middle}.breadcrumbs ul li a{font-family:inherit;font-size:inherit}.breadcrumbs ul li strong{font-family:inherit;font-size:inherit}.breadcrumbs+.col-main,.breadcrumbs+.col-wrapper .col-main{padding-top:32px}.col2-left-layout .breadcrumbs,.col3-layout .breadcrumbs{left:200px;width:calc(100% - 450px)}@media screen and (max-width: 990px){.breadcrumbs{padding:0 15px;width:100%}.breadcrumbs ul{line-height:1;padding:5px 0}.col3-layout .breadcrumbs{left:0;width:100%}}button.button.btn-checkout,a.button.btn-checkout{padding:10px 30px}.data-table thead{background:#eee}.data-table thead th{font-size:14px;font-weight:normal}.data-table tfoot tr,.data-table tfoot tr.first td{background-image:none;background:#eee !important;padding:5px}.data-table td.last,.data-table th.last{border-right:1px solid #d9dde3}.data-table .odd,.data-table thead th{background:none}.fabricante-box{margin:10px auto 20px;width:160px;padding:5px;border:1px solid #f0f0f0;border-radius:5px}.fabricante-box a{display:block}.fabricante-box .fabricante-label{font-size:11px;margin:0 auto 10px;text-transform:uppercase;text-align:center}.fabricante-box img.fabricante{display:block;margin:auto;max-height:120px;max-width:140px;height:auto;width:auto;object-fit:contain;text-align:center;font-size:14px;line-height:50px}fieldset,.fieldset{background:none;border:0;margin:0;padding:0}fieldset legend,fieldset .legend,.fieldset legend,.fieldset .legend{display:none}body .form-list{text-align:left}body .form-list label{font-size:13px;color:#777;margin-bottom:4px}body .form-list label.required em{display:none}body .form-list .control input[type="radio"]{border:2px solid red}body .form-list .field{max-width:250px;width:auto}body .form-list .field+.field{margin-left:15px}body .form-list .input-box{margin:0;max-width:250px;text-align:left;width:auto}body .form-list .input-box input[type="text"],body .form-list .input-box input[type="email"],body .form-list .input-box input[type="password"],body .form-list .input-box select{margin:0;width:100%}.buttons-set p.required{display:none}@media screen and (max-width: 899px){body .form-list .input-box{max-width:100%;width:100%}body .form-list .field{margin-right:10px;margin-bottom:8px;max-width:100%;width:100%}body .form-list .field+.field{margin-left:0;margin-right:0;margin-bottom:0}}input[type="text"],input[type="email"],input[type="password"],input[type="tel"],select,textarea{background-color:white;border:1px solid #ddd;border-radius:0;box-shadow:none;color:#333;padding:5px;font-size:14px;max-width:100%;line-height:20px;outline:none}input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="tel"]:focus,select:focus,textarea:focus{background:none;border-color:black}input[type="text"]::-webkit-input-placeholder,input[type="text"]::-moz-placeholder,input[type="email"]::-webkit-input-placeholder,input[type="email"]::-moz-placeholder,input[type="password"]::-webkit-input-placeholder,input[type="password"]::-moz-placeholder,input[type="tel"]::-webkit-input-placeholder,input[type="tel"]::-moz-placeholder,select::-webkit-input-placeholder,select::-moz-placeholder,textarea::-webkit-input-placeholder,textarea::-moz-placeholder{color:#999}input[type="text"]:-webkit-autofill,input[type="text"]:-webkit-autofill:hover,input[type="text"]:-webkit-autofill:focus,input[type="email"]:-webkit-autofill,input[type="email"]:-webkit-autofill:hover,input[type="email"]:-webkit-autofill:focus,input[type="password"]:-webkit-autofill,input[type="password"]:-webkit-autofill:hover,input[type="password"]:-webkit-autofill:focus,input[type="tel"]:-webkit-autofill,input[type="tel"]:-webkit-autofill:hover,input[type="tel"]:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 30px white inset}input[type="checkbox"],input[type="radio"]{box-shadow:none;vertical-align:middle}textarea{border:1px solid #f0f0f0;border-bottom:1px solid #222;padding:10px;resize:none;height:200px;width:100%}input[type="checkbox"]+label,input[type="radio"]+label{cursor:pointer}.radio+.radio,.checkbox+.checkbox{margin-top:10px}label.checkbox.special{cursor:pointer}label.checkbox.special input[type="checkbox"]{position:absolute;margin-left:5px;opacity:0}label.checkbox.special input[type="checkbox"]+span:before,label.checkbox.special input[type="checkbox"]+i+span:before{border:1px solid #999;border-radius:2px;color:#333;padding:2px 1px;line-height:8px;font-size:30px;cursor:pointer;position:relative;top:1px;display:inline-block;margin-right:10px;vertical-align:text-bottom;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px}label.checkbox.special input[type="checkbox"]+span:before,label.checkbox.special input[type="checkbox"]+i+span:before{content:""}label.checkbox.special input[type="checkbox"]:checked+span:before,label.checkbox.special input[type="checkbox"]:checked+i+span:before{content:"✓"}body .form-list .control,dl.sp-methods dt{position:relative}dl.sp-methods dt input[type="radio"],body .form-list .control input[type="radio"],body .form-list .control input[type="checkbox"]{position:absolute;top:50%;margin-top:-6px;left:3px;z-index:-1}dl.sp-methods dt input[type="checkbox"]+label:before,body .form-list .control input[type="checkbox"]+label:before,body .form-list .control input[type="radio"]+label:before{border:1px solid #999;border-radius:2px;content:'';color:#333;padding:2px 1px;line-height:14px;font-size:20px;cursor:pointer;position:relative;top:1px;display:inline-block;margin-right:10px;vertical-align:text-bottom;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px}dl.sp-methods dt input[type="checkbox"]:checked+label:before,body .form-list .control input[type="checkbox"]:checked+label:before,body .form-list .control input[type="radio"]:checked+label:before{content:"✓"}.menu__toggle{width:32px;height:32px;display:none;cursor:pointer;position:absolute;top:3px;left:15px;z-index:15}.menu__toggle .menu__toggle-symbol{background:#fff;color:#fff;width:32px;font:bold 14px/.4 Helvetica;height:4px;left:auto;margin-top:-2px;position:absolute;right:0;text-transform:uppercase;top:50%;transition:transform .3s ease-in-out;z-index:11;zoom:1}.menu__toggle .menu__toggle-symbol:after,.menu__toggle .menu__toggle-symbol:before{background:#fff;width:32px;content:'';height:4px;left:0;position:absolute;transition:transform .3s ease-in-out}.menu__toggle .menu__toggle-symbol:before{top:-10.6666666667px}.menu__toggle .menu__toggle-symbol:after{top:10.6666666667px}.mobile-menu-open .menu__toggle .menu__toggle-symbol{background:none;transition:transform .3s ease-in-out}.mobile-menu-open .menu__toggle .menu__toggle-symbol:before{left:0;top:0;transform:rotateZ(45deg)}.mobile-menu-open .menu__toggle .menu__toggle-symbol:after{left:0;top:0;transform:rotateZ(-45deg)}@media screen and (max-width: 899px){.menu__toggle{display:block}}ol.mini-products-list li.item{padding:0;margin-bottom:10px}ol.mini-products-list li.item input[type="checkbox"]{display:none}ol.mini-products-list li.item .product-name{float:left;clear:both;margin-top:-32px}ol.mini-products-list li.item .product-name a{color:#222;display:inline-block;font-size:12px;font-weight:bold;line-height:14px}ol.mini-products-list li.item .product-image{float:left;width:50px;border:1px solid #ddd}ol.mini-products-list li.item .product-details{margin-left:60px}ol.mini-products-list li.item .price-box{margin:0}ol.mini-products-list li.item .price-box span{display:block;line-height:1}ol.mini-products-list li.item .price-box .price{color:#7c0604;font-size:14px}.topsearch-container{top:0;right:0;height:auto;width:250px;margin:0;padding:0}.topsearch-container .form-search input#search{font-family:"Raleway", Arial,Helvetica,sans-serif;background:rgba(0,0,0,0.1);border:0;color:white;margin:0;width:100%;padding:5px 10px 5px 40px;height:39px}.topsearch-container .form-search input#search::-webkit-input-placeholder{color:#aaa}.topsearch-container .form-search input#search::-moz-placeholder{color:#aaa}.topsearch-container .form-search input#search:-ms-input-placeholder{color:#aaa}.topsearch-container .form-search input#search:-moz-placeholder{color:#aaa}.topsearch-container .form-search:before{background:url("https://rage-audio.com/skin/frontend/rage_audio/default/images/search_white.svg") no-repeat bottom;background-size:20px;width:20px;height:20px;top:50%;margin-top:-10px;left:10px}#search_autocomplete{z-index:2}.form-search{position:relative}.form-search:before{content:"";position:absolute;top:1px;left:7px;width:16px;height:16px;background:url("https://rage-audio.com/skin/frontend/rage_audio/default/images/search.svg") no-repeat 16px 16px;z-index:10}.form-search input#search{height:28px;width:227px;box-sizing:border-box;font-size:13px;color:#222;padding:5px 15px 5px 30px}.form-search button.button,.form-search label{display:none !important}.form-search .search-autocomplete{z-index:999;left:0 !important;top:23px !important}.form-search .search-autocomplete ul{border:1px solid #eee;background-color:#f9f5f0;border-top:0}.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:#fffefb}.form-search .search-autocomplete li.selected{background-color:#f7e8dd}.form-search .search-autocomplete ul{border:0;background:#222;color:white}.form-search .search-autocomplete ul li{background:#222;color:white;border-color:#000}.form-search .search-autocomplete ul li.odd{background:#333;color:white}.form-search .search-autocomplete ul li.odd:hover,.form-search .search-autocomplete ul li.even:hover{background:#444}.topsearch-container .form-search .search-autocomplete{top:auto !important}.topsearch-container .form-search .search-autocomplete ul li{font-family:"Raleway", Arial,Helvetica,sans-serif;padding:5px 10px 5px 5px}.ow-share{display:block;margin:30px auto;max-width:320px}.ow-share-head{font-size:16px}.ow-share-icon{display:inline-block;margin:0 10px 10px 0;height:24px;width:24px}.ow-share-icon img{display:block;height:auto;max-width:100%}.page-title{font-family:"Oswald", Arial,Helvetica,sans-serif;font-size:32px;text-transform:uppercase;line-height:140%;margin:0 0 30px}.page-title h1,.page-title h2,.page-title h3{font-family:inherit;font-size:inherit;line-height:inherit;margin-bottom:0}.price{white-space:nowrap !important}.price-box{margin:5px 0;font-size:14px}.regular-price .price{font-weight:700;font-size:18px;line-height:24px;color:#7c0604}.catalog-product-view .price-box .regular-price .price{font-size:40px;font-weight:700}.block .regular-price,.block .regular-price .price{color:#2f2f2f}.special-price{margin:0;padding:0;line-height:20px}.special-price .price-label{font-size:13px;font-weight:bold;white-space:nowrap;color:#cd5033}.special-price .price{font-size:13px;font-weight:bold;color:#c76200}.catalog-product-view .product-view .special-price .price{font-size:40px}.minimal-price{margin:0}.minimal-price .price-label{font-weight:bold;white-space:nowrap}.minimal-price-link{display:block}.price-excluding-tax{display:block;color:#999}.price-excluding-tax .label{white-space:nowrap;color:#999}.price-excluding-tax .price{font-size:13px;font-weight:normal;color:#c76200}.price-including-tax{display:block;color:#999}.price-including-tax .label{white-space:nowrap;color:#999}.price-including-tax .price{font-size:13px;font-weight:bold;color:#c76200}.configured-price{margin:0}.configured-price .price-label{font-weight:bold;white-space:nowrap}.configured-price .price{font-weight:bold}.weee{display:block;font-size:11px;color:#444}.weee .price{font-size:11px;font-weight:normal}.price-excl-tax{display:block}.price-excl-tax .label{display:block;white-space:nowrap}.price-excl-tax .price{display:block}.price-incl-tax{display:block}.price-incl-tax .label{display:block;white-space:nowrap}.price-incl-tax .price{display:block;font-weight:bold}.price-from{margin:0}.price-from .price-label{font-weight:bold;white-space:nowrap}.price-to{margin:0}.price-to .price-label{font-weight:bold;white-space:nowrap}.price-notice{padding-left:10px;color:#999}.price-notice .price{font-weight:bold;color:#2f2f2f}.price-as-configured{margin:0}.price-as-configured .price-label{font-weight:bold;white-space:nowrap}.price-box-bundle{padding:0 0 10px 0}.price-box-bundle .price-box{margin:0 !important;padding:0 !important}.price-box-bundle .price{color:#555}.product-pricing,.tier-prices{margin:10px 0;padding:10px;background-color:#f4f7f7;border:1px solid #dadddd;color:#424242}.tier-prices li{line-height:1.4;background:url(https://rage-audio.com/skin/frontend/rage_audio/default/images/i_tier.gif) no-repeat 0 3px;padding:2px 0 2px 10px}.tier-prices .benefit{font-style:italic;font-weight:bold;color:#2f2f2f}.tier-prices .price{font-weight:bold;color:#2f2f2f}.tier-prices-grouped li{padding:2px 0;color:#e26703}.tier-prices-grouped li .price{font-weight:bold}.price-box{color:#7c0604;width:100%}.price-box span{color:inherit;line-height:1;font-family:"Raleway", Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;margin:0}.price-box span>span{display:block;line-height:1;font-family:inherit;font-size:inherit}.price-box p.old-price,.price-box p.special-price{display:inline-block;vertical-align:middle;line-height:1;margin:0}.price-box p.old-price .price{color:#999;font-size:13px;margin-right:5px;text-decoration:none;position:relative}.price-box p.old-price .price:after{content:'';position:absolute;height:1px;width:calc(100% + 4px);background:#333;z-index:1;left:-2px;top:50%;transform:rotate(-12deg)}.price-box p.special-price .price{font-size:20px}.products-grid{margin:0 -10px}.col2-left-layout .products-grid,.col2-right-layout .products-grid{width:calc(100% + 20px);margin:0 -10px}.products-grid li.item{border:0;display:block;margin-bottom:10px;padding:10px 10px 0;width:100%}@media screen and (min-width: 521px){.products-grid li.item{display:inline-block;width:50%}}@media screen and (min-width: 991px){.products-grid li.item{width:33.3334%}}@media screen and (min-width: 1200px){.products-grid li.item{width:25%}}.products-grid li.item .product-wrapper{background:#f0f0f0;box-sizing:border-box;height:320px;padding:0 10px 7px;position:relative;border:1px solid #eee;transition:box-shadow .4s}.products-grid li.item .product-wrapper .actions{display:none}.products-grid li.item .product-wrapper .product-name{color:#222;font-family:"Raleway", Arial,Helvetica,sans-serif;font-size:15px;font-weight:600;height:54px;line-height:120%;margin:0;padding:0 10px 7px;padding-bottom:5px;position:absolute;bottom:34px;left:0;top:initial;width:100%}.products-grid li.item .product-wrapper .product-image{background:white;box-sizing:border-box;display:block;height:230px;margin:0 -10px;overflow:hidden}.products-grid li.item .product-wrapper .product-image img{display:block;margin:auto;max-height:100%;height:auto;object-fit:cover;transition:transform .5s;width:100%}.products-grid li.item .product-wrapper .with-ribbon::after{top:38px;left:-15px}.products-grid li.item .product-wrapper .with-ribbon::before{top:22px;left:-22px}.products-grid li.item .product-wrapper .product-footer{display:flex;align-items:center;top:initial;bottom:0;left:0;padding:0 10px 7px;position:absolute;width:100%;height:34px}.products-grid li.item .product-wrapper .availability.in-stock{position:absolute;left:initial;right:10px;margin:3px 0}.products-grid li.item .product-wrapper .availability.in-stock>img{display:block}.products-grid li.item .product-wrapper .product-overlay{cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(255,255,255,0.5);visibility:hidden;position:absolute;width:100%;top:0;left:0;height:230px;z-index:-2;transition:opacity .3s}.products-grid li.item .product-wrapper .product-overlay>a{background:#7c0604;color:white;font-family:"Oswald", Arial,Helvetica,sans-serif;font-size:13px;text-transform:uppercase;opacity:0;padding:5px 10px;display:block;text-decoration:none;margin:0 0 15px;transform:translateX(-50px);transition:opacity 1s, transform .7s, background .3s, color .3s}.products-grid li.item .product-wrapper .product-overlay>a:hover{background:#ec0204}.products-grid li.item .product-wrapper .product-overlay>a:last-child{margin-bottom:0;transform:translateX(50px)}.products-grid li.item .product-wrapper:hover{box-shadow:2px 4px 10px rgba(0,0,0,0.12)}.products-grid li.item .product-wrapper:hover .product-overlay{visibility:visible;z-index:3}.products-grid li.item .product-wrapper:hover .product-overlay>a{transform:translateX(0);opacity:1}.products-grid li.item .product-wrapper:hover .product-image img{transform:scale(1.08)}.col3-layout .products-grid li.item .product-wrapper{height:290px}.col3-layout .products-grid li.item .product-wrapper .product-overlay{height:200px}.col3-layout .products-grid li.item .product-wrapper .product-image{height:200px}.products-grid-toolbar{border-top:1px solid #eee;font-size:0;padding:5px 0;margin:10px 0;overflow:hidden;position:relative;width:100%}.products-grid-toolbar .pager{position:static;min-height:29px}.products-grid-toolbar .amount,.products-grid-toolbar .limiter,.products-grid-toolbar .sorter{font-size:12px;line-height:29px}.products-grid-toolbar select{font-size:12px}.products-grid-toolbar .sorter{border:0;float:right;text-align:right;width:180px}.products-grid-toolbar .sorter select{width:90px}.products-grid-toolbar .sorter a{display:inline-block;width:10px;text-align:center}.products-grid-toolbar .sorter a img{display:block;margin:auto}.products-grid-toolbar .sorter p.view-mode{display:none}.products-grid-toolbar .limiter{float:right;text-align:right;width:200px}.products-grid-toolbar .limiter select{width:50px}@media screen and (max-width: 899px){.products-grid-toolbar .sorter,.products-grid-toolbar .limiter,.products-grid-toolbar .pager .pages ol li>a.next,.products-grid-toolbar .pager .pages ol li>a.prev{display:none}.products-grid-toolbar .pager .pages{margin-top:30px}.products-grid-toolbar .pager .amount{text-align:center;max-width:100%;width:100%}}.pager{clear:both;display:block;padding-top:10px;position:relative;text-align:center;width:100%}.pager .amount{position:absolute;top:5px;left:0;margin:0;max-width:250px;text-align:left;width:100%}.is-blog .pager .amount{display:none}.pager .pages{display:block;height:100%;width:100%;z-index:2}.pager .pages>strong{display:none}.pager .pages ol{font-size:0;margin:0 -5px}.pager .pages ol li{border-radius:3px;display:inline-block;color:#7c0604;font-size:15px;font-family:"Raleway", Arial,Helvetica,sans-serif;font-weight:bold;line-height:30px;margin:5px;min-width:30px;height:30px;text-align:center;vertical-align:top;transition:background .3s, color .3s}.pager .pages ol li a{font-size:inherit;background:#f0f0f0;border-radius:inherit;color:inherit;transition:none}.pager .pages ol li a.next,.pager .pages ol li a.previous{padding:0 10px}.pager .pages ol li.current{background:#7c0604;color:white}.pager .pages ol li.current a,.pager .pages ol li:hover a{background:#7c0604;color:white}.pager .pages ol li>*{display:block;font-family:inherit;font-size:inherit;padding:0;line-height:inherit;vertical-align:inherit}.pager .pages ol li>a{display:block;padding:0 5px}.rage-phone{clear:both;float:right;margin-top:15px;margin-right:2px;line-height:18px}.rage-phone .phone{font-size:20px;font-weight:bold;color:#e0e0e0}.rage-phone .phone-icon{color:#888;float:left;margin-top:2px;margin-right:2px}.rage-garantia{line-height:12px;margin:10px 0;font-size:12px;font-family:"Arial","Helvetica","sans-serif";background:url("https://rage-audio.com/skin/frontend/rage_audio/default/images/icon-garantia.png") left no-repeat;padding:5px 5px 5px 50px}.rage-garantia .subtext{font-size:10px}.rage-garantia-box{margin:auto;max-width:320px}.rage-download-product,.rage-download-product-list{float:right;padding-top:4px;width:102px;max-width:102px;margin:auto;text-align:center}.rage-download-product-list{padding-top:0;width:auto;max-width:none}.rage-download-product img,.rage-download-product-list img{float:left;height:34px;margin-top:2px;margin-right:2px;margin-bottom:5px}.rage-download-product-list img{height:32px}.rage-license-text{font-size:12px;display:block;text-align:left;line-height:12px;margin-top:6px}.sidebar-banners{margin-top:20px}.sidebar-banners .box{margin-bottom:20px}.sidebar-banners a img{display:block;margin:auto;max-width:220px}@media screen and (max-width: 899px){.sidebar-banners{margin-top:15px;font-size:0;border-top:1px solid #eee;padding-top:15px}.sidebar-banners .box{box-sizing:border-box;display:inline-block;width:50%;text-align:center;padding:10px;vertical-align:middle}.sidebar-banners .box a img{height:auto;width:100%}}.slider-wrapper{border-radius:0;clear:both;display:block;height:490px;margin:0 -20px 15px;width:calc(100% + 40px)}@media screen and (min-width: 900px) and (max-width: 1199px){.slider-wrapper{height:390px}}@media screen and (min-width: 521px) and (max-width: 899px){.slider-wrapper{height:320px}}@media screen and (max-width: 520px){.slider-wrapper{height:160px}}#rageaudio_slider{border-radius:0;height:inherit !important;width:100% !important;overflow:hidden;position:relative;visibility:hidden}#rageaudio_slider ul{height:inherit}#rageaudio_slider ul li{background:#111;border-radius:0;float:left;height:inherit}#rageaudio_slider ul li a{display:block;height:inherit}#rageaudio_slider ul li a img{margin:auto;object-position:top;display:block;max-width:100%;height:inherit;object-fit:contain;width:100%}#rageaudio_slider:hover .unslider-arrow,#rageaudio_slider:hover .unslider-arrow.next,#rageaudio_slider:hover .unslider-arrow.prev{opacity:1}.unslider-arrow,.unslider-arrow.next,.unslider-arrow.prev{opacity:.5;color:white;left:15px;top:50%;margin-top:-9px;text-decoration:none;transition:opacity .5s;position:absolute}.unslider-arrow i,.unslider-arrow.next i,.unslider-arrow.prev i{font-size:32px;font-weight:normal}.unslider-arrow.next{left:initial;right:15px;width:32px}.std iframe{border:0;clear:both;display:block;max-width:100%;min-height:420px;min-width:0;margin:0 auto 30px;padding:0;height:auto !important;width:100% !important}.quick-access{position:absolute;right:20px;top:45px;line-height:24px}.quick-access .links{position:relative}.quick-access .links li{float:right;margin-right:20px;position:relative}.quick-access .links li:first-child,.quick-access .links li:last-child{float:left}.quick-access .links li:nth-child(2){margin-left:50px}.quick-access .links li:nth-child(2):before{font-family:"icons-font";cursor:pointer;color:white;display:inline-block;font-size:24px;position:absolute;left:-36px;top:0;width:auto;height:100%}.quick-access .links li:nth-child(3){display:none}.quick-access .links li.first a{display:block;height:24px;line-height:24px;color:white}.quick-access .links li.first a:before{font-family:"icons-font";cursor:pointer;display:inline-block;font-size:24px;position:absolute;left:-30px;top:0;width:auto;height:100%}.quick-access .links li.last{position:absolute;top:25px;font-size:10px}.quick-access .links li.last a{background:#ddd;color:#222;padding:2px 4px}.quick-access .links li a{color:white;font-family:"Raleway", Arial,Helvetica,sans-serif}@media screen and (max-width: 899px){.quick-access{right:0;top:62px}.quick-access .links li{margin:0 10px !important}.quick-access .links li::before,.quick-access .links li.last a::before{left:-10px !important}.quick-access .links li>a{color:transparent;height:24px;width:24px;overflow:hidden;display:inline-block}.quick-access .links li>a::before{color:white}.quick-access .links li.last,.quick-access .links li.first{font-size:0;width:0}.quick-access .links li.last{display:none}.quick-access .links li.last>a{color:transparent}.quick-access .links li.last>a::before{color:white}}.account-create{overflow:hidden}.account-create .page-title{margin:20px 0;text-align:center}.account-create .legend{display:none}.account-create form{margin:auto;max-width:800px}.account-create .form-list li:nth-child(3){display:none}.account-login{overflow:hidden}.account-login .page-title{margin:20px 0;text-align:center}.account-login .col2-set .col-1{float:right;text-align:center}.account-login .col2-set .col-2{float:left}.account-login form{display:block;margin-bottom:180px;position:relative}.account-login .content{background:none;border:0;min-height:220px;text-align:center}.account-login h2,.account-login .content h2{background:none;color:black;font-family:"Oswald", Arial,Helvetica,sans-serif;font-size:20px;padding-left:0}.account-login .form-list{margin:auto;display:block;max-width:300px}.account-login .form-list input.input-text{background:white;padding:8px;width:100%}.account-login .form-list label{float:none;display:block;text-align:left;margin-left:0;margin-bottom:5px}.account-login .form-list label.required em{display:none}.account-login .form-list .input-box{width:100%}.account-login p.required{display:none}.account-login .buttons-set{background:none;border:0;margin:0 auto;max-width:267px;text-align:center;position:relative}.account-login .buttons-set a{display:inline-block;clear:both;float:none;position:absolute;bottom:-40px;margin:auto;width:100%;left:0;text-align:center}.account-login .buttons-set button.button{float:none}@media screen and (max-width: 899px){.account-login .page-title{font-size:24px}}body.customer-account-forgotpassword .page-title{margin:20px 0;text-align:center}body.customer-account-forgotpassword .form-list{margin-top:20px}body.customer-account-forgotpassword form{margin:auto;max-width:800px;text-align:center}body.customer-account-forgotpassword form label{display:block;float:none;text-align:center}body.customer-account-forgotpassword form .input-box{margin:0 auto}body.is-blog .col-main{font-family:"Raleway", Arial,Helvetica,sans-serif;line-height:1.638}body.is-blog .page-title h1{font-size:48px;font-weight:bold;line-height:120%}body.is-blog .page-title.blog-title h1{font-size:24px}body.is-blog .post-list li.item{padding-bottom:5px;border-bottom:1px solid #ccc}body.is-blog .post-list h2{color:#7C0604;font-size:40px;font-weight:bold;line-height:120%}body.is-blog .post-list h2 a{font-size:inherit;color:inherit;font-weight:inherit;text-decoration:none}body.is-blog .post-list h2 a:hover{color:#EC0204;text-decoration:none}body.is-blog .post-entry.entry{overflow:hidden}body.is-blog .blog-desc{color:#222;font-size:14px;margin-bottom:20px}body.is-blog a.read-more{display:inline-block;margin:10px 0}body.is-blog img.alignleft{float:left;margin-right:10px;margin-bottom:20px}body.is-blog img.alignright{float:right;margin-left:10px;margin-bottom:20px}body.is-blog img.aligncenter{margin:10px auto}body.is-blog img.size-large{max-width:100%}body.is-blog .post-skips{margin:30px auto}@media screen and (max-width: 899px){body.is-blog .page-title h1{font-size:32px}body.is-blog .post-list h2{font-size:24px;margin-bottom:10px}body.is-blog .col-main,body.is-blog .col-left.sidebar{float:none;padding:0 20px;width:100%}body.is-blog .col2-left-layout .breadcrumbs,body.is-blog .col3-layout .breadcrumbs{position:static;width:100%}body.is-blog img[class*="align"]{max-width:100%}}.cart{font-family:"Raleway", Arial,Helvetica,sans-serif}.cart .totals{background:none;border:0}.cart .cart-table .product-name{font-family:"Raleway", Arial,Helvetica,sans-serif;font-size:24px;text-transform:none}.cart .cart-table td:nth-last-child(2) .cart-price{font-size:16px;font-weight:600}.cart button.btn-continue{background:black}.cart button.button.btn-checkout{border-radius:5px;padding:15px 30px;font-weight:bold}.cms-page-view{font-family:"Raleway", Arial,Helvetica,sans-serif}.checkout-cart-index .cart-empty{text-align:center}.checkout-cart-index .back-to-shop{margin:50px auto}.checkout-onepage-success .buttons-set{border:0;text-align:center}.checkout-onepage-success .buttons-set button{float:none}.cms-contacto .contact-text,.cms-contacto .contact-address{font-size:16px;margin:30px 0}.cms-contacto .contact-address{font-size:20px;font-weight:400}body.cms-home .sidebar{padding-top:0}body.cms-home .block-list.block-viewed{display:none}body.checkout-onepage-index .page-title{margin:20px 0}body.checkout-onepage-index #checkout-step-login h3{font-weight:bold}body.checkout-onepage-index .opc .step-title,body.checkout-onepage-index .opc .allow .step-title{background:#ddd}body.checkout-onepage-index .opc .step{background:none;border-color:#ddd}body.checkout-onepage-index .opc .active .step-title{background:#333;border:1px solid black}body.checkout-onepage-index .opc .active .step-title h2{color:white}body.checkout-onepage-index .opc .active .step-title .number{background:#7c0604;border:0}body.checkout-onepage-index .opc .buttons-set p.required{display:none}body.checkout-onepage-index #checkout-progress-wrapper .opc-block-progress{padding:10px 10px 10px 0}body.checkout-onepage-index #checkout-progress-wrapper .opc-block-progress .block-title{font-family:"Raleway", Arial,Helvetica,sans-serif}body.checkout-onepage-index #checkout-progress-wrapper .opc-block-progress dt,body.checkout-onepage-index #checkout-progress-wrapper .opc-block-progress dd{border-color:#ddd}body.checkout-onepage-index #checkout-progress-wrapper .opc-block-progress dd{background:#f5f5f5}body.checkout-onepage-index #checkout-progress-wrapper .opc-block-progress dt.complete{background:none;color:#222;border-bottom:0}.product-view{font-size:0;padding-top:10px}.product-view .product-view-left,.product-view .product-view-right{display:inline-block;vertical-align:top}.product-view .product-view-left{padding-right:20px;width:calc(100% - 320px)}.product-view .product-view-right{width:320px}.product-view .product-view-right .short-description{margin:20px 0}.product-view .product-shop,.product-view .product-essential,.product-view .product-collateral,.product-view .product-view-price-box,.product-view .short-description{font-family:"Raleway", Arial,Helvetica,sans-serif;font-size:14px;line-height:1.638}.product-view .product-view-price-box{margin-bottom:30px;text-align:center}.product-view .product-view-price-box .price-box{margin-bottom:20px}.product-view .product-view-price-box .price-box span{display:block;line-height:1}.product-view .product-view-price-box .price-box p.old-price{margin-bottom:10px}.product-view .product-view-price-box .price-box p.old-price span{font-size:20px}.product-view .product-view-price-box .price-box p.special-price{display:block}.product-view .view-more-anchor a{font-weight:bold}.product-view .box-collateral .std{column-count:1}@media screen and (min-width: 991px){.product-view .box-collateral .std{column-count:2}}.product-view .box-collateral h2{border-bottom:1px solid #aaa;padding-bottom:7px;font-size:20px;font-weight:bold;text-transform:uppercase}.product-view .product-shop{margin:15px 0}.product-view .product-img-box{position:relative}.product-view .product-img-box .product-image-zoom{border:1px solid #f0f0f0}.product-view .product-img-box .product-image-zoom img{display:block;margin:auto;max-width:640px;width:100%}.product-view .product-img-box:hover .more-views ul li a{opacity:.7}.product-view .more-views{box-sizing:border-box;position:absolute;bottom:5px;left:10px;width:100%}@media screen and (max-width: 1199px){.product-view .more-views{position:static}}.product-view .more-views ul{margin:0 -4px;max-width:100%;overflow-x:auto;font-size:0;white-space:nowrap}.product-view .more-views ul li{display:inline-block;margin:0 0 8px;padding:0 4px}.product-view .more-views ul li a{opacity:.5;border:1px solid #aaa;border-radius:4px;display:block;text-align:center;width:80px;transition:opacity .5s}.product-view .more-views ul li a img{background:white;border-radius:inherit;display:block;object-fit:cover;padding:2px;margin:auto;width:100%}.product-view .more-views ul li a:hover{opacity:1 !important}.product-view .product-name h1,.product-view .product-name h2{font-family:"Raleway", Arial,Helvetica,sans-serif;font-weight:900;font-size:48px}.product-view .add-to-cart label,.product-view .add-to-cart input#qty{display:none}.product-view .btn-cart{border-radius:5px;padding:15px 30px;font-family:"Raleway", Arial,Helvetica,sans-serif;text-transform:none;font-weight:600}.product-view .btn-cart:before{font-family:"icons-font";font-size:24px;font-weight:300;display:inline-block;line-height:24px;margin-right:10px;vertical-align:top}@media screen and (max-width: 990px){.product-view .product-view-left,.product-view .product-view-right{display:block;padding:0;width:100%}.product-view .product-view-left{margin-bottom:15px}.product-view .product-img-box .product-image-zoom img{max-width:100%}.product-view .product-name h1,.product-view .product-name h2{font-size:32px;font-weight:bold}.product-view .more-views{position:static}.product-view .more-views li a{box-shadow:none;opacity:1 !important}}body .account-create .form-list li:nth-child(3){display:block;}body .account-create .form-list label.required em{display:block;}body .account-create .form-list .field.name-middlename{display:none;}
/* CSS Document */
.top{
  margin-left: 0;
  padding: 5px 0;
  text-align: left;
  float:left;
}
.massage {
  float: left;
  padding: 5px 10px;
  width: 80%;
}
.buttons {
  display: table;
  text-align: center;
  width: 20%;
}
.btn {
  border: medium none;
  height: 30px;
  padding: 0 15px;
  width:50%;	
}
.bottom{
  bottom: 0;
  position: fixed;
  padding: 5px 0;
  width: 100%;
  z-index:1000;
}
.cc-window.cc-banner {
    z-index: 999999;
}
.cc-banner .cc-message, .cc-banner .cc-message p {
    font-size: 14px;
    line-height: 1.5em;
}
.cc-banner .cc-btn:last-child {
    width: auto;
    min-width: auto !important;
}
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
/*
 * Magmodules.eu - http://www.magmodules.eu.
 *
 * NOTICE OF LICENSE
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://www.magmodules.eu/MM-LICENSE.txt
 * 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 info@magmodules.eu so we can send you a copy immediately.
 *
 * @category      Magmodules
 * @package       Magmodules_Richsnippets
 * @author        Magmodules <info@magmodules.eu>
 * @copyright     Copyright (c) 2018 (http://www.magmodules.eu)
 * @license       https://www.magmodules.eu/terms.html  Single Service License
 */
.snippets {
    border: 1px solid #E4E4E4;
    margin: 0px 0;
    overflow: auto;
}

.snippets p {
    margin-bottom: 0
}

.snippets .product-name {
    font-weight: 700
}

.snippets .prod-thumb {
    float: left;
    padding: 8px
}

.snippets img {
    display: block;
    margin: 0px;
}

.snippets .content {
    padding: 5px
}

.snippets .content i {
    font-style: initial;
}

.snippets .rating-box {
    float: right;
    margin-bottom: 5px;
}

.snippets-footer {
    margin-top: -5px;
    color: #666;
    font-style: normal
}

.snippets-fields {
    font-size: x-small;
}

.snippets-fields ul {
    display: inline
}

.snippets-fields li {
    display: inline;
    color: #5D5D5D;
    background: none !important;
    padding-left: 0 !important;
    font-size: 13px;
    float: left;
    margin: 0px !important;
}

.snippets-fields li + li::before {
    content: "- "
}

.snippets-sidebar .rating-box {
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    width: 73px;
    position: absolute;
    height: 15px;
    font-size: 0;
    background: url(https://rage-audio.com/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-size: 15px;
    text-indent: -999em;
    overflow: hidden;
}

.snippets-sidebar .rating {
    float: left;
    height: 13px;
    background: url(https://rage-audio.com/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-position-y: 100%;
    background-size: 15px
}
.plumrocket-fave-button .faved  {padding-right:8px; color:#b7b7b7;}
.plumrocket-fave-button .fave-ico {display:inline-block; *display:inline; *zoom:1; *margin-right:3px; background:url(https://rage-audio.com/skin/frontend/base/default/css/plumrocket/fave/images/fave-icons.png) left top no-repeat; width:11px; height:11px; overflow:hidden; background-position:-11px 0; }
.plumrocket-fave-button .fave-ico:hover {background-position:-11px -11px; cursor:pointer;}
.plumrocket-fave-button  .active{background-position:-11px -11px; cursor:auto !important;}
.plumrocket-fave-button  .no-active{background-position:-11px 0; cursor:auto !important;}
.plumrocket-fave-button  .no-active:hover{background-position:-11px 0; cursor:auto !important;}

/* clearfix */
.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.cf {
	display: inline-block;
}
 
html[xmlns] .cf {
	display: block;
}
 
* html .cf {
	height: 1%;
}

/* plumrocket fave */

.plumrocket-fave-button-default {position:relative;}
.plumrocket-fave-button-default>span.tooltip {display: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; background:#FFDBDB; border-radius: 3px; border:1px solid #FF9D9D; position:absolute; top:-30px; display:block; padding:2px 5px;  width:120px; left:-50%; z-index:200; text-align:center;}
.plumrocket-fave-button-default>span.tooltip i,
.plumrocket-fave-button-default>span.tooltip u { position: absolute; zoom: 1; line-height: 0; width: 0; height: 0; left:50%; top: 100%; margin: 0 0 -4px -4px; border: 4px transparent solid; border-top-color: #FF9D9D;  border-bottom: 0; }
.plumrocket-fave-button-default>span.tooltip u { margin-top: -1px; border-top-color: #FFDBDB; }

.plumrocket-fave-button-default .faved {
	height: 22px;
	display: inline-block;
}

.plumrocket-fave-button-default span.ssb-fave {
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
	border:1px solid #c9c5c5;  
	display: inline-block; background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top, #fdfdfd 0%, #e6e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#e6e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#e6e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdfdfd 0%,#e6e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdfdfd 0%,#e6e4e4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdfdfd 0%,#e6e4e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e6e4e4',GradientType=0 ); /* IE6-9 */
	padding:0 3px; cursor: pointer; white-space: nowrap;
	height: 19px;
	vertical-align: top;
}
.plumrocket-fave-button-default span.ssb-fave:hover {border-color:#b3b3b3;}

.plumrocket-fave-button-default {display: inline-block;}
.plumrocket-fave-button-default .ssb-fave *{vertical-align: top; height: 18px; overflow: hidden; line-height: 18px; display: inline-block; color:#000;}
.plumrocket-fave-button-default span.ssb-fave .fave-ico {
	background: url(https://rage-audio.com/skin/frontend/base/default/css/plumrocket/fave/images/fave-icons-retina.png) left top no-repeat;
	background: url(https://rage-audio.com/skin/frontend/base/default/css/plumrocket/fave/images/fave-icons.png) left top no-repeat\9;
	background-size: 45px 35px;
	width: 15px;
	background-position: -15px 1px;
}

.plumrocket-fave-button-default span.ssb-fave:hover .fave-ico {
	background-position: -15px -17px;
	cursor: pointer;
}

.plumrocket-fave-button-default span.active .fave-ico {
	background-position: -15px -17px;
} 

.plumrocket-fave-button-default span.active:hover .fave-ico {
	cursor: auto; 
}

.plumrocket-fave-button-default>.active .ssb-fave {cursor: default;}
.plumrocket-fave-button-default .count-hld {
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	border:1px solid #c9c5c5; 
	background-color: #fff; 
	margin-left: 5px; 
	color:#000; 
	position: relative; 
	display: inline-block; 
	padding: 0 5px; 
	vertical-align: top; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 19px; 
	height: 19px;
}

.plumrocket-fave-button-default .count-hld i,
.plumrocket-fave-button-default .count-hld u { position: absolute; zoom: 1; line-height: 0; width: 0; height: 0; left: 0; top: 50%; margin: -4px 0 0 -4px;border: 4px transparent solid; border-right-color: #aaa;  border-left: 0; }
.plumrocket-fave-button-default .count-hld u { margin-left: -3px; border-right-color: #fff; }
.plumrocket-fave-button-default .count-hld .count {} 
.plumrocket-fave-button-default .fv-color {color:#AC0000; text-shadow:0px 1px 0px #fff; font-weight: 700; font-family: "Helvetica Neue", Verdana, Arial, sans-serif;}

/* Product list */
ul.all-faves-head-block .plumrocketFaveButton{width:110px; position: relative; top: 0px; }
ul.all-faves-head-block {display:block; position: relative; margin-bottom: 5px; padding: 5px; }
ul.all-faves-head-block li {width:80px; padding:0px; display:inline-block; float:left; margin-right: 10px; margin-bottom: 5px; height: 22px; }
ul.all-faves-head-block li.fave_button {width:auto;font-size: 11px; }
ul.all-faves-head-block li.fb_like { position: relative; }
ul.all-faves-head-block li.google_plus_button { width: 60px; }
ul.all-faves-head-block li.google_plus_button div { display: block!important; }
/*.products-holder .popup-bar .likes .plumrocket-fave-button .fave-ico  {position:relative; top:2px;}*/

ul.all-faves-head-block div { margin-left: 0; }
ul.all-faves-head-block .fb_iframe_widget {
	overflow: hidden;
	position: relative;
	top: 0px;
	vertical-align: top;
}

ul.all-faves-head-block .fb_iframe_widget span {
	position: relative;
	top: 0px;
	vertical-align: top!important;
}

/*Customer Page */
.cr-holder {width:100%; overflow:hidden;}
.cr-holder .list-hld {width: auto;position: relative;margin-left: -5px;padding-top: 15px;}

/*item*/
.customer-faves-list * { box-sizing: border-box; }

.customer-faves-list { width: 100% !important; }
.customer-faves-list .page-title { }
.customer-faves-list .pages a { color: #979797; height: 30px; border: none; text-decoration: none; }
.customer-faves-list .pages a:hover { border: none; color: #4D4D4D; }
.customer-faves-list .pages .current { border: 1px solid white; font-weight: 700; }
.customer-faves-list .pages .current:hover { border: 1px solid white; }
.customer-faves-list .pages li { line-height: 30px; border: none; height: 30px; }

.customer-faves-list .faveItem {
	float: left;
	margin-left: 1%;
	width: 19%;
	padding: 3px;
	background: #FFF;
	margin-bottom: 15px;
	border: 1px solid #E2E2E2;
}

.customer-faves-list .faveItem div {
	width: 100% !important;
	height: auto !important;
}

.customer-faves-list .faveItem div img {
	width: 100% !important;
}

.customer-faves-list .faveItem .block-info {width: 160px;}
.customer-faves-list .faveItem .name {
	color: #7C7C7C;
	display: block;
	padding: 2px;
	height: 16px;
	overflow: hidden;
	font-size: 12px;
	line-height: 13px;
	box-sizing: border-box;
	margin-top: 5px;
	overflow: hidden;
}
.customer-faves-list .faveItem .timestamp {color: #B7B7B7;line-height: 15px;display: block; font-size: 12px;}
.customer-faves-list .faveItem .timestamp span {vertical-align: middle;}
.customer-faves-list .faveItem .lock-ico {
	display: inline-block;
	background: url(https://rage-audio.com/skin/frontend/base/default/css/plumrocket/fave/images/fave-icons-retina.png) left top no-repeat;
	background: url(https://rage-audio.com/skin/frontend/base/default/css/plumrocket/fave/images/fave-icons.png) left top no-repeat\9;
	width: 15px;
	height: 18px;
	overflow: hidden;
	vertical-align: middle;
	background-size: 45px 35px;
}
.customer-faves-list a.info {position:absolute; left:0px; top:0px; display:block; width:43px; height:34px; overflow:hidden; background:url(https://rage-audio.com/skin/frontend/base/default/css/plumrocket/fave/images/info-btn.png) left top no-repeat; text-indent:-9999px;}
.customer-faves-list a.info:hover,
.customer-faves-list a.active {background-position:right top;}
.customer-faves-list .cr-title {position:absolute; left:0px; bottom:0px; z-index:50; background:url(https://rage-audio.com/skin/frontend/base/default/css/plumrocket/fave/images/boutique-title-bg.png) repeat left top; width:100%; display:none;}
.customer-faves-list .cr-title h2 {padding:0px; margin:0px; }


.customer-faves-list a.remove-item{display: block; background: #fff; color: #8F8F8F; font-size: 11px;line-height: 13px; width: 14px; height: 14px; position: absolute; right: 5px; top: 5px; text-decoration: none; line-height: 14px; text-align: center; -webkit-box-shadow: 0 0px 2px rgb(121, 121, 121); -moz-box-shadow: 0 0px 2px rgb(121, 121, 121); box-shadow: 0 0px 2px rgb(121, 121, 121); }
.customer-faves-list a.remove-item:hover { color: #4D4D4D; }
.customer-faves-list .amount {display:none;}

/* account page */
.fave-index-index .customer-faves-list {
	padding: 0;
}

.customer-faves-list .pager,
.customer-faves-list .pager .limiter {
	line-height: 30px;
}


@media screen and ( max-width: 767px ) {
	.customer-faves-list .faveItem {
		width: 32%;
	}
}

@media screen and ( max-width: 480px ) {
	.customer-faves-list .faveItem {
		margin-left: 2%;
		width: 48%;
	}
}

.autocomplete-w1 {z-index:999; position:absolute; top:7px; left:6px; /* IE6 fix: */ _top:1px; }
.autocomplete { width:300px; border:1px solid #ccc; background:#fff; box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); cursor: default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px; _margin:0px 6px 6px 0; overflow-x:hidden; -webkit-overflow-scrolling: touch; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; clear:both; overflow: hidden; line-height:1.1em; font-weight: bold;}
.autocomplete strong { font-weight:bold; color:#3399FF; }
.autocomplete .ajaxsearchimage {float: left; margin:2px 6px 2px 2px;}
.autocomplete .ajaxsearchdescription {font-size: 0.8em;}
.mini-search-right .block-content, .mini-search-left .block-content { padding:5px 10px; }
.mini-search-right label, .mini-search-left label { font-weight:bold; }

#anonymous_element_1{z-index:999;}
#searchajaxico {background:url(https://rage-audio.com/skin/frontend/base/default/images/tm/ajaxsearch/loader.gif) no-repeat left 2px; width: 20px; height: 20px; position:absolute; left:230px; display: none;}
#search-leftajaxico {background:url(https://rage-audio.com/skin/frontend/base/default/images/tm/ajaxsearch/loader.gif) no-repeat left 2px; width: 20px; height: 20px; position:absolute; left:150px; display: none; top:21px;}
#search-rightajaxico {background:url(https://rage-audio.com/skin/frontend/base/default/images/tm/ajaxsearch/loader.gif) no-repeat left 2px; width: 20px; height: 20px; position:absolute; left:150px; display: none; top:21px;}

.form-search { display: table; }
.form-search .ajaxsearch-category-select, .form-search button { display: table-cell; }
.form-search #search { width: auto; }

.mini-search-right, .mini-search-left {position: relative;}
.mini-search-left .mini-search,
.mini-search-right .mini-search {white-space: nowrap;}
.mini-search-left .mini-search div,
.mini-search-right .mini-search div { white-space:normal; }
.mini-search-left input.input-text,
.mini-search-right input.input-text {display: inline-block; margin:3px 0; width: 75%}
.mini-search-left .button,
.mini-search-right .button {display: inline-block; }

.headerajaxsearchwindow { text-align: center; background-color: #D8D8D8; color: #000; font-size: 14px; font-style: oblique; margin-bottom: 0;}
.headercategorysearch { text-align: center; }
p.headercategorysearch { margin: 0; font-style: oblique; font-weight: bold; font-size: 12px; border-bottom: 1px solid #AAAAAA; }
p.ajaxsearch-small { margin: 0; }

.ajaxsearch-category-select { width: 50px; margin-right: 4px; float: left; }
.header .form-search label { text-indent: -9999px; text-align: left; }

/* folded styles */
#search_mini_form .search-field-wrapper {
    float: left;
    opacity: 0;
    pointer-events: none;
}
#header-search.skip-active .search-field-wrapper,
#search_mini_form.shown .search-field-wrapper {
    opacity: 1;
    pointer-events: auto;
}
.folded .search-field-wrapper .close {
    width: 20px;
    float: right;
    display: block;
    color: #636363;
    text-decoration: none;
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    top: -5px;
    right: 85px;
}

.form-search .search-mask {
    display: none;
}

/* default theme styles */
.default.folded .search-field-wrapper .close {
    top: -11px;
    right: 72px;
}
.default.folded #searchajaxico { margin-left: -10px; }
.default .btn-search i { display: none; }

/* rwd theme styles */
@media only screen and (min-width: 771px) {
    #header-search { width: auto !important; }
}
@media only screen and (max-width: 770px) {
    #search_mini_form.rwd .search-field-wrapper { float: none; }
}
.rwd .mini-search .button,
.rwd .ajaxsearch-category-select { height: 40px; }
#header-search.skip-active .search-field-wrapper .close { display: none; }
.rwd.folded #searchajaxico { margin-left: -25px; }
.rwd .btn-search i { display: none; }

