:root,
:root body,
.boxy-content {
	background: #100f0f !important;
	overflow-x: hidden;
}

:root body {
	background: #100f0f !important;
	color: #cdcdcd !important;
}

* {
	outline: none;
	}

select {
	background: #181818;
	color: inherit;
}

#bd_main h1,
#bd_main h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2em;
	padding: 0 0 5px;
	text-transform: uppercase;
}

h2,
h3 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

#block_promotions_discounted hr,
#block_promotions_free hr{
    display: none;   
    }

h3 + hr {
	display: none;
}

a:link,
a:visited {
	color: #cdcdcd !important;
	}


/* Layout
-------------------------------------------------------------- */
.doc4 {
    background: #181818;
	max-width: 1230px;
	width: auto;
}

.hd_bx,
.bd_bx,
.ft_bx {
	background-color: #181818;
	padding: 0 1em;
}

#hd {
	padding: 0.5em 0!important;
	overflow: visible;
}

.bxd > #bd_main {
	padding-left: 0;
}

#bd_main {
	padding-bottom: 1em;
	position: relative;
}

#bd_main .txt {
	color: #cdcdcd;
	}

#bd_main > .bxd {
	min-height: 330px;
}

/* Forms
-------------------------------------------------------------- */
input.pass,
input.txt,
textarea {
	background: #181818;
	border: 1px solid #2f2e2e;
	border-radius: 2px;
	box-sizing: border-box;
	color: inherit;
	max-width: 100%;
	padding: 7px 5px;
	transition: border-color 0.2s;
}

input.pass:focus,
input.txt:focus,
textarea:focus {
	 background: #181818;
	border-color: #2f2e2e;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + label,
input[type="radio"] + label {
	line-height: 2;
	vertical-align: middle;
}

label + div.r,
label + input,
label + textarea,
a + .hint,
input + .hint,
textarea + .hint,
select + .hint,
.select_container + .hint {
	margin-top: 5px;
}

.hint + br {
	margin-top: -5px;
}

/* Navigation
-------------------------------------------------------------- */
#top_bar_inner {
	background: #fff;
	box-sizing: border-box;
	color: transparent;
	margin: 0 1em;
	padding: 5px 10px;
}

#top_bar_inner a,
#top_bar_inner span {
	font-size: 12px !important;
	color: #9b9999 !important;
	text-decoration: none !important;
	transition: color 0.5s;
}

#top_bar_inner a:hover {
	color: #9e9fa1 !important;
	text-decoration: none !important;
	}

.top_bar_wide {
	background: none;
	border: 0;
	height: auto;
	line-height: 20px;
}

.top_logo,
.top_search,
.top_search form {
	margin: 0;
}

.top_logo {
	max-width: 400px;
	}

#top_social_icons,
#top_social_icons div
{
	width: auto !important;
}

.top_search input,
.top_search button.btn_search {
	background: #fff;
	border: 1px solid #2f2e2e;
	border-right-width: 0;
	transition: background-color 0.2s, border-color 0.2s;
}

.top_search input {
	box-sizing: border-box;
	color: #cdcdcd !important;
	font-size: 13px;
	height: 39px;
	margin-right: -10px;
	text-indent: 10px;
}

.top_search button.btn_search:active {
	background-position: 50% 40%;
}

.top_search button.btn_search {
	background-position: 50% 50%;
	border-width: 1px 1px 1px 0;
	height: 39px;
	width: 39px;
}

.ac_loading {
	background: none !important;
}

.ac_results {
	margin-top: -1px;
}

.ac_results li {
	cursor: pointer;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 5px 10px;
}

.ac_results b {
	font-weight: normal;
	text-decoration: underline;
}

.ac_odd {
	background: #fff;
}

.ac_over {
	background: #f6f6f6;
	color: inherit;
}

#input_container {
	margin: 0 !important;
}

#store_checkout .fr.a_right br,
#top_social_icons span.mr_05,
#top_social_icons br,
.cart_table,
#logo > b,
#logo > i {
	display: none;
}

#top_nav {
	margin: 1em 0 2.5em;
	padding: 0 1em;
	width: 100%;
}

#top_nav::after {
	clear: both;
	content: "";
	display: table;
}

#top_nav ul {
	height: auto;
}

#top_nav ul li a {
	color: #9b9999;
	display: block;
	font-size: 15px;
	font-weight: 300;
	line-height: 16px;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
	transition: color 0.5s;
}

#top_nav ul li a:hover {
	color: #393838;
	}

#top_cart::before {
	content: "";
	height: 30px;
	left: 15px;
	padding: 3px 7px;
	position: absolute;
	width: 30px;
}

#top_cart .normal {
	display: block;
	line-height: 20px;
}

.homepage_image {
	margin-bottom: 2.5em;
	}

.homepage_image img,
.site-info .main_bx img {
	height: auto;
	max-width: 100%;
}

.prop_list {
	border-bottom-color: #2f2e2e;
	margin: 0;
	padding: 0.5em 0;
}

.prop_list .prop_name {
	font-weight: 600;
	padding: 0;
}

table.filter_list {
	border: 1px solid #2f2e2e;
	border-spacing: 0;
	margin-bottom: -0.5em;
	margin-top: 0.5em;
}

table.filter_list th {
	background-color: #f9f9f9;
	border-bottom: 1px solid #2f2e2e;
	color: inherit;
	font-size: 12px;
	font-weight: 600;
}

table.filter_list td {
	background: #fff;
}

table.filter_list a {
	font-size: 11px;
	text-decoration: none;
}

table.filter_list a:hover {
	text-decoration: underline;
}

.nav_container > form > .cfix {
	font-size: 100% !important;
	padding: 10px 0 !important;
}

.nav_container > form > .cfix > .f_left {
	font-size: 11px;
	line-height: inherit !important;
	text-transform: uppercase;
}

ul.nav li a,
ul.nav li b,
ul.nav li span {
	background-image: none;
	font-size: 11px;
	height: auto;
	line-height: inherit;
	margin: 0;
	text-transform: uppercase;
}

/* Boxes
-------------------------------------------------------------- */
.page_catalog > .f_right:first-child {
	visibility: hidden;
}

.page_catalog .prod_container {
	padding-top: 15px;
}

.png_bg[class*="new_badge_"] {
	left: -1px;
	top: -1px;
}

.prod_container .prod_box {
	box-sizing: border-box;
	margin: 0 .5em 2.5em .5em;
	text-align: left;
}

.prod_container .c1 {
	margin-left: 0;
}

.prod_cols_1 .c1,
.prod_cols_2 .c2,
.prod_cols_3 .c3,
.prod_cols_4 .c4 {
	margin-right: 0;
}

.prod_cols_1 .prod_inner {
	margin-top: 10px;
}

.prod_cols_1 .prod_box {
	width: 100%
}

.prod_cols_1 .prod_box .prod_image {
	position: static;
}

.prod_cols_2 .prod_box {
	width: calc((100% - 1em) / 2 - 1px);
}

.prod_cols_3 .prod_box {
	width: calc((100% - 2em) / 3 - 1px);
}

.prod_cols_4 .prod_box {
	width: calc((100% - 3em) / 4 - 1px);
}

.prod_box .prod_inner {
	clear: both;
	margin: 0 0 0.5em;
	overflow: hidden;
}

.prod_box .prod_inner a {
	text-decoration: none;
}

.prod_box .prod_inner a:hover {
	text-decoration: underline;
}

.prod_box .p_rel.all_off {
	position: static;
}

.prod_box .prod_body {
	padding: 0 1em;
	text-align: center;
}

.prod_box .prod_image {
	border: 2px dashed #2f2e2e;
	box-sizing: border-box;
	padding: 0.5em;
	margin-bottom: 1.5em;
	overflow: hidden;
}

.prod_box .prod_image a {
	margin: -5px auto 0 !important;
	}

.prod_box .img_container {
	border: 0;
	padding: 0;
}

.prod_box .prod_actions {
	margin: 0.5em 0 1em;
}

.prod_box .prod_cat {
	font-size: 12px;
	margin-top: 5px;
}

.prod_box .prod_price,
.prod_box [class^="price_"] {
	font-size: 16px;
	font-weight: normal;
}

.prod_price {
	color: #fff !important;
	font-weight: normal !important;
	}

.prod_box [class^="price_"] {
	color: #9e9e9e !important;
	font-size: 14px !important;
}

.prod_box .prod_price {
	margin-top: 1em;
	}

.prod_box .prod_actions {
	margin-top: 1em;
	}


/* Other styles
-------------------------------------------------------------- */
.page_buy {
	padding-top: 51px;
}

.page_buy .z5_f {
	max-width: 272px !important;
}

.site-buy table.version_table th {
	color: #000000;
	padding: 3px 5px;
}

#default_prod_img {
	margin: 0;
	padding: 0;
}

#btn_zoom {
	margin: 1em 0 0.5em;
	background: #767676 !important;
}

#btn_zoom:hover {
	margin: 1em 0 0.5em;
	background: #959494 !important;
}

#prod_images li {
	background: #fff;
	vertical-align: top;
}

#product_price_current .bold {
	font-weight: normal !important;
}

.txt_availability {
	margin-bottom: 0;
}

.page_buy h1.mbl_hide {
	left: 0;
	margin-bottom: 20px;
	overflow: hidden;
	position: absolute;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap;
	width: 100%;
}

.page_buy h3 {
	margin-bottom: 10px;
}

.cfix p:empty {
	display: none;
}

.mbl_chrumb {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 2px !important;
}

#product_details h3 {
	border: 0;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 8px 0 9px 0px;
	text-transform: uppercase;
}

#product_details {
	margin-bottom: 0 !important;
}

#product_details h3 + hr {
	margin-bottom: 10px !important;
}

#product_cart_form {
	margin-top: 1em;
}

#product_block_version {
	background: none;
	padding: 0;
}

#product_block_version .bullet_row {
	display: none;
}

#post_review {
	border-top: 1px solid #2f2e2e;
	padding-top: 10px;
}

.dispaly_lang_select,
.dispaly_lang_select ul {
	background-color: #181818;
	border-color: #2f2e2e;
	border-radius: 2px;
}

.dispaly_lang_select {
	background-repeat: no-repeat;
	background-position: right 5px center;
	border-color: #2f2e2e;
	color: inherit;
	height: 17px;
	padding: 2px;
	right: 5px;
	top: 5px;
	z-index: 4337;
}

.dispaly_lang_select > span {
	background: none;
	padding: 3px 15px 3px 3px !important;
}

.dispaly_lang_select ul {
	display: none !important;
	top: 21px;
}

.dispaly_lang_select:hover ul {
	display: block !important;
}

.dispaly_lang_select li {
	padding: 0;
}

.dispaly_lang_select ul li a {
	color: inherit;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}

.dispaly_lang_select ul li a:hover {
	color: #fff;
}

.i_curr {
	height: 11px;
	width: 16px;
}

#dispaly_lang_select ul li a {
	padding: 2px 10px 2px 30px;
}

#input_container a:link,
#input_container a:visited {
	color: #999;
	float: right;
	font-size: 10px;
	margin: 3px 0 -3px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.5s;
}

#input_container a:hover,
#input_container a:active {
	color: #ccc;
}

#page_peel {
	top: 30px!important;
}

#ft dl {
	border-right: none;
	box-sizing: border-box;
	margin: 1em 0 1.5em;
	min-height: 0;
	width: 25%;
}

.ft_bx {
	background: none;
}

.ft_dl [class^="icon_"] {
	width: 36px;
	height: 36px;
}
.ft_dl dt {
	color: #9e9fa1;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 8px 0 5px 0px;
	text-transform: uppercase
}

.ft_dl dd {
	margin: 0;
}

.ft_dl dd a:link,
.ft_dl dd a:visited {
	background: none;
	color: #cdcdcd !important;
	display: block;
	font-size: 13px;
	padding: 5px 0 5px 0px;
	text-decoration: none;
	transition: color 0.2s;
}

.ft_dl dd a:hover {
	color: #9e9fa1 !important;
}

.badges {
	border: 0 none;
	box-sizing: border-box;
	color: #fff;
	margin: 0;
	padding: 0 1em;
	position: relative;
	width: 100%;
	z-index: 1;
}

.badges::before {
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	position: absolute;
	right: 0;
	z-index: -1;
}

.badges a:link,
.badges .smaller a:visited {
	color: #ababad;
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	padding: 5px 0;
	text-decoration: none;
}

.badges .smaller a:hover {
	text-decoration: underline;
}

/* Version colors
-------------------------------------------------------------- */
a.tag:link,
a.tag:visited,
a.tag:hover,
a.tag:active {
	border: 1px solid #2f2e2e;
	color: inherit;
	padding: 4px 6px;
}

.top_logo a:link,
.top_logo a:visited {
	color: inherit;
	display: block;
	font-size: 24px;
	text-decoration: none;
}

.top_logo a:hover,
.top_logo a:active{
	text-decoration: underline;
}

.side_bx h2{
	color: #7f7f7f;
	font-size: 14px;
	font-weight: bold;
	margin: -10px 0 10px -12px;
	padding: 8px 0 5px 10px;
	text-transform: uppercase;
}

.left_bx .side_bx .bxd {
	color: inherit;
}

.left_bx .side_bx a:link,
.left_bx .side_bx a:visited {
	color: inherit;
	display: inline-block;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
}

.left_bx .side_bx a:hover,
.left_bx .side_bx a:active {
	text-decoration: underline;
}

.side_bx_deals .a_center {
	text-align: left !important;
}

.side_bx_deals .p_rel.all_off {
	padding: 0 !important;
}

#newsletter > br {
	display: none;
}

#newsletter > input {
	box-sizing: border-box;
	display: block;
	margin: 10px 0;
	width: 100% !important;
}

.bg_email {
	margin: -10px;
}

.rz4_f,
.rz5_f,
.rz4_m {
	clear: both;
	float: none;
	width: auto;
}

.rz4_r,
.rz5_r {
	margin-right: 0;
}

.hint:last-child {
	margin-bottom: 0;
}

dl.menu dd,
dl.menu dt,
.hint,
.i_hint,
.red_hint,
.rz4_f .small {
	font-size: 100%;
}

dl.menu dt a {
	color: #cdcdcd !important;
	font-size: 12px;
	font-weight: normal !important;
	padding-left: 0;
	transition: color 0.5s;
}

dl.menu dt a + span.cnt,
dl.menu dd a + span.cnt {
	color: #3a3939;
	font-size: 12px !important;
	}

dl.menu dd a {
	color: #9e9e9e !important;
	padding-left: 5px;
	transition: color 0.5s;
}

dl.menu dd {
	border-left: 1px solid #2f2e2e;
}

dl.menu dt,
dl.menu dd {
	background-position: 100% 50% !important;
	padding: 4px 0;
	transition: background 0.5s;
	}

dl.menu dt:hover,
dl.menu dd:hover {
	background-position: 99% 50% !important;
	}

dl.menu dt a:hover,
dl.menu dd a:hover {
	color: #fff !important;
	text-decoration: none !important;
	}

button span,
button.btn span,
button.btn_light span {
	background: none !important;
	border-radius: 2px;
	color: #100f0f !important;
	height: auto !important;
	padding: 0 !important;
	white-space: normal;
}

button,
button.btn {
	height: auto;
	margin: 0;
	padding: 0;
	transition: background-color 0.2s;
}

button.btn_light {
	height: auto !important;
}

	
#continue_shopping {
    background: #666 !important;
    }
    
#continue_shopping:hover {
    background: #767575 !important;
    }
    
button.btn_light span {
    background: #767575 !important;
    border-radius: 2px;
    }
    
button.btn_light:hover span {
    background: #666 !important;
    border-radius: 2px;
    }

span.select_replace,
span.select_replace span {
	color: inherit;
	font-family: sans-serif;
}

a.error_msg_close:active,
a.error_msg_close:hover {
	background-position: 0 0;
	opacity: 0.5;
}

#store_cart .gray.italic {
	font-style: normal;
	margin: 0 0 1em !important;
}

#site_store_products {
	margin-top: -10px;
	margin-bottom: 0 !important;
}

#site_store_products + div.f_left {
	font-size: 11px;
	float: none;
	margin-bottom: 1em;
	text-decoration: none;
	text-transform: uppercase;
}

#store_cart > .btn:first-child {
	position: absolute;
	right: 0;
	top: -1px;
}

#site_store_products .f_left {
	float: none;
}

#site_store_products .select_container {
	margin-right: 0;
}

table.prod_list th {
	border-bottom: 0;
	font-weight: normal;
}

table.prod_list tr td {
	border-bottom-color: #2f2e2e;
	color: #fff;
}

table.prod_list tr.cell_odd td {
	background: #292929;
	color: #fff;
}

table.prod_list .smaller > a {
	text-decoration: none;
}

.page_order h1 {
	display: inline-block;
}

#cart_items_preview {
	height: auto !important;
	max-height: calc(100vh - 9em) !important;
}

#cboxOverlay {
	background: #000;
	opacity: 0.6 !important;
}

#cboxThumbs ul li {
	float: none;
}

#cboxThumbs ul li:first-child a {
	margin-top: 0;
}

#cboxLoadedContent,
#cboxThumbs ul li a {
	border-color: #555 !important;
}

.site-login .underline_links,
.site-signup .underline_links {
	display: -webkit-flex;
	display: flex;
}

.site-login .underline_links > div:first-child,
.site-signup .underline_links > div:first-child {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 1rem;
}

.spaced-table {
	width: calc(100% + 30px) !important;
}

.site-contact .rz5_f {
	border-left: 1px solid #2f2e2e;
	clear: none;
	float: right;
	padding: 0.5em 0 0.5em 1em;
	width: 35%;
	word-break: break-all;
}

.site-contact h1 + p {
	margin-bottom: 1em;
}

#input_coupon {
	height: auto !important;
}

.prod_desc img {
	height: auto;
	max-width: 100%;
}

td.a_right.nowrap,
td.a_right.nowrap > p,
td.a_right[nowrap] > p {
	white-space: nowrap !important;
}

.side_bx_tag_clouds a {
	display: initial !important;
}

/*Personalzation 
-----------------------------------------------------*/
.small {
	font-size: 100% !important;
	}

.site_container {
	background: #100f0f;
	}

#top_bar .doc4 > div {
	background: #181818;
	margin: 0;
	}

#top_social_icons {
	float: right;
	text-align: right;
	}

#top_nav ul {
	background: #181818;
	margin: 0 -1em;
	}

#top_cart {
	margin-top: 2px;
	padding: 7px 15px 6px 45px !important;
	}

#top_cart::before {
	padding: 0 !important;
	top: 3px;
	}

#top_nav .is_right .d_table {
	display: none !important;
	}

#top_cart span.normal {
	color: #3a3939;
	display: inline-block !important;
	}
	
#hd .bxd {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 0.75em;
	}

#hd .bxd #logo {
	order: 1;
	}

#hd .bxd .top_search {
	box-sizing: border-box;
	-webkit-flex-basis: calc(100% - 405px);
	flex-basis: calc(100% - 405px);
	-webkit-order: 2;
	order: 2;
	}
	
#hd .bxd #top_nav {
	-webkit-order: 3;
	order: 3;
	}

.top_logo div {
	width: 100%;
	}

#top_store_search {
    box-sizing: border-box;
    padding-right: 1em;
    padding-left: 1em;
	width: 70% !important;
	}
	
.top_search input,
.top_search button.btn_search {
	background: #181818 !important;
	border: 0;
	}

.top_search form,
.top_search form div {
	width: 100% !important;
	}

.top_search #input_container {
	border: 1px solid #2f2e2e;
	width: 100%;
	}

.top_search input[type="text"] {
	width: calc(100% - 39px);
	}

.side_bx {
	margin-bottom: 1em;
	}

.z6_r {
	margin-left: 224px;
	}

.prod_container {
	padding-bottom: 2em;
	}

.nav_bar .f_left,
.nav_bar .f_left a {
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	}

.nav_bar .f_left a:hover {
	color: #000;
	}

.prod_title {
	font-size: 16px !important;
	font-weight: normal;
	margin-bottom: 1em;
	}

button.btn {
	font-size: 12px !important;
	}

.prod_box img {
	transition: all .2s ease-in-out;
	}

.prod_box:hover img {
	transform: scale(1.05); 
	}

#social_icons_box {
	text-align: center !important;
	}
	
#product_sku {
	color: #cdcdcd !important;
	font-size: 14px;
	font-weight: normal !important;
	}

#product_price_old {
	color: #888 !important;
	font-size: 12px;
	font-weight: normal !important;
	}

#product_price_current {
	font-size: 18px;
	font-weight: normal;
	}

#product_price_current .gray,
#product_price_current .grey {
	color: #878787;
	}

#product_price_current .bold,
#product_sku .bold,
#product_price_old .bold {
	font-weight: normal !important;
	}
	

#product_tax_shipping {
	color: #878787;
	padding: 0 0 2px 0 !important;
	text-transform: uppercase;
	}
	
#product_tax_shipping p {
	background: #181818;
	display: block;
	margin: 0;
	padding: 1em 0;
	}

#product_description,
#product_description p,
.page_info,
.page_info p {
	line-height: 20px;
	}
	
.page_info p + h2 {
	margin-top: 1em !important;
	}

span.select_replace {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAJklEQVR42mNigIKZM2f+h7EZ0QXS09MZGZEFSAdYtWO1CC6LLAEAehgTLxX9e/MAAAAASUVORK5CYII=) no-repeat #181818;
	background-position: 95% 11px;
	border-radius: 2px;
	border: 1px solid #2f2e2e !important;
	height: 28px;
	line-height: 28px;
	padding-right: 20px;
	}

span.select_replace span {
	background: #181818;
	height: 28px;
	padding: 0 0 0 5px;
	line-height: 28px; 
	}

#ft {
	background: #181818;
	border-top: 2px dashed #2f2e2e;
	}

.ft_wide .doc4 {
    border: 0;
    }

#ft .bxd .ft_dl{
	box-sizing: border-box;
	padding: 0 1em;
	}

form#store_cart button.mb_1 {
	display: none !important;
	}

#product_cart_form button.btn {
	height: 30px;
	}

#bg_side {
	padding-top: 2px;
	}

#bd_main {
	min-height: 500px;
	}

.dropdown-toggle,
.dropdown-toggle:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAJklEQVR42mNigIKZM2f+h7EZ0QXS09MZGZEFSAdYtWO1CC6LLAEAehgTLxX9e/MAAAAASUVORK5CYII=) right 5px center no-repeat #181818 !important;
	border: 1px solid #2f2e2e;
	box-shadow: none;
	color: #9e9fa1;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	line-height: 16px;
	margin-top: 0;
	padding-left: 3px;
	padding-right: 23px;
	text-transform: uppercase;
}

.dropdown-menu {
    background: #181818;
    border-color: #2f2e2e;
    }
    
.dropdown-header {
    background: #181818;
    color: #fff;
    }

.dropdown-item:hover {
    background: rgba(255,255,255,0.1) !important;
    }

[class*=promo_badge_][class$="2"],
[class*=promo_badge_][class$="3"] {
	right: 5px;
	top: 5px;
	}

.promo_cell .prod_title {
	width: 100%;
	}

table.free_promotion_box,
td.promo_cell {
	border: 0;
	}

.free_promotion_box .free_promo_cell {
    background: #1f1f1f;
	padding: 1em 1em 1em 3em;   
	}

table.free_promotion_box td,
table.free_promotion_box,
td.promo_cell {
    background: #1f1f1f;
	border: 0;
	}
	
.png_bg[class*="new_badge_"] {
	top: 0px;
	}

#default_prod_img {
	border: 0;
	}

#product_cart_form > form {
	background: #181818;
	border-top: 2px dashed #2f2e2e;
	padding: 1em 1em 0 0;
	}

.prod_main_box + br + h3 {
	border: 0;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 8px 0 5px 0px;
	text-transform: uppercase;
	}
	
#btn_zoom span::after {
	display: none;
	}
	
#btn_zoom span {
	padding-right: 10px !important;
	}
	
.site-login h1,
.site-signup h1 {
	color: #3a3939;
	}
	
.page_info h2 {
	background: none !important;
	margin: 0 !important;
	padding: 0 0 0.5em 0 !important;
	}

#product_cart_form {
	padding: 0;
	margin: 1em 0 0 0;
	}
	

.boxy-modal-blackout {
	background: #000;
	}

.boxy-wrapper .title-bar {
	background-color: #292929 !important;
	}
	
.boxy-wrapper .title-bar h2 {
	color: #fff !important;
}

.boxy-wrapper .title-bar .close_box,
.boxy-wrapper .title-bar .close_box a {
	color: #fff;
	}

.img_error {
	background-color: #fff;
	padding: 3px;
	border-radius: 50%;
	background-position: 49.8% 50%
	}

#cookie_policy_box {
	background: #181818;
	border-top: 2px dashed #2f2e2e;
	border-bottom: 2px dashed #2f2e2e;
}

.site-brands .page_brands > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.site-brands .page_brands > ul img {
	max-width: 100%;
}

#signup_checkout_block .checkout-list th,
#checkout_left_column tr.table-header td,
#checkout_left_column tr.table-header {
	background-color: #3a3a3a !important;
	color: #a6a5a5 !important;
	}

#signup_checkout_block .checkout-list td {
	background-color: #282828 !important;
	color: #ccc;
	}


#checkout_left_column .checkout-list td{
	background-color: #282828 !important;
	color: #ccc;
	}

#signup_checkout_block .gray-box {
	background-color: #2f2e2e !important;
	}

#signup_checkout_block td.red,
#signup_checkout_block td.red span.total_preview {
	color: #f80000;
	}

#signup_checkout_block span.error_block_clean {
	color: #f80000;
	padding: 0;
	}

.checkout-list tr:not(:last-child) td {
	border-bottom: 1px solid #181818; !important;
    }

	
ul.reviews_list li.review_admin_row {
	background: rgba(255,255,255,0.1);
}
	
.fb-comments {
	background: #fff !important;
	}

.message_error,
.message_success {
    background: transparent !important;
    border-width: 2px !important;
    box-sizing: border-box !important;
    font-size: 14px;
    font-weight: normal;
    padding: 0.75em !important;
    }


.message_error {
    border: 2px solid #dd3c10 !important;
    color: #dd3c10;
    }

.message_success {
    border-color: #66bd18;
    color: #66bd18;
    }

.prod-promotion {
		border: 2px dashed #2f2e2e;
		border-top: 0;
	}

.prod-promotions .prod-promotion .prod-list {
	justify-content: center !important;
	-webkit-justify-content: center !important;
}
	
.buy-prod-special-offers h2 {
	background: #2f2e2e;	
	border-bottom: 0 !important;
	color: #7f7f7f;
	font-size: 14px !important;
	margin: 1em 0 0 !important;
	padding: 0.75em 0 !important;
	text-align: center;
	text-transform: uppercase !important;
}
	
.prod-promotion .promo-title {
	border-bottom: 2px dashed #2f2e2e !important;
	color: #878787 !important;
	padding: 0.5em 0 !important;
	text-align: center !important;
}

.prod-promotion .prod-box {
	padding: 1em;
}

.prod-promotion .quantity_badge {
	color: #cdcdcd !important;
	left: 5px;
	top:42%;
	z-index: 9900;
}


.prod-promotion button.btn {
	border-radius: 3px;
	padding: 0.75em 1em;
}
	
.prod-promotion .prod_box .prod_image {
	border: 0 !important;
}
	
.prod-promotion hr {
	background: none !important;
	border-bottom: 2px dashed #2f2e2e !important;
}
	
#cookie_policy_box {
	    color: rgb(119, 119, 119) !important;
}
	
@media (max-width: 1450px) {
	
	#dispaly_currency_select {
		margin-right: 5px;
		right: 50%;
		top: 8px;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	#dispaly_lang_select {
		right: 50%;
		top: 8px;
		-ms-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	
	#top_bar_inner > .f_left,
	#top_bar_inner > .f_right {
		padding: 5px 0;
	}
	
}

@media (max-width: 1199px) {
	#top_social_icons {
		width: 33% !important;
		}
	
	#top_store_search {
		box-sizing: border-box;
		padding-right: 1em;
		width: 65% !important;
	}
	
	#top_store_search div.d_table,
	#top_store_search div.d_cell,
	#top_store_search div.d_inner {
		width: 100% !important;
		}
	}

@media (max-width: 975px) {
	
	.prod_container {
		display: -webkit-flex;
		-webkit-flex-flow: row wrap;
		display: flex;
		flex-flow: row wrap;
		margin: 0 -0.5em;
	}
	
	.prod_container .prod_box,
	.site-brands .page_brands li.prod_box {
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		margin: 0 0.5em 1em;
		width: calc((100% - 3em) / 3);
	}
	
	.prod_container .clear {
		display: none;
	}
	
}

@media (max-width: 800px) {
	
	.site-contact .rz5_f {
		border-bottom: 1px solid #2f2e2e;
		border-left: 0;
		clear: both;
		float: none;
		padding: 1em 0;
		width: 100%;
		word-break: break-all;
	}
	
	#colorbox, #cboxWrapper, #cboxLoadedContent {
		background: transparent;
		border: 0;
		height: 100vh !important;
		left: 0 !important;
		position: fixed;
		top: 0 !important;
		width: 100vw !important;
	}
	
	#cboxContent > div:not(#cboxLoadedContent):not(#cboxClose) {
		display: none !important;
	}
	
	#cboxClose {
		position: fixed;
		right: 10px;
		top: 10px;
		-ms-transform: scale(2);
		-webkit-transform: scale(2);
		transform: scale(2);
		-webkit-transform-origin: right top;
		transform-origin: right top;
	}
	
	#cboxPhoto {
		max-height: 100vh;
		max-width: 100%;
		position: relative;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	#table_left,
	#table_right {
		height: auto !important;
	}
	
	#table_left th,
	form > .prod_list th,
	.spaced-table th {
		font-size: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
	}
	
	#table_left td {
		padding-left: 5px;
	}
	
	#table_left td:nth-child(2),
	form > .prod_list td:nth-child(2) {
		word-break: break-all;
	}
	
	form > .prod_list td:first-child {
		width: auto !important;
	}
	
	form > .prod_list td:first-child img {
		max-width: 50px !important;
	}
	
	.spaced-table {
		border-spacing: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	
	.spaced-table > tbody > tr > td {
		display: block;
		margin-bottom: 1em;
		width: 100% !important;
	}
	
	.spaced-table > tbody > tr > td:last-child {
		margin-bottom: 0;
	}
	
	.steps {
		float: none;
	}
	
	.page_order h1 {
		display: block;
	}
	
	.boxy-wrapper {
		left: -5px !important;
		top: -5px !important;
		width: calc(100% + 10px);
	}
	
	.boxy-content {
		box-sizing: border-box;
		height: 100vh;
		width: 100% !important;
	}
	
	#top_bar_inner,
	#hd > .bxd {
		display: -webkit-flex;
		-webkit-flex-flow: row wrap;
		display: flex;
		flex-flow: row wrap;
	}
	
	#top_bar_inner > *:nth-child(2),
	#hd > .bxd > *:nth-child(2) {
		-webkit-flex: 1 1 0;
		flex: 1 1 0;
		-webkit-order: -1;
		order: -1;
	}
	
	#top_bar_inner.margin-right {
	    padding-top: 2em;
	    }

	.prod_container .prod_box,
	.site-brands .page_brands li.prod_box {
		width: calc((100% - 2em) / 2);
	}
	
	#site_store_products {
		display: block;
		float: none;
		padding-bottom: 1em;
	}
	
	.page_buy .z5_f {
		min-width: 100% !important;
		text-align: center;
	}
	
	.page_buy .z5_m {
		float: none;
		margin-left: -22em;
		width: auto;
	}
	
	.top_logo,
	.top_logo div {
	    max-width: 100%;
	    text-align: center;
	    width: 100%;
	    }
	    
	#hd > .bxd {
	    -webkit-flex-flow: row wrap;
	    flex-flow: row wrap;
	    }

	#hd > .bxd > div {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		}

	.top_search {
		-webkit-flex-basis: 100% !important;
		flex-basis: 100% !important;
		width: 100% !important;
		}
		
	#top_store_search {
		width: 65% ;
		}
		
	#top_social_icons{
		width: 34% !important;
		}
	
	#top_bar_inner.margin-right {
		margin-top: 2em;
		}
	
	#dispaly_lang_select {
		right: 53.5% !important;
		top: 5px !important;
		}
		
	#dispaly_currency_select {
		right: 41.5% !important;
		top: 5px !important;
		}
}

@media (max-width: 600px) {
	
	.totop::before {
		border-color: transparent transparent #cdcdcd;
		border-style: solid;
		border-width: 10px;
		content: "";
		display: block;
		height: 0;
		margin: 0 auto;
		width: 0;
	}
	
	.totop::after {
		color: #cdcdcd;
		content: "top of page";
		display: block;
		font-size: 11px;
		padding: 10px 0 5px;
		text-transform: uppercase;
	}
	
	.totop {
		background: #181818;
		display: block;
		margin: 0 -1em;
		padding-bottom: 5px;
		text-align: center;
		text-decoration: none;
	}
	
	.dispaly_lang_select + .dispaly_lang_select {
		top: 35px !important;
		z-index: 4336;
	}
	
	.dispaly_lang_select {
		margin-right: 0 !important;
		right: 13px !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
	}
	
	#top_bar_inner > .f_left {
		-webkit-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	
	#top_bar_inner.margin-right > .f_left,
	#top_bar_inner.margin-right > .f_right {
		margin-right: 35px !important;
	}
	
	#top_store_search {
		width: 100% !important;
		}
	
	#top_social_icons {
		display: none;
	}
	
	.site-login .underline_links,
	.site-signup .underline_links {
		display: block;
	}
	
	.page_buy .prod_details h1 {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	
	#bd_main > .bxd {
		min-height: 0 !important;
	}
	
	#bg_side {
		clear: both;
		width: 100%;
	}
	
	.bd_wide .z6_r {
		margin-left: 0;
	}
	
	#ft dl {
		width: 50%;
	}
	
	#ft dl:nth-of-type(3) {
		clear: left;
	}
	
	table.prod_list td,
	table.prod_list th {
		white-space: normal!important;
	}
	
	.prod_box {
		border: 0 !important;
		}
		
	.z5_r {
		margin-left: 22em !important;
	}
	
	#cboxClose	{
		-ms-transform: scale(1);
		-webkit-transform: scale(1); 
		transform: scale(1); 
		-webkit-transform-origin: right top;
		transform-origin: right top;
	}
	
	
	.prod-promotion .quantity_badge {
		background: rgba(24,24,24,0.95);
		left: 0;
		padding: 5px;
		top: 42% !important;
		transform: translateX(0) !important;
		z-index: 9900;
	}
	
	#cookie_policy_box {
		padding: 10px !important;
	}
	
	#cookie_policy_container {
		line-height: 1.15rem !important;
		padding: 0 0 10px 0;
		text-align: justify !important;
	}
	
	#cookie_policy_links {
		text-align: center !important;
	}
	
	#cookie_policy_box > div > div {
		clear: both;
		float: none;
		width: 100%;
	}
}

@media (max-width: 525px) {
	
	.top_logo {
		max-width: 100% !important;
		text-align: center;
		}
	
	#top_nav {
		margin-top: 1em;
		padding: 0;
		position: relative;
		width: 100vw;
	}
	
	#top_nav ul {
		max-height: 48px;
		margin: 0;
		overflow: hidden;
		padding: 0;
	}
	
	#top_nav > ul > i {
		float: left;
		font-style: normal;
	}
	
	#top_nav > ul > b::after,
	#top_nav > ul > i::after {
		box-sizing: border-box;
		color: #fff;
		content: "\2b";
		cursor: pointer;
		display: inline-block;
		font-family: serif;
		font-size: 27px;
		font-weight: bold;
		height: 48px;
		line-height: 48px;
		padding: 0 15px;
		position: relative;
	}
	
	#top_nav > ul > i::after {
		content: "\2261";
		font-size: 30px;
	}
	
	#top_nav > ul.expanded {
		max-height: 100000px;
		overflow: visible;
	}
	
	#top_nav > ul.expanded > b::after {
		content: "\2212";
	}
	
	#top_nav ul li,
	#top_nav ul li a {
		box-sizing: border-box;
		width: 100%;
	}

	#top_nav ul li {
	border-bottom: 1px solid #2f2e2e;
	}	
	
	#top_nav > ul.expanded li.first {
	border-top: 1px solid #2f2e2e;
	}
	
	#top_nav ul li.is_right {
	    border: 0;
		height: auto;
		position: absolute;
		right: 0;
		top: -5px;
		width: auto;
	}
	
	#top_nav ul li.is_right a {
		line-height: 40px;
		}
	
	#top_nav ul li.last {
		border: 0;
		}
	
	#top_cart::before {
		top: 15px;
		}
	
	.top_search,
	#top_store_search,
	#top_store_search div,
	#top_store_search > .d_table {
		height: 55px !important;
		width: 100% !important;
	}
	
	#input_container {
		border: 0 !important;
		position: relative;
	}
	
	#q {
		border-bottom: 1px solid #2f2e2e;
		box-sizing: border-box;
		height: 39px;
		padding-right: 40px;
		width: 100%;
	}
	
	#q + button {
		border-bottom: 1px solid #2f2e2e;
	}
	
	#input_container #btn_submit {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#logo {
		height: auto !important;
		padding: 1em 0;
	}
	
	#logo img {
		max-width: 100%;
	}
	
	#logo div {
		display: block;
		text-align: center;
		width: 100%;
	}
	
	#hd > .bxd > *:nth-child(2) {
		-webkit-flex-basis: auto;
		flex-basis: auto;
	}
}

@media (max-width: 375px) {
	
	#table_left td:first-child,
	form > .prod_list td:first-child {
		padding: 0;
		width: 0 !important;
	}
	
	#table_left td:first-child img,
	form > .prod_list td:first-child img {
		display: none;
	}
	
	.body_empty > button {
		margin-bottom: 5px;
		width: 100%;
	}
	
	.side_bx_deals .prod_image {
		text-align: center;
	}
	
	.prod_container .prod_box,
	.site-brands .page_brands li.prod_box {
		width: calc(100% - 1em);
	}
	
	.prod_container .btn_cart {
		width: 100%;
	}
	
	#ft dl {
		width: 100%;
	}
}

:root body,
a:link,
a:visited,
#store_cart .gray.italic {
	color: #9e9fa1;
}

.ft_wide,
button.btn_sec:hover,
.carousel .center-wrap {
	background: #100f0f;
}

button,
button.btn {
	background: #646464;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(255,255,255,0.1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(255,255,255,0.1);
	box-shadow: 0px 2px 0px 0px rgba(255,255,255,0.1);
	color: #181818;
	font-weight: bold;
	text-transform: uppercase;
}

button.btn span {
	border-radius: 2px;
	display: block;
	line-height: 30px;
	padding: 0 12px !important;
	transition: background 0.5s;
	}

#top_store_search button {
	box-shadow: none;
	}

ul.nav li b,
ul.nav a.navigation_on:hover,
ul.nav a.navigation_on:active {
	color: #fff;
}

.nav_container > form > .cfix {
	background: #181818;
	border-top: 2px dashed #2f2e2e;
}

button.btn_light {
	background: #5e5d5d !important;
	border: 0;
	border-radius: 3px 3px;
	color: #100f0f !important;
}

button.btn_light:hover {
	background: #6d6c6c !important;
}

.i_twitter,
.i_facebook {
	height: 32px;
	line-height: 32px;
	width: 32px;
}

.i_facebook:hover,
.i_twitter:hover {
	opacity: 0.75;
	}

.i_twitter:last-child,
.i_facebook:last-child {
	margin-right: 40px !important;
}


/*Tan
-----------------------------------------------*/
#bd_main h1,
#bd_main h2,
.side_bx h2,
#product_details h3,
.prod_main_box + br + h3 {
		border-bottom: 2px dashed #2f2e2e;
}

.badges {
	border-top: 2px dashed #2f2e2e;
}

#top_bar .doc4,
#top_nav,
#product_tax_shipping,
.ft_wide .doc4,
.nav_container {
	 border-bottom: 2px dashed #2f2e2e;
	}

.img_error {
	background-image:url(/css-themes/109404/img/other/img_error.png);
		}
	
#top_nav {
	border-top: 2px dashed #2f2e2e;
	}

#top_cart::before {
	background: url(/css-themes/109404/img/ico/i_cart.png) no-repeat 50% 50%;
}

.dispaly_lang_select {
	background-image: url(/css-themes/109404/img/bg/arrows.png);
}

.i_curr {
	background-image: url(/css-themes/109404/img/ico/i_curr.png);
}

.i_twitter {
	background-image: url(/css-themes/109404/img/ico/i_twitter.png);
	transition: opacity 0.5s;
}

.i_facebook {
	background-image: url(/css-themes/109404/img/ico/i_facebook.png);
	transition: opacity 0.5s;
}

.ft_dl .icon_1 {
	background: url(/css-themes/109404/img/ico/footer_icon1.png);
}

.ft_dl .icon_2 {
	background: url(/css-themes/109404/img/ico/footer_icon2.png);
}

.ft_dl .icon_3 {
	background: url(/css-themes/109404/img/ico/footer_icon3.png);
}

.ft_dl .icon_4 {
	background: url(/css-themes/109404/img/ico/footer_icon4.png);
}

dl.menu dt,
dl.menu dd {
	background: url(/css-themes/109404/img/ico/catarr.gif) no-repeat;
	}
	
#top_cart::before {
	background: url(/css-themes/109404/img/ico/whitecart.png) no-repeat 0 2px !important;
	}

.top_search button.btn_search {
	background: url(/css-themes/109404/img/ico/whitesearch.png) no-repeat 50% 50% #181818 !important;
	}
	
	
#bd_main h1,
#product_price_current .prod_price {
	color: #ceb799!important;
	}
	
.ft_dl dt,
#top_nav ul li a,
#top_cart span.normal,
.prod_title a,
span.cnt {
	color: #ceb799 !important;
	}
	
.prod_title a,
#top_nav > ul > b::after,
#top_nav > ul > i::after {
	color: #ceb799 !important;
	}

#top_nav ul li a#top_cart {
	color: #7f7f7f !important;
	}	

#top_cart span.normal {
	color: #ceb799 !important;
	}

#top_nav ul li a:hover,
#top_cart span.normal:hover { 
	color: #efb76f !important;
	}

.prod_box:hover .prod_title a {
	color: #efb76f !important;
	} 

button,
button.btn,
.prod_box button,
.prod_box button.btn,
.prod_box button,
.prod_box button.btn
.prod_box button span,
.prod_box button.btn span,
.btn_cart_main,
.btn_cart_main span,
form button,
form button.btn {
	background: #ceb799 !important;
	}
	
button:hover,
button.btn:hover,	
.prod_box button:hover,
.prod_box button.btn:hover,
.prod_box button:hover,
.prod_box button.btn:hover
.prod_box button span:hover,
.prod_box button.btn span:hover,
.btn_cart_main:hover,
.btn_cart_main span:hover,
form button:hover,
form button.btn:hover {
	background: #efb76f !important;
	}