/* Layout ================================================================================ */

html {
    font: 62.5% "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    background: #f9f9f9;
    overflow-x: hidden;
}

body {
    text-align: left;
    color: #444;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}

#main {
    zoom: 1;
    clear: both;
    margin-top: 179px;
    float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}

.cms-home #main {
	/* margin-top: 568px; */
	margin-top: 0px;
}

.contacts-index-index #main {
	margin-top: -30px;
}

.contacts-index-index .flexslider {
	height: 690px;
}

.form-language {
	margin-left: 10px;
}

.form-language select {
	margin-bottom: 0px;
}

#footer {

    zoom: 1;
    clear: both;
    padding: 0px;
    position: relative;
	z-index: 1;
}

	#footer .footer {
		background-color: #f8f7f7;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
		padding: 30px;
		font-size: 13px;
	}
	
	#footer .bottom {
		float: left;
		width: 100%;
		line-height: 40px;
		font-size: 13px;
	}
	
		#footer .bottom address {
			float: right;
		}
	
		#footer .bottom ul {
			float: left;
			margin: 0px;
		}
	
		#footer .bottom li {
			float: left;
		}

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

.main {
    margin: 0px 0px;
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    padding: 30px;
}

/* Base Columns */
.col-left {
    float: left;
    width: 20%;
    padding-right: 30px;
}

.col-main {
    float: left;
}

	.col-main > .inner {
		padding: 0px;
	}

.col-right {
    float: right;
    width: 25%;
    padding-left: 30px;
}

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

.block-progress .block-title strong {
	float: left;
	color: #d61101;
	font-family: "Proxima Nova Bold";
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	/* letter-spacing: -1px; */
	line-height: 20px;
	background-image: url('../images/arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
    float: right;
    width: 80%;
    position: relative;
}

	#loading {
		position: absolute;
		right: 0px;
		top: 0px;
		height: 20px;
		line-height: 20px;
	}

.col2-right-layout .col-main {
	width: 75%;
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 50%;
}

.col3-layout .col-wrapper {
    float: left;
}

.col3-layout .col-wrapper .col-main {
    float: left;
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 50%;
}

.col2-set .col-1 .content {
	padding: 20px;
	margin-right: 10px;
	border: solid 1px #d9d9d9;
}

.col2-set .col-1 .buttons-set {
	margin-right: 10px;
	margin-top: 20px;
	line-height: 37px;
}

.col2-set .col-2 {
    float: right;
    width: 50%;
}

.col2-set .col-2 .content {
	padding: 20px;
	margin-left: 10px;
	border: solid 1px #d9d9d9;
}

.col2-set .col-2 .buttons-set {
	margin-left: 10px;
	margin-top: 20px;
	line-height: 37px;
}

.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.input-text, select, textarea {
    vertical-align: middle;
    color: #000;
}

input.input-text, textarea {
    background: #fff;
    border: 1px solid #ddd;
}

select {
    background: #fff;
}

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

/* Tame those huge Foundation buttons */
.button, button {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	white-space: nowrap;
	display: inline-block;
	-webkit-appearance: none;
	box-shadow: 0px 1px 0px #630800;
	/*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;*/
}

.button:hover, button:hover {
	position: relative;
	top: 1px;
	box-shadow: 0px 0px 0px #630800;
}

.button:hover, .button:active, .button:focus, button:hover, button:active, button:focus {
    text-decoration: none;
}
  
.button.btn-cart, button.btn-cart {
    background-color: #d61101;
    border-color: #d61101;
    color: white;
}

.button.btn-sold-out {
	white-space: inherit;
}

.button.btn-cart:hover, .button.btn-cart:focus, button.btn-cart:hover, button.btn-cart:focus {
	background-color: #d61101;
}


    
.button.btn-cart:hover, .button.btn-cart:focus, button.btn-cart:hover, button.btn-cart:focus {
	color: white;
}

button.disabled {
}

button.disabled span {
}

button.btn-checkout span {
}

button.btn-checkout.no-checkout {
}

.btn-cart span span:before {
	position: relative;
	content: "\f07a";
	font-family: "polar-icons";
	margin-right: 8px;
}

button, .button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: normal;
    line-height: 1;
    margin: 0 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 8px;;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-size: 12px;
    border-color: #d61101;
    background: #d61101;
	background: -moz-linear-gradient(top,  #d61101 0%, #af0e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d61101), color-stop(100%,#af0e00));
	background: -webkit-linear-gradient(top,  #d61101 0%,#af0e00 100%);
	background: -o-linear-gradient(top,  #d61101 0%,#af0e00 100%);
	background: -ms-linear-gradient(top,  #d61101 0%,#af0e00 100%);
	background: linear-gradient(to bottom,  #d61101 0%,#af0e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61101', endColorstr='#af0e00',GradientType=0 );
    color: white;
    text-transform: uppercase;
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: #d61101;
}

button:hover, button:focus, .button:hover, .button:focus {
    color: white;
}

button.secondary, .button.secondary {
    background-color: #d222c3;
    border-color: #a61b9a;
    color: white;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    background-color: #a61b9a;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    color: white;
}

button.success, .button.success {
    background-color: #d61101;
    border-color: #d61101;
    color: white;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    background-color: #d61101;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    color: white;
}


.button.btn-question, button.btn-question {
    background-color: #79c6d2;
    border-color: #79c6d2;
	background: -moz-linear-gradient(top,  #79c6d2 0%, #79c6d2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79c6d2), color-stop(100%,#79c6d2));
	background: -webkit-linear-gradient(top,  #79c6d2 0%,#79c6d2 100%);
	background: -o-linear-gradient(top,  #79c6d2 0%,#79c6d2 100%);
	background: -ms-linear-gradient(top,  #79c6d2 0%,#79c6d2 100%);
	background: linear-gradient(to bottom,  #79c6d2 0%,#79c6d2 100%);
    color: white;
	box-shadow:unset;
}


.button.btn-question:hover, .button.btn-question:focus, button.btn-question:hover, button.btn-question:focus {
	background-color: #79c6d2;
}

button.alert, .button.alert {
    background-color: #f05c5c;
    border-color: #ec2d2d;
    color: white;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    background-color: #ec2d2d;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    color: white;
}

button.large, .button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em;
}

button.small, .button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em;
}

button.tiny, .button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em;
}

button.expand, .button.expand {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75em;
}

button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75em;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #d61101;
    border-color: #d61101;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #d61101;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    color: white;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #d61101;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
    background-color: #d222c3;
    border-color: #a61b9a;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #a61b9a;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    color: white;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #d222c3;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
    background-color: #d61101;
    border-color: #d61101;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #d61101;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    color: white;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #d61101;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
    background-color: #f05c5c;
    border-color: #ec2d2d;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #ec2d2d;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    color: white;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #f05c5c;
}

button, .button {

    -webkit-appearance: none;
}

button.tiny, .button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em;
    -webkit-appearance: none;
}

button.small, .button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em;
    -webkit-appearance: none;
}

button.large, .button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em;
    -webkit-appearance: none;
}

@media only screen {
    button, .button {
        /*-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;*/
        -webkit-transition: background-color 300ms ease-out;
        -moz-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out;
    }

    button:active, .button:active {
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    }

    button.radius, .button.radius {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    button.round, .button.round {
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
    };
}

@media only screen and (min-width: 639px) {
    button, .button {
        display: inline-block;
    };
}

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;
    float: left;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
    float: left;
}
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
    display: block;
    clear: both;
    /* width: 260px; */
}

.form-list .field {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 0px;
}

	.form-list .field:first-child {
		padding-right: 10px;
		padding-left: 0px;
	}

.form-list .field:first-child label, .form-list .field:first-child .input-box, .contacts-index-index .form-list .field:first-child .input-box {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

	#contactForm .form-list input.input-text {
		margin-bottom: 0px;
	}
	
	#contactForm .form-list li.wide textarea {
		height: 153px;
	}

.form-list .field label, .form-list .field .input-box {
    margin-left: 0px;
    /* margin-top: 30px; */
}

.contacts-index-index .form-list .field label, .contacts-index-index .form-list .field .input-box {
	margin-top: 30px;
}

.form-list input.input-text {
    /* width: 254px; */
}

.form-list textarea {
    /* width: 254px; */
    height: 10em;
}

.form-list select {
    width: 260px;
}

.form-list li.wide .input-box {
    width: 100%;
}

.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: 110px;
}

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

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

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

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

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

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

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

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

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

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

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

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

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

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

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

.buttons-set {
    clear: both;
}

.buttons-set .back-link {
    float: left;
    line-height: 37px;
	margin: 0px;
}

.buttons-set button.button {
    float: right;
}

.buttons-set p.required {
    margin: 0 0 5px;
}

.buttons-set-order {
}

.fieldset {
    background: #fefefe;
}

.fieldset .legend {
    font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
    margin-bottom: 20px;
}

.name-firstname .input-box, .name-firstname label {
	margin-right: 10px;
}

.name-lastname .input-box, .name-lastname label {
	margin-left: 10px;
}

/* Form Validation */
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 17px;
    font-size: 10px;
    line-height: 13px;
    background: url(../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: 10px; */
    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,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    overflow: hidden;
}

.messages li {
    margin: 0 0 30px;
}

.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: 15px 16px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 15px 15px 15px 40px !important;
    font-size: 12px !important;
}

.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    background-image: url(../images/i_msg-error.gif);
    /* color: #df280a; */
}

.success-msg {
    border-color: #446423;
    background-color: #eff5ea;
    background-image: url(../images/i_msg-success.gif);
   /*  color: #3d6611; */
}

.note-msg,
.notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    background-image: url(../images/i_msg-note.gif);
    /* color: #3d6611; */
}

/* BreadCrumbs */
.breadcrumbs {
    margin: 20px 0px 15px 0px;
    text-transform: uppercase;
    line-height: 24px;
}

	.breadcrumbs a , .breadcrumbs a span {
		color: #333333;
		font-size: inherit;
	}
	
		.breadcrumbs span {
			color: #d61101;
			/* font-size: 24px; */
		}

.breadcrumbs li {
    display: inline;
}

/* Page Heading */
.page-title {
    /*border-bottom: 1px solid #ddd;
    padding: 0 0 5px;
    margin: 0 0 10px;*/
    margin-top: 10px;
    margin-bottom: 20px;
}

.catalogsearch-result-index .page-title {
	margin-top: 0px;
}

.page-title h1,
.page-title h2 {
    float: left;
	color: #d61101;
	font-family: "Proxima Nova Bold";
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	/* letter-spacing: -1px; */
	line-height: 20px;
	background-image: url('../images/arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
}

.title-buttons {
    text-align: right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}

.subtitle {
    clear: both;
}

/* Pager */
.pager {
    
    padding: 5px;
    margin: 5px 0;
    /* text-align: center; */
}

.pager .amount {
    float: left;
}

.pager .limiter {
    float: left;
}

.pager .pages {
    margin: 0px;
    float: right;
}

.limiter {
	text-transform: uppercase;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ececec;
    float: left;
    margin-left: 10px;
}

.pager .pages .current {
}

.toolbar label, .toolbar input, .toolbar select {
	padding-bottom: 0;
	margin-bottom: 0;
	width: auto;
	display: inline-block;
	float: left;
}

.toolbar select {
	margin-right: 10px;
	margin-left: 10px;
	height: 30px;
	text-align: center;
	border: 1px solid #ececec;
	background-color: transparent;
	border-radius: 0px;
/* 	-webkit-appearance: none; */
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.toolbar label {
	display: inline-block;
}

/* Sorter */
.sorter {
    
    padding: 5px;
    margin: 5px 0;
}

.sorter .view-mode {
    float: left;

}

.view-mode .grid, .view-mode .list {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ececec;
	float: left;
	margin-right: 10px;
	text-indent: -9999em;
}

	.view-mode .grid {
		background-image: url('../images/grid.png');
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.view-mode .list {
		background-image: url('../images/list.png');
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.view-mode strong.active {
		opacity: 0.5;
	}

.sort-by a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ececec;
}
	
.sorter .sort-by {
    float: right;
}

.sorter .link-feed {
}

/* Toolbar */

.toolbar {
	float: left;
	width: 100%;
	font-size: 14px;
}

.toolbar > div {
	padding: 0px 0;
	line-height: 30px;
}

.toolbar .pager {
	float: right
}

.toolbar .sorter {
	float: left;
}

.toolbar-bottom {
	margin-top: 30px;
	float: left;
	width: 100%;
}

.sorter p, .pager p {
	margin: 0;
}

.sorter .limiter, .pager .limiter {
	padding-left: 0;
	padding-right: 0;

	right: auto;
	float: left;
}

.sorter .amount, .pager .amount {
	padding-left: 0;
	padding-right: 0;
	width: 33.33333%;
	float: left;
}

.sorter, .pager {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 1140px;
}

.sorter .sort-by, .sorter .limiter, .pager .sort-by, .pager .limiter {
	text-align: left;
}

.sorter .limiter label, .sorter .limiter select, .pager .limiter label, .pager .limiter select {
	width: auto;
	display: inline-block;
}

.sorter .sort-by, .pager .sort-by {
	padding-left: 0;
	padding-right: 0;
	float: right;
}

.toolbar select {
	margin-top: 0px;
}

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

.data-table th {
    padding: 0px;
    font-weight: bold;
    white-space: nowrap;
}

.data-table tr {

}

.data-table td {
    padding-bottom: 10px;
	padding-top: 10px;
}

.data-table td h2 a {
	font-size: 16px;
	font-weight: bold;
}

.data-table td h2, .data-table td .item-options, .data-table td .product-description {
	padding-left: 20px;
	margin-bottom: 0px;
}

.data-table td .cart-price {
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
}

.data-table tbody td.a-right {
	padding-left: 10px;
	padding-right: 10px;
}

.data-table td.a-right.total-cart-price .price {
	font-size: 24px;
}

.data-table td input.qty {
	text-align: center;
	height: 27px;
}

.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: normal;
    font-family: 'Proxima Nova Bold';
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
}

.data-table td.value {
}

/* Tax Details Row */
tr.tax-total {
    cursor: pointer;
}

tr.tax-total td {
}

tr.tax-total .tax-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer;
}

tr.show-details .tax-collapse {
    background-position: 0 -53px;
}

tr.show-details td {
}

tr.tax-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}

tr.tax-details-first td {
    border-top: 1px solid #d2d8db;
}

/* 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(../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 {
    margin: 0 0 10px;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
}

.std dl dt {
    font-weight: bold;
}

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

/* Misc */
.links li {
    display: inline;
}

.links li.first {
    padding-left: 0 !important;
}

.links li.last {
    background: none !important;
    padding-right: 0 !important;
}

.link-cart {
    font-weight: bold;
    color: #f00;
}

.link-wishlist {
    /* font-weight: bold; */
}

.link-reorder {
    font-weight: bold;
}

.link-compare {
    font-weight: bold;
}

.link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 1px no-repeat;
    padding-left: 18px;
    white-space: nowrap;
}

.btn-remove {
	text-indent: 0;
	top: 0;
	display: inline-block;
	white-space: nowrap;
	color: #f05c5c;
	font-weight: bold;
	/* line-height: 40px; */
}

.btn-remove2 {

}

.btn-remove2:before, .btn-remove:before {
	content: "\e001";
	font-family: "polar-icons";
	text-indent: 0;
	top: 2px;
	position: relative;
	display: inline-block;
	color: #f05c5c;
	font-size: 24px;
	margin-right: 10px;
}

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

/* Label Styles */
label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0.1875em;
  /* Styles for required inputs */;
}

label.right {
    float: none;
    text-align: right;
}

label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0;
}

label small, label .block-related .block-content .block-subtitle, .block-related .block-content label .block-subtitle {
    text-transform: capitalize;
    color: #666666;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 0.875em;
    height: 2.3125em;
    line-height: 2.3125em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125em;
}

.prefix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125em;
}

.prefix.button.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.postfix.button.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.prefix.button.round {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

.postfix.button.round {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
    background: #f2f2f2;
    border-color: #d9d9d9;
    border-right: none;
    color: #333333;
}

span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

span.postfix, label.postfix {
    background: #f2f2f2;
    border-color: #cccccc;
    border-left: none;
    color: #333333;
}

span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.round > *:first-child, .input-group.round > *:first-child * {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

.input-group.round > *:last-child, .input-group.round > *:last-child * {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 1em;
    margin: 0 0 1em 0;
    padding: 0.5em;

    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999;
}

input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none;
}

input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 1em 0;
}

/* Normalize file input width */
input[type="file"] {
    width: 100%;
}

/* We add basic fieldset styling */
fieldset {

}

fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error .block-related .block-content .error.block-subtitle, .block-related .block-content [data-abide] .error .error.block-subtitle, [data-abide] span.error, [data-abide] small.error, [data-abide] .block-related .block-content .error.block-subtitle, .block-related .block-content [data-abide] .error.block-subtitle {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #f05c5c;
    color: white;
    margin-top: 0;
}

[data-abide] span.error, [data-abide] small.error, [data-abide] .block-related .block-content .error.block-subtitle, .block-related .block-content [data-abide] .error.block-subtitle {
    display: none;
}

span.error, small.error, .block-related .block-content .error.block-subtitle {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #f05c5c;
    color: white;
}

.error input,
.error textarea,
.error select {
    border-color: #f05c5c;
    background-color: rgba(240, 92, 92, 0.1);
    margin-bottom: 0;
}

.error input:focus,
  .error textarea:focus,
  .error select:focus {
    background: #fafafa;
    border-color: #999999;
}

.error label,
.error label.error {
    color: #f05c5c;
}

.error small.error, .error .block-related .block-content .error.block-subtitle, .block-related .block-content .error .error.block-subtitle {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #f05c5c;
    color: white;
}

.error span.error-message {
    display: block;
}

input.error,
textarea.error {
    border-color: #f05c5c;
    background-color: rgba(240, 92, 92, 0.1);
}

input.error:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999;
}

.error select {
    border-color: #f05c5c;
    background-color: rgba(240, 92, 92, 0.1);
}

.error select:focus {
    background: #fafafa;
    border-color: #999999;
}

label.error {
    color: #f05c5c;
}

/* Header ================================================================================ */

#header {
	position: fixed;
	z-index: 100;
	padding-top: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	border-top: 3px solid #cc0000;
}

	#header .left-header {
		float: left;
		width: 17%;
	}
	
	#header .right-header {
		float: left;
		width: 83%;
		padding-left: 10px;
		padding-top: 3px;
	}

.logo {
    float: left;
/*
    padding-top: 22px;
	padding-bottom: 8px;
*/
}

	.logo a {
		color: #25282d;
		text-transform: uppercase;
		font-size: 50px;
		line-height: 40px;
		/* letter-spacing: 3px; */
		font-weight: normal;
		font-family: 'Proxima Nova Bold';
	}
	
		.logo a span {
			color: #d61101;
			font-size: 24px;
			letter-spacing: 0px;
		}

#header .site-nav {
	/* float: left; */
}

	#header .nav-container {
		/* width: auto; */
		position: relative;
	}

#header .site-search {
	float: left;
	clear: left;
	width: 65%;
	padding-right: 10px;
}

#search_mini_form {
	width: 100%;
}

.header-container {

}

.header .top-header {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.header {
    margin-bottom: 0px;
    background-color: rgba(255,255,255,1.0);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 30px;
}

	.cms-home .header {
		background-color: rgba(255,255,255,0.0);
	    box-shadow: 0px 0px 10px rgba(0,0,0,0.0);
	}

	.header .links-top-left {
		float: left;
		margin-bottom: 0px;
	}
	
		.header .links-top-left li {
			float: left;
			margin-right: 12px;
		}
		
			.header .links-top-left li.tel {
				padding-left: 15px;
			}
			
			.header .links-top-left li.mail {
				padding-left: 20px;
			}

body.scrolled.cms-home .header, .touch body.cms-home .header {
	background-color: rgba(255,255,255,1.0);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.header h1.logo {

}

.header .main-menu {
	float: left;
	width: 100%;
	padding-top: 15px;
}

.header .welcome-msg {
    font-weight: bold;
    text-align: right;
}

.header .links {
    float: right;
}

.header .form-search {
    text-align: right;
    float: right;
    width: 100%;
    position: relative;
}

.header .form-search button {
	float: right;
	width: 15%;
	height: 42px;
    padding: 0;

}

.header .form-search input {
	float: left;
	width: auto;
	height: 43px;
	margin-bottom: 0px;
	width: 85%;
	padding-left: 13px;
}

/*.header .form-search:after {
	position: relative;
	content: "\f002";
	font-family: "polar-icons";
	margin-right: 15px;
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 43px;
	color: #d61101;
}*/

.header .form-search .search-autocomplete {
    z-index: 999;
    text-align: left;
	min-width: 400px;

}

#search_autocomplete_mobile {
    background-color: rgba(0,0,0,0.75);
}

.header .form-search .search-autocomplete ul {
    border: 1px solid #ddd;
    background-color: #fff;
}

.header .form-search .search-autocomplete li {
    padding: 5px 7px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    width: 100%!important;
}

.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 .cart-menu a > span:before {
	position: relative;
	content: "\f07a";
	font-family: "polar-icons";
	margin-right: 8px;
}

.header .site-search {
	margin-top: 0px;
	display: block;
}

.header .site-cart {
	margin-top: 0px;
	display: block;
	float: right;
	width: 35%;
	height: 43px;
}

.header .site-cart a {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: inherit;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 8px 12px 7px 12px;
	width: 100%;
	font-size: 14px;
	border-color: #d61101;
    background: #d61101;
	background: -moz-linear-gradient(top,  #d61101 0%, #af0e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d61101), color-stop(100%,#af0e00));
	background: -webkit-linear-gradient(top,  #d61101 0%,#af0e00 100%);
	background: -o-linear-gradient(top,  #d61101 0%,#af0e00 100%);
	background: -ms-linear-gradient(top,  #d61101 0%,#af0e00 100%);
	background: linear-gradient(to bottom,  #d61101 0%,#af0e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61101', endColorstr='#af0e00',GradientType=0 );
	color: white;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: 0px 1px 0px #630800;
	/*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;*/
    text-transform: uppercase;
}

	.header .site-cart a:hover {
		margin-top: 1px;
		box-shadow: 0px 0px 0px #630800;
	}
	
	.header .site-cart a span {
		font-family: 'Proxima Nova Bold';
	}

.header .site-cart a:before {
	position: relative;
	content: "\f07a";
	font-family: "polar-icons";
	margin-right: 8px;
	font-size:30px;
}

.top-links {
	float: left;
	width: 100%;
	background-color: #d61101;
}

.links-top {
	float: right;
	margin: 0px;
	
}

.links-top li {
	float: left;
}

.links-top li a, .links-top-left li a {
	color: #25282d;
}

	.links-top li a {
		border-left: 1px solid #25282d;
		padding-left: 10px;
		margin-left: 10px;
	}
	
	.links-top li:first-child a {
		border-left:none;
		padding-left: 10px;
		margin-left: 10px;
	}

/* NAVIGATION - Categories (main menu) */
#main-nav {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}

.nav-container {
	float: left;
	width: 100%;
	clear: both;
}

.nav-container #nav, .nav-container #nav-2 {
	margin: 0px;
    /* Mobile first, so this must be hidden as default */
    margin-bottom: 10px;
    padding: 0;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;*/
    /* Level 2 */;
    width: 100%;
    background: #d61101;
	background: -moz-linear-gradient(top,  #d61101 0%, #af0e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d61101), color-stop(100%,#af0e00));
	background: -webkit-linear-gradient(top,  #d61101 0%,#af0e00 100%);
	background: -o-linear-gradient(top,  #d61101 0%,#af0e00 100%);
	background: -ms-linear-gradient(top,  #d61101 0%,#af0e00 100%);
	background: linear-gradient(to bottom,  #d61101 0%,#af0e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61101', endColorstr='#af0e00',GradientType=0 );
}

@media only screen and (min-width: 639px) {
    .nav-container #nav, .nav-container #nav-2 {
        margin-bottom: 0px;
        /* For larger than mobile */;
        float: left;
		width: 100%;
		text-align:center;
    }
}

.nav-container #nav li, .nav-container #nav-2 li {
    display: inline-block;
    list-style-type: none;
    /* position: relative; */
    float: unset;
    border-left: 1px solid rgba(255,255,255,0.3);
}

	.nav-container #nav li:first-child, .nav-container #nav-2 li:first-child {
		border: none;
	}
	
	.nav-container #nav li.contact a, .nav-container #nav-2 li.contact a {
		/*padding-left: 14px;
		padding-right: 15px;*/
	}

.nav-container #nav li a, .nav-container #nav-2 li a {
    padding: 4px;
    color: white;
	font-weight: normal;
	text-transform:uppercase;
	font-size: 16px;
    font-family: helvetica;
}

.nav-container #nav li.level2 a, .nav-container #nav-2 li.level2 a {
	font-size:12px;
}

.nav-container #nav > li:hover, .cms-home #main-nav li.home, .nav-container #nav-2 li:hover {
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
}

.nav-container #nav li > a, .nav-container #nav-2 li > a {
    display: block;
    padding: 10px 10px;
}

	.nav-container #nav li.home > a, .nav-container #nav-2 li.home a {
		text-indent: -9999em;
		width: 38px;
		height: 38px;
		background-image: url('../images/home.png');
		background-position: center center;
		background-repeat: no-repeat;
	}

.nav-container #nav ul li, .nav-container #nav-2 ul li {
	width: 100%;
	float: left;
}

.nav-container #nav ul li > a, .nav-container #nav-2 ul li > a {
    display: block;
    padding: 3px 10px;
    padding-right: 30px;
}

#header .site-nav {
	float: left;
	width: 100%;
	padding-bottom: 12px;
}

#header .links-top li a:hover {
/*
	background-color: transparent;
	color: #ececec;
*/
}

#main-nav li > a {
	display: block;
}

.nav-container #nav li.active > a {
    font-weight: 700;
}

.nav-container #nav li.over > a {
    /* background-color: #d61101; */
}

.nav-container #nav ul {
    position: absolute;
    left: -9999px;
    margin-left: 0;
    text-align: left;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
      /* Level 3+ */;
	background-color: white;
	width: 100%;
	padding: 30px;
}

	.nav-container #nav ul li {
		float: left;
		width: 25%;
		white-space: normal;
		
	}
	
		.nav-container #nav ul li a {
			white-space: normal;
			min-height: 42px;
		}

	.nav-container #nav ul li span {
		float: left;
		width: 100%;
		padding-left: 0px;
		position: relative;
		/* overflow: hidden; */
	}
	
	    .nav-container #nav ul li span.image-j {
    	    padding-left: 40px;
	    }
	
		.nav-container #nav ul li span img {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 30px;
			margin-top: -5px;
		}
	
	.nav-container #nav ul ul {
		margin-bottom: 0px;
		float: left;
		width: 100%;
	}
	
	.nav-container #nav ul ul li {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}

.nav-container #nav ul li {
    display: list-item;
}

.nav-container #nav ul li.parent > a:after {
/*
    content: "\e000";
    font-family: "polar-icons";
    vertical-align: middle;
    float: right;
    display: block;
    padding-left: 1em;
    color: white;
*/
}

.nav-container #nav ul a, .nav-container #nav ul > li > ul > li a {
    white-space: nowrap;
    display: block;
    color: #25282d;
}

.nav-container #nav ul > li > a {
	color: #d61101;
	float: left;
	width: 100%;
}

.nav-container #nav ul a:hover {
    background-color: white;
    color: #d61101;
}

	.nav-container #nav ul ul a:hover {
	    background-color: transparent;
	    color: #d61101;
	}

.nav-container #nav ul ul {
    top: 0;
    margin-top: 0;
    display: block;
    left: 0px;
    box-shadow: none;
    position: relative;
    padding: 0px;
    background-color: transparent;
}

	.nav-container #nav ul ul li:hover {
		background-color: transparent;
	}

.nav-container #nav ul.shown-sub,
    .nav-container #nav div.shown-sub {
    z-index: 999;
    left: 0;
}

/* Layered navigation */
.block-layered-nav .btn-remove:before {
    font-size: 0.8em;
}

.block-layered-nav .currently ol {
    border-style: solid;
    border-width: 0;
    border-color: #d9d9d9;
    margin-bottom: 15px;
    padding: 15px;
    background: #f2f2f2;
    margin-bottom: 0;
}

.block-layered-nav .currently ol > :first-child {
    margin-top: 0;
}

.block-layered-nav .currently ol > :last-child {
    margin-bottom: 0;
}

.block-layered-nav .currently ol h1, .block-layered-nav .currently ol h2, .block-layered-nav .currently ol h3, .block-layered-nav .currently ol h4, .block-layered-nav .currently ol .block-related .block-title, .block-related .block-layered-nav .currently ol .block-title, .block-layered-nav .currently ol h5, .block-layered-nav .currently ol h6, .block-layered-nav .currently ol p {
    color: #222222;
}

.block-layered-nav .currently ol h1, .block-layered-nav .currently ol h2, .block-layered-nav .currently ol h3, .block-layered-nav .currently ol h4, .block-layered-nav .currently ol .block-related .block-title, .block-related .block-layered-nav .currently ol .block-title, .block-layered-nav .currently ol h5, .block-layered-nav .currently ol h6 {
    line-height: 1;
    margin-bottom: 0.625em;
}

.block-layered-nav .currently ol h1.subheader, .block-layered-nav .currently ol h2.subheader, .block-layered-nav .currently ol h3.subheader, .block-layered-nav .currently ol h4.subheader, .block-layered-nav .currently ol .block-related .subheader.block-title, .block-related .block-layered-nav .currently ol .subheader.block-title, .block-layered-nav .currently ol h5.subheader, .block-layered-nav .currently ol h6.subheader {
    line-height: 1.4;
}

.block-layered-nav .currently ol .label {
    font-family: 'Proxima Nova Bold';
}

.block-layered-nav .actions {
    text-align: right;
    padding-top: 8px;
    margin-bottom: 16px;
}

.block-layered-nav .block-subtitle {
    display: none;
}

/* NAVIGATION VERTICAL - _navigation-vertical.scss - Categories (left or right menu) */
.vertnav-container li > ul {
    display: none;
}

.vertnav-container li.active > ul {
    display: block;
}

.vertnav-container li.parent {
    position: relative;
    padding-left: 0.1em;
}

.vertnav-container li.parent > ul {
    border-left: 1px solid #d222c3;
}

.vertnav-container li.parent > a {
    padding-left: 1em;
}

.vertnav-container li.parent:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f067";
    /* Plus sign */
    font-family: "polar-icons";
    color: #d61101;
}

.vertnav-container li.parent.active:before {
    content: "\f068";
  /* Minus sign */;
}

.vertnav-container li.active > a {
    font-weight: bold;
}

.vertnav-container li a {
    line-height: 24px;
    display: block;
}

.vertnav-container li.active ul {
    padding-left: 8px;
    margin-left: 4px;
    border-left: 1px solid #d61101;
}

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

/* Slider =============================================================================== */

/* FlexSlider Necessary Styles
*********************************/
.flexslider, .map {margin: 0; padding: 0; position: relative; top: 0px; left: 0px; width: 100%; float: left; height: 690px;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative; padding-bottom: 124px; height: 100%; padding-top: 30px;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.contacts-index-index .flexslider .slides > li {
	padding: 0px;
}

.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.flex-viewport {
	height: 100%;
	width: 100%;
	float: left;
	overflow: hidden;
}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

.slides {margin-bottom: 0px; height: 100%; width: 100%;}

#store-promotion .inner {
	width: 100%;
	float: left;
}

.show-for-ipad {
	display: none;
}

#home-slider .slides > li, .store-slider .slides > li {
	height: 100%;
	width: 100%;
	float: left;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

	#home-slider .slides li .category-block {
		text-align: center;
	}

.slides li .grid {
	position: relative;
	z-index: 0;
	margin-top: 148px;
}

.slider-text {
	position: relative;
	width: 50%;
	float: left;
	z-index: 1;
	color: #25282d;
	text-align: left;
	padding: 30px;
	opacity: 0;
	left: 0px;
	top: -50px;
	/* text-shadow: 1px 1px 0px rgba(0,0,0,0.3); */
}

	.slider-text.white, .slider-text.white h2, .slider-text.white h3, .slider-text.white .desc {
		color: white;
		border: none;
	}
	
	.slider-text.no-price {
		margin-top: 120px;
		text-shadow: 0px 0px 5px black;
		width: 100%;
	}
	
	.slider-text.no-price h2 {
		font-size: 46px;
	}
	
		.slider-text.no-price h3 {
			padding-left: 30px;
			font-size: 36px;
		}

.slider-text h2 {
	color: #d61101;
	font-size: 26px;
	font-family: 'Proxima Nova Bold';
	font-weight: normal;
/* 	letter-spacing: -4px; */
}

.slider-text h3 {
	color: #333333;
	font-size: 22px;
	font-family: 'Proxima Nova Light';
	font-weight: normal;
/* 	letter-spacing: -4px; */
}

.slider-text .price.slide {
	font-size: 100px;
	color: #d61101;
	float: left;
	line-height: 100px;
	padding-bottom: 10px;
	font-family: 'Proxima Nova Bold';
	text-shadow: 2px  2px 0px white, 2px -2px 0px white, -2px  2px 0px white, -2px -2px 0px white;
}

.slider-text .desc {
	color: #333333;
	font-size: 18px;
	border-top: 1px solid #333333;
	padding-top: 20px;
	float: left;
	margin-bottom: 20px;
}

	.slider-text .desc ul {
		float: left;
		margin: 0px;
		width: auto;
		color: #d61101;
	}
	
		.slider-text .desc ul li {
			width: auto;
			height: auto;
			float: left;
			clear: left;
			color: #333333;
			padding-left: 20px;
			background-image: url('../images/arrow.png');
			background-position: left center;
			background-repeat: no-repeat;
			background-size: inherit;
		}
	
.slider-image {
	float: left;
	width: 50%;
	padding: 30px;
}

.slider-image img {
	position: relative;
	left: 50px;
	opacity: 0;
}

#home-slider .flex-direction-nav {
    list-style: none;
}

#home-slider .flex-direction-nav a {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    display: block;
    font-size: 0;
    top: 50%;
    cursor: pointer;
    background-color: rgba(255,255,255,.8);
    z-index: 10;
}

#home-slider .flex-direction-nav a.flex-next {
    right: 0;
    float: none;
    
    background-image: url('../images/arrow.png');
    background-position: center center;
    background-repeat: no-repeat;
}

#home-slider .flex-direction-nav a.flex-prev {
    left: 0;
    float: none;
    
    background-image: url('../images/arrow-inverse.png');
    background-position: center center;
    background-repeat: no-repeat;
}

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

/* Featured Slider =============================================================================== */

.new-content {
	margin-bottom: 30px;
}

.slider-nav {
	position: relative;
	float: right;
}

.image-tag {
	position: absolute;
	width: 150px;
	height: 150px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 10;
}

	.image-tag .new-tag {
		top: 0px;
		left: 0px;
	}

.new-tag {
	/*-webkit-transform: rotate(-45deg); 
	-ms-transform: rotate(-45deg); 
	transform: rotate(-45deg); 
	
	background: -moz-linear-gradient(top, #d61101 0%, #af0e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d61101), color-stop(100%,#af0e00));
	background: -webkit-linear-gradient(top, #d61101 0%,#af0e00 100%);
	background: -o-linear-gradient(top, #d61101 0%,#af0e00 100%);
	background: -ms-linear-gradient(top, #d61101 0%,#af0e00 100%);
	background: linear-gradient(to bottom, #d61101 0%,#af0e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61101', endColorstr='#af0e00',GradientType=0 );
	*/
	background: #79c6d2;
    color: #000;
    text-align: left;
	opacity:0.8;
    position: absolute;
    height: 28px;
    left: -10px;
    line-height: 28px;
    /*width: 100px;*/
	top:20px;
/*    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 20px solid #fff;
    border-left: 25px solid transparent;*/
	padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
	
}

	.new-tag.cashback {
		padding-top: 80px;
	}

	
	.new-tag.cashback span {margin-top: -80px;}
	
	.new-tag span {
        position: absolute;
		min-width: 100px;
		color:#fff;
		left: 50%;
		font-size:18px;
		font-weight:700;
		font-style:italic;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
		text-transform:uppercase;
		display:contents;
		background-color:none !important;
		white-space:nowrap;
	}

	.products-grid li.item .inner {
		overflow: hidden;
	}

.sale-tag {
		background: #70d6bc;
		font-size:

/*
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #f5811d;
	-moz-box-shadow: 1px 1px 0 rgba(52,75,15,.75);
	-webkit-box-shadow: 1px 1px 0 rgba(52,75,15,.75);
	box-shadow: 1px 1px 0 rgba(52,75,15,.75);
	width: 70px;
	height: 70px;
	position: absolute;
	top: -15px;
	left: -15px;
	text-align: center;
	-webkit-transform: rotate(-7.5deg); 
	-ms-transform: rotate(-7.5deg); 
	transform: rotate(-7.5deg); 
	z-index: 50;
*/
}

	.sale-tag span {
		font-style:italic;
		color: #fff;
/* 		font-family: 'Proxima Nova Bold'; */
/* 		font-size: 20px; */
		text-transform: uppercase;s
/* 		display: block; */
	}

.content-section header {
	width: 100%;
	float: left;
	padding-bottom: 28px;
	padding-top: 0px;
	border-bottom: 1px solid #d61101;
	margin-bottom: 30px;
}

.content-section h2 {
	float: left;
	color: #d61101;
	font-family: "Proxima Nova Bold";
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	/* letter-spacing: -1px; */
	line-height: 20px;
	background-image: url('../images/arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.product-slider, .brands-slider {
	position: relative;	
	float: left;
	width: 100%;
	/* overflow: hidden; */
}

.slider-holder {
	/* border-bottom: 1px solid #ececec; */
	/* margin-left: -30px; */
	/* margin-right: -30px; */
	/* border-top: 1px solid #ececec; */
}

.product-slider .products-grid li {
	margin-right: 0px;
}

.product-slider .products-grid li .inner {
	padding: 30px;
	width: 100%;
	float: left;
}

.products-grid.slides {
	margin: 0px;
}

.flex-direction-nav {
	margin: 0px;
	list-style: none;
}

.flex-direction-nav li {
	float: left;
	line-height: 20px;
	font-size: 20px;
}

.flex-direction-nav .flex-prev {
	float: left;
	color: #333;
	display: block;
	width: 20px;
	text-align: center;
}

.flex-direction-nav .flex-next {
	float: right;
	color: #333;
	width: 20px;
	display: block;
	text-align: center;
}

.flex-disabled {
	opacity: 0.5;
}

.show_packages a {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
}

.show_packages {
    margin-bottom: 20px;
}

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

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

.store-cats {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}

	.store-cats li, .side.block li {
		padding: 15px;
		float: left;
		width: 100%;
		border-top: 1px solid #f3f3f3;
	}
	
		.store-cats li:first-child, .side.block li:first-child {
			border: none;
			/* padding-top: 0px; */
		}
		
		.store-cats li a, .side.block li span {
			color: #333333;
			padding-left: 15px;
			background-image: url('../images/arrow.png');
			background-position: left center;
			background-repeat: no-repeat;
			display: inline-block;
			padding-right: 20px;
		}

.cats-block, .side.block {
	border: 1px solid #d4d4d4;
	float: left;
	width: 100%;
}

	.cats-block header, .side.block header {
		padding: 15px;
	}

	.cats-block h4, .side.block h4 {
		color: #d61101;
		font-family: "Proxima Nova Bold";
		font-size: 14px;
		font-weight: normal;
	}
	
.cats-block {
	margin-bottom: 30px;
}

.block {
    
    margin: 0 0 10px;
}

.block .block-title {
	padding-bottom: 10px;
}

.block .block-title strong {
	font-size: 16px;
	position: relative;
}

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

.block .block-content li.item {
    padding: 5px 0;
}

.block .btn-remove {
    float: right;
}

.block .actions {
    text-align: right;
    padding: 15px 15px;
    margin: 0px;
}

.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: Account */
.block-account {
	margin-top: 13px;
}

/* Block: Currency Switcher */
.block-currency {
}

.block-currency select {
    width: 100%;
    border: 1px solid #888;
}

/* Block: Layered Navigation */
.block-layered-nav {
	border: 1px solid #ececec;
	margin-bottom: 0px;
}

	.block-layered-nav .block-title {
		padding: 15px;
	}
	
		.block-layered-nav .block-title h2 {
			margin-bottom: 0px;
			color: #d61101;
			font-family: "Proxima Nova Bold";
			font-size: 16px;
		}

	.shopping-option {
		padding: 15px;
		border-top: 1px solid #ececec;
	}
		
		.shopping-option h4 {
			color: #333;
			font-family: "Proxima Nova Bold";
			font-size: 14px;
			margin-bottom: 10px;
			font-weight: normal;
			padding-left: 20px;
			background-image: url('../images/down.png');
			background-position: left center;
			background-repeat: no-repeat;
		}
	
		.shopping-option ol {
			margin: 0px;
		}
		
			.shopping-option ol li a {
				color: black;
			}
			
#narrow-by-list {
	margin-bottom: 0px;
}

.prices-ra {
	margin-bottom: 15px;
}

#button-price-slider {
	width: 100%;
}

.block-layered-nav dt {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.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: Wishlist */
.block-wishlist {
}

/* Block: Related */
.block-related {
}

.block-related li {
    padding: 5px 0;
}

.block-related input.checkbox {
    float: left;
    margin-right: -20px;
}

.block-related .item {
    margin-left: 20px;
}

.block-related .item .product-image {
    float: left;
    margin-right: -65px;
}

.block-related .item .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;
}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {
    border: 0;
    margin: 0px;
}

.category-header {
	width: 100%;
	padding-bottom: 28px;
	padding-top: 0px;
	border-bottom: 1px solid #d61101;
	margin-bottom: 30px;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
    text-align: center;
}

.category-image img {
}

.category-description {
    margin: 0 0 10px;
}

.category-products {
}

.product-image>img.logo-product {
	position: absolute;
	right: 0px;
	bottom: -10px;
	max-width: 50%;
}

/* View Type: Grid */
.products-grid {
    /* border-bottom: 1px solid #ddd; */
    position: relative;
    margin-bottom: 0px;
    
}

.category-products .products-grid {
	border-left: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
}

.buttons-holder {
	/* padding-right: 38px;*/
	position: relative;
}

	.products-grid .buttons-holder .wishlist {
		background-color: #d61101;
		border-color: #d61101;
		color: white;
		width: 28px;
		text-align: center;
	}
	
		.products-grid .buttons-holder .wishlist {
			padding-left: 0px;
			padding-right: 0px;
			position: absolute;
			right: 0px;
			top: 0px;
		}

.products-grid .button {
	font-size: 12px;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
}

.product-holder {
	margin-top: 0px;
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid.product-list li.item {
	width: 100%;
}

	.products-grid.product-list li.item .lefty {
		width: 20%;
		float: left;
	}
	
	.products-grid.product-list li.item .righty {
		width: 80%;
		float: left;
		padding-left: 30px;
	}
	
		.products-grid.product-list li.item .righty .inner-righty {
			float: left;
			width: 66.66%;
		}
		
		.products-grid.product-list li.item .righty .actions {
			float: left;
			width: 33.33%;
			clear: none;
			padding-top: 0px;
		}
	
	.products-grid.product-list h3.product-name {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	
	.product-list .logo-product {
		bottom: 0px;
	}

.product-holder .products-grid li.item, .products-grid li.item {
	width: 100%;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-left: none;
}

	.product-holder .products-grid li.item:first-child, .products-grid li.item:first-child {
		border-right: 1px solid #d4d4d4;
		border-bottom: 1px solid #d4d4d4;
	}

.products-grid li.item {
    float: left;
    width: 33%;
	margin-bottom: 0px;
	background-color: #fff;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+');
	background-image: -moz-linear-gradient(bottom, #f7f7f7 0%, rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(bottom, #f7f7f7 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient(bottom, #f7f7f7 0%, rgba(255,255,255,0) 100%);
	background-image: linear-gradient(bottom, #f7f7f7 0%, rgba(255,255,255,0) 100%);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.0);
	/* border-left: 1px solid #ececec; */
	position: relative;
	z-index: 1;
}

    .products-grid li.item .product-image img {
        margin: 0 auto;
    }

.products-grid li.item.item--half {
    width: 50%;
}

.products-grid li.item.item--third {
    width: 33.33%;
}

.products-grid li.item.item--full {
    width: 100%;
    border-bottom: 0;
}

    .products-grid li.item.item--full .product-image,
    .products-grid li.item.item--full .product-content {
        float: left;
        width: 50%;
    }
    
    .products-grid li.item.item--full .product-content {
        padding-left: 20px;
    }

	.products-grid li.item:hover {
		box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
		z-index: 3;
	}

	.products-grid li.item:first-child {
		/* border: none; */
	}
	
	.products-grid li.item .inner {
		padding: 0px;
	}

.products-grid .product-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 0px;
    position: relative;
}

.products-grid h3.product-name {
	font-size: 13px;
	text-transform: uppercase;
	margin: 10px 0 0 10px;
	font-family: 'Proxima Nova';
	font-weight: normal;
	min-height: 38px;
}

.products-grid .product-name a {
	color: #25282d;
}

	.products-grid .actions .prices {
		margin-bottom: 10px;
	}
	
	.smits-price, .mega-price {
		font-size: 32px;
		font-family: 'Proxima Nova Bold';
		/* letter-spacing: -1px; */
	}
	
		.smits-price span {
			font-size: 16px;
			font-family: "Proxima Nova Bold";
			display:inline-block;z
		}
		
			.smits-price span a {
				font-family: 'Proxima Nova';
			}
	
		.smits-price span.price, .mega-price span.price {
			font-family: "Proxima Nova Bold";
			font-size: 22px;
			/*text-shadow: 1px  1px 0px white, 1px -1px 0px white, -1px  1px 0px white, -1px -1px 0px white;
			 letter-spacing: -2px; */
			/* text-shadow: 0px -2px 0px #cecece;*/
		}
		
		.products-grid li.item:hover .smits-price span.price, products-grid li.item:hover .mega-price span.price{
			text-shadow: 0px -2px 0px #cecece;
		}
		
		
		
		.product-view .smits-price span.price {
			font-size: 36px;
			line-height: 36px;
			padding-top: 6px;
			display: block;
		}
		
		.product-view .smits-price {
			font-size: inherit;
		}
		
		.row .status .price-box {
			display:none;
		}
		
		.mega-price {
			color: #8fcc2e;
			font-family: 'Proxima Nova Bold';
		}
		
.add-to-box .holder {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
		
.add-to-cart .half .button {
	width: 100%;
	margin-top: 10px;
}

	.add-to-cart .half .button.referal {
		margin-top: 10px;
	}

.products-grid .price-box {
    margin: 5px 0;
}

.products-grid .availability {
    line-height: 28px;
}

.products-grid .price-box, .products-grid .actions, .products-list .price-box {
	margin-bottom: 0px;
}

	.products-grid .actions {
		padding-top: 10px;
		/* border-top: 1px solid #fbcda5; */
	}

.products-grid .price-box, .products-grid .actions {
	width: 100%;
	clear: both;
	margin: 10px 0 0 10px;
}

.product-image>img {
/* 	border: 1px solid #DDDDDD; */
	display: block;
	max-width: 100%;
	width:100%;
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	float: left;
	width: 100%;
}

.col1-layout .products-grid {
}

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

.attribute-group {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.attribute-group h3 {
	font-weight: normal;
	font-family: 'Proxima Nova';
	vertical-align: middle;
	color: #d61101;
	border-bottom: 1px solid #d4d4d4;
	padding: 7px 15px 7px 0px;
}

	.attribute-group h3 span {
		width: 15px;
		display: inline-block;
	}
	
	.attribute-group.open .table-holder {
		display: block;
	}
	
	.table-holder {
		display: block;
		float: left;
		width: 100%;
	}
	
		.table-holder table {
			margin-bottom: 0px;
		}

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


/* Fancybox ========================================================================== */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	/* font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; */
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
/* 	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; */
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

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


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

/**
 * The actual naming of elements is not set, these are just an example
 */  

/* Zoom window parent */
.zoom-container {
	position:relative;
	padding-top: 40px;
}

.zoom-container .main-image {
	position: relative;
}

.more-views {
	margin-top: 10px;
}

/* Zoom window */
#zoom-window {
	position:absolute;
	top:0;
	left: 100%;
	margin-left: 45px;
	width: 100%;
    z-index: 100;
	height:100%;
	overflow:hidden;
	background:#fff url(../images/loading.gif) no-repeat center center;
	-webkit-box-shadow:0 0 10px #888;
	   -moz-box-shadow:0 0 10px #888;
	        box-shadow:0 0 10px #888;
}

#zoom-window img {
	max-width: none;
}

/* Zoom gallery */
.zoom-gallery {
	list-style-type:none;
}

.zoom-thumbnail {
	float:left;
	text-decoration:none;
}

li:first-child .zoom-thumbnail {
	margin-left:0;
}

.thumbnail-loading {
	background:#fff url(../images/loading.gif) no-repeat center center;
}

.thumbnail-loading img {
	opacity:0.5;
}

/* 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(../images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 13px;
    background: url(../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 {
    margin: 0;
}

.availability span {
}

.availability.in-stock span {
	color: #8fcc2e;
}

.extra_text {
	display: block;
	float: left;
	margin-top: 5px;
	width: 100%;
}

.availability.out-of-stock span {
    color: #d61101;
}

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

/* FTP */
.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 label {
    float: left;
    margin-right: 5px;
}

.add-to-cart .qty {
    float: left;
}

.add-to-cart button.button {
    float: left;
    margin-left: 5px;
}

/* Add to Links + Add to Cart */
.add-to-box {
	margin-top: 0px;
	border-top: 1px solid #ececec;
	padding-top: 20px;
}

	.add-to-box .prices {
		margin-bottom: 20px;
		padding-left: 0;
	}
	
	.add-to-box .add-to-cart {
		float: left;
		width: 50%;
	}
	
	.add-to-box .store-price {
		font-size: 24px;
		line-height: 24px;
	}
	
	.add-to-box .fietstas-price {
		font-size: 28px;
		line-height: 28px;
	}
	
	.add-to-box .fietstas-price span.price, .add-to-box .mega-price span.price {
		font-size: 32px;
	}
	
.bundle-packages th {
	width: 75%;
	float: left;
}

.bundle-packages td {
	width: 25%;
	float: left;
}

	.bundle-packages td .button {
		width: 100%;
	}
	
.bundle-packages th ul {
	margin: 0px;
	list-style: none;
}

.bundle-packages tr {
	border-top: 1px solid #ececec;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
	width: 100%;
}

.bundles .data-table tbody tr:first-child {
	border: none;
}

.product-collateral .tab.bundles {
	margin-bottom: 10px;
}

.bundle-packages table {
	margin-bottom: 0px;
}
	
.bundle-packages th ul li {
	float: left;
	width: 20%;
}

	.bundle-packages th ul li img {
		display: inline-block;
		width: 80%;
		float: left;
	}
	
	.bundle-packages th ul li span {
		float: left;
		line-height: 80px;
		width: 10%;
		padding-left: 10px;
		padding-right: 10px;
		font-weight: bold;
	}
	
.share {
	float: right;
	overflow: hidden;
}

	.share > div {
		float: right;
		margin-left: 15px;
	}
	
	.tweet {
		width: 90px;
	}
	
	.plus {
		width: 58px;
	}
	
.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;
}

.product-view {

}

.product-essential {
	/* overflow: hidden; */
	
}

	.product-essential .new-tag {
		left: 0px;
		top: 0px;
	}

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

.product-collateral .tab {
	margin-bottom: 10px;
}

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

/* Product Images */
.product-view .product-img-box {
    float: left;
    position: relative;
    padding-right: 15px;
}

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image {
    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 {
    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(../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(../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;*/
    width: 25%;
}

.product-view .product-img-box .more-views li a {
	margin: 0px 20px 0px 0px;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .nav {
    text-align: center;
}

.product-image-popup .image {
    display: block;
}

.product-image-popup .image-label {
}

/* Product Shop */
.product-view .product-shop {
    float: right;
    padding-left: 30px;
}

.col1-layout .product-view .product-shop {
    float: right;
}

.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}

.product-view .product-name {
	background-color: #d61101;
	padding: 10px 15px;
	color: white;
	margin-bottom: 20px;
	background: #d61101;
	background: -moz-linear-gradient(top, #d61101 0%, #af0e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d61101), color-stop(100%,#af0e00));
	background: -webkit-linear-gradient(top, #d61101 0%,#af0e00 100%);
	background: -o-linear-gradient(top, #d61101 0%,#af0e00 100%);
	background: -ms-linear-gradient(top, #d61101 0%,#af0e00 100%);
	background: linear-gradient(to bottom, #d61101 0%,#af0e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61101', endColorstr='#af0e00',GradientType=0 );
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;*/
}

.product-view .short-description {
}

/* Product Options */

.product-view .product-options dt {
	min-width: 20%;
	padding-right: 16px;
	clear: left;
}

.product-view .product-options dd, .product-view .product-options dt {
	float: left;
	margin-bottom: 0;
}

.product-view .product-options dd {
	float: left;
	clear: right;
	margin: 0;
	width: 80%;
	position: relative;
}

.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 textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 50%;
    margin-top: 10px;
}

.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 {

}

.product-options-bottom .price-box {
    margin: 10px 0;
    margin-bottom: 20px;
}

/* 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 #review-form, #contactForm {
	padding: 0px;
	/*float: left;
	width: 100%;*/
	margin-top: 20px;
}

.contact-header {
	margin-bottom: 20px;
}

	.contact-header h1 {
		color: #d61101;
		font-size: 32px;
		font-family: 'Proxima Nova Bold';
		font-weight: normal;
		text-transform: uppercase;
	}

#contactForm {
	margin-top: 0px;
}	

	#contactForm .form-list {
		margin: 0px;
		float: left;
		width: 100%;
	}

	#contactForm .form-list li.fields {
		float: left;
		width: 33.33%;
		margin-bottom: 0px;
	}
	
	#contactForm .form-list .field {
		width: 100%;
		padding: 0px;
	}
	
	#contactForm .form-list li.wide {
		float: left;
		width: 66.67%;
		padding-left: 30px;
		margin-bottom: 0px;
	}

.account-create form {
	padding: 20px;
	/*float: left;
	width: 100%;*/
	border: solid 1px #d9d9d9;
}

.name-field .input-box, .name-field label {
	margin-right: 10px;
}

.email-field .input-box, .email-field label {
	margin-left: 10px;
}

.product-view .box-reviews #review-form h3 {
	margin-bottom: 20px;
}

.product-view .box-reviews .form-add {
}

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

.product-view .product-name h1 {
	color: white;
	font-weight: normal;
	font-size: 16px;
}

.product-view .product-shop .availability {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 18px;
	font-family: "Proxima Nova Bold";
}

.product-view .product-shop p {
	margin-bottom: 0;
}

.product-view .product-shop .availability.in-stock span {
	
	color: #8fcc2e;
}

.product-view .product-shop .availability.out-of-stock span {
	color: #d61101;
}

.price-box .price {
	font-weight: bold;
}

.price-box {
	font-size: 19.2px;
	color: #222222;
	font-weight: 700;
	float: left;
}

.product-view .product-options .option {
	padding: 8px 0;
	border-bottom: #d9d9d9 1px solid;
	line-height: 40px;
	float: left;
	width: 100%;
}

.product-view .product-options .option:first-of-type {
	margin-top: 16px;
	border-top: #d9d9d9 1px solid;
}

.product-view .product-options dl {
	margin: 0px;
	float: left;
	width: 100%;
}

.product-view .product-options dl.last {
	margin-bottom: 10px;
}

.product-view .product-shop .add-to-cart label[for="qty"] {
	line-height: 32px;
	display: none;
}

.product-view .product-shop .add-to-cart input {
	width: 60px!important;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	margin-right: 20px;	
}

.product-view .product-shop .add-to-cart button.button {
	/* padding: 22px; */
	margin-left: 0px;
	/* font-size: 16px; */
}

.product-view .product-shop .add-to-cart {
	float: left;
	width: 100%;
}

.product-view .product-shop .add-to-links {
	clear: none;
	display: inline-block;
	float: left;
	line-height: 20px;
	list-style: none;
	margin: 0px;
}

.link-wishlist:before {

}

.product-collateral header, .bundles header {
	background-color: #d61101;
	padding: 10px 15px;
	color: white;
	margin-bottom: 20px;
	background: #d61101;
	background: -moz-linear-gradient(top, #d61101 0%, #af0e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d61101), color-stop(100%,#af0e00));
	background: -webkit-linear-gradient(top, #d61101 0%,#af0e00 100%);
	background: -o-linear-gradient(top, #d61101 0%,#af0e00 100%);
	background: -ms-linear-gradient(top, #d61101 0%,#af0e00 100%);
	background: linear-gradient(to bottom, #d61101 0%,#af0e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61101', endColorstr='#af0e00',GradientType=0 );
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;*/
}

	.product-collateral header h2, .box-up-sell header h2, .bundles header h2 {
		color: white;
		font-weight: normal;
		float: left;
		font-size: 16px;
		
	}
	
	.box-up-sell {
		
	}
	
	.product-view .products-grid.slides {
		border-left: none;
	}
	
	.box-up-sell .products-grid h3.product-name {
		background: none;
		padding: 0px;
		min-height: 54px;
	}
	
	.product-view .box-up-sell .smits-price span.price {
		font-size: 22px;
	}
	
	.box-up-sell header {
		background-color: #d61101;
		padding: 10px 15px;
		color: white;
		margin-bottom: 15px;
		background: #d61101;
		background: -moz-linear-gradient(top, #d61101 0%, #af0e00 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d61101), color-stop(100%,#af0e00));
		background: -webkit-linear-gradient(top, #d61101 0%,#af0e00 100%);
		background: -o-linear-gradient(top, #d61101 0%,#af0e00 100%);
		background: -ms-linear-gradient(top, #d61101 0%,#af0e00 100%);
		background: linear-gradient(to bottom, #d61101 0%,#af0e00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61101', endColorstr='#af0e00',GradientType=0 );
		/*-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;*/
	}
	
	.upsell-products-slider {
		float: left;
		width: 100%;
		border-left: 1px solid #d4d4d4;
	}
	
	.upsell-slider {
		position: relative;
	}
	
	.upsell-products-nav {
/* 		margin-top: 2px; */
	}
	
		.upsell-products-nav .flex-direction-nav a {
			color: white;
			list-style: none;
			position: absolute;
			color: #d61101;
			z-index: 10;
			font-size: 28px;
			background-color: white;
			width: 30px;
			height: 30px;
			border-radius: 50%;
			border: 1px solid #d4d4d4;
			line-height: 24px;
		}
		
			.upsell-products-nav .flex-direction-nav .flex-prev {
				left: -15px;
				top: 50%;
				margin-top: -15px;
			}
			
			.upsell-products-nav .flex-direction-nav .flex-next {
				right: -15px;
				top: 50%;
				margin-top: -15px;
			}

.box-package:first-child {
	padding-top: 0px;
}

.box-package {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.box-package-selection {
	float: left;
	width: 100%;
}
			
.box-package-selection-item {
	float: left;
}

	.box-package-selection-item span {
		float: left;
		line-height: 80px;
		width: 20%;
		font-weight: bold;
		text-align: center;
	}
	
	.box-package-selection-item img {
		width: 80%;
		float: right;
	}
	
	.package-price {
		text-decoration: line-through;
	}
	
	.product-view .smits-price  .package-price.old-price {
		color: #999;
		padding-top: 10px;
		display: block;
	}
	
	.product-view .smits-price  .package-discount-price.price {
		padding-top: 0px;
		font-size: 22px;
	}

.box-package-selection-price {
	float: right;
	width: 25%;
}

.box-package-selection-item-names {
	float: left;
	width: 75%;
	padding-top: 7px;
}

.box-package-selection .add-to-cart button.button {
	width: 100%;
	margin: 0px;
}

.package-discount-percentage {
	font-size: 32px;
}

.package-discount-amount {
	width: 100%;
	float: left;
	color: #666666;
}

.product-tabs-content {
	background-color: transparent;
	clear: left;
}

.product-tabs-content h2 {
	display: none;
}

.product-tabs {
	float: left;
	width: 100%;
	margin: 0px;
}

.product-tabs li {
	float: left;
	display: block;
	padding: 16px;
	border: solid 1px #d9d9d9;
	border-left: none;
	margin-bottom: -1px;
	background-color: #f2f2f2;
	cursor: pointer;
}

.product-tabs li a {
	color: #222222;
}

.product-tabs li.active {
	float: left;
	display: block;
	padding: 16px;
	background-color: white;
	border: solid 1px #d9d9d9;
	border-left: none;
	margin-bottom: -1px;
	border-bottom: 1px solid transparent;
}

.product-tabs li:first-child {
	border-left: 1px solid #d9d9d9;
}

.product-collateral {
	margin-bottom: 15px;
}

.product-view .short-description {
	margin-top: 20px;
	margin-bottom: 20px;
}

	.product-view .short-description ul {
		margin: 0px;
		list-style: none;
	}
	
		.product-view .short-description ul li {
			color: #333333;
			padding-left: 15px;
			background-image: url('../images/arrow.png');
			background-position: left center;
			background-repeat: no-repeat;
			display: block;
			clear: left;
			width: 100%;
			font-size: 16px;
			line-height: 23px;
		}
		
.product-title h2 {
	color: #d51101;
	font-family: "Proxima Nova";
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}

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


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

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

/* Home ========================================================================= */

.over-content {
	padding-top: 30px;
	float: left;
	width: 100%;
}

	.over-content h2 {
		text-transform: uppercase;
		color: #d61101;
		font-size: 28px;
		margin-bottom: 20px;
	}	
	
.other-shop-links {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -70px;
}

	.other-shop-links .one-third {
		padding-left: 15px;
		padding-right: 15px;
	}
		
		.other-shop-links .one-third > a.button {
			width: 100%;
			font-size: 20px;
			padding-top: 10px;
			padding-bottom: 10px;
			opacity: 0.9;
			border: none;
			box-shadow: none;
		}
		
		.other-shop-links .one-third > a.button:hover {
			opacity: 1;
			margin: 0px;
			box-shadow: none;
		}
		
.home-content-columns {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 30px;
}

.store-slider {
	overflow: hidden;
	padding: 0px;
}

	.inners {
		border: 1px solid #d4d4d4;
		float: left;
	}

	.store-slider .flex-viewport {
		
	}

.store-slider .slides li {
	position: relative;
	overflow: hidden;
	
}

	.store-slider .slides li img {
		float: left;
		width: 100%;
	}
	
#store-promotion {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

	#store-promotion .inners {
		float: left;
		width: 100%;
	}

#store-promotion .two-third {
	padding-right: 20px;
}

#store-promotion .one-third {
	padding-left: 5px;
}

	#store-promotion p {
		margin-bottom: 0px;
	}

	#store-promotion .one-third img {
		border: 1px solid #d4d4d4;
	}

.store-slider .slider-text {
	right: auto;
	left: 30px;
	top: 30px;
	margin: 0px;
	text-align: left;
	position: absolute;
	opacity: 1;
	padding: 0px;
}

	.store-slider .slider-text h2 {
		color: #25282d;
		font-family: "Proxima Nova";
		font-size: 28px;
		letter-spacing: 0px;
	}
	
	.store-slider .slider-text p {
		color: white;
		font-size: 28px;
		line-height: 28px;
	}
	
		.store-slider .slider-text p span {
			clear: left;
			float: left;
			font-size: 28px;
			line-height: 30px;
		}
		
.store-slider {
	float: left;
	width: 100%;
	position: relative;
}
		
.store-slider .flex-direction-nav {
	width: 100%;
	float: left;	
}

	.store-slider .flex-direction-nav li a {
		position: absolute;
		bottom: 50%;
		left: 15px;
		z-index: 2;
		width: 30px;
		height: 30px;
		line-height: 32px;
		margin-bottom: -15px;
		border-color: #d61101;
		background: #d61101;
		background: -moz-linear-gradient(top, #d61101 0%, #af0e00 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d61101), color-stop(100%,#af0e00));
		background: -webkit-linear-gradient(top, #d61101 0%,#af0e00 100%);
		background: -o-linear-gradient(top, #d61101 0%,#af0e00 100%);
		background: -ms-linear-gradient(top, #d61101 0%,#af0e00 100%);
		background: linear-gradient(to bottom, #d61101 0%,#af0e00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61101', endColorstr='#af0e00',GradientType=0 );
		color: white;
		/*-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;*/
	}
	
	.map {
    	width: 100%;
	}
	
	.store-slider .flex-direction-nav li a.flex-next {
		right: 15px;
		left: auto;
	}
	
.home-content-columns .holder {
	float: left;
	width: 100%;
	position: relative;
}

.one-third.home-right {
	padding-left: 15px;
	padding-right: 15px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}

	.one-third.home-right ul {
		margin: 0px;
		height: 100%;
	}
	
		.one-third.home-right ul li:first-child {
			padding-top: 0px;
			height: 17.5%;
		}
	
		.one-third.home-right ul li {
			height: 27.5%;
			float: left;
			width: 100%;
			padding-top: 30px;
			text-align: left;
		}
		
			.one-third.home-right ul li .category-block {
				height: 100%;
				width: 100%;
				float: left;
			}
		
			.one-third.home-right ul li a {
				width: 100%;
				height: 100%;
				text-align: left;
				line-height: 36px;
				font-family: "Proxima Nova Bold";
				font-size: 18px;
				/* letter-spacing: -1px; */
				padding-left: 15px;
				padding-right: 15px;
			}

			.one-third.home-right ul li a span {
				float: left;
				width: 75%;
			}
			
			.one-third.home-right ul li a .imageholder {
				float: right;
				width: 25%;
				text-align: center;
			}
			
			.one-third.home-right ul li a .imageholder img {
				width: 36px;
			}
			
.home-usp {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

	.home-usp ul {
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 0px;
	}
	
		.home-usp ul li {
			float: left;
			width: 33.33%;
			padding-left: 10px;
			padding-right: 10px;
		}
		
		.home-usp ul li .inner-usp h3 {
			color: white;
			line-height: 14px;
			font-size: 14px;
		}
		
			.home-usp ul li .inner-usp {
				border-color: #d61101;
				background: #d61101;
				background: -moz-linear-gradient(top, #d61101 0%, #af0e00 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d61101), color-stop(100%,#af0e00));
				background: -webkit-linear-gradient(top, #d61101 0%,#af0e00 100%);
				background: -o-linear-gradient(top, #d61101 0%,#af0e00 100%);
				background: -ms-linear-gradient(top, #d61101 0%,#af0e00 100%);
				background: linear-gradient(to bottom, #d61101 0%,#af0e00 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61101', endColorstr='#af0e00',GradientType=0 );
				color: white;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				-ms-border-radius: 0;
				-o-border-radius: 0;
				border-radius: 0;
				box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
				/*-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				-ms-border-radius: 3px;
				-o-border-radius: 3px;
				border-radius: 3px;*/
				padding: 10px;
				float: left;
				width: 100%;
				color: white;
				text-transform: uppercase;
				font-size: 14px;
				padding-bottom: 7px;
			}
			
				.home-usp ul li .inner-usp p {
					float: left;
					margin-bottom: 0px;
				}
			
				.home-usp ul li .inner-usp img {
					
					margin-right: 10px;
					float: left;
				}

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


/* Shopping Cart ========================================================================= */
.cart {
	
}

.cart h1 {
	line-height: 37px;
}

.cart .page-title h1:before {
	content: "\f07a";
	font-family: "polar-icons";
	display: inline-block;
	margin-right: 0.5em;
}

.cart h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

.cart .product-description {
	margin-bottom: 20px;
}

.cart .product-image img {
	
}

.cart-list {
	border-top: 1px solid #d9d9d9;
	padding-top: 16px;
}

.cart-list > li {
	list-style-type: none;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
	min-height: 180px;
	width: 100%;
	float: left;
}

.cart-list .product-image {
	float: left;
	margin-right: 16px;
	min-height: 150px;
}

.cart-list .product-image {
	position: absolute;
	left: 0;
	top: 8px;
}

.cart-list .product-info {
	float: left;
	clear: both;
	width: 100%;
}

.cart-list .product-info {
	padding-right: 150px;
	padding-left: 150px;
	clear: none;
	width: 100%;
}

.cart-list .price-summary {
	position: absolute;
	right: 0;
	top: 48px;
}

.cart-list .price-summary .cart-price:first-of-type {
	float: right;
	clear: both;
}

.cart-list .price-summary .qty {
	width: 1.5em;
	float: right;
	text-align: center;
	margin-right: 0.5em;
}

.cart-list .price-summary .cart-price {
	float: right;
	clear: both;
	color: #666666;
}

.cart-list .price-summary .cart-price:last-of-type {
	font-size: 24px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 8px;
	width: 100%;
	color: #222222;
	font-weight: bold;
	text-align: right;
}

.cart-list .price-summary .cart-price:last-of-type {
	font-size: 24px;
	color: #222222;
	font-weight: bold;
	text-align: right;
	line-height: 37px;
}

.cart-list .cart-footer {
	min-height: 0;
}

.cart-list .price-summary .cart-price:first-of-type:before {
	content: " x ";
}

.cart .btn-continue {
	
}

.cart .cart-collaterals .totals table {
	width: auto;
}

.cart .cart-collaterals .totals table {
	float: right;
}

.cart .cart-collaterals .totals tfoot {
	background-color: transparent;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

table thead, table tfoot {
	background: #f2f2f2;
	font-weight: normal;
}

.cart .cart-collaterals .totals table td:first-of-type {
	text-align: left;
}

.cart-list .cart-footer .btn-update {
	float: right;
}

.panel {
	border-style: solid;
	border-width: 0;
	border-color: #d9d9d9;
	margin-bottom: 16px;
	padding: 16px;
	background: #f2f2f2;
}

.cart .cart-collaterals .totals .checkout-types {
	display: block;
	clear: both;
}

.checkout-types form {
	float: right;
	clear: right;
}

.coupon-link {
	margin-bottom: 10px;
	float: right;
}

#coupon_code {
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: 0.5em;
	height: 2.4375em;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
	-moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

.cart button.btn-checkout {
	width: auto;
}

.cart button.btn-checkout {
	background: #8fcc2e!important;
	box-shadow: 0px 1px 0px #6f7f54;
	color: white;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1.0625em;
	padding-left: 2em;
	font-size: 1.25em;
	width: 100%;
	margin: 8px 0;
}

.cart button.btn-checkout:hover {
	box-shadow: 0px 1px 0px transparent;
}

.btn-checkout:after {
	content: "\e000";
	position: relative;
	bottom: -2px;
	font-size: 24px;
	margin-left: 16px;
	line-height: 16px;
	color: white;
	font-family: "polar-icons";
}

/* Checkout Types */
.cart .checkout-types {
    float: right;
    text-align: right;
    margin-bottom: 0px;
}

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 0px 0 0;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 700px;
}

.cart-list > li .btn-remove {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
}

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

/* Options Tool Tip */
.item-options dt {
    font-weight: bold;
    font-style: italic;
}

.item-options dd {
    padding-left: 0px;
}

.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 dl {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .show dl {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show dl {
    left: 30px;
    top: 7px;
}

.col-right .truncated .show dl {
    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 .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.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(../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(../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 {
}

/* 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: 15px;
    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: 15px;
    position: relative;
}

.opc .step .tool-tip {
    right: 10px;
}

.opc .order-review {
}

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

.account-login .new-users {
}

.account-login .registered-users {
}

.account-create {
}
/* Account Login/Create Pages ============================================================ */


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

/********** < Dashboard */
.dashboard {
}

.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-gift-message {
    margin: 15px 0;
}

.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    margin: 5px 0 0;
    font-size: 13px;
}

.order-about {
    margin: 15px 0;
}

.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 th,
.tracking-table td {
    padding: 1px 5px 0 0;
}

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

.to-top {
	width: 40px;
	height: 40px;
	border-color: #d61101;
	background: #d61101;
	background: -moz-linear-gradient(top, #d61101 0%, #af0e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d61101), color-stop(100%,#af0e00));
	background: -webkit-linear-gradient(top, #d61101 0%,#af0e00 100%);
	background: -o-linear-gradient(top, #d61101 0%,#af0e00 100%);
	background: -ms-linear-gradient(top, #d61101 0%,#af0e00 100%);
	background: linear-gradient(to bottom, #d61101 0%,#af0e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61101', endColorstr='#af0e00',GradientType=0 );
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-ms-border-radius: 0px 3px 3px 0px;
	-o-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	display: block;
	float: right;
	margin-right: -40px;
	position:fixed;
	bottom:20px;
	right:60px;
}

	.to-top a {
		background-image: url('../images/arrow-w.png');
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
		width: 40px;
		height: 40px;
		float: left;
	}

#footer .footerlinks {
	background-color: white;
	padding: 30px;
	padding-bottom: 15px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	float: left;
	width: 100%;
}

.footer-cats {
	font-size: 13px;
	float: left;
	width: 20%;
	margin-bottom: 15px;
}

	.footer-cats li a {
		color: #333333;
	}
	
	.footer-cats.footer-4 {

	}
	
.item {

}
.start-transition ul {
  -webkit-transition:top .7s ease .5s, left .7s ease .5s;
  -moz-transition:top .7s ease .5s, left .7s ease .5s;
  -ms-transition:top .7s ease .5s, left .7s ease .5s;
  -o-transition:top .7s ease .5s, left .7s ease .5s;
  transition:top .7s ease .5s, left .7s ease .5s;
}


.footer-cats h5 {
	font-family: 'Proxima Nova Bold';
	font-size: 13px;
}

	.footer-cats h5 a {
		color: #d61101;
	}

.footer p {
    text-align:left;
}

.footer address {
    text-align: right;
    line-height: 40px;
    float: right;
}

.footer ul {
}

.footer ul li {
    display: inline;
}

.footer-container .bottom-container {
    text-align: center;
}

.footer-container {

}

.credits {
	font-family: 'Georgia', 'Times', 'Times New Roman';
	font-weight: bold;
	letter-spacing: -1px;
	color: #25272c;
}

.footer .block {
	width: 20%;
	float: left;
	padding-right: 20px;
	margin-bottom: 0px;
}

	.footer .block ul li a, .footer .block p {
		color: #25272c;
	}
	
	.footer .block .social-links {
		
	}
	
	.footer .block .social-links li {
		float: left;
		clear: none;
		font-size: 20px;
	}
	
		.footer .block .social-links li a {
			color: #d61101;
		}
	
	.contact-details li {
		padding-left: 20px;
		line-height: 19px;
	}
	
		.contact-details li a {
			color: #25272c;
		}
		
	.half.contact .social-links {
		font-size: 20px;
	}
	
		.half.contact .social-links li {
			float: left;
		}
		
	.location p {
		margin-bottom: 0px;
	}
	
	.location {
		background-image: url('../images/location.png');
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	.tel {
		background-image: url('../images/tel.png');
		background-position: left center;
		background-repeat: no-repeat;
	}
	
	.mail {
		background-image: url('../images/mail.png');
		background-position: left center;
		background-repeat: no-repeat;
	}

.footer .bottom {
	border-top: 1px solid #ddd;
	float: left;
	width: 100%;
	
}

.footer .bottom ul {
	margin-bottom: 0px;
}

.footer .bottom ul li {
	margin-right: 15px;
	float: left;
}

.footer .bottom ul li a {
	line-height: 40px;
	display: block;
}

.footer .input-box {
	float: left;
	width: 100%;
}

.footer .input-box input {
	float: left;
	height: 34px;
	margin-bottom: 0px;
	width: 100%;
}

.footer .actions {
	float: left;
	margin-top: 10px;
	padding: 0px;
	width: 100%;
}

.footer .actions button {
	width: 100%;
}

.footer .block-subscribe {
	float: left;
	width: 20%;
}

	.footer .openingstijden span {
		float: right;
		padding-right: 10px;
	}
	
	.footer .contact-details li.about {
		padding-left: 0px;
		color: #d61101;
	}
	
		.footer .contact-details li.about a {
			color: #d61101;
		}

.footer .block-title {
	margin-bottom: 10px;
}

.footer .block-title h4 {
	color: #333333;
	font-family: "Proxima Nova Bold";
	font-size: 14px;
	font-weight: normal;
}

.footer .block ul {
	margin-bottom: 0px;
	float: left;
}

.footer .block ul li {
	float: left;
	clear: left;
}

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


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

strong {
	font-weight: normal;
	font-family: 'Proxima Nova Bold';
}

.merken li {
	width: 33.33%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.over-image {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: 10px;
	margin-bottom: 30px;
}

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

div.onestepcheckout-threecolumns div.onestepcheckout-column-left, div.onestepcheckout-threecolumns div.onestepcheckout-column-middle, div.onestepcheckout-threecolumns div.onestepcheckout-column-right {
	width: 33.33%!important;
	margin-right: 0px!important;
}

div.onestepcheckout-threecolumns div.onestepcheckout-column-right {
	padding-left: 15px!important;
}

div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
	padding-right: 0px!important;
	margin-right: 0px!important;
	padding-left: 15px;
}

p.onestepcheckout-numbers {
	margin-bottom: 0px;
}

.group-select li {
	padding: 0px!important;
}

div.checkoutcontainer div.input-different-shipping {
	margin-top: 0px!important;
}

#onestepcheckout-form input[type="file"], #onestepcheckout-form input[type="checkbox"], #onestepcheckout-form input[type="radio"] {
	margin: 0px 0px 1px 1px;
	float: left;
	margin-right: 10px;
	clear: left;
}

div.checkoutcontainer div.input-address-short, div.checkoutcontainer div.input-firstname, div.checkoutcontainer div.input-lastname, div.checkoutcontainer div.input-email, div.checkoutcontainer div.input-telephone, div.checkoutcontainer div.input-company, div.checkoutcontainer div.input-fax, div.checkoutcontainer div.input-password, div.checkoutcontainer div.input-postcode, div.checkoutcontainer div.input-region {
	width: 50%!important;
	padding-right: 20px;
}

div.checkoutcontainer div.input-address, div.checkoutcontainer div.input-city, div.checkoutcontainer li.taxvat div.input-box, div.checkoutcontainer div.input-country {
	padding-right: 20px;
}

div.checkoutcontainer div.input-address-short .input-text, div.checkoutcontainer div.input-firstname .input-text, div.checkoutcontainer div.input-lastname .input-text, div.checkoutcontainer div.input-email .input-text, div.checkoutcontainer div.input-telephone .input-text, div.checkoutcontainer div.input-company .input-text, div.checkoutcontainer div.input-fax .input-text, div.checkoutcontainer div.input-password .input-text, div.checkoutcontainer div.input-address .input-text, div.checkoutcontainer div.input-city .input-text, div.checkoutcontainer div.input-country select, div.checkoutcontainer div.input-postcode .input-text, .onestepcheckout-index-index div.checkoutcontainer div.input-region select {
	width: 100%!important;
}

#billing_address_list br, #shipping_address_list br {
	display: none!important;
}

/* COUNTDOWN */

.countdown-holder {
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
}

.countdown-holder header {
    padding-bottom: 15px;
}

.countdown, .countdown-exp {
    display: table;
    text-align: left;
    width: 100%;
    table-layout: fixed;
}

.countdown span {
    font-family: "Proxima Nova Bold";
    font-size: 36px;
    line-height: 36px;
    text-shadow: 0px -2px 0px #cecece;

}

.countdown span, .countdown-exp span {
    display: table-cell;
    width: 25%;
}

.products-grid .product-image .countdown-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
    text-align: center;
	border:solid 1px ;
}

.products-grid .product-image .countdown-holder header {
    padding-bottom: 5px;
    margin-bottom: 0;
    border: none;
}

.products-grid .product-image .countdown-holder header h3 {
    font-size: 14px;
    line-height: 14px;
}

.products-grid .product-image .countdown-holder .countdown span {
    font-size: 18px;
    line-height: 18px;
    color: black;
}

.products-grid .product-image .countdown-holder .countdown, .products-grid .product-image .countdown-holder .countdown-exp {
    text-align: center;
}

.products-grid .product-image .countdown-holder .countdown-exp span {
    font-size: 12px;
}

a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

.searchautocomplete .searchautocomplete-placeholder ul li .price-box p
{
	margin:0 !important;
}
.uppercase
{
	text-transform: uppercase;
}

.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}


.search-autocomplete .old-price {
    display: none !important;
}