/* Prevent caption layout jump */
.camera_caption {
  min-height: 60px;
  visibility: visible !important;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.camera_caption.active {
  opacity: 1;
}



/* Product grid space reservation */
.product-listing, .products-grid {
  min-height: 600px;
}
.product-item {
  min-height: 300px;
}

/* Font performance */
@font-face {
  font-family: 'YourFont';
  src: url('/fonts/yourfont.woff2') format('woff2');
  font-display: swap;
}

.row_4,
.row_7 {
	font-size: 1.25em;
}

.top_block {
	width: 100%;
	display: block;
	background-color: #FFF;
	/*padding: 0px;*/
  padding: 2px 2px 2px 2px;
	border-radius: 0px;
}

#bodyWrapper {
	width: 100%;
	float: left;
}

#mainWrapper {
	margin: 0 auto;
        width: 100% !important
/*	border: 1px solid #fff;
	border-width: 0 1px 0 1px;
	-webkit-box-shadow: 0px 0px 25px 0px #b0b0b0;
	box-shadow: 0px 0px 25px 0px #b0b0b0;*/
}

#wrapper {
	background: #fff;
	margin: 0 auto;
/*	padding: 5px 5px 5px 5px;
	-webkit-box-shadow: inset 0px 0px 44px 0px #f3f3f3;
	box-shadow: inset 0px 0px 44px 0px #f3f3f3;*/
}

.container	{ display:table;
}
#description .description,
.infoBoxContents {
	border: 1px solid #e9e9e9;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.infoBoxContents {
	padding: 19px 19px;
	margin: 20px 0 30px 0;
}

.box_list .infoBoxContents {
	padding: 10px 19px;
}

#description .description {
	padding: 10px 19px;
}

#description .description p {
	margin: 5px 0 9px 0;
	text-indent: 0px;
}

.infoBoxContents table {
	margin: 0;
	padding: 0;
	border: 0;
}

.infoBoxContents table td {
	padding-top: 4px;
	padding-bottom: 5px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

.manufacturers_info img {
	border: 1px solid #e9e9e9;
	background: #fefefe;
}

.infoBoxContents ul {}

.sub_categories_string.first {
	background-color: #109b98;
	text-indent: 5px;
	color: #FFF !Important;
}
a.sub_categories_string.first {
	color: #FFF !Important;
}

.infoBoxContents .infoBoxBlock {
	padding: 19px;
}

.infoBoxHeading {
	padding: 9px 20px 7px 19px;
	overflow: hidden;
	background: #3b3b3b;
	background: -moz-linear-gradient(top, #3b3b3b 0%, #303030 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3b3b), color-stop(100%, #303030));
	background: -webkit-linear-gradient(top, #3b3b3b 0%, #303030 100%);
	background: -o-linear-gradient(top, #3b3b3b 0%, #303030 100%);
	background: -ms-linear-gradient(top, #3b3b3b 0%, #303030 100%);
	background: linear-gradient(to bottom, #3b3b3b 0%, #303030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b', endColorstr='#303030', GradientType=0);
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.infoBoxHeading,
.infoBoxHeading a {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.069em;
}

.infoBoxHeading a:hover {
	color: #eee;
	text-decoration: underline;
}

#header {
	margin-top: 0px;
	position: relative;
	background: #e8e8e8;
	background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 48%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(48%, #ffffff));
	background: -webkit-linear-gradient(top, #e8e8e8 0%, #ffffff 48%);
	background: -o-linear-gradient(top, #e8e8e8 0%, #ffffff 48%);
	background: -ms-linear-gradient(top, #e8e8e8 0%, #ffffff 48%);
	background: linear-gradient(to bottom, #e8e8e8 0%, #ffffff 48%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=0);
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

.menu {
	margin-left: -5px;
	float: left;
}

.menu a {
	color: #343434;
	display: inline;
	display: inline-block;
	padding: 9px 0px 8px 0px;
	float: left;
	margin: 0px 3px 0px 3px;
}

.menu a.first {
	background: none;
}

.menu a.act,
.menu a:hover,
.menu .mouseclick a {
	color: #96ca2d;
}

.menu a:before {
	display: block;
	content: "";
	float: left;
	width: 10px;
	height: 10px;
	margin-top: 5px;
	background: url('../images/menu_item.gif') 0 50% no-repeat transparent;
}

.menu a.first:before {
	display: none;
}

#storeLogo {
	display: inline-block;
	position: absolute;
	top: 55px;
	left: 20px;
}

.search {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0 0px;
	height: 32px;
	position: absolute;
	z-index: 3;
	background: transparent;
}

.search .go {
	color: #818181;
	line-height: 1.3em;
	font-size: 12px;
	position: absolute;
	top: 0;
	width: 97%;
	padding: 8px 5px 8px 5px;
	min-height: 7px;
	height: auto;
	left: 0px;
	margin: 0;
	border: 0px;
	background: transparent;
}

.input-width {
	height: 32px;
	margin-top: 0px;
}

.width-setter {
	height: 30px;
	position: relative;
	margin: 0 0 0 0;
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.search .header_search_button {
	float: right;
	margin-left: 3px;
	background: url('../images/search_button.gif') 0 100% repeat-x transparent;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #94c82c;
	background-image: none;
	-webkit-box-shadow: inset 0px 0px 8px 8px #89bd27;
	box-shadow: inset 0px 0px 8px 8px #89bd27;
	border-right: 1px solid #658b1d;
	border-bottom: 1px solid #658b1d;
}

.search .header_search_button .ui-button-text {
	color: #fff;
	font-size: .92em;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 8px 12px 7px 12px;
}

.search .header_search_button:hover .ui-button-text {
	color: #222;
}

.search .header_search_button button {
	height: 31px;
}

#box_header_cart {
	position: absolute;
	top: 55px;
	right: 20px;
	width: 132px;
	z-index: 11;
}

.cart_header_inner {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0 0;
	font-style: normal;
}

.cart_header_inner div {
	padding: 6px 0px 9px 0px;
	text-align: left;
}

.cart_header_inner label {
	display: block;
	white-space: nowrap;
	padding: 3px 17px 0px 0px;
	margin: 8px 0px 9px 0px;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	background: url('../images/icons/cart-arrow.png') 100% 4px no-repeat transparent;
	color: #000000;
	font-weight: normal;
	line-height: 1em;
}

.cart_header_inner label a {
	color: #000000;
}

.cart_header_inner label a:hover {
	color: #818181;
	text-decoration: none;
}

.cart_header_inner span.item1 {
	display: block;
}

.cart_header_inner span.item2 {
	margin-right: 2px;
	float: left;
}

.cart_header_inner .title strong {
	margin-left: -25px;
}

.cart_header_wrapper {
	width: auto;
	position: relative;
	z-index: 1111;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	min-height: 37px;
}

.cart_header_wrapper ul,
.cart_header_wrapper .title {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

.cart_header_wrapper ul.sm_1 {
	background-color: rgba(0, 0, 0, 0.9);
}

.cart_header_wrapper ul {
	width: 243px;
	background: #CCC;
}

.cart_header_wrapper .cart_header_inner .title {
	text-decoration: none;
	width: auto;
}

.cart_header_wrapper .cart_header_inner .title {
	font-weight: bold;
	background: url("../images/cart.png") no-repeat scroll 13px 12px #ECECEC;
	border-bottom: 1px solid #D2D2D2;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	border-right: 1px solid #D2D2D2;
	width: 81px;
	display: block;
	position: relative;
	height: 42px;
	padding: 5px 10px 16px 40px;
	margin-left: 0px;
	cursor: pointer;
}

.cart_header_wrapper .cart_header_inner .title:hover {
	color: #161616;
}

.cart_header_wrapper ul.submenu {
	display: none;
	background: none repeat scroll 0 0 #ECECEC;
	border-bottom: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

.cart_header_wrapper ul.submenu img {
	float: left;
	margin-right: 10px;
}

.cart_header_wrapper ul.submenu {}

.cart_header_wrapper ul.submenu li.items {
	background: #fff;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

.cart_header_wrapper ul.submenu li.total {
	background: #fff;
	text-align: right;
	padding: 6px 10px 6px 10px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

.cart_header_wrapper ul.submenu {
	padding: 0px 6px 7px 7px;
	z-index: 99999;
	position: absolute;
	top: 70px;
	width: 243px;
	right: -2px;
}


.cart_header_wrapper ul.submenu li {
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
	margin: 7px 0px 0px 0px;
	border: 0;
	height: auto;
	line-height: normal;
	padding: 7px 0px 7px 7px;
	text-align: right;
}

.cart_header_wrapper ul.submenu li .item {
	padding: 0px 0px;
}

.cart_header_wrapper .cart_header_inner .submenu li a {
	display: block;
	float: none;
	position: relative;
	margin: 0;
	border: 0;
	width: auto;
}

.cart_header_wrapper .cart_header_inner .submenu li a:hover {
	color: #000;
	text-decoration: none;
}

.cart_header_wrapper h5 {
	line-height: 2em;
	padding: 10px 0px 5px 0;
}

.cart_header_wrapper .button_content1,
.cart_header_wrapper .button_content2 {
	float: none;
}

.breadcrumb {
	/* padding: 10px 14px 10px 14px; 8?
	margin: 0 0 18px;
	list-style: none;
	background: none;
	border: 1px solid #3b3b3b;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter: none;
	-webkit-box-shadow: inset 0 0px 0 #ffffff;
	-moz-box-shadow: inset 0 0px 0 #ffffff;
	box-shadow: inset 0 0px 0 #ffffff; */
}

.breadcrumb li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.breadcrumb .divider {
	padding: 0 5px;
	color: #999999;
}

.breadcrumb .active a {
	color: #333333;
}

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

.banner_set ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
}

.banner_set li {
	display: inline-block;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.boxes_above_footer .banner_set li {
	margin: 0px 0px 0px 0px;
}

.row_2 .banner_set li {
	margin-bottom: 0px;
}

#columnLeft .banner_set li,
#columnRight .banner_set li {
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

#columnLeft .banner_set li.first,
#columnRight .banner_set li.first {
	margin-top: 0px;
}

#columnLeft .banner_set li.last,
#columnRight .banner_set li.last {
	margin-bottom: 30px;
}

.banner_set li a {
	display: block;
}

.banner_set li.item3 {
	float: right
}

.banner_set li.item4 {
	float: right
}

.bannershow_block {
	padding: 0px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid transparent;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

#columnLeft .bannershow_block,
#columnRight .bannershow_block {
	min-height: 150px;
}

.bannershow_block img {
	float: left;
	margin: 0px 0px 0px 0;
	margin-right: 12px;
	visibility: hidden;
}

#columnLeft .bannershow_block img,
#columnRight .bannershow_block img {
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	object-fit: cover
}

#columnRight .bannershow_caption,
#columnLeft .bannershow_caption {
	text-align: right;
	overflow: hidden;
}

#columnRight .bannershow_wrapper,
#columnLeft .bannershow_wrapper {
	position: absolute;
	right: 20px;
}

.item-1 .bannershow_block {
	border-color: #a6d34b #91b54b #68901e #91b54b;
	background: #96ca2d;
	-webkit-box-shadow: inset 0px 0px 23px 0px rgba(141, 190, 42, 1);
	box-shadow: inset 0px 0px 23px 0px rgba(141, 190, 42, 1);
}

.item-2 .bannershow_block {
	border-color: #566fa3 #3a5180 #263a66 #3a5180;
	background: #3c5a99;
	-webkit-box-shadow: inset 0px 0px 23px 0px rgba(58, 87, 150, 1);
	box-shadow: inset 0px 0px 23px 0px rgba(58, 87, 150, 1);
}

.item-3 .bannershow_block {
	border-color: #63bbc4 #5cb7c2 #317b84 #5cb7c2;
	background: #4cb6c2;
	-webkit-box-shadow: inset 0px 0px 23px 0px rgba(74, 175, 187, 1);
	box-shadow: inset 0px 0px 23px 0px rgba(74, 175, 187, 1);
}

.item-1 .bannershow_block:hover,
.item-2 .bannershow_block:hover,
.item-3 .bannershow_block:hover {
	border-color: #eeeeee #d2d2d2 #c7c7c7 #d2d2d2;
	background: #efefef;
	-webkit-box-shadow: inset 0px 0px 23px 0px rgba(230, 230, 230, 1);
	box-shadow: inset 0px 0px 23px 0px rgba(230, 230, 230, 1);

	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

.bannershow_block .bannershow_caption strong {
	font-weight: 400;
}

.bannershow_block .bannershow_caption span {
	font-weight: normal;
}

#columnLeft .bannershow_block .bannershow_caption span,
#columnRight .bannershow_block .bannershow_caption span {
	font-size: 1.54em;
}

#columnLeft .bannershow_block .bannershow_caption span,
#columnRight .bannershow_block .bannershow_caption span {
	font-size: 1.4em;
}

.row_2 .bannershow_block .bannershow_caption span,
.row_2 .bannershow_block .bannershow_caption span {
	font-size: 1.4em;
}

.ru .bannershow_block .bannershow_caption span {
	font-size: 1.4em;
}

.bannershow_caption span b {
	font-size: 1.4em;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 11px;
	padding-bottom: 5px;
}

.ru .bannershow_caption span b {
	font-size: 1.5em;
}

.bannershow_block .bannershow_caption span {
	color: #fff;
	padding-top: 0px;
	padding-bottom: 7px;
	display: block;
}

.bannershow_block:hover .bannershow_caption span {
	color: #343434;
}

.bannershow_caption .slider_text_1 {
	display: block;
}

.bannershow_caption .slider_text_2 p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.bannershow_caption .slider_text_2 {}

.slider_text_4 {
	padding-top: 8px;
}

.bannershow_block .bannershow_caption .slider_text_4 {
	padding-bottom: 0px;
	padding-top: 4px;
}

.bannershow_block .slider_text_4 .button_bannershow {
	padding: 8px 15px 9px 15px;
	display: inline-block;
	font-size: .7em;
	white-space: nowrap;
	background: #efefef;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

.item-1 .bannershow_block:hover .slider_text_4 .button_bannershow {
	background: #96ca2d;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

.item-2 .bannershow_block:hover .slider_text_4 .button_bannershow {
	background: #3c5a99;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

.item-3 .bannershow_block:hover .slider_text_4 .button_bannershow {
	background: #52b9c4;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

.bannershow_block:hover .slider_text_4 .button_bannershow:hover {
	background: #414141;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

.bannershow_block .slider_text_4 a .button_bannershow .button_text {
	letter-spacing: .1em;
}

.ru .bannershow_block .slider_text_4 a .button_bannershow .button_text {
	letter-spacing: normal;
}

.bannershow_block:hover .slider_text_4 a .button_bannershow .button_text {
	color: #fff;
}

.infoBoxBlock {
	border: 1px solid #e9e9e9;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.result.result1_top {
	margin-top: 20px;
}

.additional_box .infoBoxContents {
	margin: 0px 0 30px 0;
	padding: 17px 0px 0 0;
	border: 0px solid #e9e9e9;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.tabdiv .additional_box .infoBoxContents {
	padding: 8px 0 30px 0;
	margin-bottom: 0;
}

.additional_box .prods_vseparator {
	width: 30px;
}

.additional_box .content li.responsive_block .row_00 {
	margin-right: 20px;
}

.additional_box .content li.responsive_block .row_01 {
	overflow: visible;
}

.additional_box .content li.responsive_block .row_02 {
	overflow: hidden;
	clear: both;

}

.product_pic_wrapper {
	border: 1px solid #e9e9e9;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.additional_box .product_block:hover .product_pic_wrapper,
.product_pic_wrapper:hover,
#sub_categories li:hover .product_pic_wrapper {
	-webkit-box-shadow: 0px 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px 0px #dcdcdc;
}

.additional_box del,
.additional_box SPAN.productSpecialPrice {}

.product_pic_wrapper {
	border: 1px solid #e5e5e5;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 3px;
	clear: both;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.additional_box .product_price_wrapper {
	text-align: left;
}

.additional_box .product_price_wrapper span {
	display: inline-block;
	margin-top: 3px;
}

.additional_box .product_desc_wrapper {
	padding: 12px 0 0px 0;
}

.additional_box .product_button_wrapper {
	padding-top: 15px;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
}

.additional_box .row_separator {}

.additional_box .row_separator li {
	border-top: 1px solid #e5e5e5;
}

.additional_box .product_price_wrapper {
	padding: 4px 0 15px 0;
}

.additional_box .product_name_wrapper {
	padding: 0px 40px 16px 0;
}

.additional_box .product_desc_wrapper a {}

.additional_box .product_block>div {
	width: 100%;
	float: left;
	position: relative;
}

.additional_box .infoBoxContents>br {
	line-height: 0;
	font-size: 0em;
	height: 0;
	display: block;
	margin-bottom: 6px;
}

.additional_box .infoBoxContents .no_product {
	margin-top: -6px;
	padding-bottom: 10px;
}

#piGal .product_pic_wrapper {
	margin: 0;
	line-height: .2em;
}

.box_header_phone {
	font-size: 18px;
	position: absolute;
	right: 177px;
}

.box_header_phone span {
	color: #CCCCCC;
}

.box_header_phone b {
	color: #000;
	font-weight: 400;
}

.boxes_above_header {
	position: absolute;
	margin-top: -40px;
	width: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
}

.box_currencies,
.box_languages {
	display: inline-block;
	float: right;
	padding-top: 6px;
}

.box_languages {
	z-index: 101;
	position: relative;
}

.box_currencies {
	z-index: 901;
	margin-right: 15px;
}

.box_currencies .drop_down {
	width: 64px;
}

.box_languages .drop_down {
	width: 45px;
}

.drop_down {
	margin: 0 5px 0 0px;
}

.drop_down ul {
	background: #fff;
	border: 1px solid #000;
	margin: 0;
	padding: 5px 0 5px 0;
	height: auto !important;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	display: none;
}

.drop_down ul li {
	padding: 3px 10px 3px 6px;
	overflow: hidden;
	line-height: 1em;
}

.drop_down ul li a {
	color: #818181;
	font-weight: normal !important;
	text-decoration: none;
	display: block;
}

.drop_down ul li a:hover {
	color: #4bb5c1;
}

.drop_down img {
	margin: -3px 7px 0 0;
}

.drop_down label {
	color: #fff;
	display: block;
	padding: 4px 18px 2px 7px;
	width: auto;
	cursor: pointer;
	position: relative;
	font-weight: normal;
}

.drop_down label i {
	background: url('../images/icons/user_menu.png') no-repeat transparent;
}

.drop_down label:hover {
	color: #4bb5c1;
}

.drop_down li img {
	opacity: .5;
}

.drop_down li.act img,
.drop_down li:hover img {
	opacity: 1;
}

.header_slogan {
	margin: 6px 0px 0px 14px;
	float: left;
	list-style: none;
	padding: 0;
	color: #d9d9d9;
	font-size: 9px;
}

.user_menu {
	margin: 4px 74px 0 0px;
	float: right;
	list-style: none;
	padding: 0;
}

.user_menu a {
	color: #fff;
	display: inline;
	display: inline-block;
	padding: 5px 2px 8px 23px;
	float: left;
	position: relative;
	margin: 0px 0px 0px 16px;
}

.user_menu a {
	color: #343434;
}

.user_menu a:hover {
	color: #96ca2d;
}

.user_menu a.act {
	color: #96ca2d;
}

.user_menu a.act:hover {
	color: #4bb5c1;
}

.drop_down label i,
.user_menu a i {
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	background: url('../images/icons/user_menu.png') no-repeat transparent;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.drop_down label i {
	top: 5px;
	right: 0;
}

.user_menu a i {
	top: 5px;
	left: 0;
}

.drop_down label i {
	background-position: -68px -34px;
}

.drop_down:hover label i {
	background-position: -68px -17px;
}

.user_menu a.user_menu_account.out i,
.user_menu a.user_menu_account.out:hover.act i {
	background-position: 0 -34px;
}

.user_menu a.user_menu_account.out.act i,
.user_menu a.user_menu_account.out:hover i {
	background-position: 0 -17px;
}

.user_menu a.user_menu_account.out.act:hover i {
	background-position: 0 0;
}

.user_menu a.user_menu_login.out i,
.user_menu a.user_menu_login.out:hover.act i {
	background-position: -34px -34px;
}

.user_menu a.user_menu_login.out.act i,
.user_menu a.user_menu_login.out:hover i {
	background-position: -34px -17px;
}

.user_menu a.user_menu_login.out.act:hover i {
	background-position: -34px 0;
}

.user_menu a.user_menu_account.in i,
.user_menu a.user_menu_account.in:hover.act i {
	background-position: -17px -34px;
}

.user_menu a.user_menu_account.in.act i,
.user_menu a.user_menu_account.in:hover i {
	background-position: -17px -17px;
}

.user_menu a.user_menu_account.in.act:hover i {
	background-position: -17px 0;
}

.user_menu a.user_menu_login.in i,
.user_menu a.user_menu_login.in:hover.act i {
	background-position: -51px -34px;
}

.user_menu a.user_menu_login.in.act i,
.user_menu a.user_menu_login.in:hover i {
	background-position: -51px -17px;
}

.user_menu a.user_menu_login.in.act:hover i {
	background-position: -51px 0;
}

.boxes_footer {
	overflow: hidden;
	background: #252424;
	-webkit-border-radius: 0px 0px 0 0;
	border-radius: 0px 0px 0 0;
	padding: 10px 12px 20px 20px;
}

.Footer_BoxWrapper {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.Footer_BoxWrapper+.Footer_BoxWrapper {}

.Footer_BoxWrapper h4 {
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
}

.Footer_BoxWrapper h4 {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.23em;
}

.Footer_BoxWrapper h4 a {
	color: #fff;
}

.Footer_BoxWrapper h4 a:hover {
	color: #959595;
}

.Footer_BoxWrapper ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

.Footer_BoxWrapper li {}

.Footer_BoxWrapper .footer_information li {
	border-top: 1px solid #343333;
	margin-top: 6px;
	margin-bottom: 3px;
	line-height: 1em;
}

.Footer_BoxWrapper .footer_contact li {
	padding: 6px 0px 7px 31px;
	position: relative;
	color: #fff;
}

.Footer_BoxWrapper .footer_contact li a {
	padding: 0;
	color: #fff;
}

.Footer_BoxWrapper .footer_contact li.field1 {
	padding: 5px 30px 15px 0;
	color: #959595;
	line-height: 1.6em;
	margin-top: 5px;
}

.Footer_BoxWrapper .footer_stay_connected li {
	padding: 0 0 0 32px;
	position: relative;
}

.Footer_BoxWrapper .footer_stay_connected .list_bg {
	position: absolute;
	width: 22px;
	height: 23px;
	top: 4px;
	left: 0;
	background: url('../images/icons/stay_connected.png') 0 0px no-repeat transparent;
}

.Footer_BoxWrapper .footer_stay_connected .item_1 .list_bg {
	background-position: 0 0;
}

.Footer_BoxWrapper .footer_stay_connected .item_1:hover .list_bg {
	background-position: 0 -23px;
}

.Footer_BoxWrapper .footer_stay_connected .item_2 .list_bg {
	background-position: -22px 0;
}

.Footer_BoxWrapper .footer_stay_connected .item_2:hover .list_bg {
	background-position: -22px -23px;
}

.Footer_BoxWrapper .footer_stay_connected .item_3 .list_bg {
	background-position: -44px 0;
}

.Footer_BoxWrapper .footer_stay_connected .item_3:hover .list_bg {
	background-position: -44px -23px;
}

.Footer_BoxWrapper .footer_stay_connected .item_4 .list_bg {
	background-position: -66px 0;
}

.Footer_BoxWrapper .footer_stay_connected .item_4:hover .list_bg {
	background-position: -66px -23px;
}

.Footer_BoxWrapper .footer_stay_connected .item_5 .list_bg {
	background-position: -88px 0;
}

.Footer_BoxWrapper .footer_stay_connected .item_5:hover .list_bg {
	background-position: -88px -23px;
}

.Footer_BoxWrapper .footer_stay_connected .item_6 .list_bg {
	background-position: -110px 0;
}

.Footer_BoxWrapper .footer_stay_connected .item_6:hover .list_bg {
	background-position: -110px -23px;
}

.Footer_BoxWrapper .footer_contact .list_bg {
	position: absolute;
	width: 21px;
	height: 21px;
	top: 4px;
	left: 0;
	background: url('../images/icons/footer_contact.png') 0 0px no-repeat transparent;
}

.Footer_BoxWrapper .footer_contact .field1 .list_bg {
	background: none;
}

.Footer_BoxWrapper .footer_contact .field2 .list_bg {
	background-position: 0 0;
}

.Footer_BoxWrapper .footer_contact .field3 .list_bg {
	background-position: -21px 0;
}

.Footer_BoxWrapper .footer_contact .field4 .list_bg {
	background-position: -42px 0;
}

.Footer_BoxWrapper li:hover {
	background-position: 0 -15px;
}

.Footer_BoxWrapper li a {
	padding: 7px 0px 3px 0px;
	display: inline-block;
}

.Footer_BoxWrapper li a {
	color: #959595;
	font-weight: normal;
	text-decoration: none;
}

.Footer_BoxWrapper li.act a,
.Footer_BoxWrapper li a:hover {
	color: #fff;
	text-decoration: none;
}

.Footer_BoxWrapper li.first {
	border-top: 1px solid #252424;
}

.footer {
	float: left;
	width: 100%;
	background: #383838;
	background: -moz-linear-gradient(top, #383838 0%, #343434 50%, #323232 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383838), color-stop(50%, #343434), color-stop(100%, #323232));
	background: -webkit-linear-gradient(top, #383838 0%, #343434 50%, #323232 100%);
	background: -o-linear-gradient(top, #383838 0%, #343434 50%, #323232 100%);
	background: -ms-linear-gradient(top, #383838 0%, #343434 50%, #323232 100%);
	background: linear-gradient(to bottom, #383838 0%, #343434 50%, #323232 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#323232', GradientType=0);
	border-top: 1px solid #444444;
	border-bottom: 1px solid #242424;
	-webkit-border-radius: 0 0 0px 0px;
	border-radius: 0 0 0px 0px;
}

.footer p {
	margin: 0;
	padding: 24px 20px 25px 20px;
	color: #adabab;
}

.footer p a {
	color: #fff;
}

.footer p a:hover {
	color: #adabab;
	text-decoration: none;
}

div#tags ul,
ul#stringball {
	margin: -5px 0 0 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

div#tags ul li,
ul#stringball li {
	margin: 0;
	padding: 1px 7px 0px 7px;
	float: left;
	margin: 5px 5px 0px 0px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: inset 0px 0px 10px 0px #e7e7e7;
	box-shadow: inset 0px 0px 10px 0px #e7e7e7;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

div#tags ul li:hover,
ul#stringball li:hover {
	background: #5c5c5c;
	-webkit-box-shadow: inset 0px 0px 10px 0px #404040;
	box-shadow: inset 0px 0px 10px 0px #404040;
}

ul#stringball {
	font-size: 54px;
	font-weight: normal;
	visibility: hidden;
}

div#tags ul li,
ul#stringball li {
	display: inline;
}

div#tags ul li a,
ul#stringball li a {
	text-decoration: none;
	display: inline;
}

div#tags ul li:hover a,
ul#stringball li:hover a {
	text-decoration: none;
	color: #fff;
}

div#tags ul li {
	line-height: 28px;
}

.welcome,
.customer_greeting {
	margin: 0px;
	font-size: 1.14em;
}

.welcome {
	color: #818181;
	padding: 16px 5px 15px 5px;
	margin-bottom: 22px;
	border: 1px solid #e9e9e9;
	border-width: 0 0 0px 0;
}

.customer_greeting {
	color: #222222;
	padding: 10px 5px 15px 5px;
	line-height: 1.2em;
}

.welcome strong,
.customer_greeting strong {
	font-size: 1.57em;
	line-height: 1.3em;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-top: -7px;
}

.customer_greeting {
	font-size: 1.57em;
	border: 1px solid #e9e9e9;
	border-width: 0 0 1px 0;
	clear: both;
}

.row_2 .welcome {
	margin-top: 0px;
	padding-top: 18px;
	margin-bottom: 10px;
	border-width: 1px 0 0 0;
}

.row_2 .customer_greeting {
	margin-top: 0px;
	padding-top: 15px;
	margin-bottom: 6px;
	border-width: 0 0 0 0;
}

.brands_wrapper {
	position: relative;
	padding: 24px 38px 24px 38px;
	margin: 0px 0 30px;
}

.brands {
	width: auto !important;
}

.prev,
.next,
.prev_,
.next_ {
	display: inline-block;
	visibility: visible;
	padding: 0px 0px 20px 13px;
	position: absolute;
	top: 45%;
	z-index: 3;
	text-decoration: none;
	font-size: 0;
	color: #303030;
	font-weight: normal;
	line-height: 0;
	background: url('../images/brands-arrows.png') no-repeat;
}

.prev_.brand,
.next_.brand {
	top: 49px;
}

.prev,
.prev_ {
	left: 10px;
	background-position: 0 0;
}

.next,
.next_ {
	right: 10px;
	background-position: -13px 0;
}

.prev_.brand {
	left: 5px;
}

.next_.brand {
	right: 0px;
}

.prev:hover,
.prev_:hover {
	background-position: 0 -20px;
}

.next:hover,
.next_:hover {
	background-position: -13px -20px;
}

.brands_wrapper img {
	border: 1px solid #e9e9e9;
	width: 100%;
	height: 100%;
}

.brands_wrapper.banner {
	border-color: transparent !important;
	overflow: hidden;
}

.brands_wrapper a {
	display: block;
	margin: 0 10px 0 10px;
	float: left;
}

.brands_wrapper>a {
	margin: 0 0px 0 0px;
}

.image_carousel {
	padding: 0px 0 0px 0px;
	position: relative;
	display: none;
}

.image_carousel ul {
	padding: 0;
	margin: 10px 0 0px 27px;
	list-style: none;
	display: block;
}

.image_carousel.extra ul {
	padding: 0px 0px 0px 7px !important;
}

.image_carousel li {
	color: #666;
	text-align: center;
	padding: 0;
	margin: 0px;
	padding: 2px 0;
	display: block;
	float: left;
	clear: none;
}

.clearfix {
	float: none;
	clear: both;
}

.caroufredsel_wrapper {
	margin-left: 0 !important;
	min-height: 104px !important;
}

.infoBoxContainer.box_list li {
	border-top: 1px solid #e9e9e9;
	padding: 6px 0 6px 0;
	position: relative;
	line-height: 1.4em;
}

.infoBoxContainer.box_list li.first {
	border-top: 0px solid #e9e9e9;
}

.infoBoxContainer.box_list li {
	color: #818181;
}

.infoBoxContainer.box_list li a {
	padding-left: 14px;
}

.infoBoxContainer.box_list ul.categories li a {
	padding-left: 0px;
	padding-right: 8px;
}

.infoBoxContainer.box_list li .sub {
	padding-left: 15px;
}

.infoBoxContainer.box_list li .inner {
	position: relative;
}

.infoBoxContainer.box_list li .inner>span.marker {
	background: url('../images/marker_small.png') no-repeat;
	position: absolute;
	top: 6px;
	left: 0px;
	display: block;
	width: 5px;
	height: 8px;
}

.infoBoxContainer.box_list li .inner:hover>span.marker {
	background-position: 0 -8px;
}

.infoBoxContainer.box_list select {
	width: 100%;
}

.infoBoxContainer.box_list li a i:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent transparent #222222;
	border-image: none;
	border-style: solid;
	border-width: 8px;
	content: " ";
	display: block;
	margin-left: 96%;
	position: absolute;
	top: 0;
}

.infoBoxContainer.box_list li a:hover i {
	filter: none;
	margin-left: -75px;
	opacity: 1;
}

.infoBoxContainer.box_list li a i {
	background: none repeat scroll 0 0 #222222;
	border-radius: 3px 0 3px 3px;
	box-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
	margin-left: -55px;
	opacity: 0;
	padding: 2px;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.215, 0.31, 0.355, 1) 0s;
	z-index: 10;
}

.stars {
	padding-top: 8px;
	font-size: .88em;
	display: block;
}

.row_view .stars {
	padding-top: 12px;
	padding-bottom: 0px;
	float: right;
}

.stars img {
	margin: -2px 5px 0 3px;
}

.stars span {}

.box_bookmarks .infoBoxContents>a {
	margin-bottom: 7px;
	display: inline-block;
}

.infoBoxContainer iframe {
	height: 20px !important;
	width: 170px !important;
	margin-bottom: 7px;
}

.infoBoxContainer .box_bookmarks .infoBoxContents {
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 0;
}

.infoBoxContainer .box_bookmarks.page_reviews .infoBoxContents {
	margin-top: 20px;
}

.infoBoxContainer .box_bookmarks .infoBoxContents>a,
.infoBoxContainer .box_bookmarks .infoBoxContents>div {
	height: 20px !important;
	display: inline-block;
}

.infoBoxContainer .box_bookmarks .infoBoxContents img {
	vertical-align: baseline;
}

.pluginCountButton.pluginCountNum {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.sf-menu .CatMenu_BoxWrapper {
	width: 170px;
	padding: 10px;
}

.sf-menu li .CatMenu_BoxWrapper * {
	color: #000;
}

.sf-menu li .CatMenu_BoxWrapper ul li {
	color: #000;
	list-style-type: square;
	list-style-position: inside;
}

.sf-menu li .CatMenu_BoxWrapper ul li a {
	padding: 0;
	display: inline;
	text-decoration: underline;
}

#screenshot,
.sf-menu .CatMenu_BoxWrapper,
#screenshotCategory {
	position: absolute;
	z-index: 8;
}

#screenshot,
.sf-menu .CatMenu_BoxWrapper {
	border: 1px solid #fff;
	background: #fff;
	top: 20px;
	right: 22px;
	padding: 10px 12px 10px 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#screenshotCategory {
	border: 0px solid #e2dede;
	background: #f6f6f6;
	display: inline-block;
	width: auto;
	line-height: 0;
	font-size: 0;
}

#screenshotCategory img {
	border: 1px solid #fff;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#screenshot span,
.sf-menu .CatMenu_BoxWrapper span {
	display: block;
	font-size: 1em;
	line-height: 1.35em;
	padding: 10px 0 0;
}

.preloader {
	background: url('../images/icons/89.gif') center center no-repeat #ffffff;
}

.sf-menu i {
	position: absolute;
	font-size: 18px;
	margin-left: -10px;
}

.banner_side {
	margin-bottom: 20px;
}

#pscroller_np {
	height: 150px;
	border: 0px;
	padding: 5px;
}

.pscroller_c_np {
	font-family: sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

.testimonial_box {
	text-align: left;
}

MARQUEE {
	text-align: left;
}

.content.testimonials li.responsive_block {
	margin-top: 20px;
}

.content.testimonials li.responsive_block.first {
	margin-top: 0px;
}

.row_view .testimonials .stars {
	padding-top: 0px;
}

.html_carousel {
	padding: 15px 0 15px 40px;
}

.html_carousel div.slide {
	position: relative;
}

.html_carousel div.slide div {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	display: none;
	position: absolute;
	bottom: 0;
}

.html_carousel div.slide h4 {
	font-size: 35px;
	padding: 30px 0 0 100px;
}

.html_carousel div.slide p {
	font-size: 16px;
	padding: 0 0 30px 100px;
}

.html_carousel div.slide h4,
.html_carousel div.slide p {
	color: white;
	margin: 0;
}

.clearfix {
	float: none;
	clear: both;
}

.testimonial_box h3.name {
	padding-top: 0px;
}

.testimonial_box a.read_more {
	color: #4BB5C1;
}

.testimonial_box a:hover.read_more {
	color: #222;
}

.testimonial_box .stars {
	text-align: right;
}

#categorybox {
	width: 100%;
	position: relative;
	margin: -5px 0px 0px 0px;
	min-height: 30px;
	z-index: 96;
}

#categorybox.fr {
	width: 100%;
	position: relative;
	margin: 0px 0px 0px 0px;
	min-height: 60px;
	z-index: 96;
}

#categorybox.fg {
	width: 100px;
}

#categorybox ul,
#categorybox li {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	z-index: 1;
}

#categorybox ul.sm_1 {
	background-color: rgba(0, 0, 0, 0.9);
}

#categorybox .drop li {
	text-decoration: none;
	float: left;
	margin-right: 0px;
}

#categorybox .drop li a.cl_1,
#categorybox .drop li a.cl_2 {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	width: 100%;
	display: block;
	float: left;
	cursor: pointer;
	min-height: 30px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	position: relative;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#categorybox.fr .drop li a.cl_2 {
	min-height: 40px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#categorybox .drop li a.cl_2 {
	color: #fff;
	font-weight: bold;
	float: left;
	background: #3b3b3b;
	background: -moz-linear-gradient(top, #3b3b3b 0%, #303030 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3b3b), color-stop(100%, #303030));
	background: -webkit-linear-gradient(top, #3b3b3b 0%, #303030 100%);
	background: -o-linear-gradient(top, #3b3b3b 0%, #303030 100%);
	background: -ms-linear-gradient(top, #3b3b3b 0%, #303030 100%);
	background: linear-gradient(to bottom, #3b3b3b 0%, #303030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b', endColorstr='#303030', GradientType=0);
	-webkit-box-shadow: 0px 3px 3px 0px #c5c5c5;
	box-shadow: 0px 3px 3px 0px #c5c5c5;
}

#categorybox .drop li a.cl_1 {
	width: auto;
	border-width: 0 1px 1px 1px;
}

#categorybox .drop li a.cl_1:hover,
#categorybox .drop li a.cl_2:hover {
	color: #161616;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#categorybox .drop li a.cl_1 span,
#categorybox .drop li a.cl_2 span {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#categorybox .drop li a.cl_1:hover,
#categorybox .drop li a.cl_2:hover span {
	color: #fff;
	background: #4fb3be;
	background: -moz-linear-gradient(top, #4fb3be 0%, #43aab6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fb3be), color-stop(100%, #43aab6));
	background: -webkit-linear-gradient(top, #4fb3be 0%, #43aab6 100%);
	background: -o-linear-gradient(top, #4fb3be 0%, #43aab6 100%);
	background: -ms-linear-gradient(top, #4fb3be 0%, #43aab6 100%);
	background: linear-gradient(to bottom, #4fb3be 0%, #43aab6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fb3be', endColorstr='#43aab6', GradientType=0);
	border-top-color: #63bbc5;
	border-left-color: #63bbc5;
	border-right-color: #317b84;
	border-bottom-color: #317b84;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#categorybox ul .submenu {
	z-index: 1111;
	position: absolute;
	top: 47px;
	padding: 0px 0;
	clear: both;
	width: 100%;
	display: none;
	padding-top: 9px;
	padding-bottom: 10px;
	background-color: rgba(0, 79, 62, 1);
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#categorybox.fg ul .submenu {
	width: 150px;
	top: 37px;
}

#categorybox ul .submenu li {
	display: block;
	float: none;
	margin: 1px 0px 0px 0px;
	border: 0;
	height: auto;
	line-height: normal;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}

#categorybox ul .submenu li.bg_list {}

#categorybox .drop .submenu li a {
	display: block;
	float: none;
	position: relative;
	margin: 0;
	border: 0;
	width: auto;
	color: #fff;
	padding: 3px 14px 3px 27px;
	text-decoration: none;
	font-size: 2em;
}

#categorybox .drop .submenu li a:hover {
	color: #212121;
	text-decoration: none;
}

#categorybox .drop .submenu li a b {
	font-weight: bold;
	margin: -3px -14px -3px -27px;
	padding: 3px 14px 3px 27px;
	text-decoration: none;
	display: inline-block;
}

#categorybox .drop .submenu li a:hover b {}

.cl_1,
.cl_2 {
	margin: 0px auto 0px auto;
	text-align: center;
}

#categorybox .drop>li>a span {
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 0px;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

#categorybox.fr .drop>li>a span {
	padding-top: 9px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
}

#categorybox ul .submenu li .div {
	padding-left: 20px;
}

.submenu li .category_arrow {
	position: absolute;
	width: 8px;
	height: 8px;
	top: 9px;
	right: 9px;
	line-height: 0px;
	font-size: 0px;
	padding: 0px;
	background: url('../images/category_arrow.png') no-repeat transparent;
}

.submenu li .category_arrow {
	background-position: 0 0px;
}

.submenu li:hover .category_arrow {
	background-position: 0 -8px;
}

ul.row {
	list-style: none;
}

.description ul {
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: initial;
}

.description ul {
	margin-left: 25px;
}

.markProductOutOfStock-list {
	font-size: 12px;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	background-color: #f13a3a;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.markProductInStock-list {
	font-size: 12px;
	color: #16a085;
	font-family: Tahoma, tahoma;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	text-align: center
}

.boxes_above_footer .welcome h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0
}

.boxes_above_footer .welcome p {
	padding: 5px 0;
}

.warningbox {
	background-color: #F66;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}

[data-tooltip],
.tooltip {
	position: relative;
	cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
	position: absolute;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	pointer-events: none;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.tooltip:before,
[data-tooltip]:before {
	z-index: 1001;
	border: 6px solid transparent;
	background: transparent;
	content: "";
}

.tooltip:after,
[data-tooltip]:after {
	z-index: 1000;
	padding: 8px;
	width: 160px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	font-size: 14px;
	line-height: 1.2;
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
	bottom: 100%;
	left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
	margin-left: -6px;
	margin-bottom: -12px;
	border-top-color: #000;
	border-top-color: hsla(0, 0%, 20%, 0.9);
}

[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
	margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
	transform: translateY(-12px);
}

.tooltip-left:before,
.tooltip-left:after {
	right: 100%;
	bottom: 50%;
	left: auto;
}

.tooltip-left:before {
	margin-left: 0;
	margin-right: -12px;
	margin-bottom: 0;
	border-top-color: transparent;
	border-left-color: #000;
	border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
	-webkit-transform: translateX(-12px);
	-moz-transform: translateX(-12px);
	transform: translateX(-12px);
}

.tooltip-bottom:before,
.tooltip-bottom:after {
	top: 100%;
	bottom: auto;
	left: 50%;
}

.tooltip-bottom:before {
	margin-top: -12px;
	margin-bottom: 0;
	border-top-color: transparent;
	border-bottom-color: #000;
	border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
	-webkit-transform: translateY(12px);
	-moz-transform: translateY(12px);
	transform: translateY(12px);
}

.tooltip-right:before,
.tooltip-right:after {
	bottom: 50%;
	left: 100%;
}

.tooltip-right:before {
	margin-bottom: 0;
	margin-left: -12px;
	border-top-color: transparent;
	border-right-color: #000;
	border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
	-webkit-transform: translateX(12px);
	-moz-transform: translateX(12px);
	transform: translateX(12px);
}

.tooltip-left:before,
.tooltip-right:before {
	top: 3px;
}

.tooltip-left:after,
.tooltip-right:after {
	margin-left: 0;
	margin-bottom: -16px;
}
.topBar, .trustBar{background: #ececec; padding: 5px 0;}
.trustBar2{background: #ffed05;}
.topBar .container{display: flex; align-items: center;}
.topBar .container .col1{width: 50%;}
.topBar .container .col2{width: 50%; margin-left: auto}
.topBar .topBarColRight{ display: flex; justify-content: flex-end; align-items: center; gap: 15px;}
.topBar .topBarColRight a.user_menu_account i, .topBar .topBarColRight a.user_menu_login i{ margin-right: 5px; }
.headerRow{background: #01070e; padding: 30px 0 15px; }
.headerRow .container{background: #01070e; display: flex; align-items: center;}
.headerRow .col1{ width: 32%;}
.headerRow .col2{ width: 38%;}
.headerRow .col2 .searchContainer form[name="quick_find"]{ display: flex; align-items: center; margin: 0;position: relative;}
.headerRow .col2 .searchContainer form input{background: #FFF;border-radius: 5px; margin: 0; padding: 8px;}
.headerRow .col2 .searchContainer form button{background: #238b8a;border-radius: 0 5px  5px 0; margin: 0; padding: 8px 10px; position: absolute;right: 0;top: 0;height: 100%;border-left: 1px solid;}
.headerRow .col2 .searchContainer form button span{ padding: 0; color: #FFF;}
.headerRow .col3{width: 32%;display: flex;justify-content: flex-end;text-align: right;gap: 10px;align-items: center;}
.headerRow .col3 #box_header_cart{position: relative; top: auto; right: auto;}
.headerRow .col3 .desktop-account {padding-right: 80px;}
.headerRow .col3 .desktop-account a{ color: #FFF;}
.headerRow .col3 .desktop-account a img{display: block;margin: 0 auto;}
.infobar {color: #2c2c2c; margin-bottom: 0;}
.menuRowSticky{position: fixed;top: 0;left: 0;z-index: 100;box-shadow: 0 5px 3px 0 #999;box-shadow: 0 5px 3px 0 rgba(0,0,0,.075);width: 100%;}
.menuRow{background: #01070e;}

.page_reviews_product ul.row_products_desc,
.homepage ul.row_new_products_name, .homepage ul.row_featured_name,
.modul_also_purchase ul.row_also_pur_prods_name,
.featured_products ul.row_products_desc,
.special_products ul.row_products_desc{ display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 30px 30px;}

#tabvanilla_nested ul.row_new_products_name, #tabvanilla_nested ul.row_featured_name,
.products_new_listing .row_listing_desc,
#tabs_module_listing .row_listing_desc
{ display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px 30px;}

.modul_also_purchase ul.row_also_pur_prods_name .responsive_block,
.featured_products ul.row_products_desc .responsive_block,
.page_reviews_product ul.row_products_desc .responsive_block,
.products_new_listing .row_listing_desc .responsive_block,
#tabs_module_listing .row_listing_desc .responsive_block,
.special_products ul.row_products_desc .responsive_block,
.homepage ul.row_new_products_name .responsive_block, 
.homepage ul.row_featured_name .responsive_block,
#tabvanilla_nested ul.row_new_products_name .responsive_block, 
#tabvanilla_nested ul.row_featured_name .responsive_block {width: 100%; background-color: rgba(0,0,0,.075);}

.modul_also_purchase ul.row_also_pur_prods_name .responsive_block .product_info_wrapper div.listing,
.featured_products ul.row_products_desc .responsive_block .product_info_wrapper div.listing,
.page_reviews_product ul.row_products_desc .responsive_block .product_info_wrapper div.listing,
.products_new_listing .row_listing_desc .responsive_block .product_info_wrapper div.listing,
#tabs_module_listing .row_listing_desc .responsive_block .product_info_wrapper div.listing,
.special_products ul.row_products_desc .responsive_block .product_info_wrapper div.listing,
.homepage ul.row_new_products_name .responsive_block .product_info_wrapper div.listing, 
.homepage ul.row_featured_name .responsive_block .product_info_wrapper div.listing,
#tabvanilla_nested ul.row_new_products_name .responsive_block .product_info_wrapper div.listing, 
#tabvanilla_nested ul.row_featured_name .responsive_block .product_info_wrapper div.listing {background-color: transparent;}

.modul_also_purchase ul.row_also_pur_prods_name .responsive_block:hover, 
.page_reviews_product ul.row_products_desc .responsive_block:hover, 
.featured_products ul.row_products_desc .responsive_block:hover, 
#tabs_module_listing .row_listing_desc .responsive_block:hover, 
.products_new_listing .row_listing_desc .responsive_block:hover, 
.special_products ul.row_products_desc .responsive_block:hover, 
.homepage ul.row_new_products_name .responsive_block:hover, 
.homepage ul.row_featured_name .responsive_block:hover,
#tabvanilla_nested ul.row_new_products_name .responsive_block:hover, 
#tabvanilla_nested ul.row_featured_name .responsive_block:hover {background-color: rgba(0,0,0,.05);}

.modul_also_purchase ul.row_also_pur_prods_name:before, .modul_also_purchase ul.row_also_pur_prods_name:after, 
.page_reviews_product ul.row_products_desc:before, .page_reviews_product ul.row_products_desc:after, 
.featured_products ul.row_products_desc:before, .featured_products ul.row_products_desc:after, 
#tabs_module_listing .row_listing_desc:before, #tabs_module_listing .row_listing_desc:after, 
.products_new_listing .row_listing_desc:before, .products_new_listing .row_listing_desc:after, 
.special_products ul.row_products_desc:before, .special_products ul.row_products_desc:after, 
.homepage ul.row_new_products_name:before, .homepage ul.row_new_products_name:after, 
.homepage ul.row_featured_name:before, .homepage ul.row_featured_name:after,
#tabvanilla_nested ul.row_new_products_name:before, #tabvanilla_nested ul.row_new_products_name:after, 
#tabvanilla_nested ul.row_featured_name:before, #tabvanilla_nested ul.row_featured_name:after{ display: none; }


.modul_also_purchase ul.row_also_pur_prods_name .responsive_block .product_pic_wrapper, 
.page_reviews_product ul.row_products_desc .responsive_block .product_pic_wrapper, 
.featured_products ul.row_products_desc .responsive_block .product_pic_wrapper, 
#tabs_module_listing .row_listing_desc .responsive_block .product_pic_wrapper, 
.products_new_listing .row_listing_desc .responsive_block .product_pic_wrapper, 
.special_products ul.row_products_desc .responsive_block .product_pic_wrapper, 
.homepage ul.row_new_products_name .responsive_block .product_pic_wrapper, 
.homepage ul.row_featured_name .responsive_block .product_pic_wrapper,
#tabvanilla_nested ul.row_new_products_name .responsive_block .product_pic_wrapper, 
#tabvanilla_nested ul.row_featured_name .responsive_block .product_pic_wrapper { border: 0 !important; box-shadow: none !important;}

#product_info #piGal .MagicZoomPlus, #product_info #piGal .wrapper_pic_div a{ background-color: rgba(0,0,0,.075);margin: 3px;}
#product_info #piGal .MagicZoomPlus img, #product_info #piGal .wrapper_pic_div img{ mix-blend-mode: multiply;}
#product_info .info{ padding-left: 15px; }

#bodyContent .page_cart.contentContainer {padding-left: 0px;padding-top: 0;}
#bodyContent .page_cart.contentContainer tr.cart_row td.cart_prods{border: 0; padding: 0}
#bodyContent .page_cart .cart table.product_pic_wrapper{background-color: rgba(0,0,0,.075); padding: 0; border: 0;}
#bodyContent .page_cart .cart table.product_pic_wrapper div.product_pic_wrapper{border: 0; box-shadow: none;}
#bodyContent .page_cart .cart table.product_pic_wrapper td.cart_update{border: 0;}

.content li.responsive_block>div{ height: 100%; }

.userAccountBox{ position: relative; cursor: pointer}
.topBar .userAccountBox .userAccountBoxIcon{color: #2c2c2c;}
.userAccountBox .userAccountBoxIcon{color: #FFF;text-align: center;}
.userAccountBox .userAccountBoxMenu{display: none;position: absolute;left: 50%;top: 30px;transform: translateX(-50%);background: #FFF;width: 150px;z-index: 11;border-radius: 4px;box-shadow: 0 0px 10px 3px rgba(255,255,255,0.5);}
.userAccountBox .userAccountBoxMenu ul{list-style: none;margin: 0;padding: 0;display: block;text-align: left; background: scroll}
.userAccountBox .userAccountBoxMenu ul li a{display: block;color: #2c2c2c !important;padding: 0px 5px;font-size: 14px;}
.userAccountBox .userAccountBoxMenu ul li a:hover{color: #109b98 !important}
/*.userAccountBox:hover .userAccountBoxMenu{display: block;}*/
/* --- Quick mobile fix: stop product images stretching --- */
@media (max-width: 768px) {
  .product-item img,
  .product_img img {
    height: auto !important;      /* natural proportional height */
    aspect-ratio: auto !important;/* let browser calculate from image */
    width: 100% !important;
    object-fit: contain;          /* show full image, no crop */
  }
}
/* === Blog Box Layout === */
.blog-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}

.blog-item {
  flex: 1 1 30%;              /* roughly 3 per row */
  max-width: 32%;
  text-align: center;
  box-sizing: border-box;
}

.blog-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  background: #fff;
  border-radius: 0px;
	 border: 1px solid #ddd;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-item a:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.blog-thumb {
  width: 100%;
  height: 250px;              /* fixed height */
  object-fit: cover;          /* crops nicely without distortion */
  display: block;
}

.blog-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 10px;
  line-height: 1.3;
}

/* Tablet: 2 per row */
@media (max-width: 991px) {
  .blog-item {
    flex: 1 1 45%;
    max-width: 48%;
  }
}

/* Mobile: 1 per row (stack) */
@media (max-width: 767px) {
  .blog-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


.contentText .title_wrapper h2 {
  color: #fff !important;
}


.container_24 .title_wrapper h2 {
  color: #fff !important;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.category-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin: 20px 0;
}
.category-grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}
.category-grid-image {
  background-size: cover;
  background-position: center;
  aspect-ratio: 16 / 9;
  transition: transform 0.4s ease;
}
.category-grid-item:hover .category-grid-image {
  transform: scale(1.05);
}
.category-grid-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  text-align: center;
}
.category-grid-overlay h3 {
  font-size: 1.1rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.category-grid-overlay p {
  margin: 5px 0 0;
  font-size: 0.9rem;
}
/* === Featured Category Grid === */
.category-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  padding: 20px 0;
}

.category-item {
  border: 1px solid #ddd;
  border-radius: 0px;
  background: #fff;
  overflow: hidden;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.category-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-color: #f5f5f5;
}

.category-info {
  padding: 12px;
}

.category-info h3 {
  margin: 0;
  font-size: 1.05em;
}

.category-info p {
  margin: 6px 0 0;
  color: #666;
  font-size: 0.9em;
}
.category-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.category-item {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  aspect-ratio: 4 / 3;
}

.category-thumb {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.category-item:hover .category-thumb {
  transform: scale(1.05);
}

.category-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  padding: 40px 10px 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
}

.category-info h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
}

.category-info p {
  font-size: 14px;
  margin: 5px 0 0;
  opacity: 0.9;
}
/* Constrain the category grid block wherever it’s placed */
.category-grid-outer {
  max-width: 1200px;   /* match your site’s content width */
  margin: 0 auto;
  padding: 0 10px;     /* optional gutter */
}
/* Keep consistent 4-across layout */
.category-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 items per row */
  gap: 20px;
  justify-items: center;
  align-items: stretch;
}

/* Tablet: 2 or 3 per row */
@media (max-width: 1024px) {
  .category-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile: 2 per row */
@media (max-width: 768px) {
  .category-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Individual card sizing */
.category-item {
  width: 100%;
  max-width: 280px;  /* keeps images consistent in size */
}

.category-thumb {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  border-radius: 0px;
}
.button_bg strong { 
  aria-hidden: true; 
}
.cat_panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background: #fff;
  display: none; /* hide by default */
}

.sf-menu li:hover > .cat_panel {
  display: block;
}

