:root,
:root body {
	overflow-x: hidden;
}

:root body {
	background: #fff;
}

html {
	background: #273130 !important;
}

select {
	background: none;
	color: inherit;
}

#bd_main h1,
#bd_main h2 {
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 1em;
	padding: 8px 0 9px;
	text-transform: uppercase;
}

.mbl_box h2 {
	border: 0 !important;
	font-size: 1em !important;
	margin-bottom: 0 !important;
	font-weight: bold !important;
}

.page_catalog h1 {
	margin-bottom: 15px !important;
}

#bd_main h2,
#bd_main h2 > b {
	font-weight: normal;
}

h2,
h3 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 + hr {
	background: #ddd;
	margin-bottom: 15px !important;
}

/* Layout
-------------------------------------------------------------- */
.doc4 {
	max-width: 1230px;
	width: auto;
}

.hd_bx,
.bd_bx,
.ft_bx {
	background-color: #fff;
	padding: 0 1em;
}

#hd {
	overflow: visible;
}

.bxd > #bd_main {
	padding-left: 0;
}

#bd_main {
	padding-bottom: 1em;
	position: relative;
}

#bd_main > .bxd {
	min-height: 330px;
}

.z6_f {
	width: 24%;
}

.z6_m {
	margin-left: 0;
	width: 74%;
}

.z6_r {
	margin-left: 0;
}

.site-login #bd_main {
	padding-left: 2em;
}

.site-login .mbl_box {
	box-sizing: border-box;
	float: left;
	min-height: 385px;
	padding: 15px;
	width: 49%;
}

.site-login .mbl_box:last-child {
	float: right;
}

.site-login .mbl_box h2 {
	border-bottom: 1px solid #ddd !important;
	font-size: 16px !important;
	font-weight: normal !important;
	margin: 0 0 1em !important;
	padding: 8px 0 9px;
	text-transform: uppercase;
}

.site-login .mbl_box a { 
	background: #ddd;
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 10px;
	text-decoration: none !important;
}

.site-login .mbl_box a:hover {
	background: #34413f;
	color: #fff;
}

.site-login .mbl_box a[class*="_link"] {
	border: 0;
	padding: 0;
	}

.site-map .yui-u {
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	min-height: 360px;
	padding: 15px;
}

.site-info .main_bx h1:first-child,
.site-rss .main_bx h1:first-child,
.site-contact .main_bx h1:first-child,
.site-signup .main_bx h1:first-child,
.site-login .main_bx h1:first-child,
.site-forgot .main_bx h1:first-child {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px !important;
	padding-bottom: 5px;
}

.site-login .underline_links,
.site-signup .underline_links {
	display: -webkit-flex;
	display: flex;
}

.site-signup .underline_links h2 {
	border-bottom: 1px solid #ddd !important;
	margin-bottom: 10px !important;
}

.site-login .underline_links > div:first-child,
.site-signup .underline_links > div:first-child {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 2rem;
}

.site-contact .rz5_f,
.site-contact .rz5_m {
	margin-top: 2em;
}

.site-contact .rz5_f {
	border-left: 2px solid #ddd;
	clear: none;
	float: right;
	padding: 0 0 0 1em;
	width: 40%;
	word-break: break-all;
}

.site-contact .rz5_f p.bold:first-child,
#site_contact li.fr:first-child label {
	color: #757b7e;
	font-size: 16px;
	font-weight: normal;
}

.site-contact h1 + p {
	margin-bottom: 1em;
}

/* Forms
-------------------------------------------------------------- */
input.pass,
input.txt,
textarea {
	border: 1px solid #ddd;
	color: inherit;
	max-width: 100%;
	padding: 5px 5px 4px;
	transition: border-color 0.2s;
}

input.pass:focus,
input.txt:focus,
textarea:focus {
	background-color: #f9f9f9;
	border-color: #ddd;
}

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;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	color: #ddd;
	margin: 0 1em;
	padding: 5px 0;
}

#top_bar_inner a,
#top_bar_inner span {
	font-size: 13px !important;
}

.top_bar_wide {
	background: none;
	border: 0;
	height: auto;
	line-height: 20px;
	margin-bottom: 1em;
	margin-top: 3px;
}

.top_logo,
.top_search,
.top_search form {
	margin: 0;
}

.top_search,
#top_social_icons,
#top_social_icons div,
#top_store_search,
#top_store_search > .d_table {
	width: auto !important;
}

#top_store_search {
	box-sizing: border-box;
	padding-top: 7px;
}

.top_search input,
.top_search button.btn_search {
	background: #fff;
	border: 1px solid #ddd;
	border-right-width: 0;
	transition: background-color 0.2s, border-color 0.2s;
}

.top_search input:focus,
.top_search input:focus + button.btn_search {
	background-color: #f9f9f9 !important;
}

.top_search input {
	font-size: 13px;
	margin-right: -10px;
	padding: 10px;
	width: 186px;
}

.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;
}


.top_search #input_container a {
	color: #757b7e !important;
	float: none !important;
	font-size: 11px;
	line-height: 20px;
	margin: 0 !important;
	text-transform: uppercase;
}

.top_search #input_container a:hover {
	text-decoration: underline;
}

.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: 0 -1em 2em;
	padding: 0 1em;
	width: 100%;
}

#top_nav::after {
	clear: both;
	content: "";
	display: table;
}

#top_nav ul {
	height: auto;
}

#top_nav ul li a {
	color: #34413f;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 16px;
	padding: 16px 15px;
	position: relative;
	text-decoration: none;
	transition: background-color 0.2s;
}

#top_cart::before {
	content: "";
	height: 30px;
	left: 15px;
	padding: 3px 7px;
	position: absolute;
	width: 30px;
}

#top_cart {
	padding: 6px 15px 6px 60px !important
}

#top_cart .normal {
	display: block;
	font-size: 12px;
	line-height: 20px;
}

.homepage_image img,
.site-info .main_bx img {
	height: auto;
	max-width: 100%;
}

.prop_list {
	border-bottom-color: #ddd;
	margin: 0;
	padding: 0.5em 0;
}

.prop_list .prop_name {
	font-weight: 600;
	padding: 0;
}

table.filter_list {
	border: 1px solid #ddd;
	border-spacing: 0;
	margin-bottom: -0.5em;
	margin-top: 0.5em;
}

table.filter_list th {
	background-color: #f9f9f9;
	border-bottom: 1px solid #ddd;
	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;
	margin-top: 2px;
	padding: 10px 0 !important;
}

.nav_container > form > .cfix > .f_left {
	line-height: 40px !important;
}

ul.nav li a,
ul.nav li b,
ul.nav li span {
	background-image: none;
	height: auto;
	line-height: inherit;
	margin: 0;
}

/* Boxes
-------------------------------------------------------------- */
.page_catalog > .f_right:first-child {
	visibility: hidden;
}

.page_catalog .prod_container {
	padding-top: 1.5em;
}

.prod_container {
	padding: 1em 0 2em 0;
}

.png_bg[class*="new_badge_"] {
	left: -1px;
	top: -1px;
}

.prod_container .prod_box {
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding-bottom: 1em;
	margin: 0 1em 2em 1em;
	text-align: left;
	transition: box-shadow 0.5s;
}

.prod_container .prod_box:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.prod_container .prod_box:hover a {
	transition: text-decoration 0.3s;
}

.prod_container .prod_box:hover a {
	text-decoration: underline;
}

.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_2 .prod_box {
	width: calc((100% - 2em) / 2 - 1px);
}

.prod_cols_3 .prod_box {
	width: calc((100% - 4em) / 3 - 1px);
}

.prod_cols_4 .prod_box {
	width: calc((100% - 6em) / 4 - 1px);
}

.prod_box .prod_inner {
	clear: both;
	margin: 0 0 0.5em;
	overflow: hidden;
	text-align: center;
}

.prod_box .prod_inner a {
	text-decoration: none;
}

.prod_box .p_rel.all_off {
	position: static;
}

.prod_box .prod_body {
	padding: 0 1em;
}

.prod_box .prod_image {
	padding: 0.5em;
}

.prod_cols_1 .prod_box .prod_inner,
.prod_cols_1 .prod_box .prod_actions{
	box-sizing: border-box;
	padding-left: 2em;
	text-align: left;
}

.prod_box .img_container {
	border: 0;
	padding: 0;
}

.prod_box .prod_actions {
	margin: 0.5em 0 1em;
	text-align: center;
}

.prod_actions button.btn {
	font-size: 1em;
	font-weight: 300;
	padding: 10px 15px;
	text-transform: uppercase;
}

.prod_box .prod_cat {
	font-size: 12px;
	margin-top: 5px;
}

.prod_box .prod_price,
.prod_box [class^="price_"] {
	font-size: 1.25em;
	font-weight: 500;
	margin-right: 0 !important;
	margin-top: 5px;
}

.prod_box .price_old {
	font-size: 1em !important;
}

.prod_box .prod_cat {
	margin: 0 0 1em 0;
	font-size: 0.875em;
	font-weight: 400;
	font-style: normal;
}

.prod_box .prod_desc {
	font-size: 1em;
	margin-bottom: 1em;
}

.prod_box .prod_title {
	margin: 1em 0 0.3em 0;
}

.prod_box .prod_title a {
	font-size: 1.3em;
	font-weight: 300;
}

.prod_box .prod_title a:hover {
	color: #000;
}

[class*=promo_badge_][class$="2"],
[class*=promo_badge_][class$="3"] {
	font-size: 12px;
	font-weight: normal !important;
}

/* Typography
-------------------------------------------------------------- */
body,
select,
input,
button,
textarea {
	font-weight: 400;
}

.ft_dl dd a:link,
.ft_dl dd a:visited {
	font-size: 0.875em;
}

/* Static Page
-------------------------------------------------------------- */
.page_info {
	line-height: 20px;
}

/* Pagination
-------------------------------------------------------------- */
ul.nav li,
ul.nav li {
	 padding: 0 5px;
}

ul.nav .navigation_off span,
ul.nav .navigation_text b,
ul.nav a.navigation_on span {
	margin: 0;
	padding: 0;
}

ul.nav li > span,
ul.nav li > span,
ul.nav li > a:link {
	border: 1px solid #ddd;
	padding: 10px;
	display: block;
	text-align: center !important;
	font-size: 16px;
}

ul.nav li:first-child > span,
ul.nav li:last-child > span,
ul.nav li:first-child > a,
ul.nav li:last-child > a {
	border: none;
}

/* Other styles
-------------------------------------------------------------- */
.page_buy {
	padding-top: 51px;
}

.page_buy .z5_f {
	max-width: 49% !important;
	width: 49% !important;
}

.page_buy .prod_details {
	margin-left: 1em;
}

.page_buy .ui-listview {
	margin-top: 15px;
}

.z5_m {
	float: none;
	margin: 0;
}

.z5_r {
	margin-left: 0 !important; 
}

.pr_05 {
	padding: 0 !important;
}

#default_prod_img {
	border: none;
	display: block;
	margin: 0;
	max-width: 90%;
	padding: 0;
}

#btn_zoom {
	margin: 1em 0 0.5em;
}

#prod_images li {
	vertical-align: top;
}

#product_sku {
	font-size: 1.1em;
	font-weight: 400 !important;
}

#product_price {
	font-size: 1.8em;
	font-weight: 300;
}

#product_price_old{
	font-size: 18px;
}

#product_price .small {
	font-weight: 300;
	color: #888;
	font-size: 75%;
}

#product_price .prod_price {
	font-weight: 300;
}

#product_price_current .bold {
	font-weight: 300;
}

#product_price_old {
	margin-bottom: 0;
}

#product_sku .bold {
	font-weight: 400;
}

#txt_shop_shipping_prod_info {
	text-transform: uppercase;
}

.txt_availability {
	font-size: 1.125em;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: uppercase;
}

.page_buy h1.mbl_hide {
	font-size: 2em !important;
	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;
}

table.free_promotion_box td {
	border: 0 !important;
}

table.free_promotion_box,
td.promo_cell {
	background: #e9e9e9;
}

#social_icons_box,
#prod_details {
	text-align: center !important;
}

#product_details {
	margin-bottom: 0 !important;
}

#product_details h3 + hr {
	margin-bottom: 10px !important;
}

#product_cart_form {
	margin-top: 2em;
	margin-bottom: 2em;
}

#product_cart_form .btn_cart_main {
	/*display: block;*/
	font-size: 1.5em;
	font-weight: 300;
	margin-top: 0.5em;
	padding: 10px 30px;
	text-transform: uppercase;
}

#product_block_version {
	background: none;
	padding: 0;
}

#product_block_version .bullet_row {
	display: none;
}

#product_description {
	line-height: 1.5em;
}

#product_tags .bold {
	font-size: 1.1em;
	font-weight: 400;
}

#post_review {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.dispaly_lang_select,
.dispaly_lang_select ul {
	background-color: #f9f9f9;
	border-color: #ddd;
}

.dispaly_lang_select {
	background-repeat: no-repeat;
	background-position: right 5px center;
	border-color: #ddd;
	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 {
	text-transform: lowercase;
}

#input_container a:link,
#input_container a:visited {
	color: #ccc;
	float: right;
	font-size: 10px;
	margin: 1px 10px 0 0;
	text-decoration: none;
}

#input_container a:hover,
#input_container a:active {
	color: #999;
}

#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] {
	display: none; 
}

.ft_dl dt {
	border-bottom: 1px solid #4c5352;
	color: #757b7e !important;
	font-size: 1.250em !important;
	font-weight: normal;
	margin: 0.5em 1.5em 1em 0;
	padding: 0 0 0.5em 0;
	text-transform: uppercase;
}

.ft_dl dd {
	margin: 0;
}

.ft_dl dd a:link,
.ft_dl dd a:visited {
	background: none;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	font-size: 13px;
	padding: 5px 0 5px 0;
	text-decoration: none;
	transition: box-shadow 0.3s, color 0.3s;
}

.ft_dl dd a:hover {
	color: #fff;
}

.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 {
	border: 0 none;
	box-sizing: border-box;
	color: #ababad;
	margin: 0;
	padding: 0 0 1em 10px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.badges .smaller 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;
}

.dropdown-toggle,
.dropdown-toggle:hover {
	line-height:1px;
	
}

/* Version colors
-------------------------------------------------------------- */
a.tag:link,
a.tag:visited,
a.tag:hover,
a.tag:active {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	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;
}

dl.menu {
	margin: -10px;
}

dl.menu dt,
dl.menu dd {
	border-bottom: 1px solid #ddd;
	padding: 10px 20px 10px 15px;
	transition: background-color 0.5s;
}

dl.menu dt a {
	font-size: 1em !important;
}

dl.menu dd a {
	padding-left: 5px !important;
}

dl.menu .last {
	border-bottom: 0;
}

.side_bx_tag_clouds .info_box {
	padding: 5px;
}

.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 dt > a::after,
.side_bx dd > a::after {
	transition: background-position 0.5s;
}

.side_bx dt:hover > a::after,
.side_bx dd:hover > a::after {
	background-position: 96% 17px;
}

.side_bx {
	border: 1px solid #ddd;
	padding: 10px;
}

.side_bx h2 {
	background-color: #34413f;
	border-bottom: 1px solid #ddd;
	color: #fff;
	font-size: 1.25em;
	font-weight: 300;
	margin: -10px -10px 10px;
	padding: 11px 15px;
}

.side_bx_deals .a_center {
	text-align: left !important;
}

.side_bx_deals .p_rel.all_off {
	padding: 0 !important;
}

#newsletter {
	font-weight: 400;
	padding: 5px;
}

#newsletter > br {
	display: none;
}

#newsletter > input {
	box-sizing: border-box;
	display: block;
	margin: 15px 0;
	padding: 10px 0;
	text-indent: 10px;
	width: 100% !important;
}

#newsletter .btn {
	font-size: 1.25em;
	font-weight: 300;
	padding: 10px 15px;
	text-transform: uppercase;
}

.bg_email {
	margin: -10px;
}

.rz4_f,
.rz5_f {
	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 {
	font-size: 12px;
	padding-left: 0;
}

dl.menu dd a {
	padding-left: 10px;
}

button span,
button.btn span,
button.btn_light span {
	background: none !important;
	height: auto !important;
	padding: 0 !important;
	white-space: normal;
}

button,
button.btn {
	height: auto;
	margin: 0;
	padding: 5px 10px 4px;
	transition: background-color 0.2s;
}

button.btn_light {
	height: auto !important;
}

.page_catalog .btn_cart {
	padding: 4px 10px 5px;
}

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 {
	margin-top: 1em;
}

#store_cart .gray.italic {
	font-style: normal;
	margin: 0 0 1em !important;
}

#site_store_products {
	margin-bottom: 0 !important;
}

#site_store_products + div.f_left {
	float: none;
	margin-bottom: 1em;
}

#site_store_products .f_left {
	float: none;
}

#site_store_products .select_container {
	margin-right: 0;
	max-width: 200px;
}

table.prod_list th {
	border-bottom: 0;
	font-weight: normal;
}

table.prod_list tr td {
	border-bottom-color: #ddd;
}

table.prod_list tr.cell_odd td {
	background: #f9f9f9;
}

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;
}

#continue_shopping {
	background: #34413f;
}

#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-home #bd_main .underline_links a{
	background: #ddd;
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 10px;
	text-decoration: none !important;
	transition: background 0.2s;
}

.site-home #bd_main a:hover{
	background: #34413f;
	color: #fff;
}

.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;
}

.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%;
}

.prod-promotions .prod-promotion .prod-list {
	justify-content: center !important;
	-webkit-justify-content: center !important;
}

.prod-promotion .quantity_badge {
	color: #34413f !important;
	left: 15px;
	top: 42%;
	z-index: 9900;
}

.prod-promotion .promo-title {
	border-bottom: 1px solid #ebebeb !important;
	color: #34413f !important;
	padding: 0.5em 0 !important;
	text-align: center !important;
}

.buy-prod-special-offers h2 {
	background: #ddd;	
	border:0 !important;
	border-bottom: 0 !important;
	font-weight: normal !important;
	font-size: 1.25em !important;
	margin: 1em 0 0 !important;
	padding: 0.5em 0;
	text-align: center;
	text-transform: uppercase !important;
}

@media (max-width: 1450px) {
	
	#bd{
		padding: 0 1em;
	}
	
	#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: 975px) {
	
	.prod_container {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		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) {
	
	#product_cart_form .btn_cart_main {
		margin-left: auto;
		margin-right: auto;
	}
	
	.page_buy .prod_details {
		text-align: center;
	}
	
	body {
		background: #fff;
	}
	
	#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: 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;
	}
	
	.page_buy h1 {
		font-size: 1.5em !important;
	}
	
	.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;
		display: flex;
		-webkit-flex-flow: row wrap;
		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;
	}
	
	.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,
	#default_prod_img,
	#default_prod_img > a {
		min-width: 100% !important;
		text-align: center;
	}
	
	.page_buy .z5_m {
		width: auto;
	}
	
	.site-login .mbl_box {
		padding: 0;
	}
	
	#bd_main {
		padding-left: 0 !important;
	}
	
	#product_cart_form,
	#product_tax_shipping,
	#product_sku,
	#product_price {
		text-align: center;
	}
	
	.prod_cols_1 .prod_box .prod_mbody {
		clear: both;
		float: none;
		margin-left: -146px !important;
		width: 100%;
	}
	
	.prod_cols_1 .prod_box .prod_body{
		width: 93%;
	}
	
	.prod_cols_1 .prod_box .prod_inner,
	.prod_cols_1 .prod_box .prod_actions{
		padding-left: 0;
	}
	
	.site-login .underline_links,
	.site-signup .underline_links {
		display: block;
	}
	
	.site-login .underline_links > div,
	.site-signup .underline_links > div { 
		display: block;
		float: none;
		margin: 0 0 2em;
		width: 100%;
	}
	
	.page_cart h1{
		margin-bottom: 0 !important;
	}
	
	.site-map .yui-u {
		clear: both;
		float: none;
		margin: 0 0 1em;
		min-height: 0;
		width: 100%;
	}
	
	.select_container {
		margin: 0;
	}
	
	.site-contact .rz5_f {
		border-left: 0;
		border-bottom: 1px solid #ddd;
		clear: both;
		float: none;
		padding: 0 0 1em;
		width: 100%;
	}
	
	.nav_bar .f_left {
		float: none;
		text-align: center;
	}
	
}

@media (max-width: 600px) {
	
	.totop::before {
		border-color: transparent transparent #fff;
		border-style: solid;
		border-width: 10px;
		content: "";
		display: block;
		height: 0;
		margin: 0 auto;
		width: 0;
	}
	
	.totop::after {
		color: #fff;
		content: "top of page";
		display: block;
		font-size: 11px;
		padding: 10px 0 5px;
		text-transform: uppercase;
	}
	
	.totop {
		background: #273130;
		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_social_icons {
		display: none;
	}
	
	#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;
	}
	
	.page_buy .prod_details h1 {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	#bd_main > .bxd {
		min-height: 0 !important;
	}
	
	#bg_side {
		box-sizing: border-box;
		clear: both;
		width: 100%;
	}
	
	.bd_wide .z6_r {
		margin-left: 0;
	}
	
	#ft dl {
		width: 50%;
	}
	
	#ft dl:nth-of-type(3) {
		clear: left;
	}
	
	.z6_m {
		margin: 0;
		width: 100% !important;
	}
	
	.z6_f {
		margin: 0;
	}
	
	#bd_main input.pass,
	#bd_main input.txt,
	#bd_main select,
	#bd_main textarea {
		max-width: 100%;
		width: 100%;
	}
	
	#dispaly_lang_select {
		display: block !important;
		right: 75px;
		top: 5px;
	}
	
	#dispaly_currency_select {
		display: block !important;
		right: -15px;
		top: 5px;
	}
	
	table.prod_list td,
	table.prod_list th {
		white-space: normal!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(255,255,255,0.95);
		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) {
	
	#input_container a {
		display: none;
	}
	
	#top_nav {
		padding: 0;
		position: relative;
		width: 100vw;
	}
	
	#top_nav ul {
		max-height: 48px;
		overflow: hidden;
	}
	
	#top_nav > ul > i {
		float: left;
		font-style: normal;
	}
	
	#top_nav > ul > b::after,
	#top_nav > ul > i::after {
		box-sizing: border-box;
		color: #34413f;
		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-top: 1px solid #ddd;
	}
	
	#top_nav ul li.is_right {
		height: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
	}
	
	.top_search,
	#top_store_search,
	#top_store_search div,
	#top_store_search > .d_table {
		height: 55px !important;
		width: 100% !important;
	}
	
	#input_container {
		position: relative;
	}
	
	#q {
		box-sizing: border-box;
		height: 39px;
		padding-right: 40px;
		width: 100%;
	}
	
	#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%;
	}
	
	#store_cart button {
		margin: 0 0 0.5em 0 !important;
		width: 100%;
	}
	
}

::-moz-selection {
	background: #ddd;
	text-shadow: none;
}

::selection {
	background: #ddd;
	text-shadow: none;
}

:root body,
a:link,
a:visited,
#store_cart .gray.italic {
	color: #34413f;
}

:root,
#top_nav,
.badges::before,
table.prod_list th,
button.btn_sec,
.dispaly_lang_select ul li a:hover {
	background: #34413f;
}

#top_nav {
	background: #fff;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	margin-top: 1em;
}

.badges::before {
	background: #273130;
}

.ft_wide,
#top_nav ul li a:hover,
button.btn_sec:hover {
	background: #34413f;
}

#top_nav ul li a:hover {
	background: #f1f0f0 !important;
	color: #34413f;
}

#top_nav li.single a {
	font-size: 1em;
	text-align: left;
	text-transform: capitalize;
}

#top_nav li.single a .normal {
	font-size: 1.2em !important;
}

#top_nav li.single {
	border: none;
}

.ft_wide {
	background: #34413f;
}

button,
button.btn {
	background: #000;
	color: #fff;
	padding: 10px 15px;
}

ul.nav li b,
ul.nav a.navigation_on:hover,
ul.nav a.navigation_on:active {
	color: #757b7e;
}

.nav_container > form > .cfix {
	border-color: transparent;
	border-style: solid;
	border-width: 1px 0;
}

button:hover,
button.btn:hover {
	background: #bf0d0d;
}

button.btn_light {
	background: #f9f9f9 !important;
	border: 1px solid #ddd;
}

button.btn_light span {
	color: #34413f !important;
}

button.btn_light:hover {
	background: #fff !important;
}

button,
button.btn {
	background: #0fc0f3;
	color: #fff;
	padding:10px 15px;
}

button:hover,
button.btn:hover {
	background: #1c9ec3;
	color: #FFF;
	padding:10px 15px;
}

#top_nav li.single a .normal {
	color: #0fc0f3;
}

.prod_price {
	color: #000;
}

.i_twitter,
.i_facebook {
	height: 32px;
	line-height: 32px;
	width: 32px;
}

.i_twitter:last-child,
.i_facebook:last-child {
	margin-right: 40px !important;
}

.dropdown-toggle, 
.dropdown-toggle:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAJklEQVR42mNigIKZM2f+h7EZ0QXS09MZGZEFSAdYtWO1CC6LLAEAehgTLxX9e/MAAAAASUVORK5CYII=) right 5px center no-repeat #f9f9f9 !important;
	border: 1px solid #ddd;
	color: #444349;
	height: 25px;
	margin-top: 0;
	padding-left: 3px;
	padding-right: 23px;
}

/*----- green -----*/
button,
button.btn {
	background: #18c501;
	color: #fff;
	padding:10px 15px;
}

button:hover,
button.btn:hover {
	background: #189d06;
	color: #fff;
	padding:10px 15px;
}


.side_bx dt > a::after,
.side_bx dd > a::after {
	background: url(/css-themes/108603/img/ico/greencatarr.png);
	background-position: 97% 17px;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	}

#top_nav li.single a .normal{
	color: #18c501;
}

 .prod_price{
	color: #000;
}

.i_twitter,
.i_facebook {
	height: 32px;
	line-height: 32px;
	width: 32px;
}

.i_twitter {
	background-image: url(/css-themes/108603/img/ico/i_twitter.png);
}

.i_facebook {
	background-image: url(/css-themes/108603/img/ico/i_facebook.png);
}

.i_twitter:last-child,
.i_facebook:last-child {
	margin-right: 40px !important;
}
 
.dispaly_lang_select,
.dispaly_lang_select {
	background-image: url(/css-themes/108603/img/bg/arrows.png); 
	}
	
.i_curr {
	background-image: url(/css-themes/108603/img/ico/i_curr.png);
}

span.select_replace,
span.select_replace span {
	background-image: url(/css-themes/108603/img/bg/select_map.png);
}

.top_search button.btn_search {
	background-image: url(/css-themes/108603/img/btn/btn_search.png);
}

#top_cart::before {
	background: url(/css-themes/108603/img/ico/i_cart.png) no-repeat 0 50%;
}
