

/* FILE: styles.css */
/* HANDLES: default,STORE_simplestrip,THEME_frontend_simplestrip_default,catalog_product_view,PRODUCT_TYPE_simple,PRODUCT_ATTRIBUTE_SET_default,PRODUCT_12201,customer_logged_out,MAP_popup,MAP_price_msrp_item,SHORTCUT_popup,SHORTCUT_uk_popup,sidebar */
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,500,300);

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

body          { background:#fff; font-family: 'Alegreya Sans', sans-serif; color:#333333; text-align:center;}

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

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

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:1.5em; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

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

/* Content */
strong        { font-weight:bold; }
address       { font-size: 12px; padding-bottom: 20px; text-align: center; 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%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page { width:1000px; margin:0 auto; padding:10px 0; text-align:left; }
.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 {background:#f1f2f2; float:left; width: 100%; margin:0;}
.main {}

/* Base Columns */
.col-left { float:left; width:230px; padding:5px 5px 0; }
.col-main { float:left;}
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.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%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font-size:15px; Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { font-size: 1em; overflow:visible; width:auto; border: 1px solid #ccc; padding:0; margin:0; background:transparent; cursor:pointer; height:35px; }
button.button span { background:transparent; padding:8px; text-align:center; white-space:nowrap; color:#000000; }
button.button span span { background-position:100% 0; padding:0 12px 0 4px; }
button.disabled {}
button.disabled span {}

button.btn-checkout {background-color: #ff6c05; background: linear-gradient(#ff6c05,#ff8f29); font-size: 0.9em; color:#fff;}
button.btn-checkout span span{padding:0;}
button.btn-checkout.no-checkout {}

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 8px; }
.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; margin-right: 20px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:260px; height: 30px;}
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* 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 { text-align:center; clear:both; margin-right:50px;}
.buttons-set .back-link { float:left; }
.buttons-set button.button { margin: 0 auto; text-align: center; background-color: #ff6c05; color: #000;}
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { padding:22px 25px 12px 33px; margin-left:50px; }
.fieldset .legend { float:left; font-weight:bold; font-size:20px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }
.fieldset input {height: 20px; border:1px solid #000;}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/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 { font-size:20px; text-align:right; color:#f00; }
/* 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 {font-size:20px;}
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; font-size:17px;}
.messages li li { margin:0 0 3px; }
.error-msg ,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:19px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { padding:40px 0 40px 0px; margin:0 0 10px;}
.page-title h1 { font-size: 2.2em;font-weight: normal; font-weight: 300;text-align: center;}
.page-title h2 { font-size:1.5em; color:#000;text-align: center; }
.page-title h3 { font-size:1.5em; color:#000;text-align: center; }
.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,

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

/* Pager */
.pager { font-size:1.3em;border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left;}
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages li a {font-size: 1.3em;}
.pager .pages .current {}

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* 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 {}
.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 {}
.data-table button {background-color:#b1b1b1; background: linear-gradient(#b1b1b1,#4b4a4b); font-size: 0.8em; color:#fff;}
.data-table button span span {padding:0;}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/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(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/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 {margin-left: 0;}
.std ol,
.std dl,
.std p { font-size: 1.2em;padding-bottom: 20px; text-align: left;margin-left: 100px;}
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:none; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std h1 { color: #333333; font-size:1.8em; font-weight:normal; line-height:1.15;text-align: center;}
.std h2, h3 { font-weight: 500;  font-size: 1.8em;  text-align: center;}
.std table {text-align: center; margin-left: auto; margin-right: auto;}
.std table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.std table td { padding:5px; border:1px solid #ddd; text-align: center;}
/* 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(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

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


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#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(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.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(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/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 { }

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


/* Header ================================================================================ */
.logo { float:left; }
.header-container {}
.header { padding:10px; }
.header .logo { margin-left: 30px;  margin-top: 80px; width:387px;float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg {     float: right;  padding-top: 30px; font-size: 1.33em;  margin-right: 20px; }
.header .welcome-msg a {}
.header .logo p {  color: #666666;  font-size: 1.65em; padding-bottom: 20px; }
.header .quick-access { float: right; padding-top: 20px; padding-right: 15px; }
.header .quick-access ul li {display: inline;  color: #FF9933; padding: 40px 5px 5px 10px;  }
.header .quick-access ul li:last-child {  border: none;}
.header .quick-access ul li a {  color: #FF9933;  font-size: 1.05em;  text-decoration: none;  text-transform: uppercase;  }
.header .quick-access .first {border-right:1px solid #FF9933; padding-top:5px;}
.header .quick-access .last {background-color: #FF9933 !important; color: #fff;}
.header .quick-access .last a {color: #fff;font-weight: bold;padding-right:10px}
.header .form-search { float: right;  margin-top: 45px;  margin-right: 15px;  }
.header .form-search input {  float:left;  padding-left:10px; border: 1px solid #FF9933;  width: 300px;  min-height: 33px;  margin: 0; color: grey; }
.header .form-search button {  text-transform: uppercase;  font-size: 1em;  border: 1px solid #FF9933;  border-left:0px;  background-color: transparent;  min-height: 39px;  width: 100px;  }
.header .form-search .search-autocomplete { z-index:999; margin-top: 42px;}
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }
.header .call-us { clear: right; float: right; margin-right: 15px; margin-top:50px; }

/********** < Navigation */
.nav {  line-height: 40px;  width:100%;  background-color: #333333;  text-align:center;  float: left;  height: 40px;  display: block;  }
.nav ul {  padding: 0;  }
.nav ul li {  color: #FF9933;  border-right: 1px solid #ffffff;  display: inline;  float: left;  width: 123px;  }
.nav ul li:last-child {  border: none;  }
.nav ul li a {  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #ffffff;  font-size: 0.9em;  text-decoration: none;  text-transform: uppercase;  }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 20px; }
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
.block .block-title strong { font-size:19px; 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; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account {}

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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

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

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

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }

/* 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 { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {background-color: #ffffff; padding-top:40px;width:100%;}
.category-header {background-color: #FFFFFF; width:100%; padding:20px;}

/* View Type: Grid */
.products-grid { background-color: #ffffff; position:relative; width:100%; padding: 0;}
.products-grid.last { border-bottom:0; }
.products-grid li.item { border: 1px solid #898989; float:left; width:230px; padding:10px 0px 0px 0px; text-algin: center; margin-right: 31px;margin-top:10px;}
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 auto; }
.products-grid .product-name { height: 52px; font-weight:bold; font-size: 1.1em; }
.products-grid .product-name a {text-decoration: none; color: #333333; padding: 0 auto;}
.products-grid .price-box { float: right; color:#FF6600;margin:5px 0; font-size: 2.1em; padding-right: 10px;}
.products-grid .stock {font-size:0.9em; margin:0 auto; color: #22a77a; text-align: center; padding-bottom: 0px;}
.products-grid .description {font-size:0.9em;float: left; text-algin: center; margin:0 0 5px; padding: 5px;}
.products-grid .availability { line-height:21px; }
.products-grid .actions { margin: 0 auto;}
.products-grid button {margin: 0; width: 100%; background: #ff8121; background: linear-gradient(#ff6d07,#ff8f29);border-top: 1px solid #ccc;}
.products-grid button span span {font-family: 'Alegreya Sans'; font-size: .9em; color:#fff; font-weight: bold;}
.products-grid select { margin-left:30px; margin-top:10px; height: 30px;width:50px;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

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


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

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

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

/* Availability */
.availability { text-align: center; background-color: #ffcc66; margin-bottom:10px; padding: 10px;}
.availability span { font-weight:bold; text-transform: uppercase;}
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/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 .price { font-weight:bold; }

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

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { 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 {}
.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 .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart {padding: 10px;}
.add-to-cart label {float:left; font-size:1.4em;}
.add-to-cart .qty {margin-right: 5px;float:left; font-size:1.4em; }
.add-to-cart input {margin-left: 10px; }
.add-to-cart button {font-family: 'Alegreya Sans'; margin: 0; font-size: 1.1em; background-color: #ff8f29; background: linear-gradient(#ff6d07,#ff8f29); border-top: 1px solid #ccc;}
.add-to-cart button span span {padding: 0; color: #FFF}
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { float:left;}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }
.add-to-box .price {float:left;color:#ff6501; font-size: 1.7em;}

.product-view {margin-left: 60px; margin-right: 60px;}

.product-essential { }

.product-collateral .box-collateral {margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:400px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { float: left; border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { float:left;text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }
.social-media {float:left;width:350px;margin-top:30px; margin-bottom:30px;text-align: center;}

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:400px; }
.col1-layout .product-view .product-shop { float:right; }
.col3-layout .product-view .product-shop { float:right; width:auto; }
.product-view .product-name {padding-top: 40px; padding-bottom: 10px;}
.product-view .product-name h1 {font-size: 1.5em;font-weight:bold;}
.product-view .short-description {}

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.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:10px 0; }
.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:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 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-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table {}

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

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* 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-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


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

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

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

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

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.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(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/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 {background: #fff; padding:10px;margin:0;}

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

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

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

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}

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


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

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

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

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

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

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

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

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {padding:10px; font-size:1.2em; margin-bottom: 40px;}
.account-login
.account-login .new-users {}
.account-login .registered-users {}
.account-login button {border-radius: 10px; background: linear-gradient(#ff6c05,#ff8f29); font-size: 0.9em; color:#fff;}
.account-login button span span{padding:0;color:#fff;}

.account-create {padding-left: 50px;font-size:1.2em; padding-bottom: 40px;}
.account-create button {border-radius: 10px; background: linear-gradient(#ff6c05,#ff8f29); font-size: 0.9em; color:#fff;}
.account-create button span span{padding:0;color:#fff;}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


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

/********** < Dashboard */
.dashboard {}
.dashboard h1, h2, h3 {text-align: left;}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

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

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* 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-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; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-bottom {  background-color: #ffffff;  height: 170px;  padding-top: 40px;  float: left;  color: #333333;  font-size: 1.5em;  text-align:center;  }
.footer-bottom  ul li {  float: left;  border: 3px solid #FF9933;  margin-left: 60px;  margin-right: 10px;  width: 394px;  padding: 20px 0px 20px 0px;  }
.footer-container {  font-family: 'Arial', sans-serif;  color: #333;  float: left;  background-color: #FFF;  height: 150px;  width: 100%;  text-align:center; padding-top: 20px;}
.footer-container .footer-links-block {
    padding: 15px;
    background-color: #F1F2F2;
    position: relative;
    text-align: left;
}
.footer-container .footer-links-block > div {
    display: inline-block;
    vertical-align: top;
}
.footer-container .footer-links-block .col-first { width: 40%; }
.footer-container .footer-links-block .col-second { width: 20%; }
.footer-container .footer-links-block .col-second .center-box { margin: auto; width: 150px; }
.footer-container .footer-links-block .col-third { width: 38%; }
.footer-container .footer-links-block .col-third .center-box {  width: 150px; float: right; }
.footer-container .footer-links-block h4 { margin-bottom: 10px; }
.footer-container .footer-links-block .col-first h4:last-of-type { margin-top: 20px; }
.footer-container ul li { font-size: 0.85em; padding: 5px 0; }
.footer-container ul li a {  color: #333; text-decoration: none;}
.footer-container .block-subscribe {
    font-size: 13px;
    background-color: #F1F2F2;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
}
.footer-container .block-subscribe .subscribe { float: left; }
.footer-container .block-subscribe .envelope { vertical-align: middle; }
.footer-container .block-subscribe label {
    font-weight: bold;
    display: inline;
}
.footer-container .block-subscribe .input-box { display: inline; }
.footer-container .block-subscribe .input-box .input-text {
    width: 250px;
    padding: 5px;
    font-size: 13px;
}
.footer-container .block-subscribe .actions { display: inline; }
.footer-container .block-subscribe .actions .button { height: 29px; }
.footer-container .block-subscribe .actions button.button span span { padding-left: 12px; }
.footer-container .block-subscribe .follow-us { float: right; }
.footer-container .block-subscribe .follow-us span {
    font-weight: bold;
    line-height: 25px;
}
.footer-payment { font-size: 0.7em; line-height: 40px; margin-bottom: 20px; }
.footer-payment img {  padding-right: 5px;  }
.footer-payment p { padding-right: 10px; display: inline; }
.footer { font-size: 0.75em; width: 100%; padding: 0 0 20px; }
/* ======================================================================================= */


/* 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-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description: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,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* Homepage ================================================================================ */
.homepage-banner-section {  background-image:url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/homepage_banner.jpg);background-repeat: no-repeat;background-position: 50% 10%; float: left; width:1000px; height: 357px;}
.homepage-banner-section h2 { font-family: 'Alegreya Sans';  font-weight: 500;  font-size: 2.5em; margin-top: 40px;width:300px;text-align:left;margin-left:20px;text-shadow: 2px 2px #ffffff;}
.homepage-introducing-section {background: #ffffff; padding-top:20px;width:100%; display:inline-block;}
.homepage-introducing-section h2 {margin-top:20px;color:#FF9933;}
.homepage-introducing-section img {float:right;margin-top:-20px;}
.homepage-introducing-section p {font-size: 1em;margin-left:50px;padding-top:5px;}
.homepage-introducing-section a {color:#FF9933;text-decoration:none;}
.homepage-grey-boxes-section {padding-top:40px;background-color:#ffffff;display:inline-block;width: 100%;text-align: center;}
.homepage-grey-boxes-section hr { margin: 0;  color: #cccccc;  }
.homepage-grey-boxes-section ul li {  background-color: #f1f2f2; display:inline-block;  width: 272px; height:320px; padding-top: 10px;  margin-left: 30px;  font-size: 1.6em;  text-align: center;}
.homepage-grey-boxes-section ul {  list-style-type: none;padding-left:0;}
.homepage-grey-boxes-section h3 { font-family: 'Alegreya Sans';  font-weight: 500;  font-size: 0.8em;  text-align: center;  margin-left: auto;  margin-right: auto;margin-top:10px;}
.homepage-grey-boxes-section p {  float: left;  font-size: 0.8em;  text-align: center;  color: #333333;  margin-left: 10px;  margin-right: 10px;  margin-top: 10px;}
.homepage-grey-boxes-section a {font-size:.8em;}
.homepage-grey-boxes-section a:after {content:"\00a0\003e"}
.homepage-grey-boxes-section img {margin-top: 10px;}
.homepage-products-section {width:100%;display:inline-block;text-align: center; background: #ffffff;padding-top:20px;padding-bottom:30px;}
.homepage-products-row {display:inline-block;margin-left:30px; width:270px;border:1px solid #888;}
.homepage-products-section h2 {font-size:1.7em;}
.homepage-products-section button {margin: 0;width: 100%;background-color: #ff8f29; background: linear-gradient(#ff6d07,#ff8f29);border-top: 1px solid #ccc;}
.homepage-products-section button.button span span {font-family: 'Alegreya Sans';font-size: .9em;color: #fff;font-weight: bold;}
.homepage-products-section .price-box {float: right;color: #FF6600;margin: 5px 0;font-size: 2.1em;padding-right: 10px;}
.homepage-products-section select {margin-left: 30px;margin-top: 10px;height: 30px;width: 50px;}
.homepage-guarantee-section {  background-color: #f1f2f2;  width: 100%;  float: left;  padding-bottom: 50px;  }
.homepage-guarantee-section ul li {  float: left;  width: 110px;  padding-left: 40px;  font-size: 1em;  text-transform: uppercase;  text-align:center;  color: #333333;  }
.homepage-guarantee-section h3 { font-family: 'Alegreya Sans';  font-weight: 500;  font-size: 2.5em;  text-align: center;  margin-left: auto;  margin-right: auto; margin-top: 40px; margin-bottom:40px;}
.homepage-guarantee-section img {border: 0; padding-bottom:10px;}

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

/* Basket =================================================================================*/
.cart-empty {text-align: center;}
/* ======================================================================================= */

/* Contact Us =============================================================================*/
.contacts { padding-bottom: 30px; }
.contacts p { text-align: center; font-size:1.3em; margin-left: 0; }
.contacts .fieldset { margin: auto; width: 700px; }
.contacts .fieldset .form-list { padding-left: 0; }
.contacts .fieldset .form-list .field { padding-left: 0; width: auto; }
.contacts .fieldset .form-list .field-left { margin-right: 14px; }
.contacts .fieldset .form-list .input-box { width: auto; margin-right: 0; }
.contacts .fieldset .form-list .field .input-box .input-text { width: 340px; padding: 0; }
.contacts .fieldset .wide .input-text { width: 692px; }
.contacts .recaptchatable { margin: auto !important;/*important required to override other important*/ }
.contacts .buttons-set .button span span { padding: 5px 15px; }
.contacts .form-list label { font-weight: normal; }
/* ======================================================================================= */

/* Testimonials =============================================================================*/
.testimonials {margin-right: 100px;}
.testimonials p {text-align: center; }
.testimonials .form-list { margin-left: 200px;}
.testimonials .form-list input {height:30px;}
.testimonials .form-list .star-rating input{background: url(https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/star.png) 0 -13px;}
.testimonials-row {float:left; padding: 50px;}
.testimonials-row .autor {float:left; font-size: 1.3em;}
.testimonials-row .name {text-transform: uppercase;}
.testimonials-row .date {color:grey;}
.testimonials-row .rating-1 {background-image: url("https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/star.png"); background-repeat: repeat-x;float:right; height: 30px; width: 30px;}
.testimonials-row .rating-2 {background-image: url("https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/star.png"); background-repeat: repeat-x;float:right; height: 30px; width: 50px;}
.testimonials-row .rating-3 {background-image: url("https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/star.png"); background-repeat: repeat-x;float:right; height: 30px; width: 80px;}
.testimonials-row .rating-4 {background-image: url("https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/star.png"); background-repeat: repeat-x;float:right; height: 30px; width: 100px;}
.testimonials-row .rating-5 {background-image: url("https://www.simplestrip.co.uk/skin/frontend/simplestrip/default/images/star.png"); background-repeat: repeat-x;float:right; height: 30px; width: 130px;}
.testimonials-row .content {float:left; font-style: italic; font-size: 1.2em;}
/* ======================================================================================= */

/* About Us =============================================================================*/
.about-us {margin-right: 100px;padding-bottom:40px;}
/* ======================================================================================= */
/* Faq =============================================================================*/
.faq {margin-right: 100px; padding-bottom:40px;}
.faq ul {margin-left:100px;}
.faq h3 {text-align: center;}
/* ======================================================================================= */
/* Bestseller =============================================================================*/
.bestsellers {background: #f1f2f2;float:left; width:830px;padding-left:170px;padding-bottom:20px; margin-bottom: 20px;}
.bestseller-row {float: left; margin-right:50px; width:300px; height:370px;}
.bestseller-row p { font-size:1.3em;text-align: center; margin: 0;padding:0;}
.bestseller-row .price-box {margin:0;font-size:1.6em; text-align: center;}
.bestseller-row .box {width: 300px;position: relative;}
.bestseller-row .ribbon {position: absolute;z-index: 1;overflow: hidden;width: 300px; height: 300px; text-align: right}
.bestseller-row .ribbon span {padding-right:40px; left: -26px;font-size: 20px;font-weight: bold;color: #FFF;text-transform: uppercase;text-align: center;line-height: 35px;transform: rotate(-20deg);-webkit-transform: rotate(-20deg);width: 300px;display: block;background: #FF9933;box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);position: absolute;top: 19px;}
.bestseller-row .ribbon span::before {content: "";position: absolute; left: 0px; top: 100%;z-index: -1;border-left: 3px solid #8F5408;border-right: 3px solid transparent;border-bottom: 3px solid transparent;border-top: 3px solid #8F5408;}
.bestseller-row .ribbon span::after {content: "";position: absolute; right: 0px; top: 100%;z-index: -1;border-left: 3px solid transparent;border-right: 3px solid #8F5408;border-bottom: 3px solid transparent;border-top: 3px solid #8F5408;}
.bestsellers button {float: right; background-color:#b3b4b4; background: linear-gradient(#fefefe,#b3b4b4); font-size: 1.1em; margin-right:180px;margin-top:20px;height:36px;width:150px;}
.bestsellers button span span{padding:0;color:#fff;}
/* Star rating  =============================================================================*/
.star-cb-group {float: left;font-size: 0;unicode-bidi: bidi-override; width:130px;}
.star-cb-group * {font-size: 1rem;}
.star-cb-group > input {display: none;}
.star-cb-group > input + label {float:right;display:inline-block; overflow: hidden;text-indent: 9999px;width: 1.5em;white-space: nowrap;cursor: pointer;}
.star-cb-group > input + label:after {display:inline-block;text-indent: -9999px;content: "\2606";color: #888;}
.star-cb-group > input:checked ~ label:after, .star-cb-group > input + label:hover ~ label:after, .star-cb-group > input + label:hover:after {content: "\2605";color: #FF9933;text-shadow: 0 0 1px #333;}
.star-cb-group > .star-cb-clear + label {text-indent: -9999px;width: .5em;margin-left: -.3em;}
.star-cb-group > .star-cb-clear + label:after {width: .5em;}
.star-cb-group:hover > input + label:after {content: "\2606";color: #888;text-shadow: none;}
.star-cb-group:hover > input + label:hover ~ label:after, .star-cb-group:hover > input + label:hover:after {content: "\2605";color: #FF9933;text-shadow: 0 0 1px #333;}
/* ======================================================================================= */


/* Popup login/register======================================================================*/
.popup {position: absolute;z-index: 2101;background-color: #fff;border: solid 5px #ccc;padding: 40px;left: 30%;right:30%;top: 20%;margin-left: 0px;opacity: 1;}
.courtine {position: fixed;top: 0;left: 0;bottom: 0;right: 0;z-index: 2100;background-color: #000000;opacity: 0.1; }
.close-icon {display: inline-block;box-sizing:border-box;width:20px;height:20px;border-width:3px;border-style: solid;border-color:#FF9933;border-radius:100%;background-color:#FF9933;box-shadow:0px 0px 5px 2px #d7eaf1;transition: all 0.3s ease;right: 20px;position: absolute;text-decoration: none;}
.close-icon:before {content: "X";color: #ffffff;padding-left:1px;}
button.btn-forgot {border-radius: 10px; background: linear-gradient(#ff6c05,#ff8f29); font-size: 0.9em; color:#fff;}
button.btn-forgot span span {color:#fff;}
/* ========================================================================================= */

/* Kit Comparison  ==========================================================================*/
.kit-comparison {background-color: #fff;padding-top:40px;vertical-align: text-bottom}
.kit-comparison h1 { font-size: 2.2em;font-weight: normal; font-weight: 300;text-align: center;padding-bottom:40px;}
.kit-comparison button {margin-top:10px; width: 100%; background: #ff8121; background: linear-gradient(#ff6d07,#ff8f29);border-top: 1px solid #ccc;}
.kit-comparison button span span {font-family: 'Alegreya Sans'; font-size: .9em; color:#fff; font-weight: bold;}
.kit-comparison select { margin-left:20px;width:50px; }
.kit-comparison .price-box {color:#FF6600;margin:5px 0; font-size: 1.3em; padding-right: 10px;}
.kit-comparison-link button {background-color: #ff8f29; background: linear-gradient(#fefefe,#b3b4b4); font-size: 1.1em; margin-right:180px;margin-top:20px;margin-bottom:20px;height:36px;width:150px;}

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

/* Checkout  ================================================================================*/
.checkout-onepage-success h2 p {
    text-align: center;
}
/* ==========================================================================================*/

/* Satisfaction guarantee  ================================================================================*/
.satisfaction-guarantee {margin-right: 100px;}
/* ==========================================================================================*/

/* How it works  ================================================================================*/
.how-it-works {background-color: #fff;padding-top:40px;text-align: center;}
.how-it-works p {margin-right: 100px;}
.how-it-works h2 {color:#FF9933;text-transform: uppercase;}
.how-it-works img {margin-bottom:40px;}
.three-simple-steps {border: 1px solid #FF9933;margin-left:110px;margin-right:110px;padding:10px 10px 20px 10px;}
.three-simple-steps h3 {text-align: center;padding-top:10px;border-bottom:1px solid #FF9933;margin-bottom:20px;}
.three-simple-steps ul li {width:100%;clear:both;padding-bottom:10px;padding-top:20px;height:210px;border-bottom: 1px solid #888}
.three-simple-steps ul li img {float:left;margin-right:10px;width:200px;}
.three-simple-steps ul li h4 {text-align:left;color:#FF9933;font-size:1.3em;border-bottom: 1px solid #888;}
.three-simple-steps ul li p {font-size:.99em;margin-right:0;}
.three-simple-steps ul li a {;color:#FF9933;float:right;}
.three-simple-steps ul li a:after {content:"\00a0\003e"}
.three-simple-steps ul li:last-child {border-bottom: 0;}
.two-bottom-container {padding-top:20px;background-color: #fff;float:left;width:100%;}
.two-bottom-box {margin-left:20px;margin-bottom:10px;background:#f1f2f2; width:430px;height:160px;float:left;padding:5px;margin-right:20px;}
.two-bottom-box img {float:left;margin:10px;}
.two-bottom-box h4 {text-align:left;font-size:1.2em;}
.two-bottom-box p {margin-right:0;}
.two-bottom-box a {float:left;}
/* ==========================================================================================*/


/* Why use it  ================================================================================*/
.why-use-it {float:left;padding:20px;margin-top:10px;width:100%;}
.why-use-it ul {width:100%;}
.why-use-it img {float:left;margin-right:15px;}
.why-use-it li {float:left; height:140px;width:100%;}
.why-use-it p {width:80%;}
/* ==========================================================================================*/

.share {background-color: #fff;padding:10px;text-align:center;width:100%;display:inline-block}

#onestepcheckout-form .group-select {
    position: relative;
}
.sagepaysuite-logo {
    overflow: hidden;
    position: absolute;
    right: 10px;
    width: 97px;
    top: 15px;
}
.sagepaysuite-logo img {
    width:100%;
}
.validation-advice a {
    color:#006599;
}


/* FILE: widgets.css */
/* HANDLES: default,STORE_simplestrip,THEME_frontend_simplestrip_default,catalog_product_view,PRODUCT_TYPE_simple,PRODUCT_ATTRIBUTE_SET_default,PRODUCT_12201,customer_logged_out,MAP_popup,MAP_price_msrp_item,SHORTCUT_popup,SHORTCUT_uk_popup,sidebar */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/* FILE: rwd.css */
/* HANDLES: default,STORE_simplestrip,THEME_frontend_simplestrip_default,catalog_product_view,PRODUCT_TYPE_simple,PRODUCT_ATTRIBUTE_SET_default,PRODUCT_12201,customer_logged_out,MAP_popup,MAP_price_msrp_item,SHORTCUT_popup,SHORTCUT_uk_popup,sidebar */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete .search-autocomplete {
  position: absolute;
}
.searchautocomplete .form-search {
  overflow: none !important;
  position: relative;
}
.searchautocomplete .sprite {
  background: url('https://www.simplestrip.co.uk/skin/frontend/designerwallpapers/default/images/mirasvit/sprite.png');
}
.searchautocomplete .nav-search-in {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 11;
}
.searchautocomplete .nav-search-in .category {
  opacity: 0 / 100;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav-search-in .category-fake {
  height: 20px;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
  margin-top: 6px;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
  right: 10px;
  top: 16px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
}
.searchautocomplete .nav-search-in:hover .category-fake {
  color: #000;
}
.searchautocomplete .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 102;
  box-shadow: 0 10px 10px #5E5E5E;
  top: 30px;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  margin: 0;
  border: none!important;
  background: none!important;
  box-shadow: none;
  position: relative;
  padding: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  border: 1px solid #e2e2e2;
  margin-bottom: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeffee;
  box-shadow: 0 0 1px #525252;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
  background-color: #F7F7F6;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 10px 5px 10px;
}
.searchautocomplete .searchautocomlete-image {
  float: left;
  margin: 0px 5px 5px 0px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 11px;
  right: 44px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}
.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
.searchautocomplete .input-text {
  outline: none;
  width: 85%;
}
.searchautocomplete.active .input-text {
  outline: none;
  border-radius: 2px 2px 0px 0px;
  border: 1px solid #3399cc;
}
.searchautocomplete .nav-search-in {
  top: 0px;
}
.searchautocomplete .nav-search-in .category-fake {
  padding-top: 7px;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
  top: 19px;
}
.searchautocomplete .nav-search-in .category {
  top: 0px;
  left: 0px;
  height: 40px;
}
.searchautocomplete .searchautocomplete-placeholder {
  top: 0;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #3399cc;
  border-top: 0px;
  width: 99%;
  z-index: 100;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  border: 1px solid #fff;
}
.searchautocomplete .searchautocomplete-placeholder ul li div.highlight,
.searchautocomplete .searchautocomplete-placeholder ul li div.highlight-st {
  color: #666;
}
.searchautocomplete .searchautocomplete-placeholder ul li:last-child {
  border: 1px solid #fff;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background: transparent;
  box-shadow: none;
  border: 1px solid #3399cc !important;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .name {
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.searchautocomplete .searchautocomplete-placeholder ul li div.highlight,
.searchautocomplete .searchautocomplete-placeholder ul li div.highlight-st {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .searchautocomplete .searchautocomplete-placeholder ul li div.highlight,
  .searchautocomplete .searchautocomplete-placeholder ul li div.highlight-st {
    display: block;
    float: left;
    max-width: 75%;
    font-size: 12px;
  }
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  margin: 0px 10px 0px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  margin: 0px;
  color: #006a66;
  font-size: 16px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price {
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  .searchautocomplete .searchautocomplete-placeholder ul li .price-box {
    font-size: 15px;
  }
  .searchautocomplete .searchautocomplete-placeholder ul li .price-box .price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .searchautocomplete .searchautocomplete-placeholder {
    top: 40px;
  }
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  background-color: transparent;
  color: inherit;
}
.searchautocomplete label {
  display: none;
}
@media only screen and (min-width: 771px) {
  #header-search {
    width: 35% !important;
  }
}



/* FILE: mirasvit_searchindex.css */
/* HANDLES: default,STORE_simplestrip,THEME_frontend_simplestrip_default,catalog_product_view,PRODUCT_TYPE_simple,PRODUCT_ATTRIBUTE_SET_default,PRODUCT_12201,customer_logged_out,MAP_popup,MAP_price_msrp_item,SHORTCUT_popup,SHORTCUT_uk_popup,sidebar */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-highlight {
  background-color: #ff0;
}



/* FILE: roompreview.css */
/* HANDLES: default,STORE_simplestrip,THEME_frontend_simplestrip_default,catalog_product_view,PRODUCT_TYPE_simple,PRODUCT_ATTRIBUTE_SET_default,PRODUCT_12201,customer_logged_out,MAP_popup,MAP_price_msrp_item,SHORTCUT_popup,SHORTCUT_uk_popup,sidebar */

#myshow-canvas {
    visibility: hidden;
}

.product-view .room-box-big {
    display: none;
    margin-bottom: 0px;
}

.product-view .product-img-box .room-box-big .room-product-image,
.product-view .room-preview div:not(.reset-room-preview).room-product-image {
    width: 100%;
}
.show-window.cloned .room-product-image {
    border:1px solid gray;
}

.product-view .room-preview .reset-room-preview {
    text-align: center;
    font: 0/0 serif;
}

.product-view .room-preview .reset-room-preview .room-product-image {
    display: inline-block;
    vertical-align: middle;
}

.product-view .center-vertical-helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.product-view .product-img-box .room-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-height: 610px;
}

.product-view .room-preview {
    margin: 20px 0;
}

.product-view .room-preview .room-box-small {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    width: 125px;
    height: 125px;
}

.product-view .protoshow.room-preview {
    overflow: hidden;
    position: relative;
}

.product-view .protoshow.room-preview .show {
    position: absolute;
    top: 0;
    left: 0;
    width: 999999px;
    margin: 0;
    padding: 0;
    list-style: outside none none;
}

.product-view .protoshow.room-preview .slide {
    position: static;
    float: left;
    display: block;
    top: 0;
    left: 0;
    z-index: 90;
}

.product-view .protoshow.room-preview .active-slide {
    z-index: 100;
}


.product-zoom-box {
    width: 48%;
    position: relative;
}

.room-preview-mode .controls {

}

.room-preview-mode .next {
    background: #ddd url("https://www.simplestrip.co.uk/skin/frontend/designerwallpapers/default/images/proto_controls_bg.png") no-repeat scroll 4px 10px;
    background-size: 20px 135px;
    background-position: 4px -70px;
    height: 75px;
    width: 34px;
    border: 1px solid #ccc;
    float: right;
    position: absolute;
    display: inline-block;
    width: 30px;
    top: 29%;
    right: 6px;
}

.room-preview-mode .previous {

    background: #ddd url("https://www.simplestrip.co.uk/skin/frontend/designerwallpapers/default/images/proto_controls_bg.png") no-repeat scroll 4px 10px;
    background-size: 20px 135px;
    width: 34px;
    height: 75px;
    border: 1px solid #ccc;
    float: left;
    left: 0px;
    position: absolute;
    display: inline-block;
    width: 30px;
    top: 29%;
}

.room-preview-mode .proto-controls {
    display: none;
}

@media only screen and (min-width: 1140px) {
    .product-view .protoshow {
        width: 610px;
        overflow: hidden;
        position: relative;
    }

    .product-zoom-box {
        width: 54%;
    }
}

@media only screen and (max-width: 927px) {
    .product-img-box {
        position: relative;
    }
    #myshow-slider {
        display: none;
    }
    .room-preview-mode .proto-controls {
        display: block;
    }
}

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


    .product-view .product-swatches-wrapper {
        position: relative;
    }

    .product-view #room-preview-container {
        position: relative;

        background: rgba(255, 255, 255, 0.8);
    }

    .product-view #room-preview-container .product-img-box {
        padding: 0;
    }

    .product-view .product-img-box .room-box {
        min-height: auto;
    }

}

