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

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

html { width:100%; height:100%; }
body { background:#fff; font:16px/1.4 Lato, Arial, Helvetica, sans-serif; font-weight:400; color:#555; text-align:center; }

body.form-page-layout { width:100%; height:100%; background:#eee; }

body.mobile-main-nav, body.mobile-filter, body.popup-open { overflow:hidden; }
body.mobile-main-nav .wrapper, body.mobile-filter .wrapper, body.popup-open .wrapper { overflow:hidden; }

img           { border:0; vertical-align:top; }
hr			  { margin:2em 0; }

p			  { margin:0 0 1em; }

a             { color:#cc0616; text-decoration:none; }
a:hover       { color:#b00000; text-decoration:none; cursor:pointer; }
:focus        { outline:0; }

a, a.button, button, button.button {-webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }

/* Headings */
h1            { font-size:1.25em; font-weight:normal; }
h2            { font-size:1.125em; font-weight:normal; }
h3            { font-size:1em; font-weight:bold; }
h4            { font-size:0.825em; font-weight:bold; }
h5            { font-size:0.75em; font-weight:bold; }
h6            { font-size:0.625em; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }
em 			  { margin:0 0.25em 0 0; color:#cc0616; }

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

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

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

/* Tools */
.hidden       	{ display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         	{ white-space:nowrap !important; }
.wrap         	{ white-space:normal !important; }
.a-left       	{ text-align:left !important; }
.a-center     	{ text-align:center !important; }
.a-right      	{ text-align:right !important; }
.v-top        	{ vertical-align:top; }
.v-middle     	{ vertical-align:middle; }
.f-left,
.left         	{ float:left !important; }
.f-right,
.right        	{ float:right !important; }
.f-none       	{ float:none !important; }
.f-fix        	{ float:left; width:100%; }
.full-width		{ width:100% !important; }
.large-font     { font-size:1.75em; font-weight:900; }
.no-display   	{ display:none; }
.mobile-only    { display:none !important; }
.desktop-only   { display:inherit !important; }
.content		{ padding:1em 2.5%; }
.no-margin    	{ margin:0 !important; }
.no-padding   	{ padding:0 !important; }
.no-bg        	{ background:none !important; }
.no-scroll	  	{ overflow:hidden !important; }
.mask			{ position:fixed; top:0; left:0; z-index:9; width:100%; height:100%; }
.mask-white 	{ opacity:0; position:absolute; top:0; left:0; z-index:9; width:100%; height:100%; background:rgba(255, 255, 255, 0.95) !important; }
.arrow-head 	{ position:absolute; width:20px; height:10px; background:url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/dropdown_menu_arrow.png') no-repeat;}
img.ri			{ max-width:100%; height:auto; }
.popup			{ display:none; }
.visable { display:block !important; }

/* Fonts */
@font-face { font-family: 'Proxima'; src: url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/fonts/proxima-regular.woff') format('woff'); }
@font-face { font-family: 'custom-ico'; src: url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/fonts/custom-ico.eot'); src: url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/fonts/custom-ico.eot') format('embedded-opentype'), url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/fonts/custom-ico.ttf') format('truetype'), url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/fonts/custom-ico.woff') format('woff'), url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/fonts/custom-ico.svg') format('svg'); font-weight: normal; font-style: normal; }

[class^="icon-"], [class*=" icon-"] { font-family:'custom-ico' !important; speak:none; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }

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


/* Layout ================================================================================ */
.wrapper { position:relative; z-index:5; top:0; left:0; }
.page { position:relative; margin:0; padding:0; text-align:left; -moz-transition:0.3s all; -webkit-transition:0.3s all; -o-transition:0.3s all; transition:0.3s all; }
.container { position:relative; max-width:1000px; margin:0 auto; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container { }
.main { position:relative; }
.col-main { min-height:700px; }

/* Base Columns */
.col-left { float:left; width:15%; margin:1% 2.5%; }
.col-main { float:left; width:60%; }
.col-right { float:right; width:15%; margin:1% 2.5%; }

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

/* 2 Columns Layout */
.col2-left-layout .col-main { width:75%; margin:1% 2.5%; float:right; }
.col2-right-layout .col-main { width:75%; margin:1% 2.5%; float:left; }

/* 3 Columns Layout */
.col3-layout .col-main { width:75%; }
.col3-layout .col-wrapper { float:left; width:80%; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.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%; }

.form-page-layout .col-main { position:fixed; top:50%; left:50%; width:25%; height:auto; max-height:95%; float:none; text-align:center; transform:translate(-50%, -50%); }

.catalog-category-view .col1-layout .col-main { background:#f5f5f5; }
.catalog-category-view .col2-left-layout .col-main, .catalogsearch-result-index .col2-left-layout .col-main { float:right; width:100%; background:#f5f5f5; padding:0 0 1em; margin:0; }
.catalog-category-view .col2-left-layout .col-left, .catalogsearch-result-index .col2-left-layout .col-left { margin:0; width:0; }

.cms-page-view .col1-layout .col-main, .customer-account-forgotpassword .col1-layout .col-main { width:95%; margin:1% 2.5%; }
.cms-our-story .col1-layout .col-main { width:100%; margin:0; }

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:0.875em Lato, Arial, Helvetica, sans-serif; vertical-align:middle; color:#555; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px 2%; line-height:2em; }

input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; line-height:2em; text-align:center; }

select { height:2.4em; padding:0.5em; line-height:2.4em; }
select option { padding-right:0.5em 1em; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }

textarea { overflow:auto; padding:0.5em 2%; line-height:1.4em !important; }

button.button, a.button, #popupDialog_content .ok_button { overflow:visible; width:auto; padding:0; margin:0; background-color:#ddd; border:0; cursor:pointer; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
button.button:hover, a.button:hover, #popupDialog_content .ok_button:hover { background-color:rgba(0,0,0,0.17); }
button.button span, a.button span, #popupDialog_content .ok_button span { display:block; padding:0; color:#555; text-align:center; white-space:nowrap; }
button.button:hover span, a.button:hover span, #popupDialog_content .ok_button:hover span { color:#333; }
button.button span span, a.button span span, #popupDialog_content .ok_button span span { height:2.5em; padding:0 1.5em; font-weight:600; line-height:2.5em; }

button.disabled span { color:#bbb !important; }

button.btn-cart { font-weight:bold; }
button.btn-cart:hover { background:#cc0616; }
button.btn-cart:hover span span { color:#fff; }

button.btn-checkout { background:#40a227; }
button.btn-checkout span { color:#fff; font-weight:bold; text-transform:uppercase; }
button.btn-checkout:hover { background:#0d8100; }
button.btn-checkout:hover span { color:#fff; }

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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 1em; }
.form-list label { position:relative; z-index:0; }
.form-list label.required { }
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-15px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:0.5em; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; }
.form-list .field { float:left; width:49%; margin:0 0.5%; }
.form-list input.input-text { width:95%; line-height:2em; }
.form-list textarea { width:95%; height:10em;}
.form-list select { width:99%; line-height:2.4em; }

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

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

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

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

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

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

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

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

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

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

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

.buttons-set { clear:both; margin:0.5em 0 0; padding:1em; border:1px solid #ddd; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; background:#fff; color:#333; margin:-37px 0 0 -15px; padding:0 8px; position:relative; }

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

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

.messages,
.messages ul { list-style:none !important; padding:0 !important; }
.messages { width:100%; margin:0; overflow:hidden; text-align:left; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { background-position:10px 50% !important; background-repeat:no-repeat !important; padding:0.75em 0.75em 0.75em 3em !important; font-size:0.9em !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/i_msg-note.gif); color:#3d6611; }

/* Page Heading */
.page-title { padding:0.25em 0; margin:0 0 0.5em; }
.catalogsearch-result-index .page-title { padding:0.5em; }
.page-title h1 { font-size:1.5em; font-weight:900; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Toolbar */
.toolbar { max-width:90%; padding:0.5em 1em; margin:0 auto 5px; background:#eee; line-height:1em; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; border-radius:3px; }

.toolbar .view-mode { float:left; margin:0; vertical-align:middle; }
.toolbar .view-mode label { float:left; line-height:33px; }
.toolbar .view-mode span.grid, .toolbar .view-mode span.list { background-color:#ddd; }

.toolbar .view-mode .grid, .toolbar .view-mode .list { display:block; float:left; width:33px; height:33px; margin-left:3px; text-align:center; vertical-align:middle; }
.toolbar .view-mode .list:before { content:"\e909"; color:#555; font-size:1.5em; line-height:33px; }
.toolbar .view-mode .grid:before { content:"\e904"; color:#555; font-size:1.5em; line-height:33px; }
.toolbar .view-mode a.grid:hover:before, .toolbar .view-mode a.list:hover:before { color:#cc0616; }

.toolbar .pages { float:left; padding-left: 10px; margin-left:10px; border-left: 1px solid #ccc; vertical-align:middle; }
.toolbar .pages label { float:left; line-height:33px; }
.toolbar .pages ol { display:inline; }
.toolbar .pages li { display:inline-block; width:33px; height:33px; font-size:0.9em;font-weight:bold; text-align:center; line-height:33px; margin:0 0 0 3px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.toolbar .pages li a { color:#555; display:block; }
.toolbar .pages li:hover { background:none; }
.toolbar .pages li:hover a { color:#CE001A; text-decoration:none; }
.toolbar .pages .current { color:#CE001A; background-color:#ddd; }

.toolbar .sort-by, .toolbar .limiter { float:right; margin-right:0.5em; padding-right:0.5em; border-right:#ccc solid 1px; vertical-align:middle; }
.toolbar .sort-by label, .toolbar .limiter label, .toolbar .filter-toggle a { line-height:33px; }

.toolbar .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.toolbar .sort-by .category_asc, .toolbar .sort-by .category_desc { display:inline-block; width:33px; height:33px; text-align:center; }
.toolbar .sort-by .category_asc:before { content:"\e905"; color:#555; font-size:1em; line-height:33px; }
.toolbar .sort-by .category_desc:before { content:"\e90b"; color:#555; font-size:1em; line-height:33px; }
.toolbar .sort-by .category_asc:hover, .toolbar .sort-by .category_desc:hover { background-color:#ddd; }
.toolbar .sort-by .category_asc:hover:before { content:"\e90b"; color:#cc0616; }
.toolbar .sort-by .category_desc:hover:before { content:"\e905"; color:#cc0616; }

.toolbar .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }

.toolbar .filter-toggle { float:right; vertical-align:middle; }
.toolbar .filter-toggle a:before { content:"\e906"; font-size:15px; }
.toolbar .filter-toggle a span { font-family:Lato, Arial, sans-serif; }


/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd { background-color:#fff; }
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

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

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

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

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

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove, .btn-remove2 { display:block; width:17px; height:17px; background:none; overflow:hidden; }
.btn-remove:before, .btn-remove2:before { content:"\e908"; font-size:1.1em; color:#555; font-family:'custom-ico' !important; speak:none; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.chipcave.com/skin/frontend/chipcave/v1.0/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:16px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }

/* Breadcrumbs */
.breadcrumbs { display:none; }

/* Ebizmarts Email Catcher */
.overlay_popup { background:#000; filter: alpha(opacity=80); -o-opacity:0.8; -webkit-opacity:0.8; -moz-opacity:0.8; opacity: 0.8; }
#popupDialog { top:100px !important; width:30% !important; height:auto !important; }
#popupDialog_content { position:relative; width:auto !important; height:auto !important; padding:1em 0; background:#fff; border:5px solid #ddd; text-align:center; }
#popupDialog_content h2 { color:#cc0616; font-family: Raleway, Lato, Arial; font-size:1.25em; font-weight:900; }
#popupDialog_content .popup_message, .popup_content .popup_buttons { padding:0.5em 1em; }
#popupDialog_content .email_input { width:75%; padding:0.5em 1em; font-weight:900; }
#popupDialog_content .ok_button span span { font-weight:900; }

#popupDialog_content .cancel_button { position:absolute; z-index:10; top:0; right:0; margin:5px; width:30px; background:#cecece; border:none; color:#333; cursor:pointer; font-weight:900; line-height:30px; text-align:center; -moz-border-radius:15px; -webkit-border-radius:15px; -o-border-radius:15px; border-radius:15px; }
/* ======================================================================================= */


/* Header ================================================================================ */
.header { position:relative; height:60px; background:url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/header_bg.png') repeat-x; z-index:8 }
.header .logo { position:absolute; left:50%; display:block; margin:13px 0 13px -90px; padding:0; }

/* Shopping Cart Header Display */
.cart-header { position:relative; float:right; }
.cart-header p { margin:0; }

.cart-header .cart-display { float:right; padding:5px 25px 5px 10px; margin:10px 10px 10px 0; background:rgba(0, 0, 0, .3) url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/cart_summary_arrow.png') 86% 50% no-repeat; border:0; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.cart-header .cart-display:hover { background-color:rgba(0, 0, 0, .35); cursor:pointer; -moz-transition:0.3s all; -webkit-transition:0.3s all; -o-transition:0.3s all; transition:0.3s all; }

.cart-display .icon-cart { display:block; float:left; }
.cart-display .icon-cart:before { content:"\e900"; color:#ffffff; font-size:1.3em; line-height:30px; }
.cart-display .amount { float:left; padding:0 0.25em 0 0.5em; color:#fff; font-weight:400; line-height:30px; }

.cart-header .dropdown-content { display:none; position:absolute; top:60px; right:0; width:250px; padding:15px; margin:0; background:#fff; border-bottom:3px solid #c9190e; -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25); -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25); box-shadow: 0 3px 8px rgba(0, 0, 0, .25); z-index:8; }
.cart-header .dropdown-content .empty { margin:0; }

.cart-header .dropdown-content li.item { padding-bottom:0.75em; margin-bottom:0.75em; border-bottom:1px solid #ddd; }
.cart-header .dropdown-content li.item .btn-remove { float:right; margin:1px 0 2px 5px; font-size:1.2em; }

.cart-header .dropdown-content .more-products { padding:0 0 0.75em; margin:0 0 1em; border-bottom:1px solid #ddd; font-size:0.8em; font-weight:900; text-align:center; }

.cart-header .dropdown-content .cart-link { float:right; margin:0 15px 0 0; font-size:14px; line-height:35px; }
.cart-header .dropdown-content button { float:right; }

/* Mobile Navigation */
.header .icon-mobiletoggle:before { content:"\e906"; color:#ffffff; font-size:2.5em; vertical-align:middle; }
body.mobile-main-nav .header .icon-mobiletoggle:before { content:"\e90a"; }
.mobile-menu-close { float:right; margin:0.25em; }
.mobile-menu-close:before { content:"\e908"; color:#555; font-size:1.5em; }

.header .mobile-toggle { float:left; width:auto; height:60px; margin:0 0 0 5px; background:none; border:none; }
.header .mobile-toggle:hover { cursor:pointer; }

.header .mobile-toggle span { color:#fff; font-family:Raleway, Lato, Arial, sans-serif; font-size:1.25em; font-weight:900; text-transform:uppercase; vertical-align:middle; }

.mobile-menu-container { position:fixed; overflow-y:auto; top:0; bottom:0; left:-100%; z-index:10 ; overflow-y:scroll; width:250px; height:100%; background:#333; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s; -ms-overflow-style: none; }

ul.mobile-menu { display:block; padding:0.5em 1.5em 20px; text-align:left; }
ul.mobile-menu.last { padding:1em 20px 5em; }
ul.mobile-menu li { width:100%; }
ul.mobile-menu li a { color:#fff; font-family:Raleway, Lato, Arial, sans-serif; font-size:1.2em; font-weight:700; letter-spacing:1px; line-height:2em; -webkit-font-smoothing:antialiased; }
ul.mobile-menu li a:hover { color:#cc0616; }

ul.mobile-menu .sub-menu { padding-left:1em; margin-bottom:1em; }
ul.mobile-menu .sub-menu li a { color:#ccc; font-size:0.9em; line-height:1.75em }
ul.mobile-menu .sub-menu li a:hover { color:#cc0616; }

ul.mobile-menu.last li a { font-size:0.8em; }
ul.mobile-menu.last li a.icon-login { font-size:0.8em; }
ul.mobile-menu.last li a.icon-login span { font-family:Raleway, Lato, Arial, sans-serif; font-weight:900; -webkit-font-smoothing:antialiased; }
ul.mobile-menu.last li a.icon-login:before { content:"\e902"; font-size:0.7em; padding:0 0.5em 0 0; }

body.mobile-main-nav .page { -webkit-transform: translate3d(250px, 0, 0); -moz-transform: translate3d(250px, 0, 0); -ms-transform: translate3d(250px, 0, 0); -o-transform: translate3d(250px, 0, 0); transform: translate3d(250px, 0, 0); }

.mobile-filter-container { position:fixed; top:0; bottom:0; right:-100%; z-index:10; overflow-y:scroll; width:300px; height:100%; background:#fff;  border-left:1px solid #ccc; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s; }
.mobile-filter-menu { display:block; padding:1em 20px 5em; text-align:left; }
.mobile-filter-menu .block-title { color:#555; }
.mobile-filter-menu li { width:100%; }
.mobile-filter-menu li a { color:#555; font-family:Lato, Arial, Helvetica, sans-serif; font-weight:600; line-height:1em; }

/*various Menu Options*/
body.mobile-main-nav #mobile-main-nav { left:0; }
body.mobile-filter #mobile-filter { right:0; }

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

/* Homepage ============================================================================== */
.cms-home .page { background: url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/homepage_bg.png') 0 0 repeat-x; }
.cms-home .page .header { background:none; }

.jumbotron-wrapper { width:100%; }
.jumbotron { max-width:1000px; padding:5em 1em 2em; margin:0 auto; background:url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/banners/pokerchips_jumbotron.png') no-repeat 100% 100%; }

.jumbotron h1 { max-width:475px; color:#fff; font-family: Raleway, Lato, Arial; font-size:4em; font-weight:900; line-height:1; }
.jumbotron p { max-width:475px; padding:1em 0; color:#fff; font-size:1.25em; font-weight:400; }
.jumbotron .button { display:inline-block; background:#333; font-size:1.25em; font-weight:900; }
.jumbotron .button span span { color:#fff; }
.jumbotron .button:hover { background:#fff; }
.jumbotron .button:hover span span { color:#333; }

.brands-promo { padding:1em; background:#444; }

.brands-promo .title { width:100%; margin:0 0 0.5em; text-align:center; }
.brands-promo .title h2 { color:#fff; font-family: Raleway, Lato, Arial; font-size:1.5em; font-weight:600; }

.brands-promo .brand-images { width:100%; text-align:center; }
.brands-promo .brand-images img { padding:2em 20px; }

.featured-promo { padding:1em; background:#fff; }

.featured-promo .title { display:inline-block; width:100%; padding:2em 0 0; text-align:center; vertical-align:top; }
.featured-promo .title h2 { color:#444; font-family: Raleway, Lato, Arial; font-size:2.5em; font-weight:900; }
.featured-promo .title p { padding:0.5em 0; }

.featured-promo .promo-grid { display:inline-block; position:relative; width:100%; padding:0; text-align:center; }
.featured-promo .promo-grid li.item { padding:0; width:259px; min-height:0px; margin: 0 0.5em 1em; border:none; -moz-box-shadow:none; -webkit-box-shadow:none; -o-box-shadow:none; box-shadow:none; }

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

/* Custom Chips Page ===================================================================== */
.cms-custom-poker-chips .col-main { width:100% !important; padding:0 !important; margin:0 !important; }

.cms-custom-poker-chips .jumbotron-wrapper { background:url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/banners/chippile_jumbotron.jpg') no-repeat 50%; }
.cms-custom-poker-chips .jumbotron { max-width:1200px; padding:6em 0 10em; background:none; text-align:center; }
.cms-custom-poker-chips .jumbotron h1 { max-width:none; color:#fff; font-size:3.75em; font-weight:700; line-height:1.3; text-align:center; text-transform:uppercase; }
.cms-custom-poker-chips .jumbotron p { max-width:500px; margin:0 auto 1em; }
.cms-custom-poker-chips .jumbotron .button { background:#fd8a10; }
.cms-custom-poker-chips .jumbotron .button span span { color:#fff; }
.cms-custom-poker-chips .jumbotron .button:hover { background:#6bbc75; }
.cms-custom-poker-chips .jumbotron .button:hover span span { color:#fff; }


.cms-custom-poker-chips .promo-grid li.item { padding:0; width:272px; min-height:0px; margin: 0 0.5em 1em; border:none; -moz-box-shadow:none; -webkit-box-shadow:none; -o-box-shadow:none; box-shadow:none; }
.cms-custom-poker-chips .promo-grid li.item .product-image { width:272px; height:272px; line-height:272px; }
.cms-custom-poker-chips .promo-grid li.item .product-image img { max-height:272px; }
.cms-custom-poker-chips .promo-grid li.item .product-name { min-height:36px; }
.cms-custom-poker-chips .promo-grid li.item .product-name a { font-size:1em; }

/* Custom Chip Benefits */
#customchip-benefits { max-width:450px; width:100%; margin:3em 0 1em; padding:0; list-style:none; }
#customchip-benefits li { display:inline-block; width:30%; padding:85px 0 0 ; margin:0 1%; font-weight:900; text-align:center; }

#customchip-benefits .shipping { background:url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/icons/customchip_shipdate.png') no-repeat 50% 0%; }
#customchip-benefits .onlineproof { background:url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/icons/customchip_proof.png') no-repeat 50% 0%; }
#customchip-benefits .lowprice { background:url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/icons/customchip_price.png') no-repeat 50% 0%; }

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

/* Blog Page ============================================================================= */

/* Blog Index */
.blog-index-list, .blog-cat-view { }
.blog-index-list .col-main, .blog-cat-view .col-main { min-height:600px; padding: 2em 0; }
.blog-index-list .postWrapper, .blog-cat-view .postWrapper { display:inline-block; padding:0; margin:10px 8px; width:300px; vertical-align:top; }
.blog-index-list .postWrapper img, .blog-cat-view .postWrapper img{ background-color:#f8f8f8; border: 1px solid #ececec; -moz-border-radius:4px 4px 0 0; -webkit-border-radius:4px 4px 0 0; -o-border-radius:4px 4px 0 0x; border-radius:4px 4px 0 0; }
.blog-index-list .postWrapper .postInfo, .blog-cat-view .postWrapper .postInfo { background:#fff; padding:1em 0.5em; border: 1px solid #ececec; -moz-border-radius:0 0 4px 4px; -webkit-border-radius:0 0 4px 4px; -o-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px; border-top: 0; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.blog-index-list .postWrapper .postInfo:hover, .blog-cat-view .postWrapper .postInfo:hover { background:#fff; }
.blog-index-list .postWrapper .postTitle h2, .blog-cat-view .postWrapper .postTitle h2 { color:#555; font-size:1em; font-weight:900; line-height:1.2; }
.blog-index-list .postWrapper .postDetails, .blog-cat-view .postWrapper .postDetails { margin:0; font-size:0.8em; }
.blog-index-list .postWrapper .postComments, .blog-cat-view .postWrapper .postComments { font-size:0.9em; }

/* Post Styles */
.postWrapper { padding:2em 0; }
.postWrapper .postTitle h1 { font-size:2em; font-weight:900; }
.postWrapper .postDetails { margin:0 0 1.5em; font-size:0.9em; }
.postWrapper .postDetails  a { font-weight:900; }

.postWrapper .postContent { }
.postWrapper .postContent h2 { margin:0 0 1em; font-weight:900; }

.disqus-footer { display:block; }

/* Menu Styles */
.block-blog { }

.block-blog .block-title { margin:0.75em 0 0; font-family: Raleway, Lato, Arial; font-size:2.5em; font-weight:900; line-height:0.8; text-align:center; }
.block-blog .block-subtitle { margin:-0.2em 0 2em; padding:0; font-weight:bold; text-align:left; }

.block-blog .block-content .block-menu { margin:0 0 2em; }
.block-content .block-menu .menu-title { margin:0 0 0.5em; font-size:1.25em; font-weight:900; text-align:center; }
.block-content .block-menu ul li { padding:0.75em 0; maring:0.75em 0; border-bottom:1px dashed #ddd; font-size:0.9em; line-height:1.3x; }

.block-content .block-menu select { width:100%; height:3em; line-height:3em; }

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

/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; margin:0; background:#fff; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; font-size:0.8em; line-height:1.2; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .product-name { margin:0 0 0.5em; font-size:1.2em; }
.mini-products-list .product-details .product-name,
.mini-products-list .product-details .nobr small { word-wrap:break-word; }
.mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { margin:1em 0 2em; }
.block-account ul li { padding:0.125em 0 0.125em 1em; margin:0.125em 0; }
.block-account ul li a { font-size:0.9em; color:#555; font-weight:400; }
.block-account ul li a:hover { color:#cc0616; } 

.block-account ul li.current  { border-left:3px solid #cc0616; }
.block-account ul li.current strong { color:#cc0616; }


/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.layered-nav { }
.layered-nav .block-title { margin:0 0 0.5em; font-family:Raleway, Lato, Arial, sans-serif; font-size:1.5em; font-weight:900; }
.layered-nav dt { background:#f2f2f2; padding:5px 10px; font-size:0.9em; font-weight:bold; }
.layered-nav dd { padding:0.5em 0.5em 1.5em 1.25em; }
.layered-nav dd a { font-size:0.8em; }
.layered-nav dd a:hover { color:#cc0616; }

.layered-nav .currently { padding:0.75em; background:#f2f2f2; font-size:0.8em; }
.layered-nav .currently .block-subtitle { font-weight:bold; }
.layered-nav .currently ol li { position: relative; display:block; margin:0.75em 0; }
.layered-nav .currently ol li .label { display:block; padding:0 0 0 1.5em; font-weight:500; }
.layered-nav .currently ol li .value { display:block; padding:0 0 0 2em; }
.layered-nav .currently .btn-remove { position:absolute; top:3px; left:0; width:14px; height:14px; }
.layered-nav .actions a { float:right; margin:0 0 1em; font-family:Raleway, Lato, Arial, sans-serif; font-size:0.7em; font-weight:900; line-height:2em; text-transform:uppercase; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

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

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

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

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

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
.paypal-express-review .info-set.col2-set { padding-bottom: 15px; }

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

/* Category Page ========================================================================= */
.category-title { padding:0.5em; margin:0; border:0; text-align:center; }
.category-title h1 { font-size:3em; line-height:1.5; }
.category-banner { margin:-40px 0 1.5em; padding:0 0.5em; text-align:right; }
.category-description { width:95%; max-width:1000px; margin:0 auto 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { position:relative; text-align:center; }
.products-grid li.item { display:inline-block; position:relative; width:258px; min-height:400px; padding:12px 10px; margin:8px; background:#fff; border:1px solid #ccc; text-align:center; vertical-align:top; -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18); -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18); -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18); box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18); }
.products-grid li.item:hover { border-color:#aaa; }
.products-grid .product-image { display:block; width:258px; height:258px; margin:0; line-height:262px; }
.products-grid .product-image img { max-height:258px; vertical-align:middle; }
.products-grid .product-name { margin:1em 0 0; line-height:1.15; }
.products-grid .product-name a, .products-grid .product-name span { color:#555; font-size:0.9em; font-weight:700; }
.products-grid .product-name a:hover { color:#cc0616; }
.products-grid .ratings { display:block; width:170px; margin:1em auto 0; font-size:0.8em; line-height:15px; }
.products-grid .ratings a { color:#555; }
.products-grid .rating-box { width:85px; height:15px; background:url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/bkg_rating_small.svg') 0 100% repeat-x; }
.products-grid .rating-box .chip-rating { height:15px; background:url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/bkg_rating_small.svg') 0 0 repeat-x; }
.products-grid .price-box { margin:1em 0 0; }
.products-grid .price-box .price { color:#cc0616; font-size:1em; font-weight:900; }
.products-grid .availability { line-height:21px; }

/* Poker Chip Samples Grid */
.category-poker-chip-samples .products-grid .btn-cart { position:absolute; left:75px; bottom:17px; }

/* View Type: List */
.products-list li.item { position:relative; width:92%; padding:2%; margin:8px 2%; background:#fff; border:1px solid #ccc; -moz-box-shadow: 1px 1px 3px #888; -webkit-box-shadow: 1px 1px 3px #888; -o-box-shadow:1px 1px 3px #888; box-shadow: 1px 1px 3px #888; }
.products-list li.item:hover { border-color:#aaa; }
.products-list .product-image { display:block; float:left; width:185px; height:185px; margin:0 0 10px; }
.products-list .product-shop { margin-left:205px; }
.products-list .product-name { margin:0 0 5px; }
.products-list .product-name a, .products-list .product-name span { color:#666; font-size:0.9em; font-weight:900; text-transform:uppercase; }
.products-list .ratings { margin:0.5em 0 0; font-size:0.8em; line-height:15px; }
.products-list .ratings a { color:#555; }
.products-list .rating-box { width:85px; height:15px; background:url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/bkg_rating_small.svg') 0 100% repeat-x; }
.products-list .rating-box .chip-rating { height:15px; background:url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/bkg_rating_small.svg') 0 0 repeat-x; }
.products-list .price-box { float:left; margin:0 1em 0 0; line-height:35px; }
.products-list .price-box .price { color:#cc0616; font-size:1em; font-weight:900; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }

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

/* Product View ========================================================================== */
.product-view { position:relative; }
.product-view h2 { display:block; height:1em; margin:0 0 0.5em; border-top:1px solid #DDD; font-size:2em; font-weight:900; text-align:center; text-transform:uppercase; }
.product-view h2 span { position:relative; top:-0.75em; background: #FFF; padding: 0 0.5em; }

/* Rating */
.no-rating { margin:0.5em 0 1em; font-weight:400; line-height:23px; }

.ratings { margin:0.5em 0; font-size:0.8em; font-weight:700; line-height:30px; }
.ratings .rating-box { margin:0 10px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .amount { float:left; }

.rating-box { float:left; width:125px; height:23px; font-size:0; line-height:0; background:url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/bkg_rating.svg') 0 100% repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .chip-rating { height:23px; background:url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/bkg_rating.svg') 0 0 repeat-x; }

/* Availability */
.availability { margin:0; }
.availability { font-weight:900; }
.availability.in-stock { float:right; color: #40a227; line-height:2.2em; }
.availability.out-of-stock { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

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

.price-box {}
.price-box p { margin:0; }
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Grouped Product Price */
.grouped-price { float:left; margin:0.5em 2em 0 0; padding:0; }
.grouped-price .price { font-size:1.25em; font-weight:bold; line-height:23px; }

/* Old price */
.old-price { font-size:0.8em; font-weight:normal; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { color:#555 !important; font-size:1em !important; font-weight:normal !important; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { color:#cc0616; font-size:1.25em; font-weight:bold; white-space:nowrap; }
.special-price .price { display:inline-block; color:#cc0616; font-weight:bold; }

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

.minimal-price-link { display:block; }
.minimal-price-link .label { font-size:0.8em; font-weight:bold; }
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

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

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

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

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

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

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

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

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:0.5em 0 1.5em; font-weight:400; }
.tier-prices .price { float:right; font-weight:bold; }
.tier-prices .benefit { color:#cc0616; display:inline-block; font-size:0.7em; font-weight:bold; line-height:22px; vertical-align:top; }

.tier-prices-grouped {}

/* Product Overview */
.product-view .product-overview { float:right; width:63%; margin:1em 2.5% 0; text-align:right; }

.product-overview .upsell-link { font-weight:400; }

.product-image { margin:1em 0 0; text-align:center; }
.product-image #main-image img { margin:0 auto; }

.product-image .more-views { display:block; margin:0.5em 0 0; text-align:center; }
.product-image .more-views a { display:inline-block; padding:2px; margin:5px 2px; border:1px solid #ddd; }

/* Product Shop */
.product-view .product-shop { position:absolute; top:0; left:0; overflow:auto; float:right; width:32%; height:100%; padding:0; margin:0; background:#f5f5f5; border-right:1px solid #e5e5e5; }
.product-shop h2 { margin-bottom:0; }
.product-shop h2 span { background:#f5f5f5; }

.product-view .product-shop .container { padding:1em; }

.product-view .product-shop .product-name { width:100%; }
.product-view .product-shop .product-name h1 { font-size:2.5em; font-weight:900; line-height:1; }
.product-view .product-shop .ratings { margin:0.5em 0 1em; font-size:1em; line-height:23px; }

.product-view .product-shop .availability-only { color:#cc0616; font-weight:900; }

.product-view .product-shop .price-box { float:left; margin:0 2em 1em 0; }
.product-view .product-shop .price-box .regular-price { line-height:2.4em; }
.product-view .product-shop .price-box .price { font-size:1.25em; }

.product-view .product-shop .add-to-cart { margin:0.25em 0 0.75em; }
.product-view .product-shop .add-to-cart label { font-weight:600; }
.product-view .product-shop .add-to-cart button { float:none; width:100%; margin:0; background: #40a227  }
.product-view .product-shop .add-to-cart button span { height:auto; }
.product-view .product-shop .add-to-cart button:hover { background:#0d8100 !important; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s; }
.product-view .product-shop .add-to-cart button span span { color:#fff; font-size:1.5em; font-weight:900; letter-spacing:3px; line-height:2.5em; text-transform:uppercase; }

.product-view .product-shop .box-shop { margin:4em 0 0; text-align:center; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt { margin:0.5em 0 0; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin: 0.5em 0 1em; padding: 0 0 1em; border-bottom: 1px solid #ccc; }
.product-options dl.last dd.last {}
.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:95%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:5px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }

.product-options .allowed-files { margin:0.25em 0 0; font-size:0.8em; font-weight:bold; }

/* Grouped Product */
.product-view .grouped-items-table { border:1px solid #ccc; font-size:0.9em; }
.product-view .grouped-items-table tbody tr td { padding:4px 5px; border:solid #ccc; border-width:1px 0 0; vertical-align:middle; }
.product-view .grouped-items-table tbody tr.first td { border:0; }
.product-view .grouped-items-table tbody tr td.item-image { text-align:center; }
.product-view .grouped-items-table tbody tr td .price-box { height:auto; margin:0; line-height:1; }

.product-view .grouped-items-table tbody tr td .price-box .price { font-size:1em; }

/* Upsell Products */
.product-view .product-shop .box-up-sell { }
.box-up-sell .upsell-products { margin:0 0 1em; }
.box-up-sell .upsell-products li.item { width:40%; min-height:240px; padding:2% 1.5%; margin:1%; }
.box-up-sell .upsell-products .img-container { height:217px; line-height:217px; }
.box-up-sell .upsell-products .img-container img { max-height:217px; vertical-align:middle; }
.box-up-sell .upsell-products .product-name { color:#555; min-height:53px; }
.box-up-sell .upsell-products .product-name:hover { color:#cc0616; }
.box-up-sell .upsell-products .price-box { float:none; height:auto; margin:0.5em 0 0; line-height:normal; }

.box-up-sell #upsell-button { font-size:1.1em; font-weight:900; }

.product-view .product-shop #upsell-products-expanded { display:none; }
#upsell-products-expanded { width:100%; }
#upsell-products-expanded .products-grid { padding:2em 0 0; }
#upsell-products-expanded li.item { display:inline-block; width:130px; min-height:234px; padding:10px; margin:3px; }
#upsell-products-expanded .img-container { width:130px; height:130px; line-height:130px; }
#upsell-products-expanded .img-container img { max-height:130px; vertical-align:middle; }
#upsell-products-expanded .product-name { color:#555; min-height:72px; }
#upsell-products-expanded .product-name:hover { color:#cc0616; }
#upsell-products-expanded .price-box { position:absolute; width:130px; left:10px; bottom:10px; }

/* Related Products */
.product-view .product-shop .box-related { text-align:center; }
.product-view .product-shop .box-related li.product { display:block; margin:0.5em 0; }
.product-view .product-shop .box-related li.product input.checkbox { display:inline-block; margin:38px 0; vertical-align:top; }

.product-view .product-shop .box-related li.product .item { display:inline-block; width:90%; padding:2%; background:#fff; border:1px solid #ccc; text-align:left; -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18); -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18); -o-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.18); box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18); }
.product-view .product-shop .box-related li.product .item .product-image { float:left; margin:0 1em 0 0; }
.product-view .product-shop .box-related li.product .item .product-name { color:#555; font-weight:900; }
.product-view .product-shop .box-related li.product .item .product-name:hover { color:#cc0616; }
.product-view .product-shop .box-related li.product .item .price-box { float:none; height:auto; margin:0.5em 0 0; line-height:normal; }
.product-view .product-shop .box-related li.product .item .price-box .price { color:#cc0616; font-size:0.9em; font-weight:600; }

/* Product Information */
.product-info { float:right; width:63%; margin:0 2.5% 5em; }
.product-info .box-product-info { display:inline-block; float:left; }

/* Block: Description & Additional Info */
.product-info .box-description { width:95%; margin:5em 2.5% 0; }
.product-info .box-additional { width:95%; margin:2em 2.5% 0; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-info .box-reviews { width:95%; margin:5em 2.5% 0; }

.box-reviews .no-reviews { text-align:center; }

.box-reviews .review-list { }
.box-reviews .review-list .review { display:inline-block; width:46.5%; padding:1%; margin:0 0.5% 1%; border:2px solid #f9f9f9; -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4); -webkit-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4); -o-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4); box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4); }

.review .ratings { position:relative; }
.review .rating-box { float:none; width:160px; height:30px; margin:0 auto; background:url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/bkg_rating_large.svg') 0 100% repeat-x; }
.review .rating-box .chip-rating { height:30px; background:url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/bkg_rating_large.svg') 0 0 repeat-x; }

.review .review-title { display:block; font-size:1.2em; font-weight:700; }
.review .review-details { display:block; margin-bottom:1em; font-size:0.8em; font-weight:400; }

.box-reviews .add-review { display:block; margin:1em 0 0; font-size:1.1em; font-weight:900; text-align:center; }

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

/* Product Review ======================================================================== */
.product-view-review .product-image img { max-width:300px; }
.product-view-review .product-name { margin:1em 0; text-align:center; }
.product-view-review .product-name h1 { font-size:2em; font-weight:900; }

.product-view-review .review-form { width:50%; margin:2em auto 5em; }
.product-view-review .review-form .data-table { margin:0.5em 0; }
.product-view-review .review-form .data-table th, .review-form .data-table td { text-align:center; }
.review-form .input-box { margin:0.5em 0; }
.product-view-review .review-form .form-list .input-text, .review-form .form-list textarea { width:97%; padding:2px 1%; }
.product-view-review .review-form .button { width:100%; }
.product-view-review .review-form .button span span { font-size:1.2em; font-weight:900; text-transform:uppercase; }

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

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

/* Product Tags */
.tags-list li { display:inline; }

/* Search */
.form-search { background:#555555; }
.form-search input.input-text { display:inline-block; width:216px; height:auto; padding:5px; background:none; border:none; color:#fff; font-family: Raleway, Lato, Arial, sans-serif; font-weight:700; font-size:1em; -webkit-font-smoothing:antialiased; }
.form-search .icon-search { display:inline-block; vertical-align:middle; }
.form-search .icon-search:before { content:"\e901"; padding:0 0 0 5px; color:#fff; }

.search-autocomplete { border:none; background:#777; }
.search-autocomplete li { width:95%; padding:0.5em 2.5%; color:#eee; font-size:1em; text-align:left; }
.search-autocomplete li:hover { cursor:pointer; background:#666; color:#fff; }

.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

.gcsc-branding { display:none; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* CMS About Us Page */
.ethics-code { background:#eee; border-top:1px solid #ddd; text-align:center; }
.ethics-code  .page-title { font-size:1.25em; }
.ethics-code .block { display:inline-block; width:180px; height:260px; padding:10px; margin:1em 1em 0px; background:#FFF; border:2px solid #ccc; vertical-align:top;  -moz-border-radius:15px; -webkit-border-radius:15px; -o-border-radius:15px; border-radius:15px; }
.ethics-code .block .letter-title { padding:0.25em; font-size:1em; font-weight:900; line-height:1; text-align:left;  }
.ethics-code .block .subtitle { display:block; margin:0.5em 0; font-size:1.25em; font-weight:700; text-align:center; }

/* Contact Us Page */
.contacts-index-index .col-main { text-align:center; }
.contacts-index-index .col2-set .col-1 { width:35%; padding:1% 5%; }
.contacts-index-index .col2-set .col-2 { width:45%; padding:1% 5%; text-align:left; }

.contacts-index-index  h2 { font-size:1.75em; font-weight:900; margin:1.5em 0 0.5em; }

.contacts-index-index .col2-set .col-2 ul { padding-left:1.5em; }
.contacts-index-index .col2-set .col-2 ul li { margin-bottom:0.5em; }
.contacts-index-index .col2-set .col-2 ul li .arrow { padding-right:0.5em; }
.contacts-index-index .col2-set .col-2 .address { padding-top:1em; }

.contacts-index-index .fieldset { margin:0; background:#eee; }
.contacts-index-index .fieldset label { font-weight:600; line-height:2em; }
.contacts-index-index .fieldset .field { width:95%; margin-bottom:1em; }
.contacts-index-index .fieldset button { font-size:1em; font-weight:600; }

/* 404 Page */
.cms-no-route .col-main { width:95%; margin:0; padding:2.5%; }
.cms-no-route .page-title { font-size:1.5em; }

/* 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 {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }

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

/* Shopping Cart ========================================================================= */
.cart { }
.cart .mobile-buttons { display:none; width:95%; padding:1em 2.5%; text-align:center; }

/* Shopping Cart Table */
.cart-table-container { float:left; width:55%; margin:2em 2.5%; }
.cart-table { }

.cart-table thead { background:none; font-size:0.8em; }
.cart-table thead tr th { border:none; }

.cart-table tbody tr td { padding:1em; border-width:1px 0; font-size:0.9em; vertical-align:middle; } 
.cart-table .item-msg { font-size:10px; }

.cart-table tfoot tr td { border-width:1px 0 0; } 
.cart-table .btn-continue { float:left; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:right; width:35%; margin:2em 2.5%; }

.cart .crosssell { float:left; width:55%; margin:2em 2.5%; text-align:center; }
.cart .crosssell h2 { font-family:Raleway, 'Proxima', Arial, Helvetica, sans-serif; font-size:1.5em; font-weight:900; }
.cart .crosssell li.item { width:130px; min-height:0; margin:0; border:none; -moz-box-shadow:none; -webkit-box-shadow:none; -o-box-shadow:none; box-shadow:none; }
.cart .crosssell li.item .product-image { height:130px; width:130px; margin:0 0 0.5em; line-height:130px; }
.cart .crosssell li.item .product-image img { max-height:130px; }
.cart .crosssell li.item .product-name { min-height:54px; }
.cart .crosssell li.item .price-box { margin:0.5em 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping, .cart .totals { padding:1em; margin:1em 0; background:#f8f8f8; border:1px solid #ddd; }

.cart .discount h2 { float:left; margin:0 0.5em 0 0; font-size:1em; line-height:35px; }
.cart .discount .input-text { float:left; line-height:29px; }
.cart .discount button { margin:0 0 0 0.5em; }

.cart .shipping .input-box { display:inline-block; float:left; width:45%; margin:1em 2.5% 0; }
.cart .shipping .input-box select { width:100%; }
.cart .shipping .postcode { margin-bottom:1em; }
.cart .shipping  button { display:block; width:100%; margin:1em 0 0; }

.cart .shipping .sp-methods dt { margin:1em 0 0.5em; font-weight:900; }
.cart .shipping .sp-methods dd { padding:0 0 0 1em; }
.cart .shipping .buttons-set { padding:0; margin:0; border:none; }

/* Shopping Cart Totals */
.cart .totals table { width:100%; }
.cart .totals table th, .cart .totals table td { padding:5px; }
.cart .totals tbody { font-size:0.8em; }
.cart .totals button { display:block; width:100%; margin:1em 0 0; }
.cart .totals .btn-checkout span span { font-size:1.5em; }

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

/* Checkout ============================================================================== */
.checkout-onepage-index .col-main { padding:0; border:0; }
.checkout-onepage-index .page-title { padding-right:40px; width:auto; }
.checkout-onepage-index .page-title h1 { background:none; padding:0; }

.opc { float:left; width:65%; padding:75px 0 0; margin:1.5em 2.5%; text-align:center; z-index:0; }
.opc .ul { list-style:disc outside; padding-left:18px; }
.opc li.section { display:inline; }

.opc .step { position:relative; float:left; width:100%; padding:2em 0 0; border:0; text-align:center; z-index:7; }
.opc .step .form-list label { float:none; }
.opc p.required  { text-align:center; margin:1em 0; }
.opc .back-link { padding:0 1em 0 0; }
.opc button { background-color:#40a227; }
.opc button span { color:#fff; text-transform: uppercase; }
.opc button:hover { background:#0d8100 !important; }
.opc button:hover span { color:#fff !important; }
.opc button span span { padding:0 93px 0 85px; }
.opc .please-wait { display:block; margin:1em 0; }

.opc .step-title,.opc .allow .step-title { height:69px }
.opc .step-title .number, .opc .allow .step-title .number, .opc .active .step-title .number { float:none; display:block; margin:0 auto; margin-bottom:10px; }
.opc .step-title { position:absolute; top:20px; width:20%; padding:0; margin:15px 0 0; background:none; border-top:1px solid #eee; text-align:center; }
.opc .step-title a { display:none; }
.opc .step-title .number { position:relative; top:-15px; width:30px; height:30px; padding:0; margin-bottom:10px; background:#ccc; border:0; line-height:30px; -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; }
.opc .step-title h2 { position:relative; top:-15px; color:#ccc; font-size:0.9em; clear:both; }

.opc .allow .step-title { cursor:pointer; background:none; }
.opc .allow .step-title .number { background:#40a227; }
.opc .allow .step-title h2 { color:#40a227; }

.opc .active .step-title { color:#ef0606; cursor:default; z-index:7; }
.opc .active .step-title .number { background:#ce001a; border-color:#fff;}
.opc .active .step-title h2 { color:#ce001a; }

.opc .step-title h2,.opc .allow .step-title h2,.opc .active .step-title h2 { width:100%; text-align:center; }

#opc-billing .step-title { left:0; }
#opc-billing .step { text-align:center; }
#opc-billing .form-list { width:550px; margin:0 auto; }
#opc-billing .control { display:inline-block; padding:0 5% 0 0; }

#opc-shipping .step-title { left:20%; }
#opc-shipping .step { min-height:300px; text-align:center; }
#opc-shipping .form-list { width:550px; margin:0 auto; }
#opc-shipping .back-link { padding: 0 1em 0 0; }

#opc-shipping_method .step-title { left:40%; }
#opc-shipping_method .sp-methods { text-align:left; width:75%; margin:0 auto 2em; }
#opc-shipping_method .sp-methods dt { padding:0 0.5em 0.5em; margin:1em 0 0.5em; border-bottom:1px solid #ccc; font-size:1.5em; font-weight:bold; text-transform:uppercase; }
#opc-shipping_method .sp-methods dd ul li { padding:0.25em 0.5em;} 
#opc-shipping_method .sp-methods dd label { font-weight:bold }
#opc-shipping_method .sp-methods dd label .price { float:right; font-weight:normal; }

#opc-payment .step-title { left:60%; }
#opc-payment fieldset { width:75%; margin:0 auto; }
#opc-payment .sp-methods dt { padding:1em 0.5em; font-weight:bold; } 
#opc-payment .sp-methods dt a { font-size:0.7em; }
#opc-payment .sp-methods dd label { width:100%; font-weight:bold; }
#opc-payment .sp-methods .form-list { padding:1em; background:#eee; border:1px solid #ccc; }

#payment_form_braintree .payment-type-image { display:inline-block; }
#payment_form_braintree .disabled-payment-method {opacity: 0.2;}
#payment_form_braintree label { line-height:2em; }
#payment_form_braintree select { width:auto; }
#payment_form_braintree .cvv { width:auto; }

#opc-review .step-title { left:80%; }
#opc-review .order-review { width:75%; margin:0 auto; }
#opc-review #checkout-review-table { margin-bottom:2em; }
#opc-review #checkout-review-table tbody tr { background:none !important; }
#opc-review #checkout-review-table tbody tr.last { font-weight:900; line-height:2em; }
#opc-review #checkout-review-table tbody tr td { text-align:left !important; border:none !important; }
#opc-review .monkey-multisubscribe { margin:0 0 1em; text-align:left; }
#opc-review button span { background-color:#40a227; color:#fff; font-size:1.2em; letter-spacing:1px; text-transform: uppercase; }
#opc-review button:hover span { background:#0d8100 !important; }
#opc-review button span span { padding:0 53px 0 45px; }

.cart-checkout-container { float:right; width:30%; padding:75px 0 0; margin:1.5em 0; z-index:0; }
.cart-checkout { padding:2em; margin:0; border-left:1px solid #ddd; }
.cart-checkout h2 { margin:0 0 1em; font-size:1.5em; font-weight:900; text-align:center; }
.cart-checkout .btn-remove { display:none; }
.cart-checkout li.item { padding-bottom:0.75em; margin-bottom:0.75em; border-bottom:1px solid #ddd; }
.cart-checkout .subtotal { text-align:center; }

.checkout-onepage-success .col-main { min-height:600px; padding:2em 0; text-align:center; }
.checkout-onepage-success .page-title { color:#40a227; }

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

/* Account Login/Create Pages ============================================================ */
.account-login, .account-create { display:block; margin:1em 0; padding:1em 2em; background:#fff; border:1px solid #ccc; text-align:center; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; border-radius:5px; }
.account-login .forgotpass { display:block; margin:1em 0 0; }

.account-create .form-list .field { width:95%; margin:0.5em 2.5% 0.5em; }
.account-create .fieldset { padding:0; margin:0; background:none; border:none; }

/* Captcha */
.captcha-note  {}
.captcha-image { position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { }
.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:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:10; }

.remember-me-popup { position:fixed; top:10%; left:50%; width:300px; padding:2em 1em; margin-left:-150px; background:#fff; z-index:11; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.remember-me-popup .icon-remember-me-popup-close { position:absolute; top:7px; right:5px; }
.remember-me-popup .icon-remember-me-popup-close:before { content:"\e908"; color:#555; font-size:1.5em; }
.remember-me-popup h3 { margin:0 0 0.75em; font-size: 1.5em; font-weight:900; }

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

/* My Account ============================================================================= */
.my-account { min-height:450px; }
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .page-title { padding:1em; margin:0 0 2.5em; background:#f2f2f2; border:1px solid #ccc; }
.acct-logout { display:block; font-weight:700; text-transform:uppercase; }

.my-account .pager { margin-bottom:1em; }

.my-account .data-table tr td { vertical-align:middle; }

.my-account .back-link { line-height:35px; }

/********** < Dashboard */
.dashboard { }
.dashboard .welcome-msg { }

.dashboard .box-account { padding:1em 0; }
.dashboard .box-account h2 { padding-bottom:0.25em; margin-bottom:1em; border-bottom:1px solid #ccc; font-weight:600; text-transform:uppercase; }

.dashboard .box-account .box { padding:1em 0; }
.dashboard .box-account .box .box-title, .dashboard .box-account .box .box-content { display:inline-block; width:49%; vertical-align:top; }

/* Block: Recent Orders */
.dashboard .box-recent { }
.dashboard .box-recent .data-table { margin-bottom:1em; }

/* Block: Account Information */
.dashboard .box-info { }

/* Block: Reviews */
.dashboard .box-reviews .review-list { margin-bottom:1em; }
.dashboard .box-reviews .number { float:left; width:25px; height:25px; margin:0 10px 0 0; background:#555; color:#fff; font-size:0.8em; font-weight:bold; line-height:25px; text-align:center; -moz-border-radius:12.5px; -webkit-border-radius:12.5px; -o-border-radius:12.5px; border-radius:12.5px; }
.dashboard .box-reviews .details { margin-left:35px; }

/* Block: Tags */
.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:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list { }
.addresses-list h2 { font-weight:900; margin:0.5em 0; }
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }
.order-info-box {}
.order-items { width:100%; overflow-x:auto; }
.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 {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }

/* 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 Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; margin:0; }
.product-review .product-img-box .label { font-size:11px; font-weight:400; text-align:center; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 auto 3px; }
.product-review .product-img-box .ratings .rating-links { text-align:center; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review .ratings-table tr td { padding:0 0.5em; }
.product-review dt { font-weight:bold; }
.product-review dd { margin:5px 0 0; }

.ebizmarts-autoresponder-autoresponder-index .buttons-set { border:none; }

/* Zendesk */
.zendesk-customer-tickets-index .my-account .button { display:block; float:left; margin:1em 0.25em; font-weight:400; }

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

/* Footer ================================================================================ */
.footer { padding:2em 0 5em; background:#333; color:#ddd; }

.footer .footer-newsletter, .footer .social-media, .footer .site-copyright { display:inline-block; vertical-align:middle; text-align:center; }
.footer .footer-newsletter, .footer .social-media { width:35%; }
.footer .site-copyright { width:29%; }
.footer-newsletter label { display:block; line-height:1; }
.footer-newsletter input { line-height:29px; margin:10px 0 0; }
.footer-newsletter button { font-weight:bold; margin:10px 0 0; }
.footer-newsletter button:hover { background:#f1f1f1; }

.social-media .social-label { display:inline-block; margin:0 10px 0 0; color:#fff; font-family:Raleway, 'Proxima', Arial; font-weight:700; line-height:40px; }
.social-media .icon { display:inline-block; width:40px; height:40px; margin-right:10px; text-indent:-999em; vertical-align:top; }
.social-media #fbook { background:url("http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/facebook_icon.png"); }
.social-media #twitter { background:url("http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/twitter_icon.png"); }
.social-media #fbook:hover, #twitter:hover, #gplus:hover { background-position:0 -40px; }

.site-copyright { font-size:0.8em; }
.site-copyright p { margin:0; }
.site-copyright a { color:#ccc; }
.site-copyright a:hover { color:#cc0616; }

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

/* Mobile Styles ========================================================================= */
@media only screen and (max-device-width: 942px) {
	
	/* General Styles */
	.col-main { min-height:0px; }
	
	.catalog-category-view .col-main, .catalogsearch-result-index .col2-left-layout .col-main { float:none !important; width:100% !important; margin:0 !important; border:0px !important; }
	
	.col2-left-layout .col-main, .col2-right-layout .col-main { float:none; width:95%; }
	.col2-left-layout .col-left, .col2-right-layout .col-right { float:none; width:95%; margin:2.5%; }
	
	.catalog-category-view .col-left { margin:0; }

	.fieldset { padding:22px 0.25em 12px; margin:1.5em 0; }
	.fieldset .legend { margin:-37px 0 0 -15px; }
	.form-list li.wide { margin:0.5em; }
	.form-list li.wide .input-box { width:260px; margin:0; }
	.form-list li.wide input.input-text { width:254px; }
			
	/* Content Columns */
	.col2-set .col-1, .col2-set .col-2 { float:none; width:100%; margin:5% 0; }
	.col2-set .col-narrow { width:100%; }
	.col2-set .col-wide { width:100%; }
	
	.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:none; width:100%; }
	
	.form-page-layout .col-main {width:95%; }

	
	/* Header Styles */
	.site-head .form-search { margin:2px 10px; }
	.site-head .nav-link { display:none; }
	
	.header .logo { position:relative; left:auto; float:left; margin:13px 5px; }
	
	.customer-nav { display:none; }
	
	.cart-header .cart-display { background:rgba(0, 0, 0, .3) url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/cart_summary_arrow.png') 85% 50% no-repeat; }
	.cart-display .amount { display:none; }
	
	/* Mobile Menu Styles */
	.header .mobile-toggle { display:block; width:35px; height:60px; overflow:hidden; }
	
	/* Homepage Styles */
	.jumbotron { max-width:auto; padding:2em 1em 250px; background:url('http://www.chipcave.com/skin/frontend/chipcave/v1.0/images/banners/pokerchips_jumbotron.png') no-repeat 85% 100%; }

	.jumbotron h1 { max-width:auto; font-size:2.5em; }
	.jumbotron .button { display:inline-block; margin:0.5em 0.25em; font-size:1.15em; }
	
	.brands-promo { padding:2em 0.5em; }
	.brands-promo .brand-images img { padding:2em 1em; }
	
	.featured-promo .title { width:100%; text-align:center; }
	.featured-promo .title h2 { font-size:1.5em; }
	
	/* Blog Styles */
	.blog-index-list .col-main, .blog-cat-view .col-main { min-height:0px; text-align:center; }
	.block-blog .block-subtitle { margin:1em 0 2em; text-align:center; }
	
	.blog-index-list .postWrapper, .blog-cat-view .postWrapper { margin:10px 0; }

	
	/* Custom Chip Styles */
	.cms-custom-poker-chips .jumbotron-wrapper { background-position:50% 0; }
	.cms-custom-poker-chips .jumbotron { padding:2em 0.5em; }
	.cms-custom-poker-chips .jumbotron h1 { max-width:none; padding:0 0.5em; font-size:1.75em; }
	.cms-custom-poker-chips .jumbotron p { max-width:none; font-size:1em; }
	
	/* Category Listing Styles */
	.category-title h1 { font-size:2em; line-height:1; }
	.category-banner { margin:0 0 1em; padding:0; text-align:center; }

	.toolbar .filter-toggle { width:50%; }
	.toolbar .filter-toggle  a { float:right; }
	
	.toolbar .view-mode, .toolbar .pages { float:left; }
	.toolbar .view-mode { width:50%; }
	
	.toolbar .pages { width:100%; padding:0; margin:0.5em 0; border:0; }
	.toolbar .sort-by, .toolbar .limiter { display:none; }
	
	/* Product View Styles */
	.product-view h2 { font-size:1.5em; }
	.product-view .scroll-fixed { position:relative !important; }

	.product-view .product-overview, .product-view .product-shop { position:relative; width:95%; padding:2.5%; margin:0; border:none; }
	
	.zoomContainer { display:none !important; }
	
	.product-view .product-shop .container { padding:0; }
	.product-view .product-shop .upsell-products li.item { width:43%; }
	.product-view .product-shop .upsell-products .product-name { min-height:73px; }
	
	.product-view .product-shop .box-related li.product input.checkbox { vertical-align:top; margin-top:35px; }
	.product-view .product-shop .box-related li.product .item  { width:85%; }

	.product-info { width:95%; margin:1em 2.5% 2.5em; }
	.product-info .box-description, .product-info .box-additional { width:100%; margin:2.5em 0 0; }
	
	.box-reviews .review-list .review { width:95%; padding:2%; margin:0 0.5% 5%; }
	
	/* Product Review Styles */
	.product-view-review .review-form { width:98%; }
	
	/* CMS Page Styles */
	.account-login, .account-create { display:block; width:90%; padding:2%; margin:2.5%; }
	.account-login .forgotpass { display:block; margin:0.5em 0; }

	.ethics-code .block { margin:1em 0 0; }
	
	.contacts-index-index .col2-set .col-1, .contacts-index-index .col2-set .col-2 { width:95%; padding:1em 2.5%; margin:0; }
	.contacts-index-index .col2-set .col-1 h2, .contacts-index-index .col2-set .col-2 h2 { margin-top:0; }
	
	.my-account { min-height:0px; }
	.block-account { padding:1em 0 0; border-top:1px solid #ccc; }
	
	/* Shopping Cart Styles */
	.cart .mobile-buttons { display:block; }
	.cart-table-container, .cart .cart-collaterals, .cart .crosssell { float:none; width:95%; margin:1em 2.5%; }
	.cart-table tbody tr td { padding:0.25em; font-size:0.9em; } 
	.cart-table tfoot .btn-continue { display:none; }

	/* Checkout Styles */
	.opc { float:none; width:95%; padding:90px 0 0; margin:1.5em 2.5%; text-align:center; z-index:0; }
	.opc .step-title { margin:0; }
	.opc .step-title h2 { font-size:0.7em; }
	
	#opc-login .col2-set, #opc-billing .form-list, #opc-shipping .form-list { width:auto; margin:0 auto; }
	.opc .form-list .field { width:100%; margin:0.5em 0; }
	.opc .form-list li.wide .input-box { width:260px; margin:0 auto; }
	.opc .form-list li.wide input.input-text { width:254px; }
			
	#opc-shipping_method .sp-methods, #opc-payment fieldset, #opc-review .order-review { width:auto; }
	
	.cart-checkout-container { float:none; width:95%; padding:0; margin:1em 2.5%; }
	.cart-checkout { pading:0; border-top:1px solid #ddd; border-left:none; }
	
	/* Footer Styles */
	.footer .footer-newsletter, .footer .social-media, .footer .site-copyright { width:95%; padding:2em 2.5%; line-height:normal; }
	.footer-newsletter input, .footer-newsletter button { margin: 1em 0 0; }
}

@media only screen and (max-device-width: 401px) {	
	
	.products-list li.item { float:none; width:80%; padding:5%; margin:8px auto; }
	.products-list .product-image { float:none; width:100%; height:auto; }
	.products-list .product-shop { margin:0; }
	
	/* Shopping Cart Styles */
	.cart-table thead tr th.product-image, .cart-table tbody tr td.product-image { display:none; }

}

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

/* 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,
.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-content:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.toolbar:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.box-related:before,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box:after,
.product-img-box .more-views:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review: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,
.layered-nav .actions:after,
.product-info:after,
.opc:after,
.cart-checkout:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

