:root,
:root body {
	overflow-x: hidden;
}

:root body,
html {
	background: #F8F8F8 !important;
	color: #495252;
}

select {
	background: none;
	color: inherit;
}

#bd_main h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 8px 0 9px;
	text-transform: none;
}

.page_catalog h1 {
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em !important;
}
#bd_main h2 {
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 13px;
	padding: 8px 0 9px;
	text-transform: none;
}
#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 {
	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: 25%;
}

.z6_m {
	width:75%;
	margin-left: 0;
	margin-right: -2em;
}

.z6_r {
	margin-left: 0;
}

.site-cart .main_bx,
.site-checkout .main_bx{
	background: #FFF;
	border: 1px solid #F4F3F3;
	padding: 15px !important;    
}

.page_cart button#continue_shopping,
.page_cart button#continue_shopping + button {
	margin-top: 30px;
}

body.body_empty {
	padding: 0 10px;
}

body.body_empty #cart_items_preview {
	margin:0 -10px;
}

.page_info {
	line-height: 20px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

.page_info h2 {
	border: 0 !important;
	color: #757b7e;
	display:inline-block;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.page_info h2 + b,
.page_info h2 + p {
	display: block;
}

.page_info br {
	line-height: 10px !important;
}

.site-login #bd_main {
	padding-left: 2em;
}

.site-login .mbl_box {
	background: #FFF;
	border: 1px solid #F4F3F3;
	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{
	color: #383e48 !important;
	font-size: 18px !important;
	font-weight: normal !important;
	margin: 0 !important;
	transition: background-color 0.2s;
}

.site-login .mbl_box a,
.site-home #bd_main .underline_links a,
.site-home #bd_main .underline_links a:link{
	border: 1px solid #DDD;
	border-radius: 13px 13px;
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 10px;
	text-decoration: none !important;
	transition: background-color 0.2s;
}

.site-login .mbl_box a:hover,
.site-home #bd_main a:hover,
.site-home #bd_main a:link:hover{
	background-color: #ddd !important;
}

.site-login .mbl_box a[class*="login_link"] {
	border: 0;
	padding: 0;
	}

.site-map .yui-u {
	background: #FFF;
	border: 1px solid #F4F3F3;
	box-sizing: border-box;
	min-height: 360px;
	padding: 15px;
}

.site-forgot #bd_main,
.site-orders #bd_main {
	background: #FFF;
	border: 1px solid #F4F3F3;
	box-sizing: border-box;
	margin-left: 1em;
	padding: 15px;
}

.site-contact #bd_main,
.site-info #bd_main,
.site-home #bd_main,
.site-rss #bd_main,
.site-search #bd_main {
	background: #FFF;
	border: 1px solid #F4F3F3;
	box-sizing: border-box;
	padding: 15px;
}

.site-checkout #bd_main {
	margin-left: 1em;
}

.site-info .main_bx h1:first-child,
.site-rss .main_bx h1:first-child,
.site-contact .main_bx h1:first-child,
.site-login .main_bx h1:first-child,
.site-forgot .main_bx h1:first-child,
.site-search .main_bx h1:first-child,
.site-login .mbl_box h2 {
	border-bottom: 1px solid #DDD;
	margin-bottom: 15px !important;
	padding-bottom: 5px;
}

.site-signup .main_bx h1:first-child {
	margin-right: 1rem !important;
	margin-left: 2rem !important;
}

.site-login .underline_links,
.site-signup .underline_links {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: flex;
}
	
.site-signup .underline_links h2 {
	border-bottom: 1px solid #DDD !important;
	margin-bottom: 10px !important;
}

.site-signup h1 {
	margin-left: 2rem;
}

.site-login .underline_links > div,
.site-signup .underline_links > div {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 1rem;
	margin-left: 1rem;
}

.site-signup .underline_links {
	padding-left: 1rem;
}

.site-signup .underline_links > div {
	background: #FFF;
	border: 1px solid #F4F3F3;
	box-sizing: border-box;
	padding:15px;
}

.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: 0em 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,
select,
textarea {
	outline: none !important;
}

input.pass,
input.txt,
textarea {
	border: 1px solid #ddd;
	box-sizing: border-box;
	color: inherit;
	max-width: 100%;
	padding: 10px 5px 9px;
	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;
}

.fr input, 
.fr select {
	border-radius: 20px;
}

.fr span.select_replace span {
	background: none;
}

.fr select {
	height:35px;
}

.fr textarea {
	border-radius: 20px 20px;
}

.fr .btn {
	background:none;
}

/* Navigation
-------------------------------------------------------------- */
#top_bar_inner {
	background: #000000;
	box-sizing: border-box;
	color: #FFF;
	padding: 10px 100px 10px 10px;
}

#top_bar_inner a,
#top_bar_inner span {
	color: #FFFFFF!important;
	font-size: 10px !important;
	padding-right: 10px;
	text-transform: uppercase;
	transition: color 0.3s;
	display: inline-block;
	vertical-align: middle;
}

#top_bar_inner a:hover {
	color: #000;
}

.dispaly_lang_select {
    z-index: 11000!important;
    position: fixed;
    top: 14px!important;
}

.preview_mode ~ .site_container > .dispaly_lang_select { 
    top: 56px!important;
}

.hd_wide {
    padding-top: 65px;
}

.top_bar_wide {
	background: #000000;
	border: 0;
	height: auto;
	line-height: 20px;
	box-shadow: 0 1px 2px rgba(53,66,66,0.10);
	position: fixed;
	width: 100%;
	z-index: 10000;
}

.top_logo,
.top_search,
.top_search form {
	margin: 0;
}

.top_logo {
    width: 100%;
}

.top_logo div {
	display: block;
	text-align: center;
	width: 100%;
}
	
.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 {
	border-bottom-left-radius: 18px 18px;
	border-top-left-radius: 18px 18px;
	border-color: #98CA60;
	font-size: 13px;
	margin-right: -10px;
	padding: 5px 22px 5px 10px;
	width: 156px;
	height: 18px;
}

.top_search button.btn_search {	
	border-color: #98CA60;
	border-radius: 50% 50%;
	border-width: 1px 1px 1px 1px;
	height: 30px;
	margin-left: -5px;
	width: 30px;
}

.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 1em;
	padding: 0 1em;
	width: 100%;
	box-sizing: border-box;
}

#top_nav::after {
	clear: both;
	content: "";
	display: table;
}

#top_nav ul {
	height: auto;
}

#top_nav ul li {
	position: relative;
}

#top_nav ul li a {
	color: 020202;
	display: block;
	font-size: 17px;
	font-weight: 300;
	letter-spacing:0.2px;
	line-height: 12px;
	padding: 16px 15px;
	position: relative;
	text-decoration: none;
	text-transform:uppercase;
	transition: background-color 0.2s, color 0.5s;
}

#top_nav ul li a:hover {
	color: #98CA60;
}

#top_cart {
    padding-left: 25px;
    background: url('//cdn.shopmania.biz/files/s9/740915656/content/white-cart.png') no-repeat 0 0;
    height: 20px;
    line-height: 11px;
}

#top_cart span.normal {
    vertical-align: top!important;
    display: block;
    padding: 0;
}

#top_cart:hover span.normal {
    text-decoration: underline!important;
}

@media (min-width: 526px) {
    #top_nav ul li:hover ul {
        display: block;
    }
}

#top_nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    background: #FFFFFF;
    z-index: 10000;
}

#top_nav ul ul li,
#top_nav ul ul li a {
    float: none;
}

#top_nav ul ul li a {
    padding: 10px 15px;
}

ul.nav .navigation_off span,
ul.nav .navigation_text b,
ul.nav a.navigation_on span {
	background: #FFF;
	border: 1px solid #F4F3F3;
	border-radius: 50% 50%;
	display:block;
	padding: 5px 10px;
	margin: 0 3px;
}

ul.nav li:first-child span, 
ul.nav li:last-child span,
ul.nav li:first-child a, 
ul.nav li:last-child a {
	padding: 5px 7px !important;
}

.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: inherit !important;
	color: #757b7e;
}

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

.png_bg[class*="new_badge_"] {
	left: -1px;
	top: -1px;
}

.prod_container .prod_box {
	background: #FFF;
	border: 1px solid #F4F3F3;
	box-sizing: border-box;
	margin: 0 .5em 1em .5em;
	padding: 0 0 1em 0;
	text-align: center;
	transition: box-shadow 0.5s;
}

.prod_container .prod_box:hover{
	box-shadow: 0 1px 2px rgba(53,66,66,0.10);
}

.prod_container .prod_box:hover .prod_title 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% - 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 .p_rel.all_off {
	position: static;
}

.prod_box .prod_title {
	font-size: 16px !important;
	font-weight: normal !important;
}

.prod_box .prod_body {
	padding: 0 1em;
}

.prod_box .prod_image {
	padding: 0.5em;
}

.prod_box .img_container {
	border: 0;
	padding: 0;
}

.prod_box .prod_actions {
	margin: 1em 0 1em;
}

.prod_box .prod_cat {
	font-size: 12px;
	margin-top: 5px;
}

.prod_box .prod_desc {
	margin: 10px 0;
}

.prod_box .prod_price,
.prod_box [class^="price_"] {
	margin-top: 5px;
}

.prod_price {
	color: #444 !important;
}

/* Other styles
-------------------------------------------------------------- */

.page_buy .prod_main_box {
	background: #FFF;
	border: 1px solid #F4F3F3;
	padding:15px;
	margin-bottom: 2em;
}

.page_buy h1{
	border: 0 !important;
	color: #98CA60;
	font-size: 24px !important;
	font-weight: normal !important;
	padding: 15px;
}

.page_cart h1{
	border: 0 !important;
}

.page_buy .z5_f {
	max-width: 40% !important;
}

.page_buy .prod_details .prod_desc{
	text-align: left;
}

#default_prod_img {
	border: 0;
	margin: 0;
	max-width: 100%;
	padding: 2em 0;
}

#btn_zoom {
	margin: 1em 0 0.5em;
}

#btn_zoom:hover {
	background: #ddd !important;
}

#prod_images li {
	vertical-align: top;
}

#product_price_current {
	font-size: 1.3em;
}

#product_price_current .prod_price {
	font-weight: normal !important;
}

#product_price_current .bold {
	font-weight: normal ;
}

.txt_availability {
	margin-bottom: 0;
}

.page_buy h1.mbl_hide {
	margin-bottom: 20px;
	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 {
	margin-bottom: 0 !important;
}

#product_details h3 + hr {
	margin-bottom: 10px !important;
}

#product_cart_form {
	margin-top: 1em;
}

#product_cart_form button.btn {
	border-radius: 22px;
/*	display: block;*/
	font-size: 18px;
	font-weight: normal;
	margin-top: 0.5em;
	padding: 10px 20px;
}

#product_block_version {
	background: none;
	padding: 0;
}

#product_block_version .bullet_row {
	display: none;
}

#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: 8px;
	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;
}

table.free_promotion_box,
td.promo_cell {
	background: #e9e9e9;
}

table.free_promotion_box td {
	border: 0;
}
#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 {
	color: #757b7e;
	font-size: 14px;
	font-weight: normal;
	margin: 0.5em 1em 1em 0;
	text-transform: uppercase;
}

.ft_dl dd {
	margin: 0;
}

.ft_dl dd a:link,
.ft_dl dd a:visited {
	background: none;
	color: #b4b7b9;
	display: block;
	font-size: 13px;
	padding: 5px 0;
	text-decoration: none;
	transition: box-shadow 0.2s, color 0.2s;
}

.ft_dl dd a:hover {
	color: #354242;
}

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

#whatsapp {
    box-shadow: 0 2px 5px rgba(34,36,38,0.4);
    border-radius: 50%;
    bottom: 20px;
    display: none;
    right: 20px;
    position: fixed;
    z-index: 999;
}

#cookie_policy_box + .site_container #whatsapp {
    bottom: 80px;
}

/* 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;
	font-size: 24px;
	text-decoration: none;
}

.top_logo a:hover,
.top_logo a:active{
	text-decoration: underline;
}

.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: 10px;
	padding-top: 10px;
	text-decoration: none;
}

.left_bx .side_bx a:hover,
.left_bx .side_bx a:active {
	text-decoration: underline;
}

.side_bx {
	background: #FFF;
	border: 1px solid #F4F3F3;
	margin-bottom: 0.83em;
	padding: 10px 10px 0 10px;
}

.side_bx h2 {
	color: #757b7e;
	font-size: 14px;
	font-weight:normal;
	margin: -10px -10px 0;
	padding: 15px 10px;
	transition: color 0.3s;
}

.side_bx:hover h2 {
	color: #444;
}

.side_bx_newsletter {
	padding-bottom:10px;
}

.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 {
	border-radius: 17px 16px;
	box-sizing: border-box;
	display: block;
	margin: 10px 0;
	width: 100% !important;
}

.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 dd,
dl.menu dt {
	border-bottom: 1px solid #DDD;
	margin: 0 -10px;
	padding-right: 25px;
}

dl.menu dd:last-child,
dl.menu dt:last-child {
	border-bottom: 0;
}

dl.menu dt a {
	font-size: 12px;
	padding-left: 10px;
}

dl.menu dd a {
	padding-left: 15px;
}

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 {
	border-radius: 20px 20px;
	padding: 10px 15px 9px;
}

button.btn_light {
	height: auto !important;
}

.page_catalog .btn_cart {
	padding: 10px 15px 9px;
}

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,
.nav_bar .f_left a,
.nav_bar .f_left {
	float: none;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 1em;
}

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

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

.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;
	line-height: 16px;
	margin-top: 0;
	padding-left: 3px;
	padding-right: 23px;
}

.checkout-list td{
	padding:
}

.spaced-table {
	margin: 0 0 25px !important;
}

#social_icons_box {
		text-align: center !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;
}

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

@media (max-width: 1450px) {
    #top_bar_inner > .f_right {
        float: left;
        padding-top: 5px;
    }
    
    .hd_wide {
        padding-top: 98px;
    }    
}

@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;
	}
	
	.z5_m {
		float:none;
	}
	
	.z6_m {
		margin: 0 !important;
		width: 75% !important;
	}
	
	.z6_f  {
		width:23%;
	}
	
	.page_buy .z5_m {
		box-sizing: border-box;
		padding: 0 1em;
		margin: 0 0 1em 0;
		width: 100%;
	}
	
}
@media (max-width: 800px) {
    .top_bar_wide {
        position: static;
    }
    
    #top_bar_inner {
        padding: 25px 10px 10px 10px; 
    }
    
    #top_bar_inner > .f_left a,
    #top_bar_inner > .f_left span:not(.i_phone) {
        display: inline;
    }
    
    .i_facebook, .i_twitter, #top_store_search, #top_cart,  #top_bar_inner > .f_right > div {
        margin-top: 10px;
    }
    
    .hd_wide {
        padding-top: 13px;
    }
    
    .top_search input {
        width: 134px;
    }
    
    #dispaly_lang_select, #dispaly_currency_select {
        position: absolute;
        top: 5px!important;
    }
    
	#product_cart_form .btn_cart_main {
		margin-left: auto;
		margin-right: auto;
	}
		
	#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;
	}
		
	.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;
	}
		
	#product_description{
		text-align:justify;
	}
	
	.page_buy .z5_f {
		min-width: 100% !important;
		text-align: center;
	}
	
	.page_buy .z5_m {
		float: none;
		text-align:center;
		width: auto;
		 margin-left: -301px;
	}
	
	.z6_m {
		margin: 0 !important;
		width: 75% !important;
	}
		
	.site-login #bd_main {
		padding: 0 1em;
		}
		
	.site-login .underline_links > div,
	.site-signup .underline_links > div {
		margin: 0 0 1em 0;
	}
		
	.site-map .yui-u {
		clear: both;
		display: block;
		float:none;
		margin: 0 0 1em 0;
		width: 100%;
	}
		
	.site-login .underline_links,
	.site-signup .underline_links {
		display:block;
	}

	.site-forgot #bd_main,
	.site-orders #bd_main {
		margin-left: 0;
	}

	.site-signup .underline_links {
		padding-left: 0;
	}

	.site-signup .main_bx h1:first-child {
		margin-left: 0 !important;
	}

	.prod_desc {
	text-align: justify;
	}
	
	#store_cart button {
		margin: 0 0 0.5em 0 !important;
		width: 100%;
	}
		
	.site-contact .rz5_f {
		border-bottom: 1px solid #DDD;
		border-left: 0;
		clear: both;
		float: none;
		padding: 1em 0;
		width: 100%;
		word-break: break-all;
	}
	
	.nav_bar .f_left {
		float:none;
		text-align:center;
	}
	
	}

@media (max-width: 600px) {
	
	.totop::before {
		border-color: transparent transparent #757b7e;
		border-style: solid;
		border-width: 10px;
		content: "";
		display: block;
		height: 0;
		margin: 0 auto;
		width: 0;
	}
	
	.totop::after {
		color: #757b7e;
		content: "top of page";
		display: block;
		font-size: 11px;
		padding: 10px 0 5px;
		text-transform: uppercase;
	}
	
	.totop {
		background: #f8f8f8;
		display: block;
		margin: 0 -1em;
		padding-bottom: 5px;
		text-align: center;
		text-decoration: none;
	}
		
	#bd_main > .bxd {
		min-height: 0 !important;
	}
	
	#bg_side {
		clear: both;
		width: 100%;
	}
	
	.bd_wide .z6_r {
		margin-left: 0;
	}
	
	#ft dl {
		width: 50%;
	}
	
	.page_buy .prod_details {
	text-align: center;
	}
	
	.z6_m {
		width: 100% !important;
	}
	
	#cboxClose	{
		-ms-transform: scale(1);
		-webkit-transform: scale(1); 
		transform: scale(1); 
		-webkit-transform-origin: right top;
		transform-origin: right top;
	}
	
}

@media (max-width: 525px) {
	
	#input_container a {
		display: none;
	}
	
	#top_nav {
		padding: 0;
		position: relative;
	}
	
	/*#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: #757b7e;
		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 {
		border-bottom: 1px solid #F8F8F8;
	}
	
	#top_nav ul li,
	#top_nav ul li a {
		box-sizing: border-box;
		width: 100%;
	}
	#top_nav ul li.is_right {
		border: 0;
		height: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
	}

	#top_nav ul ul {
		width: 100%;
		position: static;
		max-height: none;
	}
	*/
	
	#top_nav ul li a {
	    font-size: 15px;
	    padding: 15px 10px;
	}
	
	#top_nav ul ul li a {
		padding-left: 30px;
	}
	
	.btn_expand_menu {
		position: absolute;
		width: 48px;
		height: 48px;
		background: url('//cdn.shopmania.biz/files/s9/740915656/content/arrow-down-black.png') no-repeat 50% 50%;
		top: 0;
		right: 0;
		cursor: pointer;
		z-index: 100;
		display: block;
	}
	
	.btn_expand_menu.up {
		background: url('//cdn.shopmania.biz/files/s9/740915656/content/arrow-up-black.png') no-repeat 50% 50%;
	}
	
	#logo img {
		max-width: 100%;
	}
	
	.site-login .underline_links,
	.site-signup .underline_links {
	display: block;
	}
	.site-login .mbl_box {
		margin: 0 0 1em 0 !important;
		width: 100% !important;	    
	}
	
	.site-login #bd_main{
		padding: 0 !important;
	}
	
	table.prod_list td,
	table.prod_list th {
		white-space: normal!important;
	}
	
	#whatsapp {
        display: block;
    }
}

@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%;
	}
	
	.site-login .underline_links > div,
	.site-signup .underline_links > div,
	.site-signup .main_bx h1:first-child {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 1em;
	}

	.site-signup .underline_links {
		padding-left: 0 !important;
	}
	
	#ft dl {
	width: 50%;
	}

}

::-moz-selection {
	color: #FFF;
	background: #a0d468;
	text-shadow: none;
}

::selection {
	color: #FFF;
	background: #a0d468;
	text-shadow: none;
}

:root body,
a:link,
a:visited,
#store_cart .gray.italic {
	color: #383e48;
}

:root,
#top_nav,
.badges::before,
table.prod_list th,
button.btn_sec,
.dispaly_lang_select ul li a:hover {
	background: #383e48;
}

#top_nav {
	background: #FFF;
	border-bottom: 1px solid #98CA60;
	margin: 1em 0 2em 0;
}

.badges::before
{
	background: #FFF;
	border-top: 1px solid #F8F8F8;
}

.ft_wide,
#top_nav ul li a:hover,
button.btn_sec:hover{
	background: #FFF;
}

.ft_wide {
	border-top: 1px solid #98CA60;
}
button,
button.btn {
	background: #FFF !important;
	border: 1px solid #DDD;
	color: #888;
}

button#continue_shopping {
	border-color: #DDD !important;
	color: #888 !important;
	margin-bottom: 15px;
}
	
button#continue_shopping:hover {
	background: #DDD !important;
}

ul.nav li b,
ul.nav a.navigation_on:hover,
ul.nav a.navigation_on:active {
	color: #a0d468;
}
button:hover,
button.btn:hover {
	background: #98CA60;
	color: #FFF;
}

button.btn_light {
	background: #f9f9f9 !important;
	border: 1px solid #ddd !important;
}

button.btn_light span {
	color: #383e48 !important;
}

button.btn_light:hover {
	background: #FFF !important;
}

.i_twitter:last-child,
.i_facebook:last-child {
	margin-right: 40px !important;
}
#top_nav,
button.btn,
.top_search input,
.top_search button.btn_search,
.ft_wide
{
	border-color: #7eb24d !important;
}

#top_nav a:hover {
	background: #fff !important;
	color: #7eb24d !important;
}
button.btn:hover {
	color: #FFF !important;
}

button.btn_light {
	border-color: #DDD !important;
}

.page_buy h1 {
	color: #7eb24d !important;
}
	
h1 {
	color: #7eb24d !important;
}

/*----- blue -----*/

#top_nav,
button.btn,
.top_search input,
.top_search button.btn_search,
.ft_wide
{
	border-color: #475cab !important;
	}

#top_nav a:hover {
	color: #475cab !important;
	}
	
button.btn {
	color: #475cab !important;
	}

button.btn:hover {
	background: #475cab !important;
	color: #FFF !important;
	}

button.btn_light {
	background: #FFF !important;
	border-color: #DDD !important;
	}

button.btn_light:hover {
	background: #DDD !important;
	}

.page_buy h1 {
	color: #475cab !important;
}
	
button#continue_shopping {
	border-color: #DDD !important;
	color: #888 !important;
	}
	
h1 {
	color: #475cab !important;
	}

.side_bx dt > a::after,
.side_bx dd > a::after {
	background: url(/css-themes/108906/img/ico/bluecatarr.png);
	background-position: 97% 17px;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-position 0.5s;
}

.side_bx dt:hover > a::after,
.side_bx dd:hover  > a::after {
	background-position: 95% 17px;
}
 
.top_search button.btn_search {
	background: #FFFFFF url(/css-themes/108906/img/ico/btn_search.png) no-repeat 50% 50% !important;
	background-size: 28px auto !important;
}
	
 
#top_nav .single {
	background: url(/css-themes/108906/img/ico/bluecart.png) no-repeat right;
	background-position: 95% 10px;
    }
	
span.select_replace,
span.select_replace span {
	background-image: url(/css-themes/108906/img/bg/select_map.png) !important;
	}

.fr span.select_replace {
	background-color: #FFF;
	background-image: url(/css-themes/108901/img/bg/select_map1.png) !important;
	background-position: 101% -15%;
	background-repeat: no-repeat;
	border-radius: 20px 20px;
	border:1px solid #ddd;
	padding: 5px 5px 4px;
	}

.dispaly_lang_select,
.dispaly_lang_select {
	background-image: url(/css-themes/108906/img/bg/arrows.png); 
	}
	
.i_curr {
	background-image: url(/css-themes/108906/img/ico/i_curr.png);
}

.i_twitter {
	background-image: url(/css-themes/109406/img/ico/i_twitter.png);
	width:32px;
	height:32px
	padding: 0!important;
}

.i_facebook {
	background-image: url(/css-themes/109406/img/ico/i_facebook.png);
	width:32px;
	height:32px;
	padding: 0!important;
}

#attributes h4 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 5px;
    padding: 0;
    text-transform: uppercase;
}

#attributes ul {
    display: inline-block;
    padding-top: 10px;    
}

#attributes li { 
    background: #FFFFFF;
    border: 4px solid #000000;
    color: #000000;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0 3px;  
    cursor: pointer; 
    font-size: 14px;
    height: 34px;
    min-width: 34px;
    line-height: 34px;
    text-align: center;
    font-weight: 700;
}

#attributes li.active {
    background-color: #B20000;
    border-color: #000000;
    color: #ffffff;
    cursor: default;
    pointer-events: none;
}

#attributes li:hover {
    background: #B20000;
    color: #FFFFFF;
}

#version_select_container .select_replace,
#version_select_container .select_replace + select {
    display: none !important;
}

form#product_block_version .bullet_row {
    display: none;
}

.i_phone {
    background-image: url('//cdn.shopmania.biz/files/s9/740915656/content/i_phone_white.png');
    padding: 0!important;
}