html * {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}
html {
    background: url(../images/pattern-div3.png) repeat;
}
.share-button-block {
    text-align: center !important;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block;
}
.share-links {
    width: 100%;
}
.share-links ul {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    margin-left: unset !important;
}
.share-links li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
[class*="awesome-icon-"] {
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 175%;
    padding: 13px;
}
.awesome-icon-facebook-f::before, .awesome-icon-facebook::before {
    content: "\f09a";
}
.awesome-icon-twitter::before {
    content: "\f099";
}
.awesome-icon-google-plus::before {
    content: "\f0d5";
}
.awesome-icon-pinterest::before {
    content: "\f0d2";
}
.awesome-icon-tumblr-square::before {
    content: "\f174";
}
.awesome-icon-facebook:hover, .awesome-icon-facebook:active {
    color: #395498;
}
.awesome-icon-twitter:hover, .awesome-icon-twitter:active {
    color: #2ca5da;
}
.awesome-icon-google-plus:hover, .awesome-icon-google-plus:active {
    color:#e02828;
}
.awesome-icon-pinterest:hover, .awesome-icon-pinterest:active {
    color: #b7081b;
}
.awesome-icon-tumblr-square:hover, .awesome-icon-tumblr-square:active {
    color: #304e6a;
}
.lumi-sites {
    display: block;
    width: 100%;
    max-width: 80em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 90px;
    line-height: 35px;
}
.lumi-link {
    width: 50%;
    text-align: center;
    vertical-align: text-bottom;
    font-size: 90%;
    font-weight: 600;
}
.lumi-link span {
    margin-right: 5px;
    margin-left: 5px;
}
.lumi-link-main {
    float: left;
}
.lumi-link-enami {
    float: right;
}
.main-span:before {
    /*content: url(../images/lumi-logo_70px.png);*/
    /*max-width:30px;*/
}
.enami-span:before {
    /*content: url(../images/enami-icon.png);*/
}
#sidebar_left {
    margin-top: 45px;
}
/* Accordian Policies page */
#accordian-outer {
	float: none;
	width: 100%;
	-webkit-box-shadow: 0 0 9px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 9px rgba(0,0,0,0.1);
	box-shadow: 0 0 9px rgba(0,0,0,0.1);
}
#accordion {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	width: 100%;
	text-align: center;
	border: none;
	font-size: 90%
}
#accordion h5 {
	border-bottom: 1px solid rgba(220, 220, 220, 0.95);
	color: #414141;
	display: block;
	font-variant: small-caps;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 11px;
	padding-bottom: 3px;
	padding-right: 5px;
}
#accordion p {
	font-weight: 300;
	margin-bottom: 11px;
	margin-top: 7px;
}
#accordion ul {
	list-style: none;
	margin: 0px;
	padding: 3px 0 0;
}
.accordion {
	display: none;
}
.accordion:target {
	display: block;
}
#accordion ul li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	font-size: 120%;
}
#accordion ol {
	margin-left: .25rem;
	margin-bottom: 1.3rem;
	list-style: none;
}
.accordion {
	padding: 15px 25px;
}
#accordion ul {

}
#accordion li {
	text-align: left;
	line-height: 1.75;
}
#accordion ul li a {
	background: #F9F9F9;
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #EAEAEA;
	color: rgb(176, 17, 33);
}
#one.accordion li:before, #two.accordion li:before, #three.accordion li:before, #four.accordion li:before {
	content: "> ";
	margin-left: -15px;
	margin-right: 1px;
}
#one.accordion li, #two.accordion li, #three.accordion li, #four.accordion li {
	margin-left: 25px;
	margin-bottom: 11px;
}
.accordion {
	background: #fdfdfd;
	color: #222222;
}
.accordion:target {
	border-bottom: 1px solid rgba(255, 100, 44, 0.3);
	border-top: 1px solid rgba(255, 100, 44, 0.3);
}
.accordian-credits {
	color: #a3a3a3;
	font-size: 80%;
	margin-top: 15px;
	line-height: 1.1;
	display: block;
}
.accordian-credits a {
	color: #a3a3a3;
	font-size: 100%;
	margin-left: 3px;
	margin-right: 3px;
}
.notations {
	color: #787878;
	font-size: 95%;
	margin: 0.3rem;	
	border-left: 2px solid #f09672;
padding-left: 7px;
}
#one.accordion, #two.accordion, #three.accordion, #four.accordion {
	text-align: justify;
}
#one, #two, #three, #four {
}
#accordion ul li a:after {
  font-family: 'FontAwesome';
  content: "\f054";
  margin-left: 15px;
  font-size: 17px;
}
.inner-ul {
	padding-left: 15px !important;
}
/*--- end accordian ---*/

#product_info {
    padding-top: 21px;
    padding-bottom: 17px;
    color: #555555;
    text-align: justify;
}
#product_info p {
    font-size: 15px;
    margin-left: 11px;
    margin-right: 11px;
}
#product_info ul {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 9px;
    padding-right: 9px;
}
#product_info li {
    font-size: 0.85rem;
}
#product_spec table {
    background: transparent !important;
}
.f-dropdown {
    margin-top: 3px !important;
    border: solid 1px #f3f3f3 !important;
    -webkit-box-shadow: 0px 5px 9px 0px rgba(41, 41, 41, 0.85);
    -moz-box-shadow: 0px 5px 9px 0px rgba(41, 41, 41, 0.85);
    box-shadow: 0px 5px 9px 0px rgba(41, 41, 41, 0.85);
}
.f-dropdown li a {
    color: #d0d0d0 !important;
}
.f-dropdown li a:hover {
    color: #ffffff !important;
}
address {
	font-style: normal;
}
.terms-conditions-div, .terms-conditions-div p {
    font-size: 14px;
}
.terms-conditions-div h4 {
    font-size: 17px;
    margin-top: 17px;
}
.button.g-recaptcha {
    margin-top: 21px;
}
.button.secondary.right {
    margin-top: 21px;
}
.site-copyright p {
  font-size: .75rem;
}
.main-logo img {
	margin-top: 25px;
}
#gallery-outer-div {
    width: 100%;
    
}
#gallery-div h3 {
    text-align: left;
}
#ptp {
    text-align: left;
}
#gallery-outer-div .small-7.medium-5.columns.thinpad-left {
    max-width: 240px;
    float: left;
}
#gallery-outer-div {
    height: auto;
    -webkit-transition: max-height 2.5s ease-in-out;
	-moz-transition: max-height 2.5s ease-in-out;
	transition: max-height 2.5s ease-in-out;
    max-height:1000px;
}
#gallery-div {
    /*width: calc(100% - 380px);*/
    /*display: inline-block;*/
    /*float: left;*/
}
.buy-button-box {
    max-width: 200px;
}
#box-featured h3 {
  font-size: 1rem;
  text-transform: uppercase;
}
#box-featured.panel {
  text-align: center;
  -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 9px rgba(0,0,0,0.1);
  box-shadow: 0 0 9px rgba(0,0,0,0.1);
}
#box-featured a {
  margin-bottom: 15px;
}
#box-session a {
  background-color: #b01121;
  color: #eaeaea;
}
#box-currency span {
  background-color: #b01121;
  color: #eaeaea;
}
#basket-summary {
  background-color: #b01121;
  color: #eaeaea;
}
#box-documents, #box-newsletter, .element-social, .show-for-medium-up.site-copyright {
  margin: 11px;
}
.show-for-small-only.site-copyright {
    text-align: center;
}
.show-for-small-only.site-copyright p {
    font-size: .6rem !important;
}
#box-documents h3, .element-social h3, #box-newsletter h3 {
    font-size: 1.15rem;
}
#box-newsletter p {
    margin-left: 12px;
    font-size: 90%;
}
.search_form {
    margin-bottom: 11px;
}
.search_form a {
  background-color: #b01121;
  color: #eaeaea;
}
@media only screen and (min-width: 800px) {
#advanced_search_form .small-1.columns.text-center {
    padding: 5px;
    max-width: 22px;
}
#advanced_search_form .small-3.small-pull-4.columns {
    margin-top: 7px;
}
#advanced_search_form .small-3.small-pull-4.columns input {
    margin-left: -70px;
    vertical-align: text-top;
}
}
#product_sort {
  margin-top: -5px;
  margin-left: -5px;
  margin-bottom: 31px;
}
/* When products are in list view, center the price */
.row.product_list_view .small-3.columns h3 {
  text-align: center;
}
/* When products are in grid view, center the price and title */
.product_grid_view h3 {
  text-align: center;
  margin-top: 9px;
  font-size: 1.25rem;
}
.product_grid_view .text-center .th {
  margin-bottom: 9px;
}
.product_grid_view .text-center a {
  font-size: 30px;
}
.small-12.columns.cat-description {
  margin-bottom: 2rem;
}
.tabs {
    margin-right: 11px;
    margin-left: 11px;
}
.tabs-content {
    margin-right: 7px;
    margin-left: 7px;
    background-color: rgba(255,255,255,0.2);
    padding-left: 7px;
    padding-right: 7px;
}
.add_to_basket .tabs-content {
    border-top: 2px solid #ccc;
    margin-top: -2px;
}
.tabs dd {
  border-bottom: 2px solid #F3F3F3;
  line-height: 19px;
}
.tabs .active {
  border-left: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #d33;
}
.add_to_basket .tabs dd {
    border-radius: 0, 20px, 0, 0 !important;
    border-top: 1px solid #ccc;
    background: #ffffff;
}
.small-12.columns h1 {
  font-variant: small-caps;
  font-size: 25px;
}
#content_latest_products h2 {
  font-variant: small-caps;
  font-size: 27px;    
}
.panel.add_to_basket, .panel.add_to_basket h3 {
    text-align: center;
}
.panel.add_to_basket {
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 9px rgba(0,0,0,0.1);
    box-shadow: 0 0 9px rgba(0,0,0,0.1);
}
.panel.add_to_basket .text-center {
    margin-top: 15px;
}
.panel.add_to_basket a {
    margin-bottom: 9px;
}
.buy_button {
  font-weight: 400;
}
.buy_button.no-stock {
  font-weight: 400;
  color: #e02323;
}
.condition-guide li, .condition-guide h5 {
    font-size: 0.85rem;
}
.condition-guide h4 {
   font-size: 0.95rem; 
}
.condition-guide p {
   font-size: 15px; 
}
.condition-guide td {
    vertical-align: top;
}
.condition-guide .notations {
    font-size: 12px;
}
.returns-refunds-policy p, .returns-refunds-policy li {
    font-size: 0.95rem;
}
.returns-refunds-policy h3 {
    font-size: 1.1rem; 
}
a.open-clearing {
	display: block;
	overflow: hidden;
	margin: 3px;
}
.horizontal a.open-clearing #img-preview {
	max-width: 100%;
	max-height: 100%;
}
#img-preview {
    max-width: 100%;
	height: auto;
}
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}
.icon-x2 {
	width: 2em !important;
	height: 2em !important;
}
svg#getEstimateClose {
	width: 1.4375rem;
	height: 1.4375rem;
}
.pseudo-label {
	font-size: 0.875rem;
	color: #4D4D4D;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
}
.old_price {
	text-decoration: line-through;
}
.sale_price {
	color: red;
}
.tabs {
	border-bottom: 1px #EFEFEF solid;
}
/* Start Star Rating */
div.rating-cancel, div.star-rating {
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden;
}
div.rating-cancel, div.rating-cancel a {
	background: url(../images/delete.gif) no-repeat 0 -16px;
}
div.star-rating, div.star-rating a {
	background: url(../images/star.gif) no-repeat 0 0px;
}
div.rating-cancel a, div.star-rating a {
	display: block;
	width: 16px;
	height: 100%;
	background-position: 0 0px;
	border: 0;
}
div.star-rating-on a {
	background-position: 0 -32px!important;
}
div.star-rating-hover a {
	background-position: 0 -16px;
}
div.star-rating-readonly a {
	cursor: default!important;
}
div.star-rating {
	background: transparent!important;
	overflow: hidden!important;
}
/* End Star Rating */
.top-bar-section .left {
	background-color: #333;
}
footer {
	/*background-color: #0f0e0e;*/
	background-color: #0f0d0d;
	color: #565656;
	padding-top: 21px;
	padding-bottom: 31px;
	margin-top: 31px;
  -webkit-box-shadow: inset 0px 11px 11px 3px rgba(0,0,0,0.9);
  -moz-box-shadow: inset 0px 11px 11px 3px rgba(0,0,0,0.9);
  box-shadow: inset 0px 11px 11px 3px rgba(0,0,0,0.9);
}
footer h3 {
	color: #fff;
}
div.alert-box a {
	color: #fff;
	text-decoration: underline;
}
/* Start Mini Basket */
.basket-detail-container {
	position: fixed;
	z-index: 100;
	width: 250px;
	top: 27px;
	margin-left: -150px;
}
.small-basket-detail-container {
	position: fixed;
	z-index: 100;
	width: 90%;
	left: 5%;
	top: 40%;
	background-color: #397D02;
	border: none;
	color: #fff;
	font-weight: bold;
}
.mini-basket-title {
	background-color: #181717;
	color: #fff;
}
.basket-detail {
	background-color: #F2F2F2;
	border: 1px solid #8c8c8c;
	-webkit-box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.35);
}
.basket-detail .total {
	font-size: 1.2em;
	font-weight: 700;
}
.mini-basket-arrow {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000;
	margin-left: 229px;
}
#mini-basket .show-for-small-only .button, .small-12.columns .right.text-center.show-for-small .button {
    padding-left: 12px;
    padding-right: 12px;
}
#mini-basket .show-for-small-only .button {
    margin-left: 3px;
}
/* End Mini Basket */
.small-12.columns .search_form {
    margin-top: -5px;
}
.social-icons {
	font-size: 30px;
}
td .icon-trash-o {
	color: #333
}
input.quantity {
	width: 100%;
	text-align: center;
}
input.quantity.checkout {
	width: 50px;
}
input#coupon {
	border-right: none;
}
div#nav-actions {
	font-size: 0.8125rem;
}
/* Start Checkout Progress */
.row.checkout_wrapper {
    margin-top: 21px;
}
.checkout-progress-wrapper {
	background-color: #A0D3E8;
	color: #4F4F4F;
	margin-bottom: 10px !important;
}
.checkout-progress.previous {
	background-color: #008CBA;
}
.checkout-progress.current {
	background-color: #43AC6A;
}
.checkout-progress.next {
}
.checkout-progress a {
	color: #4F4F4F;
	text-decoration: none;
}
.checkout-progress.previous a, .checkout-progress.current a {
	color: #FFF;
	text-decoration: none;
}
/* End Checkout Progress */
ul.item_options {
	font-size: 0.75rem;
}
.skin_selector {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 100;
}
.skin_selector h4, .skin_selector h4 a {
	color: #fff;
}
#currency_menu,
#language_menu {
	position: absolute;
	z-index: 100;
	width: 200px;
	text-transform: capitalize;
	background-color: #5E5E5E;
	border: 1px solid #000;
	left: -50px;
	top: 30px;
	padding-bottom: 20px;
	padding-top: 15px;
}
#currency_menu h5,
#language_menu h5,
#currency_menu a,
#language_menu a {
	font-weight: bold;
	color: #fff;
}
#box-currency,
#box-language {
	margin-left: 60px;
}
#box-currency {
	margin-right: 32px;
}
#box-currency .button,
#box-language .button {
	padding-left: 0px;
	padding-right: 0px;
}
span.flag {
	display: inline-block;
	width: 16px;
	height: 11px;
	background: url(../images/sprite_flags.png) no-repeat
}
span.flag.flag-DE {
	background-position: 0 0
}
span.flag.flag-ES {
	background-position: 0 -11px
}
span.flag.flag-FR {
	background-position: 0 -22px
}
span.flag.flag-GB {
	background-position: 0 -33px
}
span.flag.flag-IL {
	background-position: 0 -44px
}
span.flag.flag-NL {
	background-position: 0 -55px
}
span.flag.flag-US {
	background-position: 0 -66px
}
span.flag.flag-TR {
	background-position: 0 -77px
}
span.flag.flag-DK {
	background-position: 0 -88px
}
span.flag.flag-PT {
	background-position: 0 -99px
}
.back-to-top {
	position: fixed;
	bottom: 4em;
	right: 0px;
	text-decoration: none;
	color: #000 !important;
	background-color: #EBEBEB;
	padding: 0.5em 1em;
	display: none;
	z-index: 100;
}
a.back-to-top, a.back-to-top:hover, a.back-to-top:active, a.back-to-top:visited {
	color: #000 !important;
}
.button.white {
	background-color: #fff;
	color: #666;
}
textarea#contact_enquiry {
	height: 150px;
}
@-webkit-keyframes spinner {
from {
	-webkit-transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spinner {
from {
	-moz-transform: rotate(0deg);
}
to {
	-moz-transform: rotate(360deg);
}
}
@-ms-keyframes spinner {
from {
	-ms-transform: rotate(0deg);
}
to {
	-ms-transform: rotate(360deg);
}
}
.icon-submit {
	font-size: 45px;
	-webkit-animation: spinner 1s infinite steps(8);
	animation: spinner 1s infinite steps(8)
}
#recaptcha_widget svg.icon {
	font-size: 30px;
	color: #B9B9B9;
	margin: 10px 15px 0 0;
}
form.add_to_basket input, form.add_to_basket button {
	margin: 0 !important;
}
button.small, .button.small {
	padding: 0 !important;
}
#getEstimateSmall {
	text-align: left;
	left: 0;
	width: 100%
}
#getEstimate,
#getEstimateSmall {
	position: absolute;
	z-index: 1000
}
#getEstimateClose {
	color: #aaa;
	cursor: pointer;
	cursor: hand;
}
form#newsletter_form_box .button {
	padding: 0 1rem;
}
span.button {
	cursor: not-allowed;
}
button.paypal-button:hover, button.paypal-button:focus, .button.paypal-button:hover, .button.paypal-button:focus {
	background-color: #fff !important;
}
svg.remove-coupon {
	color: #c60f13;
}
.grecaptcha-badge {
	z-index: 99999;
}
/* Small viewport only */
@media only screen and (max-width: 40em) {
.main-logo img {
	margin-top: 10px;
}
#colorbox.reveal-modal {
	min-height: 0vh !important;
	width: 100%;
}
.small-collapse {
	padding: 0;
	margin: 0;
}
.off-canvas-for-small {
	position: absolute;
	left: -3000px;
}
}
/* Medium viewport and above */
@media only screen and (min-width: 40.0625em) {
#mini-basket {
	min-width: 100px;
}
.vertical .clearing-thumbs {
	overflow: hidden;
	height: 350px;
}
.vertical .clearing-thumbs a.th:first-child {
	margin-top: 3px;
}
.vertical .clearing-thumbs li {
	padding: 0 0.625rem 0.625rem;
}
.scroller {
	height: 24px;
	display: none;
	cursor: pointer;
	text-align: center;
}
.scroller .icon {
	font-size: 24px;
}
#scrollUp .icon {
	display: none;
}
#checkout_register_form input[type="checkbox"] + label,
#checkout_register_form input[type="radio"] + label {
	max-width: 580px;
}
}
.horizontal a.open-clearing #img-preview {
	max-width: 100%;
	max-height: 100%;
}
#img-preview {
    background-color: #FFFFFF;
    height: unset !important;
    width: unset !important;
    max-width: 100%;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #cccccc !important;
    padding: 5px !important;
}
.condition-guide-table {
    border: none;
    border-collapse: collapse;
    width: auto;
    margin-right: 1.5em;
    background: transparent;
}
.condition-guide-table td, .condition-guide-table tr {
    vertical-align: text-top;
    background: transparent !important;
}
.condition-header {
    white-space: nowrap;
    min-width: 175px;
    vertical-align: text-bottom;
}
@media only screen and (max-width: 600px) { 
.main-logo img {
	margin-top: 0;
}
#gallery-outer-div .small-7.medium-5.columns.thinpad-left {
    margin-top: 60px;
}
.tabs {
    margin-top: 30px;
    float: none;
    clear: both;
}
.lumi-link {
    font-size: 80%;
    font-weight: 600;
    width: 100%;
}
.lumi-link a {
    color: #cccccc !important;
}
.lumi-link a:hover, .lumi-link a:active {
    color: #ffffff !important;
}
.lumi-link-main {
    float: none;
}
.lumi-link-enami {
    float: none;
}
}
@media only screen and (max-width: 400px) { 
.main-logo img {
	margin-top: 0;
}
.tabs-content {
    width: auto !important;
}
.condition-guide-table {
    border: none;
    border-collapse: collapse;
    width: 100%;
    margin-right: 0.5em;
}
.condition-header {
    white-space: unset;
    min-width: unset;
}
#img-preview {
    margin: 3px;
    max-width: 100% !important;
    height: auto !important;
}
}