	/* ------------------------------------- header ------------------------------------- */
	.element_items_list_items.header_grid.visible-lg {
		display: none !important;
	}
	/* --- layout_header --- */
	#wrapper #layout_header, div#header_group1 {
		height: 100%;
	}
	div#bg_header {
		position: fixed;
		z-index: 99999;
		background: rgb(255, 255, 255);
		top: 0;
	}

	<<<<<<< HEAD
	div#bg_header {
		position: fixed;
		z-index: 99999;
		background: rgb(255, 255, 255);
		top: 0;
	}

	=======
	>>>>>>> 077f0f47e483261e6b8294bebaf51ea9e036bf71
	.layout_homepage div#search_msg_facebook_and_sort {
		display: none;
	}

	/*up_btn*/
	#upBtn , #upBtn:hover #upBtn:focus {
		bottom: 0px;
		top: auto;

		background: url(up_btn.png) no-repeat center center;

		width: 62px;
		height: 66px;

		filter: alpha(opacity=0);
		opacity: 0;
		position: fixed;
		right: -60px;
		-webkit-transition: all .2s ease-in-out 0s;
		-o-transition: all .2s ease-in-out 0s;
		transition: all .2s ease-in-out 0s;
		z-index: 100;
		visibility: hidden;
	}
	#upBtn.on, #upBtn.on:hover #upBtn:focus.on {
		opacity: .8;
		filter: alpha(opacity=80);
		visibility: visible;
		right: 20px;
		cursor: pointer;
	}
	/*end of up_btn*/

	/* --- end layout_header --- */ 

	/* --- header_logo --- */
	div#header_logo {
		left: 9px;
		top: 8px;
	}
	/* --- end_header_logo --- */

	/* --- header_cart_nav_header --- */
	/*special_cart*/
	#layout_header .cart.special_cart_with_upgrades {
		left: auto;
		right: 0;
		top: 40px !important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: rgb(255, 255, 255);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
		box-shadow: 0 0 5px rgba(0,0,0,.15);
	}
	#layout_header .cart.special_cart_with_upgrades .scroll_div, #layout_header .special_cart div#header_cart, .special_cart #wrapper div.checkout_count {
		border: none;
		padding-top: 35px;
		height: auto !important;
		min-height: auto !important;
	}
	.special_cart div.checkout_count {
		box-shadow: none;
	}
	
	.cart.special_cart_with_upgrades.visible div#main_cart {
		max-width: 290px;
		margin: 0 auto;
		border: none;
	}
	.special_cart #wrapper div.count > div span.pos_1, .special_cart #wrapper div.count > div span.pos_0, #wrapper .cart.special_cart_with_upgrades.visible div.count > div span.pos_1, .special_cart div.count > div span.pos_0, #wrapper .cart.special_cart_with_upgrades.visible .sum_all_items_price span {
		color: rgb(86, 86, 86);
	}
	#wrapper .cart.special_cart_with_upgrades.visible .quantity {
		display: block !important;
		width: 33px;
		height: 28px;
		font-size: 13.04px;
		color: rgb(69, 65, 66);
		line-height: 21px;
		border-radius: 0;
		line-height: 26px;
		left: 25px;
		top: 27px;
	}
	.cart.special_cart_with_upgrades.visible .scroll_div {
		min-height: 308px !important;
	}
	div.cart.special_cart_with_upgrades.visible div#main_cart {
		/* padding-top: 35px; */
		padding: 0;
	}
	div.cart.special_cart_with_upgrades.visible div#main_cart table tr td.delete_btn a {
		background: url(bin_icon.png) no-repeat 50%;
	}
	#wrapper div.cart.special_cart_with_upgrades.visible .cart_close_btn {
		display: block !important;
		width: auto;
		height: auto;
		background: url(x_icon.png) no-repeat right;
		font-size: 11px;
		right: auto;
		left: 83%;
		border-radius: 0;
		top: 9px;
		z-index: 9;
		color: rgb(86, 86, 86);
		padding-right: 19px;
		line-height: 20px;
		font-weight: normal;
	}
	#layout_header div.cart.special_cart_with_upgrades.visible .cart_small_button {
		display: block;
		width: 21px;
		height: 28px;
		top: 13px;
		left: 4px;
		position: relative;
	}
	#layout_header div.cart.special_cart_with_upgrades.visible div.cart_small_button a.plus {
		top: -14px;
	}
	#layout_header div.cart.special_cart_with_upgrades.visible div.cart_small_button a:after {
		content: "\f0d7";
		font-family: fontAwesome;
		position: absolute;
		top: -3px;
		display: block;
		z-index: 999;
		color: rgb(255, 255, 255);
		height: 14px;
		width: 100%;
		font-size: 18px;
	}
	#layout_header div.cart.special_cart_with_upgrades.visible div.cart_small_button a.plus:after {
		content: "\f0d8";
		top: -2px;
	}
	#wrapper p.cart_content {
		background: none;
		color: rgb(61, 60, 63);
		font-size: 12px;
	}
	.special_cart #wrapper div.count:after {
		color: rgb(248, 149, 30);
		top: 36px;
	}
	.layout_item div.cart.special_cart_with_upgrades.visible .cart_close_btn {
		display: block;
	}

	div.cart.special_cart_with_upgrades.visible div#main_cart table tr td:first-child {
		bottom: 4px;
	}
	div.cart.special_cart_with_upgrades.visible div#main_cart tr {
		display: block;
		position: relative;
		height: auto;
		border-bottom: 1px solid #ebebeb;
		padding-bottom: 4px;
		padding-top: 10px;
	}
	div.cart.special_cart_with_upgrades.visible div#main_cart tr td.price_item_x {
		bottom: 0;
	}
	div.cart.special_cart_with_upgrades.visible div#main_cart table tr td.delete_btn {
		bottom: 4px;
	}
	div.cart.special_cart_with_upgrades.visible div#main_cart tr .title {
		width: 159px;
	}
	div.cart.special_cart_with_upgrades.visible div.checkout a {
		display: block;
		width: 143px;
		height: 46px;
		background: rgb(248, 149, 30);
	}
	#wrapper div.cart.special_cart_with_upgrades.visible .continue_shop {
		background: rgb(82, 82, 82);
		display: block;
		width: 143px;
		height: 46px;
		line-height: 46px;
		margin: 6px 11px 9px 0;
	}
	#wrapper div.cart.special_cart_with_upgrades.visible div#ascrail2001 {
		display: none !important;
	}
	#wrapper td.price_item_x {
		color: rgb(244, 130, 33);
	}
	#wrapper li.empty_cart a:after {
		background: url(empty_cart.png) no-repeat;
		top: 0;
	}
	#wrapper div.cart.special_cart_with_upgrades.visible div#ascrail2000 {
		background: #ccc !important;
		width: 6px !important;
		height: 316px !important;
		border-radius: 10px !important;
		z-index: 9999 !important;
		right: 4px;
		left: auto !important;
	}
	#wrapper div.cart.special_cart_with_upgrades.visible div#ascrail2000 > div {
		width: 9px !important;
		background: #3d3c3f !important;
		border: none !important;
		left: 1px;
	}
	#wrapper div.cart.special_cart_with_upgrades.visible div#ascrail2000 > div:after {
		content: none;
	}
	#layout_header div.cart.special_cart_with_upgrades.visible div.cart_small_button a {
		width: 100%;
		height: 14px;
		font-size: 0;
		margin: 0;
		position: absolute;
		background: rgb(215, 215, 215);
	}

	#wrapper div.cart.special_cart_with_upgrades.visible .count-price-wrapper {
		display: block;
		width: 230px;
		margin: 0 auto;
	}
	#wrapper div.cart.special_cart_with_upgrades.visible .count-price-wrapper div.count {
		margin-left: 34px;
	}
	#wrapper div.cart.special_cart_with_upgrades.visible .login_in_cart {
		display: block;
		position: absolute;
		width: 77px;
		height: 23px;
		top: -301px;
		left: 10px;
		background: #fff;
	}
	#wrapper div.cart.special_cart_with_upgrades.visible .login_in_cart > li {
		display: none;
	}
	#wrapper li.empty_cart {
		position: absolute;
		z-index: 999;
		width: auto;
		left: 0;
		text-align: left;
		padding-left: 40px;
		height: 16px;
		top: 10px;
		line-height: 13px;
		z-index: 99999999999;
		background-color: rgb(255, 255, 255);
	}
	#wrapper div.cart.special_cart_with_upgrades.visible .login_in_cart > li.empty_cart {
		display: block;
		position: static;
		padding: 0;
		text-align: right;
		background: url(empty_cart.png) no-repeat 7px center;
		height: 26px;
		width: 77px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-indent: 7px;
	}
	#wrapper div.cart.special_cart_with_upgrades.visible .login_in_cart > li.empty_cart a {
		display: block;
		width: 100%;
		height: 100%;
		line-height: 26px;
		color: #a1a1a1;
		font-size: 11px;
		cursor: pointer;
	}
	.cart.special_cart_with_upgrades.visible {
		width: 310px;
		right: 0;
		top: 40px;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
		box-shadow: 0 0 5px rgba(0,0,0,.15);
	}
	/*end of special_cart*/



	div#bg_header #layout_header #header_cart_nav {
		right: -10px;
		position: absolute;
		top: 0;
		width: 69px;
		box-sizing: content-box;
		z-index: 9999;
		padding: 0;
	}
	span#link_order_with_counter {
		display: block;
	}
/*	.special_cart #wrapper div.cart {
	    width: 100%;
	    right: 0;
	    }*/
	    #header_cart_nav .cart {
	    	background: url(cart_icon.jpg) no-repeat right;
	    	width: 29px;
	    	height: 29px;
	    	position: relative;
	    	top: 8px;
	    	right: 20px;
	    }
	    span.cart_with_items_text {
	    	font-size: 0;
	    }
	    span.cart_with_items_counter {
	    	position: absolute;
	    	left: -18px;
	    	font-size: 13px;
	    	color: rgb(82, 82, 82);
	    	top: -4px;
	    }
	    span.cart_with_items_counter:before {
	    	content: "(";
	    }
	    span.cart_with_items_counter:after {
	    	content: ")";
	    }
	    .navbar-toggle .icon-bar+.icon-bar {
	    	margin-top: 7px;
	    }
	    .icon-bar {
	    	background: #f7a22f;
	    }
	    /* --- end_header_cart_nav_header --- */

	    /* --- main_nav_bg --- */ 
	    .main_nav_lis li a:hover,  li.active span span {
	    	color: rgb(246, 149, 18) !important;
	    }
	    ul.nav.navbar-nav.navbar-right.main_nav_lis {
	    	background: rgb(255, 255, 255);
	    }

	    div#main_nav_bg {
	    	top: 10px;
	    	right: 115px;
	    }
	    li.active span span, .main_nav_lis li a {
	    	padding: 0 7px;
	    	color: rgb(82, 82, 82);
	    	font-size: 13px;
	    	margin: 0;
	    	line-height: 20px;
	    }

	    /* --- end_main_nav_bg --- */ 

	    /* --- element_general_search_header --- */ 

	    #header_show_search .search {
	    	width: 100%;
	    	margin: 0 auto;
	    	position: relative;
	    }
	    div#header_show_search * {
	    	display: block;
	    	width: 100%;
	    	height: 100%;
	    	padding: 0;
	    	margin: 0px;
	    	background: none;
	    }
	    #header_show_search .search .textInput #q {
	    	font-size: 15px;
	    	font-weight: normal;
	    	text-indent: 36px;
	    }
	    div#searchBtnHook input[type="submit"] {
	    	display: none;
	    }
	    /* --- end element_general_search_header --- */ 

	    /* --- element_general_links_header --- */ 
	    /*fixed_icons*/
	    body.plugin{
	    	margin: 0 !important;
	    }
	    #bg_header ul.element_general_links.fixed_icons {
	    	display: block;
	    	position: fixed;
	    	width: 55px;
	    	height: auto;
	    	overflow: hidden;
	    	z-index: 999;
	    	padding: 0;
	    	top: 239px;
	    	right: 0;
	    	-o-transition: All 0.25s ease;
	    	-ms-transition: All 0.25s ease;
	    	-moz-transition: All 0.25s ease;
	    	-webkit-transition: All 0.25s ease;
	    	transition: All 0.25s ease;
	    }
	    ul.element_general_links.fixed_icons li.pos_0 {
	    	background: url(youtube.jpg);
	    }

	    ul.element_general_links.fixed_icons li {
	    	display: block;
	    	width: 100%;
	    	height: 55px;
	    	margin-bottom: 4px;
	    	background: rgb(59, 89, 151);
	    }
	    ul.element_general_links.fixed_icons li.pos_1 {
	    	background: url(instagram.jpg);
	    }
	    ul.element_general_links.fixed_icons li.pos_2 {
	    	background: url(contact.jpg);
	    }

	    ul.element_general_links.fixed_icons li.pos_3 {
	    	background: #ffffff;
	    }
	    ul.element_general_links.fixed_icons li.pos_0 a {
	    	color: rgb(59, 89, 152);
	    }
	    ul.element_general_links.fixed_icons li a {
	    	display: block;
	    	width: 100%;
	    	height: 100%;
	    }
	    #bg_header .facebook_likebox {
	    	top: 180px;
	    	z-index: 9999;
	    }

	    #bg_header .facebook_likebox:after {
	    	content: "";
	    	background: url(facebook.jpg);
	    	width: 55px;
	    	height: 55px;
	    	top: 0px;
	    	right: 100%;
	    	transform: none;
	    }
	    /*end fixed_icons*/


	    /* --- end_element_general_links_header --- */ 

	    /* --- element_general_images_header --- */ 

	    .element_general_images.safe_buy {
	    	position: absolute;
	    	right: 65px;
	    	top: 9px;
	    	display: block;
	    	width: auto;
	    	height: auto;
	    }
	    .element_general_images.icons_head .current_element_image p {
	    	display: none;
	    }
	    .element_general_images.icons_head a h3.active:after {
	    	content: "";
	    	position: absolute;
	    	width: 0px;
	    	height: 0px;
	    	left: 39%;
	    	top: -21px;
	    	border: 12px solid rgba(0, 0, 0, 0);
	    	border-bottom: 9px solid rgb(82, 82, 82);
	    }
	    .element_general_images.icons_head a h3 {
	    	color: rgb(82, 82, 82);
	    	background: rgb(255, 255, 255);
	    	border-radius: 8px;
	    	border: 1px solid rgb(82, 82, 82);
	    	padding: 6px 16px;
	    	text-align: center;
	    	font-size: 12px;
	    	height: auto;
	    	width: 108px;
	    	position: absolute;
	    	right: -38px;
	    	top: 34px;
	    }
	    .element_general_images.icons_head a h3.active{
	    	display: block;
	    }
	    .element_general_images.icons_head .current_element_image {
	    	/* float: right; */
	    	display: inline-block;
	    	position: relative;
	    }
	    .element_general_images.icons_head {
	    	position: absolute;
	    	top: 58px;
	    	right: 343px;
	    }
	    /* --- end_element_general_images_header --- */ 

	    /* --- element_general_login_logout_header --- */ 
	    /* --- end_element_general_login_logout_header --- */ 

	    /* --- element_general_prime_categories_category_header --- */ 


	    .element_general_prime_categories {
	    	width: 160px;
	    	height: 20px;
	    	position: absolute;
	    	top: 65px;
	    	right: 14px;
	    	z-index: 9999;
	    }
	    #bg_header .element_general_prime_categories > h3 {
	    	display: block;
	    	height: 20px;
	    	font-size: 18px;
	    	color: rgb(246, 149, 18);
	    	position: relative;
	    	font-weight: bold;
	    	background: url(button.png) no-repeat right center;
	    	padding-right: 26px;
	    	margin: 0;
	    	line-height: 20px;
	    }

	    #bg_header .element_general_prime_categories ul.store_categories {
	    	visibility: hidden;
	    	background: rgb(255, 255, 255);
	    	width: 331px;
	    	position: absolute;
	    	top: 100%;
	    	right: 12px;
	    	padding: 0 5px;
	    	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.11);
	    	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.11);
	    	box-shadow: 0 3px 7px rgba(0,0,0,.11);
	    }
	    #bg_header .element_general_prime_categories.open_drop ul.store_categories {
	    	visibility: visible;
	    }
	    #bg_header .element_general_prime_categories > ul.store_categories > li {
	    	display: inline-block;
	    	float: right;
	    	width: 46%;
	    	height: 100%;
	    }
	    #bg_header .element_general_prime_categories > ul.store_categories > li:not(:last-child) {
	    	margin-left: 3.6%;
	    }

	    #bg_header .element_general_prime_categories ul.store_categories li > a, #bg_header .element_general_prime_categories ul.store_categories li > span {
	    	display: block;
	    	width: 100%;
	    	height: 100%;
	    	font-size: 15px;
	    	color: rgb(0, 0, 0);
	    	font-weight: normal;
	    	text-align: right;
	    	line-height: 34px;
	    	position: relative;
	    	padding-right: 46px;
	    	overflow: hidden;
	    }
	    #bg_header .element_general_prime_categories ul.store_categories li > a:before, #bg_header .element_general_prime_categories ul.store_categories li > span:before {
	    	content: "\f100";
	    	right: 25px;
	    	font-size: 16px;
	    	font-weight: normal;
	    	width: auto;
	    	height: auto;
	    	position: absolute;
	    	top: 0px;
	    	font-family: FontAwesome;
	    }
	    #bg_header .element_general_prime_categories ul.store_categories li:hover > a, #bg_header .element_general_prime_categories ul.store_categories li > span {
	    	color: #F28829;
	    }
	    #bg_header .element_general_prime_categories ul.store_categories li ul {
	    	display: none;
	    }
	    /* --- end element_general_prime_categories_category_header --- */ 

	    /* --- element_general_prime_categories_with_group_header --- */
	    /* --- end element_general_prime_categories_with_group_header --- */

	    /* --- element_general_prime_categories_with_children_header --- */
	    /* --- end element_general_prime_categories_with_children_header --- */

	    /* --- element_general_contact_header --- */ 
	    /* --- end element_general_contact_header --- */ 

	    /* --- element_general_newsletter_header --- */ 
	    /* --- end element_general_newsletter_header --- */ 

	    /* --- element_general_easy_lightbox --- */
	    /* --- end element_general_easy_lightbox --- */

	    /*element_general_lightbox*/
	    /*end element_general_lightbox*/

	    /* ------------------------------------- end layout_header ------------------------------------- */

	    /* ------------------------------------- middle ------------------------------------- */

	    /* --- layout_homepage_middle --- */  
	    #wrapper div#main {
	    	max-width: 100%;
	    	width: 100%;
	    }
	    #wrapper div#homepage_group1 {
	    	max-width: 100%;
	    	width: 100%;
	    }
	    div#bg_middle {
	    	margin-top: 132px;
	    }
	    #wrapper div#homepage_middle_groups {
	    	width: 100%;
	    	max-width: 100%;
	    }
	    #bg_middle .row {
	    	max-width: 1200px;
	    	margin: 0 auto !important;
	    }
	    /* --- end layout_homepage_middle --- */ 

	    /* --- element_general_masonry_images_middle --- */ 
	    /* --- end element_general_masonry_images_middle --- */ 

	    /* --- element_general_strength --- */ 
	    #wrapper .wrapStrength {
	    	max-width: 1200px;
	    	margin: 0 auto;
	    	height: auto;
	    	padding-top: 22px;
	    	margin-bottom: 47px;
	    }
	    #wrapper .wrapStrength:after {
	    	content: ".";
	    	display: block;
	    	height: 0px;
	    	top: 10px;
	    	position: static;
	    	clear: both;
	    	visibility: visible;
	    	color:transparent;
	    }
	    #bg_middle .element_general_images.strength {
	    	display: inline-block;
	    	float: right;
	    	height: auto;
	    	overflow: hidden;
	    	border: 2px solid rgb(255, 255, 255);
	    }

	    #bg_middle .element_general_images.strength .heading{
	    	display: none;
	    }
	    #bg_middle .element_general_images.strength .current_element_image {
	    	display: inline-block;
	    	float: right;
	    	height: 198.5px;
	    	background: rgb(254, 234, 189);
	    	position: relative;
	    	overflow: hidden;
	    }
	    #bg_middle .element_general_images.strength .current_element_image.pos_1 {
	    	background: #ffd475;
	    }
	    #bg_middle .element_general_images.strength .current_element_image.pos_2 {
	    	background: #ffbc62;
	    }
	    #bg_middle .element_general_images.strength .current_element_image.pos_3 {
	    	background: #f69512;
	    }
	    #bg_middle .element_general_images.strength .current_element_image.pos_4 {
	    	background: #ffbc62;
	    }
	    #bg_middle .element_general_images.strength .current_element_image.pos_5 {
	    	background: #feeabd;
	    }
	    #bg_middle .element_general_images.strength .current_element_image:before {
	    	content: "";
	    	display: inline-block;
	    	float: left;
	    	height: 100%;
	    	width: 4px;
	    	background: #fff;
	    }
	    #bg_middle .element_general_images.strength .current_element_image.pos_2:before, #bg_middle .element_general_images.strength .current_element_image.pos_5:before {
	    	content: none;
	    }
	    #bg_middle .element_general_images.strength .current_element_image.pos_3:after, #bg_middle .element_general_images.strength .current_element_image.pos_4:after, #bg_middle .element_general_images.strength .current_element_image.pos_5:after {
	    	content: none;
	    }
	    #bg_middle .element_general_images.strength .current_element_image:after {
	    	content: "";
	    	display: block;
	    	height: 4px;
	    	width: 100%;
	    	background: #fff;
	    	position: absolute;
	    	top: auto;
	    	bottom: 0px;
	    }
	    #bg_middle .element_general_images.strength .current_element_image.pos_3 a, #bg_middle .element_general_images.strength .current_element_image.pos_7 a {
	    	width: 100%;
	    }
	    #bg_middle .element_general_images.strength .current_element_image a {
	    	display: block;
	    	width: 99%;
	    	height: 99%;
	    	position: relative;
	    	padding-top: 52px;
	    }
	    #bg_middle .element_general_images.strength .current_element_image a:after {
	    	content: "";
	    	width: 44px;
	    	height: 2px;
	    	background: rgb(0, 0, 0);
	    	display: block;
	    	position: absolute;
	    	right: 0px;
	    	left: 0px;
	    	margin: auto;
	    	top: 135px;
	    	bottom: auto;
	    }
	    #bg_middle .element_general_images.strength .current_element_image h3, #bg_middle .element_general_images.strength .current_element_image p {
	    	display: none;
	    	width: 96%;
	    	font-size: 14px;
	    	color: rgb(0, 0, 0);
	    	line-height: 19px;
	    	text-align: center;
	    	max-height: 38px;
	    	margin: 0 auto;
	    	position: relative;
	    	z-index: 99;
	    	overflow: hidden;
	    }
	    #bg_middle .element_general_images.strength .current_element_image h3{
	    	font-weight: bold;
	    	margin-bottom: 10px;
	    }
	    #bg_middle .element_general_images.strength .current_element_image:hover h3, #bg_middle .element_general_images.strength .current_element_image:hover p {
	    	display: block;
	    }
	    #bg_middle .element_general_images.strength .current_element_image:hover h3 {
	    	bottom: auto;
	    	top: 53px;
	    }
	    #bg_middle .element_general_images.strength .current_element_image a img {
	    	position: absolute;
	    	top: 45px;
	    	right: 0;
	    	left: 0;
	    	bottom: auto;
	    	margin: auto;
	    	height: auto;
	    	width: auto;
	    	max-height: 75px;
	    	max-width: 75px;
	    	-webkit-transition: all 0.4s ease-in-out;
	    	-moz-transition: all 0.4s ease-in-out;
	    	-o-transition: all 0.4s ease-in-out;
	    	-ms-transition: all 0.4s ease-in-out;
	    	transition: all 0.4s ease-in-out;
	    }
	    #bg_middle .element_general_images.strength .current_element_image:hover a img{
	    	display: block;
	    	top: -150px;
	    }
	    #bg_middle .element_general_images.strength .current_element_image h3 {
	    	display: block;
	    	position: absolute;
	    	top: 150px;
	    	bottom: auto;
	    	font-size: 14px;
	    	max-height: 19px;
	    	-webkit-transition: all 0.4s ease-in-out;
	    	-moz-transition: all 0.4s ease-in-out;
	    	-o-transition: all 0.4s ease-in-out;
	    	-ms-transition: all 0.4s ease-in-out;
	    	transition: all 0.4s ease-in-out;
	    }
	    #bg_middle .element_general_images.strength .current_element_image:hover p {
	    	position: absolute;
	    	top: 79px;
	    	color: rgb(0, 0, 0);
	    	font-size: 13px;
	    }
	    .carousel-control{
	    	opacity: 1;
	    }
	    .carousel-control:hover, .carousel-control:focus {
	    	opacity: 1;
	    }
	    #bg_middle .element_general_images.strength .current_element_image p {
	    	-webkit-transition: all 0.4s ease-in-out;
	    	-moz-transition: all 0.4s ease-in-out;
	    	-o-transition: all 0.4s ease-in-out;
	    	-ms-transition: all 0.4s ease-in-out;
	    	transition: all 0.4s ease-in-out;
	    	display: block;
	    	top: 150%;
	    }
	    /* --- end element_general_strength --- */ 

	    /* --- element_general_all_categories_middle --- */ 
	    /* --- end element_general_all_categories_middle --- */ 

	    /* --- element_general_categories_images_middle --- */ 
	    /* --- end element_general_categories_images_middle --- */ 

	    /* --- element_general_content_carousel_middle --- */ 
	    /* --- end element_general_content_carousel_middle --- */

	    /* --- element_general_links_middle --- */ 
	    /*Tabs*/
	    #bg_middle .four.g_slider.active {
	    	visibility: visible;
	    	height: auto;
	    }
	    #bg_middle .four.g_slider {
	    	visibility: hidden;
	    	height: 0px;
	    }
	    #bg_middle .four.g_slider {
	    	opacity: 0;
	    }
	    #bg_middle .four.g_slider.active {
	    	opacity: 1;
	    	margin-bottom: 8px;
	    	padding-top: 24px;
	    }
	    #wrapper #bg_middle ul.element_general_links.heading {
	    	display: block;
	    	padding: 0;
	    	width: 83%;
	    	height: 35px;
	    	overflow: visible;
	    	position: relative;
	    	margin-top: 14px !important;
	    	border-bottom: 1px solid rgb(255, 165, 0);
	    	max-width: 1090px;
	    }
		#bg_middle ul.element_general_links.heading li:not(:nth-child(1)) {
		    padding-left: 12px;
		}
	    #bg_middle ul.element_general_links.heading li {
	    	display: inline-block;
	    	float: left;
	    	position: relative;
	    	overflow: visible;
	    	/* padding: 0 13px; */
	    	/* margin-left: 5px; */
	    }
	    #bg_middle ul.element_general_links.heading li a {
	    	display: block;
	    	height: 100%;
	    	line-height: 33px;
	    	color: rgb(65, 64, 66);
	    	font-size: 17px;
	    	font-weight: normal;
	    	position: relative;
	    	cursor: pointer;
	    	width: 100%;
	    	text-align: center;
	    }
	    #bg_middle ul.element_general_links.heading li.active a, #bg_middle ul.element_general_links.heading li:hover a {
	    	color: rgb(246, 149, 18);
	    	border-bottom: 1px solid;
	    }
	    #bg_middle ul.element_general_links.heading li:first-child{
	    	margin-left: 0px;
	    }

	    ul.element_general_links.heading h3 {
	    	display: inline-block;
	    	float: right;
	    	text-align: right;
	    	font-size: 22px;
	    	color: rgb(65, 64, 66);
	    	font-weight: normal;
	    	height: 100%;
	    	line-height: 35px;
	    	margin-top: 0px;
	    	max-width: 200px;
	    	overflow: visible;
	    	max-height: 100%;
	    }
	    ul.element_general_links.heading h3:after {
	    	background: url(headline.png) no-repeat center 6px;
	    	content: "";
	    	display: block;
	    	position: absolute;
	    	right: -55px;
	    	top: -7px;
	    	width: 48px;
	    	height: 48px;
	    }
	    ul.element_general_links.heading.tabs3 h3 {
	    	background: url(lab_icon.png) no-repeat right 0px;
	    	color:#3b5997
	    }

	    #wrapper .four.g_slider .owl-controls {
	    	display: block;
	    	position: absolute;
	    	width: 64px;
	    	height: 47px;
	    	left: 0;
	    	top: -64px;
	    	right: auto;
	    	background: url(arrows.png) no-repeat 0px center;
	    }
	    .four.g_slider .owl-carousel .owl-controls .owl-nav .owl-prev i, .four.g_slider .owl-carousel .owl-controls .owl-nav .owl-next i {
	    	display: none;
	    }
	    .four.g_slider .owl-carousel .owl-controls .owl-nav .owl-prev, .four.g_slider .owl-carousel .owl-controls .owl-nav .owl-next {
	    	display: block;
	    	position: absolute;
	    	right: 15px;
	    	left: auto;
	    	height: 54px;
	    	width: 24px;
	    	top: 0px;
	    	font-size: 0;
	    }
	    .four.g_slider .owl-carousel .owl-controls .owl-nav .owl-next {
	    	left: 0px;
	    	right: auto;
	    }

	    /*end tabs*/
	    /* --- end_element_general_links_middle --- */ 

	    /* --- element_general_main_categories --- */
	    /* --- end element_general_main_categories --- */

	    /* --- element_general_images_middle --- */ 
	    #bg_middle .element_general_images.main_cat .current_element_image p {
	    	display: none;
	    }
	    #bg_middle .element_general_images.main_cat .current_element_image a {
	    	display: block;
	    	width: 100%;
	    	height: 100%;
	    }
	    #bg_middle .element_general_images.main_cat .current_element_image img {
	    	width: 100%;
	    	max-width: 100%;
	    	max-height: 100%;
	    }
	    .element_general_images.main_cat .current_element_image:hover a h3 {
	    	color: rgb(255, 255, 255);
	    	background: rgba(247, 148, 18,0.8);
	    }
	    .element_general_images.main_cat .current_element_image a img {
	    	-webkit-transition: opacity 0.35s, -webkit-transform 2s;
	    	transition: opacity 0.35s, transform 2s;
	    	-webkit-transform: scale(1);
	    	transform: scale(1);
	    }
	    .element_general_images.main_cat.left_side .current_element_image:hover h3:before {
	    	background: #fff;
	    }
	    .element_general_images.main_cat .current_element_image:hover a img {
	    	-webkit-transform: scale(1.15);
	    	transform: scale(1.15);
	    }
	    .element_general_images.main_cat.left_side .current_element_image h3 {
	    	position: absolute;
	    	bottom: 4px;
	    	background: rgba(255, 255, 255, 0.8);
	    	width: 90px;
	    	height: 30px;
	    	font-size: 12px;
	    	color: rgb(65, 64, 66);
	    	line-height: 30px;
	    	padding-right: 9px;
	    	right: 20px;
	    }
	    .element_general_images.main_cat.left_side .current_element_image h3:before {
	    	content: "";
	    	width: 8px;
	    	height: 36px;
	    	background: rgb(239, 162, 58);
	    	position: absolute;
	    	right: -11px;
	    }
	    #bg_middle .element_general_images.main_cat .current_element_image {
	    	display: block !important;
	    	float: right;
	    	margin-bottom: 1.7%;
	    	position: relative;
	    	overflow: hidden;
	    }
	    #bg_middle .element_general_images.main_cat.left_side .current_element_image {
	    	width: 100%;
	    }
	    #bg_middle .element_general_images.main_cat.left_side .current_element_image.pos_1 {
	    	margin-left: 1.4%;
	    }
	    #bg_middle .element_general_images.main_cat.left_side .current_element_image.pos_2, #bg_middle .element_general_images.main_cat.left_side .current_element_image.pos_1 {
	    	width: 49.29%;
	    }
	    #bg_middle .element_general_images.main_cat.left_side {
	    	float: left;
	    }
	    #bg_middle .element_general_images.main_cat {
	    	display: inline-block;
	    }

	    #wrapper .line_wrapper {
	    	max-width: 1200px;
	    	margin: 0 auto;
	    	border-top: 1px solid rgb(186, 186, 187);
	    	position: relative;
	    	margin-bottom: 10px;
	    	padding-top: 5px;
	    }
	    .element_general_images.banner img {
	    	max-width: 100%;
	    }
	    .element_general_images.banner .current_element_image {
	    	text-align: center;
	    }
	    #wrapper .line_wrapper:after {
	    	content: ".";
	    	display: block;
	    	height: 0;
	    	clear: both;
	    	visibility: hidden;
	    }
	    #wrapper .line_wrapper_two {
	    	max-width: 1200px;
	    	margin: 0 auto;
	    	border-top: 1px solid rgb(186, 186, 187);
	    	position: relative;
	    	padding-top: 20px;
	    	padding-bottom: 12px;
	    	border-bottom: 1px solid rgb(186, 186, 187);
	    }
	    #wrapper .line_wrapper_two:after{
	    	content: ".";
	    	display: block;
	    	height: 0;
	    	clear: both;
	    	visibility: hidden;
	    }
	    .element_items_list_items.left_grid .layout_list_item:nth-child(n+3) {
	    	display: none;
	    }
	    .element_items_list_items.left_grid .layout_list_item{
	    	width: 50%;
	    }
	    #wrapper .line_wrapper_two .element_general_images.right_banner .current_element_image img {
	    	max-width: 100%;
	    }
	    #wrapper .element_general_images.banner, #wrapper .element_general_images.right_banner {
	    	margin-top: 10%;
	    }
	    /* --- end element_general_images_middle --- */ 

	    /* --- element_general_strength --- */ 
	    /* --- end element_general_strength --- */ 

	    /* --- element_general_newsletter_middle --- */ 
	    div#layout_homepage #new_ticket {
	    	height: 403px;
	    	width: 590px;
	    	max-width: 100%;
	    	background: url(newsletter_bg.jpg) no-repeat 0px -5px rgb(255, 255, 255);
	    	position: relative;
	    	background-size: cover;
	    }
	    div#layout_homepage #new_ticket .contact {
	    	/* height: 100%; */
	    	width: 100%;
	    	margin: 0px 0;
	    }

	    div#layout_homepage #new_ticket .contact .element_general_contact .headline {
	    	background: url(newletter-headline.png) left no-repeat;
	    	width: 100%;
	    	height: 78px;
	    	margin-bottom: 18%;
	    	background-size: initial;
	    }
	    div#layout_homepage #new_ticket .contact .element_general_contact .headline:after {
	    	background: url(newletter-after.png) bottom no-repeat;
	    	content: "";
	    	width: 95px;
	    	height: 134px;
	    	display: block;
	    	position: absolute;
	    	bottom: 246px;
	    }
	    div#layout_homepage #new_ticket .contact .element_general_contact {
	    	height: 89%;
	    	width: 92%;
	    	padding: 0px 13px;
	    	margin: 0;
	    	-webkit-box-sizing: border-box;
	    	-moz-box-sizing: border-box;
	    	box-sizing: border-box;
	    	background: rgba(255, 255, 255,0.75);
	    	position: absolute;
	    	right: 0;
	    	left: 0;
	    	top: 0;
	    	bottom: 0;
	    	margin: auto;
	    	padding-top: 1%;
	    }
	    div#layout_homepage .contact label {
	    	height: 47px;
	    	float: right;
	    }
	    div#layout_homepage #new_ticket .element_general_contact .smallButton {
	    	float: right;
	    	margin-right: 6px;
	    	width: 27%;
	    	border-radius: 0;
	    }
	    div#layout_homepage #new_ticket .element_general_contact .smallButton:hover {
	    	background: rgb(0, 0, 0);
	    	border-color: rgb(0, 0, 0);
	    }
	    div#layout_homepage #new_ticket .element_general_contact .smallButton a {
	    }
	    #bg_middle .smallButton:hover span{
	    	line-height: 30px;
	    	font-size: 15px;
	    }
	    div#layout_homepage #new_ticket .element_general_contact .smallButton span {
	    	display: block;
	    	height: 100%;
	    	line-height: 42px;
	    	font-weight: bolder;
	    	font-size: 26px;
	    }
	    .contact .smallButton a {
	    	font-size: 15px;
	    }
	    span#btnSpan{
	    	font-size: 14px;
	    	margin-right: 5px;
	    	font-weight: normal;
	    }
	    div#layout_homepage .contact .element_general_contact input#ticket_customer_email {
	    	width: 100%;
	    }
	    div#layout_homepage .contact .element_general_contact input {
	    	background: none;
	    	-webkit-box-sizing: border-box;
	    	-moz-box-sizing: border-box;
	    	box-sizing: border-box;
	    	margin: 0;
	    	line-height: 26px;
	    	padding: 0px 5px;
	    	width: 318px;
	    	height: 31px;
	    	-webkit-border-radius: 3px;
	    	-moz-border-radius: 3px;
	    	border-radius: 3px;
	    }
	    div#layout_homepage .contact .element_general_contact input {
	    	border: none;
	    	box-shadow: none;
	    	text-indent: 11px;
	    	-moz-box-shadow: none;
	    	width: 100%;
	    	height: 100%;
	    	border: 1px solid rgb(110, 107, 107);
	    	border-radius: 0px;
	    	margin-right: 1px;
	    }
	    div#layout_homepage #ticket_newsletter {
	    	width: 12px;
	    	lheight: 18px;
	    	-webkit-box-shadow: none;
	    	-moz-box-shadow: none;
	    	box-shadow: none;
	    }
	    div#layout_homepage #new_ticket > div > div.element_general_contact > label:nth-child(5) {
	    	position: static;
	    	padding-top: 0px;
	    	border: none;
	    	margin-top: -1px;
	    }
	    div#layout_homepage .newsletter_field {
	    	position: static;
	    	font-size: 15px !important;
	    	color: rgb(65, 64, 66);
	    	padding-right: 3px;
	    	display: inline-block;
	    	margin-top: 15px;
	    	line-height: 14px;
	    	max-width: 250px;
	    	max-height: 41px;
	    	width: 250px;
	    	overflow: hidden;
	    	font-weight: normal;
	    	height: 17px;
	    }

	    div#layout_homepage .contact .element_general_contact input::-webkit-input-placeholder {
	    	color: #414042;
	    }

	    div#layout_homepage .contact .element_general_contact input:-moz-placeholder { /* Firefox 18- */
	    	color: #414042;  
	    }

	    div#layout_homepage .contact .element_general_contact input::-moz-placeholder {  /* Firefox 19+ */
	    	color: #414042;  
	    }

	    div#layout_homepage .contact .element_general_contact input:-ms-input-placeholder {  
	    	color: #414042;  
	    }
	    div#layout_homepage .element_general_contact #ticket_newsletter {
	    	position: static;
	    	margin: 2px 0 0 0;
	    	padding: 0;
	    	display: none;
	    	float: right;
	    	vertical-align: top;
	    	height: 12px;
	    }
	    span.newsletter_field {
	    	color: #000;
	    	font-size: 12px !important;
	    }
	    .element_general_contact .name_field,
	    .element_general_contact .phone_field,
	    .element_general_contact .email_field,
	    .element_general_contact .content_field {
	    	display: none;
	    }
	    div#layout_homepage .contact .element_general_contact textarea#ticket_content,
	    #layout_homepage .contact .element_general_contact input#ticket_customer_phone {
	    	display: none;
	    }
	    #layout_homepage .contact .element_general_contact input#ticket_customer_phone {
	    	display: block;
	    }
	    #new_ticket > div > div > label:nth-child(5) {
	    	display: none;
	    }
	    #new_ticket > div > div > label:nth-child(4) {
	    	width: 99%;
	    }
	    ul.element_general_links.newsletter_content.vertical {
	    	position: absolute;
	    	top: 23px;
	    	right: 14px;
	    	width: 69%;
	    	height: 82px;
	    	overflow: hidden;
	    	padding: 0px;
	    }
	    li.pos_0.css_class_line1 a {
	    	font-size: 41px;
	    	line-height: 25px;
	    	color: #000;
	    	display: block;
	    	width: 100%;
	    	height: 30px;
	    	overflow: hidden;
	    	font-weight: bold;
	    }
	    ul.element_general_links.newsletter_content.vertical li.pos_1 a {
	    	font-size: 24px;
	    	color: #000;
	    	display: block;
	    	line-height: 50px;
	    	width: 100%;
	    	height: 53px;
	    	overflow: hidden;
	    }

	    div#layout_homepage .element_general_contact #ticket_newsletter {
	    	position: static;
	    	margin: 17px 0 0 0;
	    	padding: 0;
	    	display: block;
	    	float: right;
	    	vertical-align: top;
	    	height: 12px;
	    	display: none;	
	    }
	    div#layout_homepage .contact label:first-child {
	    }
	    div#layout_homepage .contact label:nth-child(3) {
	    }

	    div#layout_homepage #new_ticket .element_general_contact ~ .smallButton span {
	    	line-height: 26px;
	    	font-size: 22px;
	    }
	    /* --- end element_general_newsletter_middle --- */ 

	    /* --- element_category_list_items_middle --- */ 

	    /* --- end element_category_list_items_middle --- */ 

	    /* --- element_general_carousel_middle --- */ 
	    /* --- end element_general_carousel_middle --- */ 

	    /* --- element_general_brand_carousel --- */ 
	    /* --- end element_general_brand_carousel --- */ 

	    /* --- element_general_list_item_titles_middle --- */
	    .element_items_list_items.right_grid .layout_list_item:nth-child(n+3) {
	    	display: none;
	    }
	    /* --- end element_general_list_item_titles_middle --- */

	    /* --- element_general_prime_categories_category_middle --- */ 
	    /* --- end element_general_prime_categories_category_middle --- */ 

	    /* --- element_general_contact_middle --- */ 
	    /* --- end element_general_contact_middle --- */ 

	    /* --- element_general_ws_carousel_middle --- */
	    /* --- end element_general_ws_carousel_middle --- */

	    /* --- element_general_ticker_middle --- */
	    /* --- end element_general_ticker_middle --- */

	    /* --- element_items_list_items_middle --- */ 
	    div#homepage_group2 .row.right_row {
	    	overflow: hidden;
	    	padding: 0;
	    }
	    div#homepage_group2 .row.left_row {
	    	padding: 0;
	    }
	    .element_items_list_items.right_grid {
	    	overflow: hidden;
	    }
	    .element_items_list_items.right_grid .store_list_items {
	    	overflow: hidden;
	    }
	    .element_items_list_items.right_grid .layout_list_item {
	    	width: 50%;
	    }
	    /* --- end element_items_list_items_middle --- */ 

	    /* --- element_general_masonry_grid --- */ 
	    /* --- end element_general_masonry_grid --- */ 

	    /* --- pagination_middle --- */
	    /* --- end pagination_middle --- */

	    /* --- bootstrap_slider_middle --- */
	    #wrapper div.right_slider .carousel-control.left, #wrapper div.mobile_slider .carousel-control.left, #wrapper div.right_slider .carousel-control.right, #wrapper div.mobile_slider .carousel-control.right{
	    	display: none;
	    }
	    #wrapper div.right_slider {
	    	display: block;
	    	/* width: 49.7%; */
	    	margin-bottom: 1.6%;
	    }
	    .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	    	width: 100%;
	    }
	    #wrapper div.right_slider .carousel-control.right, #wrapper div.mobile_slider .carousel-control.right {
	    	right: 0;
	    	width: 65px;
	    	height: 65px;
	    	opacity: 1;
	    	background-image: none;
	    	background: none;
	    	overflow: hidden;
	    	top: 46%;
	    	visibility: hidden;
	    }
	    #wrapper div.right_slider:hover a.carousel-control.right, #wrapper div.right_slider:hover a.carousel-control.left {
	    	display: block;
	    }
	    #wrapper div.right_slider:hover .carousel-control.right, #wrapper div.mobile_slider:hover .carousel-control.right {
	    	visibility: visible;
	    }
	    #wrapper div.right_slider .carousel-control.left, #wrapper div.mobile_slider .carousel-control.left {
	    	left: 0;
	    	width: 65px;
	    	height: 65px;
	    	opacity: 1;
	    	background-image: none;
	    	background: none;
	    	overflow: hidden;
	    	top: 46%;
	    	visibility: hidden;
	    }
	    #wrapper div.right_slider:hover .carousel-control.left, #wrapper div.mobile_slider:hover .carousel-control.left {
	    	visibility: visible;
	    }
	    .carousel-control .icon-prev {
	    	background: url(slider_right.png) no-repeat center rgba(0, 0, 0, 0.251);
	    	width: 100%;
	    	height: 100%;
	    	position: static;
	    	display: block;
	    	margin: 0;
	    }
	    .carousel-control .icon-next {
	    	background: url(slider_left.png) no-repeat center rgba(0, 0, 0, 0.251);
	    	width: 100%;
	    	height: 100%;
	    	position: static;
	    	display: block;
	    	margin: 0;
	    }
	    .carousel-control .icon-prev:before, .carousel-control .icon-next:before {
	    	content: none;
	    }
	    #bg_middle .carousel-indicators {
	    	left: auto;
	    	right: 19px;
	    	bottom: 7px;
	    	padding: 0;
	    	text-align: left;
	    	margin: 0;
	    	width: auto;
	    }
	    .carousel-indicators li {
	    	width: 15px;
	    	height: 15px;
	    	border: none;
	    	border-radius: 0;
	    	background: rgba(255,255,255,0.65);
	    	margin-left: 5px;
	    }
	    .carousel-indicators li.active {
	    	width: 15px;
	    	height: 15px;
	    	background: #fff;
	    	margin: 1px;
	    	margin-left: 5px;
	    }
	    #wrapper .bootstrap_slider_heading {
	    	display: block;
	    	position: absolute;
	    	top: 120px;
	    	right: 0px;
	    	margin: 0;
	    	width: 205px;
	    	height: 50px;
	    	background: rgba(0,0,0,0.35);
	    	color: #fff;
	    	font-size: 21px;
	    	font-weight: bold;
	    	line-height: 50px;
	    	padding-right: 35px;
	    	-webkit-box-sizing: border-box;
	    	-moz-box-sizing: border-box;
	    	box-sizing: border-box;
	    	overflow: hidden;
	    	z-index: 99;
	    }
	    .bootstrap_slider_heading:after {
	    	content: "";
	    	display: block;
	    	width: 13px;
	    	height: 100%;
	    	background: #feba12;
	    	position: absolute;
	    	right: 0;
	    	top: 0;
	    }
	    /* --- end bootstrap_slider_middle --- */

	    /* --- owlCarousel_middle --- */
	    /* --- end owlCarousel_middle --- */
	    /* ------------------------------------- end middle ------------------------------------- */

	    /* ------------------------------------- footer ------------------------------------- */
	    /* --- layout_footer --- */ 
	    div#bg_footer {
	    	background: rgb(65, 64, 66);
	    }
	    div#bg_footer h3 {
	    	display: block;
	    	width: 90%;
	    	font-size: 16px;
	    	padding-bottom: 20px;
	    	margin-bottom: 17px;
	    	position: relative;
	    	font-weight: bold;
	    	line-height: 20px;
	    	color: rgb(246, 149, 18);
	    }
	    div#bg_footer .element_general_show_contact h3 {
	    	margin-bottom: 22px;
	    }
	    div#bg_footer #footer_group2 h3:before {
	    	content: "";
	    	display: block;
	    	width: 52px;
	    	height: 2px;
	    	position: absolute;
	    	bottom: 0;
	    	right: 0;
	    	top: auto;
	    	z-index: 99;
	    	background: rgb(246, 149, 18);
	    	color: rgb(246, 149, 18);
	    }
	    .element_general_images.payments {
	    	display: block;
	    	width: 100%;
	    }
	    #bg_footer .element_general_images.payments .current_element_image a {
	    	display: block;
	    	max-width: 100%;
	    }
	    #bg_footer .element_general_images.payments .current_element_image a img {
	    	max-width: 100%;
	    	max-height: 100%;
	    }
	    #bg_footer .element_general_images.payments .current_element_image.pos_1 a {
	    	display: block;
	    	float: left;
	    	width: 100%;	
	    }
	    #bg_footer .element_general_images.payments .current_element_image.pos_1 a img {
	    	float: left;
	    }
	    /* --- end layout_footer --- */

	    /* --- element_general_newsletter_footer --- */ 
	    div#footer_group1 {
	    	height: auto;
	    	background: url(newsletter_img.jpg) no-repeat center top;
	    	padding: 0 20px;
	    	display: none;
	    }
	    #bg_footer form.footer_newsletter {
	    	display: block;
	    	max-width: 1200px;
	    	margin: 0 auto;
	    	height: 100%;
	    	padding: 10px 33px;
	    	position: relative;
	    	-webkit-box-sizing: border-box;
	    	-moz-box-sizing: border-box;
	    	box-sizing: border-box;
	    	padding-top: 6px;
	    }
	    .element_general_contact_new:after {
	    	content: ".";
	    	display: block;
	    	clear: both;
	    	visibility: hidden;
	    	height: 0;
	    }
	    #bg_footer form.footer_newsletter .wrap_contact_title1 {
	    	height: auto;
	    	overflow: hidden;
	    	position: relative;

	    	width: 45%;
	    	display: inline-block;
	    	padding-right: 5%;
	    }
	    #bg_footer form.footer_newsletter .wrap_contact_title1 h1.contact_title1 {
	    	display: block;
	    	width: 100%;
	    	height: 100%;
	    	font-size: 70px;
	    	color: #fff;
	    	font-weight: lighter;
	    	margin: 0;
	    }
	    #bg_footer form.footer_newsletter .wrap_contact_title1 h1.contact_title1 {
	    	font-size: 0;
	    }

	    #bg_footer form.footer_newsletter .wrap_contact_title1:before {
	    	content: "";
	    	background: url(sss.png) no-repeat center center;
	    	width: 174px;
	    	height: 40px;
	    	display: block;
	    	margin: 0;
	    	position: relative;
	    	right: 0px;
	    }
	    #bg_footer form.footer_newsletter .wrap_contact_title2 {

	    	/*height: 102px;*/
	    	height: auto;
	    	overflow: hidden;
	    	margin-top: 3px;

	    	width: 50%;
	    	display: inline-block;
	    }
	    #bg_footer form.footer_newsletter .wrap_contact_title2 h3.contact_title2 {
	    	display: block;
	    	width: 100%;

	    	font-size: 15px;
	    	color: #fff;
	    	line-height: 21px;

	    	margin: 0;
	    	border: none;

	    	padding-bottom: 0;
	    	height: auto;

	    	font-weight: bold;
	    	text-align: right;
	    }
	    div#footer_group1 .titles-wrapper {
	    	margin-bottom: 13px !important;
	    }
	    #bg_footer form.footer_newsletter .wrap_contact_title2 h3.contact_title2:after {
	    	content: none;
	    }
	    #bg_footer form.footer_newsletter .wrap_contact_title2 h3.contact_title2 p {
	    	font-size: 15px;
	    	font-weight: normal;
	    }
	    #bg_footer .footer_newsletter .wrap_ticket_customer_email {
	    	position: relative;
	    	display: inline-block;
	    	float: right;
	    	margin-bottom: 10px;
	    }
	    #bg_footer .footer_newsletter .wrap_ticket_customer_email input {
	    	display: inline-block;
	    	float: right;
	    	width: 82%;
	    	height: 60px;
	    	background: #fff;
	    	padding: 0;
	    	text-indent: 18px;
	    	line-height: 61px;
	    	font-size: 17px;
	    	color: #636363;
	    	max-width: 575px;
	    	margin-right: 0px;
	    }
	    #bg_footer .footer_newsletter .wrap_ticket_customer_email span {
	    	display: none;
	    }
	    #bg_footer .footer_newsletter .wrap_contact_btn {
	    	display: block;
	    	position: absolute;
	    	width: 236px;
	    	height: 60px;
	    	background: #c3c03c;
	    	border: 2px solid #c3c03c;
	    	left: 19px;
	    }
	    #bg_footer .footer_newsletter .wrap_contact_btn:hover {
	    	background: #3fa99d;
	    	border-color: #3fa99d;
	    }
	    #bg_footer .footer_newsletter .wrap_contact_btn button.contact_btn {
	    	display: block;
	    	width: 100%;
	    	height: 100%;
	    	font-size: 20px;
	    	padding: 0;
	    	border: 0;
	    	outline: none;
	    	background: none;
	    	font-weight: bold;
	    	color: #fff;
	    }
	    #bg_footer .footer_newsletter .wrap_contact_btn:hover button.contact_btn {

	    }
	    #bg_footer .footer_newsletter input::-webkit-input-placeholder {
	    	color: #636363;
	    }
	    #bg_footer .footer_newsletter .wrap_checkbox {
	    	display: inline-block;
	    	width: auto;
	    	max-width: 490px;
	    	height: 15px;
	    	float: right;
	    	margin-top: 10px;
	    	margin-right:0px;
	    }
	    .wrap_checkbox:before {
	    	content: ".";
	    	display: block;
	    	clear: both;
	    	visibility: hidden;
	    	height: 0;
	    }
	    #bg_footer .footer_newsletter .wrap_ticket_customer_email > div span.newsletter_field {
	    	display: block;
	    	color: #fff;
	    	font-size: 13px;
	    	width: auto;
	    	height: 100%;
	    	padding-right: 0;
	    	margin-right: 19px;
	    }
	    #bg_footer .footer_newsletter .wrap_ticket_customer_email > div input#ticket_newsletter {
	    	display: inline-block;
	    	float: right;
	    	width: auto;
	    	height: 100%;
	    	visibility: visible;
	    	margin-top: 0;
	    	position: relative;
	    	top: -13px;
	    	margin-right: 0;
	    }
	    #bg_footer .footer_newsletter .wrap_ticket_customer_email > div span.newsletter_field:hover {
	    	color: #3fa99d;
	    }
	    /* --- end element_general_newsletter_footer --- */ 

	    /* --- element_general_links_footer --- */ 
	    ul.element_general_links.f_t_g {
	    	padding: 0px;
	    }
	    div#bg_footer h3.element_general_links_title {
	    	margin-bottom: 23px;
	    }
	    ul.element_general_links.f_t_g li {
	    	display: block;
	    	margin-left: 9px;
	    	margin-bottom: 9px;
	    	width: 47px;
	    	height: 46px;
	    	border: 1px solid #a3a3a3;
	    }
	    ul.element_general_links.f_t_g li.pos_5 {
	    	display: none;
	    }
	    ul.element_general_links.f_t_g li a {
	    	color: #fff;
	    	font-size: 22px;
	    	text-align: center;
	    	width: 100%;
	    	display: block;
	    	line-height: 48px;
	    	height: 100%;
	    }
	    ul.element_general_links.f_t_g li:hover a {
	    	color: rgb(255, 255, 255);
	    }
	    ul.element_general_links.f_t_g li:hover {
	    	border-color: rgb(246, 149, 18);
	    	background: rgb(246, 149, 18);
	    }
	    div#layout_footer div#footer_group2 .element_general_all_categories ul.store_categories {
	    	max-height: 500px;
	    	overflow: hidden;
	    }

	    #bg_footer .element_general_all_categories .store_categories li.store_category_group_title {
	    	display: none;
	    }

	    /* --- end_element_general_links_footer --- */ 

	    /* --- element_general_footer_nav --- */ 
	    ul.element_general_footer_nav_list li a {
	    	color: rgb(255, 255, 255);
	    	font-size: 14px;
	    	line-height: 22px;
	    }
	    ul.element_general_footer_nav_list li a:hover {
	    	color: rgb(246, 149, 18);
	    }
	    /* --- end element_general_footer_nav --- */ 

	    /* --- element_general_prime_categories --- */ 
	    #bg_footer .show_nav_content {
	    	display: none;
	    }
	    #bg_footer .element_general_all_categories .store_categories li {
	    	display: inline-block;
	    	float: right;
	    	width: 40%;
	    	height: 26px;
	    	overflow: hidden;
	    	margin-left: 1%;
	    	text-align: right;
	    }
	    /* --- end element_general_prime_categories --- */ 

	    /* --- element_general_show_contact --- */ 
	    #bg_footer .element_general_show_contact p {
	    	font-size: 14px;
	    	line-height: 20px;
	    	color: rgb(255, 255, 255);
	    	padding-left: 22px;
	    }
	    #bg_footer .element_general_show_contact p a {
	    	color: #fff;
	    	text-decoration: underline;
	    }
	    /* --- end element_general_show_contact --- */

	    /* --- #footer_group2, #footer_group3, #footer_group4_footer --- */
	    div#footer_group2 .element_general_footer_nav {
	    	max-width: 165px;
	    }
	    div#footer_middle_groups {
	    	display: block;
	    	width: 100%;
	    	max-width: 1200px;
	    	margin: 0 auto;
	    	height: auto;
	    }
	    div#footer_middle_groups:after {
	    	content: ".";
	    	display: block;
	    	clear: both;
	    	visibility: hidden;
	    	height: 0;
	    }
	    div#footer_group4 {
	    	height: 1px;
	    	border: 1px dashed rgb(132, 131, 132);
	    }
	    div#footer_group2 {
	    	padding: 10px 10px 20px;
	    }
	    div#konimbo_logo {
	    	display: none;
	    }
	    div#footer_group5 {
	    	padding: 0px 10px;
	    }
	    /* --- end_#footer_group2, #footer_group3, #footer_group4_footer --- */

	    /* --- element_general_images_footer --- */ 
	    div#footer_group5 {
	    	height: 70px;
	    }
	    div#footer_group5 > div {
	    	height: 100%;
	    }
	    div#footer_group5 > div > div {
	    	height: 100%;
	    }
	    div#footer_group5 > div a {
	    	display: block;
	    	width: 100%;
	    	height: 100%;
	    	padding-top: 24px;
	    }

	    .element_general_images.google_map {
	    	overflow: hidden;
	    }
	    .element_general_images.google_map a {
	    	max-width: 100%;
	    }
	    /* --- end element_general_images_footer --- */ 

	    /* --- element_general_carousel_footer --- */ 
	    /* --- end element_general_carousel_footer --- */ 

	    /* --- element_general_prime_categories_footer --- */
	    #bg_footer .element_general_all_categories li a, #bg_footer .element_general_all_categories li span {
	    	display: inline-block;
	    	color: rgb(255, 255, 255);
	    	font-size: 14px;
	    	text-align: right;
	    	line-height: 22px;
	    }
	    #bg_footer .element_general_all_categories li a:hover, #bg_footer .element_general_all_categories li span {
	    	color: rgb(246, 149, 18);
	    }
	    #bg_footer ul.store_categories li ul.store_categories {
	    	display: none;
	    }
	    /* --- end element_general_prime_categories_footer --- */ 

	    /* --- element_general_contact_footer --- */ 
	    /* --- end element_general_contact_footer --- */ 


	    /* ------------------------------------- end_footer ------------------------------------- */

	    /* ------------------------------------- category ------------------------------------- */

	    /* --- layout_category --- */ 
	    /* --- end layout_category --- */   
	    div#category_group1 {
	    	margin-bottom: 38px;
	    }
	    .layout_category #wrapper .layout_list_item {
	    	padding: 0;
	    	border-bottom: 0;
	    	height: 349px;
	    	position: static;
	    	margin-bottom: 65px;
	    }
	    #wrapper .layout_list_item .grid {
	    	height: 349px;
	    	margin-bottom: 33px;
	    }
	    .layout_category #wrapper #bg_middle .category_middle_groups, .layout_category #wrapper #bg_middle .element_category_filter, .layout_category #wrapper #bg_middle .filterOptions {
	    	padding: 0 10px;
	    }
	    #wrapper #bread_crumbs {
	    	padding: 0 10px;
	    }
	    /*toggle_btn*/
	    #category_group1 .element_category_filter {
	    	position: relative;
	    }
	    #bg_middle .wrap_toggle_btn {
	    	display: block;
	    	width: 100%;
	    	height: 31px;
	    	position: absolute;
	    	top: auto;
	    	right: 0;
	    	left: 0;
	    	margin: auto;
	    	z-index: 9;
	    }
	    .row.no_bg .wrap_toggle_btn {
	    	border-top: 1px solid rgb(184, 176, 176);
	    }
	    #bg_middle .toggle_btn.filters_close, #bg_middle .toggle_btn.filters_open {
	    	display: block;
	    	background: url(open_filter.jpg) no-repeat center bottom;
	    	width: 100%;
	    	height: 100%;
	    	cursor: pointer;
	    }
	    #bg_middle .toggle_btn.filters_open{
	    	background: url(close_filter.jpg) no-repeat center bottom;
	    }
	    /*end_of_toggle_btn*/
	    .layout_category #wrapper #bg_middle div#main {
	    	max-width: 100%;
	    }
	    #wrapper .category_middle_groups{
	    	padding: 0 10px;
	    }
	    /* --- end layout_category --- */   

	    /* --- element_category_filter_category --- */ 
	    div#search_msg_facebook_and_sort > div.show_search_msg span.results {
	    	display: none;
	    }
	    .layout_category #wrapper #bg_middle .element_category_filter {
	    	padding: 0;
	    }
	    div#main ul#bread_crumbs li a {
	    	color: rgb(0, 0, 0);
	    }
	    #category_group1 .element_category_filter .show_filters {
	    	background: rgb(234, 234, 234);
	    	padding: 0 20px;
	    	border-top: 1px solid rgb(184, 176, 176);
	    	padding-bottom: 10px;
	    }
	    #bg_middle .groups {
	    	padding-top: 18px;
	    }
	    #wrapper .boxContent .groups > div b {
	    	color: rgb(246, 149, 18);
	    	font-weight: normal;
	    	font-size: 16px;
	    }
	    #bg_middle .category_image_wrapper {
	    	max-width: 1200px;
	    	margin: 0 auto;
	    	position: relative;
	    }
	    #bg_middle .category_image img {
	    	display: block;
	    	margin: 0 auto;
	    }

	    #wrapper .element_category_filter h1 {
	    	display: block;
	    	position: relative;
	    	width: auto;
	    	max-width: 1200px;
	    	margin: 0 auto;
	    	margin-top: 20px;
	    	margin-bottom: 20px;
	    	font-size: 24px;
	    	font-weight: bold;
	    	line-height: 46px;
	    	color: rgb(246, 149, 18);
	    	text-align: right;
	    	padding-right: 10px;
	    }
	    #wrapper .element_category_filter h1.with_img {
	    	position: absolute;
	    	left: 0;
	    	right: auto;
	    	top: 50px;
	    	max-width: 299px;
	    }
	    #bg_middle .show_filters a {
	    	font-size: 14px;
	    	color: rgb(102, 102, 102);
	    	line-height: 27px;
	    }
	    #category_group1 .boxContent .groups > div .group_values .line span.size_of_items {
	    	color: rgb(102, 102, 102);
	    }
	    .group_values .line span:hover, .group_values .line span:hover a {
	    	color: rgb(247, 165, 53);
	    }
	    #wrapper div.filterOptions > div.wrap_categories_togggle {
	    	margin-top: 0px;
	    }
	    .sortBox span.results {
	    	margin-left: 30px;
	    }
	    .sortBox span.results b, #facebook_and_sort_category .sortBox em a {
	    	color: rgb(246, 149, 18);
	    }
	    #facebook_and_sort_category > div > div > em > a:nth-child(3) {
	    	color: rgb(0, 0, 0);
	    }
	    .show_sort_category:after {
	    	content: ".";
	    	display: block;
	    	clear: both;
	    	visibility: hidden;
	    	height: 0;
	    }
	    #wrapper #bg_middle .filterOptions {
	    	margin-top: 10px;
	    	padding: 0 10px;
	    }
	    .sortBox {
	    	top: -24px !important;
	    }
	    #wrapper #bg_middle .filterOptions i {
	    	font-style: normal;
	    }
	    i.fa.fa-filter {
	    	color: #fe0001;
	    }
	    #category_group1 .boxContent .groups > div {
	    	padding-left: 50px;
	    	margin-left: 20px;
	    	margin-bottom: 15px;
	    }
	    #category_group1 .boxContent .groups > div .group_values .line {
	    	display: block;
	    	width: 100%;
	    	margin-left: 20px;
	    }
	    #facebook_and_sort_category .sortBox i:last-child{
	    	margin-left: 0px;
	    }
	    #facebook_and_sort_category > div > div > em > a:nth-child(1) {
	    	font-weight: bold;
	    }
	    /* --- end element_category_filter_category --- */ 

	    /* --- element_category_list_items_category --- */ 
	    #wrapper .layout_list_item > div > div.list_item_image > li.down {
	    	position: absolute;
	    	top: 240px;
	    	right: 199px;
	    	width: 61px;
	    	height: 61px;
	    }
	    div#item_icons {
	    	overflow: hidden;
	    	display: block;
	    	width: 67px;
	    	height: auto;
	    	z-index: 99;
	    }
	    #item_icons ul li {
	    	display: block;
	    	height: 51px;
	    	width: 67px;
	    	overflow: hidden;
	    }
	    #wrapper #item_icons > ul > li > img {
	    	left: 0;
	    	right: 0;
	    	margin: 0 auto !important;
	    	float: none;
	    	width: auto;
	    	position: absolute;
	    	display: block;
	    }
	    #item_icons ul li {
	    	display: block;
	    	height: 51px;
	    	width: 67px;
	    	overflow: hidden;
	    }
	    #item_icons ul li:not(:first-child) {
	    	margin-top: 6px;
	    }
	    /* --- end element_category_list_items_category --- */ 

	    /* --- element_category_list_items_category --- */ 
	    .layout_list_item .list_item_image {
	    	width: 95%;
	    	height: 265px;
	    	margin: 0 auto;
	    	margin-bottom: 14px;
	    	padding-top: 7px;
	    }
	    #wrapper .layout_list_item .list_item_title_with_brand h3 a {
	    	font-size: 15px;
	    	font-weight: bold;
	    	color: rgb(47, 41, 51);
	    	text-align: center;
	    }
	    #wrapper .layout_list_item .list_item_title_with_brand h3 {
	    	text-align: center;
	    	line-height: 16px;
	    }
	    #wrapper .layout_list_item .list_item_compare {
	    	display: none;
	    }
	    .layout_list_item .list_item_show_price a.price span {
	    	display: none;
	    }
	    .layout_list_item .list_item_show_price > a.price {
	    	display: inline-block;
	    	float: left;
	    	height: 100%;
	    	width: 57%;
	    	color: rgb(246, 149, 18);
	    	font-size: 17px;
	    	line-height: 22px;
	    	padding-right: 7px;
	    	font-weight: normal;
	    	direction: rtl;
	    	text-align: right;
	    }
	    .layout_list_item .list_item_title_with_brand {
	    	margin-bottom: 15px;
	    	width: 100%;
	    	text-align: center;
	    	height: 48px;
	    	overflow: hidden;
	    }
	    .layout_list_item .list_item_show_price span.item_show_origin_price {
	    	display: inline-block;
	    	float: right;
	    	height: 20px;
	    	width: 51%;
	    	text-align: left;
	    	position: absolute;
	    	padding-left: 21px;
	    	left: auto;
	    	direction: rtl;
	    	right: 0px;
	    	color: rgb(147, 148, 148);
	    	font-size: 12px;
	    }
	    .layout_list_item .list_item_show_price {
	    	display: block;
	    	width: 100%;
	    	position: relative;
	    	text-align: center;
	    }
	    .item_show_origin_price .origin_price_number {
	    	display: block;
	    	height: 100%;
	    	line-height: 22px;
	    	font-size: 18px;
	    	line-height: 22px;
	    	color: #939494;
	    	color: #a0a0a0;
	    	font-size: 14px;

	    }
	    #bg_middle .layout_list_item .list_item_image {
	    	width: 95%;
	    	height: 265px;
	    	margin: 0 auto;
	    	margin-bottom: 14px;
	    }
	    #wrapper .layout_list_item .grid:hover:after {
	    	content: "";
	    	width: 100%;
	    	height: 100%;
	    	background: rgba(255, 255, 255, 0.73);
	    	position: absolute;
	    	top: 0;
	    	display: block;
	    }

	    #wrapper .layout_list_item .grid:hover .list_item_title_with_brand {
	    	position: absolute;
	    	top: 74px;
	    	z-index: 9;
	    	width: 200px;
	    	right: 0;
	    	left: 0;
	    	margin: auto;
	    }


	    #wrapper .drop-wrapper .layout_list_item .grid:hover .list_item_show_price:after, #wrapper .drop-wrapper .layout_list_item .grid:hover:after, #wrapper .drop-wrapper .layout_list_item .grid:hover .list_item_current_list_item_content{
	    	display: none;
	    }
	    #wrapper .drop-wrapper .layout_list_item .grid:hover .list_item_title_with_brand{
	    	position: static;
	    	width: 100%;
	    }
	    #wrapper .drop-wrapper .layout_list_item .grid:hover .list_item_show_price{
	    	position: static;
	    }
	    #wrapper .drop-wrapper .layout_list_item .grid:hover .list_item_show_price span.item_show_origin_price{
	    	display: block;
	    }
	    .drop-wrapper .extra_button, .drop-wrapper .grid:hover .extra_button{
	    	display: none;
	    }

	    .product_quantity {
	    	display: none;
	    }
	    .grid .extra_button a {
	    	position: absolute;
	    	bottom: 58px;
	    	width: 133px;
	    	height: 36px;
	    	background: rgb(239, 162, 58);
	    	right: 0;
	    	left: 0;
	    	margin: auto;
	    	line-height: 36px;
	    	text-align: center;
	    	color: rgb(255, 255, 255);
	    	font-size: 16px;
	    	font-weight: bold;
	    	border: 1px solid rgb(255, 255, 255);
	    	outline-style: double;
	    	outline-color: rgb(239, 162, 58);
	    	z-index: 99;
	    	outline: 1px solid rgb(239, 162, 58);
	    }
	    .grid .extra_button a:hover, .grid .extra_button a:focus {
	    	outline: 1px solid rgb(239, 162, 58) !important;
	    	border-color: rgb(255, 255, 255);
	    	outline-offset: 0;
	    }
	    #wrapper .layout_list_item .grid:hover .list_item_current_list_item_content {
	    	font-size: 14px;
	    	color: rgb(65, 64, 66);
	    	text-align: center;
	    	position: absolute;
	    	top: 122px;
	    	display: block;
	    	z-index: 9;
	    	height: 81px;
	    	overflow: hidden;
	    	right: 0;
	    	left: 0;
	    	margin: auto;
	    	width: 92%;
	    }
	    #wrapper .layout_list_item .grid:hover .list_item_current_list_item_content a {
	    	font-size: 14px;
	    	color: rgb(65, 64, 66);
	    }
	    #wrapper .layout_list_item .grid:hover .list_item_current_list_item_content b{
	    	font-weight: normal;
	    }
	    #wrapper .layout_list_item .grid .list_item_current_list_item_content {
	    	display: none;
	    }
	    #wrapper .layout_list_item .grid:hover .list_item_show_price {
	    	position: absolute;
	    	z-index: 9;
	    	top: 218px;
	    	right: 0;
	    	left: 0;
	    }
	    #wrapper .layout_list_item .grid:hover .list_item_show_price span.item_show_origin_price {
	    	display: none;
	    }
	    .grid:hover .extra_button {
	    	display: block;
	    }
	    .extra_button {
	    	display: none;
	    }
	    #wrapper .drop-wrapper .layout_list_item .grid a.trigger_btn {
	    	font-size: 18px;
	    	color: rgb(246, 149, 18);
	    	border: 1px solid;
	    	padding: 8px 61px;
	    	border-radius: 5px;
	    }
	    #wrapper .drop-wrapper .layout_list_item .grid:hover a.trigger_btn {
	    	border-color: rgb(255, 255, 255);
	    	background: rgb(247, 148, 18);
	    	color: rgb(255, 255, 255);
	    }
	    .drop-wrapper .layout_list_item .list_item_show_price a.price {
	    	font-size: 18px;
	    	color: rgb(37, 37, 37);
	    	/* float: left; */
	    	position: static;
	    	text-align: left;
	    	width: auto;
	    }
	    .drop-wrapper .layout_list_item .list_item_show_price a.price strong {
	    	font-weight: normal;
	    }
	    .drop-wrapper .layout_list_item .list_item_image {
	    	height: 197px;
	    }
	    .drop-wrapper .layout_list_item .list_item_title_with_brand h3 {
	    	margin-top: 12px;
	    }
	    #wrapper .drop-wrapper .layout_list_item .grid .list_item_show_price {
	    	position: static;
	    	display: block;
	    	width: 77%;
	    	margin: 15px auto;
	    	overflow: hidden;
	    }
	    .drop-wrapper .layout_list_item .list_item_show_price span.item_show_origin_price {
	    	text-align: right;
	    	position: static;
	    	float: right;
	    	width: 65%;
	    	padding: 0;
	    }
	    /* --- end element_category_list_items_category --- */ 

	    /* --- element_general_prime_categories_category --- */ 
	    /* --- end element_general_prime_categories_category --- */ 

	    /* ------------------------------------- end_category ------------------------------------- */

	    /* ------------------------------------- layout_item ------------------------------------- */
	    .layout_homepage div#item_icons {
	    	display: none;
	    }
	    div.video_trigger {
	    	display: none;
	    }
	    .item_upgrades_with_images .checkbox span.item_upgrades_with_images_title {
	    	font-size: 16px;
	    	color: #333f43;
	    	font-weight: normal;
	    }
	    h4.upgrade_topic_with_images_title {
	    	font-size: 15px;
	    	color: #333f43;
	    	margin-top: 4px;
	    	margin-bottom: 5px;
	    }
	    .layout_item #wrapper div#main {
	    	padding: 0 15px;
	    }
	    #bg_middle .upgrades_form_fields.info > div {
	    	float: right;
	    	width: 48.5%;
	    	max-width: 190px;
	    	margin-left: 5%;
	    }
	    #bg_middle .upgrades_form_fields.info > div:nth-child(2n) {
	    	margin-left: 0px;
	    }
	    div#item_show_price {
	    	margin-top: 16px;
	    }
	    div#item_upgrades {
	    	width: 100%;
	    	border-bottom: 1px solid #d9d7d7;
	    	padding-bottom: 14px;
	    }
	    #wrapper .main_price_and_btn {
	    	border-bottom: 1px solid rgb(217, 215, 215);
	    	padding-bottom: 10px;
	    }
	    #wrapper .icons {
	    	padding-bottom: 15px;
	    }
	    .item_attributes_top .upgrades_form_fields label {
	    	width: 100%;
	    }
	    div#item_current_title {
	    	margin-bottom: 5px;
	    	margin-top: 4px;
	    }
	    div#item_current_title h1 span {
	    	color: rgb(246, 149, 18);
	    	font-size: 20px;
	    }
	    #item_current_sub_title{
	    	max-height: 73px;
	    }
	    #item_current_sub_title > span {
	    	color: rgb(47, 41, 51);
	    	font-size: 14px;
	    	line-height: 22px;
	    }
	    a.sub_title_read_more {
	    	display: block;
	    	color: #d9342a;
	    }
	    .layout_item #item_show_price .price_value {
	    	color: rgb(82, 82, 82);
	    	font-size: 20px;
	    }
	    #item_show_carousel a {
	    	display: block;
	    	background: rgba(0,0,0,.15);
	    	opacity: 1;
	    }
	    .layout_item div#item_icons li a {
	    	background: none;
	    }
	    .lSAction .lSNext:before, .lSAction .lSPrev:before {
	    	content: "\f104";
	    	font-family: FontAwesome;
	    	font-size: 25px;
	    	line-height: 32px;
	    	margin: 0;
	    	background: rgba(0, 0, 0, 0);
	    	text-align: center;
	    	color: rgb(84, 83, 84);
	    }
	    .lSAction .lSNext:before {
	    	content: "\f105";
	    }
	    .lSSlideWrapper.usingCss {
	    	border: none;
	    }
	    #demo .lSPager.lSGallery a {
	    	border: none;
	    	background: none;
	    }
	    #demo .lSPager.lSGallery li.active a {
	    	border: none;
	    	border-top: 4px solid rgb(248, 149, 30);
	    }
	    #bg_middle #item_current_content > ul > li:before {
	    	color: #98919c;
	    }
	    .layout_item.special_cart #bg_middle div#item_deal_items {
	    	display: block;
	    	padding-top: 0;
	    }
	    h3#deal_items {
	    	margin-top: 0;
	    }
	    div#item_current_content {
	    	margin: 0px 0px 10px 0;
	    	border-top: none;
	    	padding-top: 0;
	    	margin-top: 5px;
	    }
	    div#item_current_content b {
	    	color: rgb(248, 149, 30);
	    	font-size: 15px;
	    	font-weight: bold;
	    }
	    .item_upgrades_with_images_image {
	    	display: block;
	    	height: 100%;
	    	width: 100%;
	    	max-height: 118px;
	    	max-width: 111px;
	    	overflow: hidden;
	    }
	    .item_upgrades_with_images .checkbox{
	    	text-align: right;

	    }
	    .item_upgrades_with_images_table img {
	    	max-width: 100%;
	    	max-height: 100%;
	    }
	    .main_price_and_btn span.item_show_origin_price {
	    	display: block;
	    	width: 100%;
	    	margin-top: 0;
	    }
	    .layout_item .item_show_origin_price .origin_price_number{
	    	line-height: 19px;
	    }
	    .upgrades_form_fields.info {
	    	max-height: 255px;
	    }
	    #wrapper .upgrades_form_fields .upgrade_topic_title {
	    	font-weight: normal;
	    	font-size: 13px;
	    	color: rgb(51, 63, 67);
	    	margin-bottom: 3px;
	    }
	    .item_attributes_top select, .item_attributes_top textarea, .item_attributes_top input{
	    	width: 100%;
	    	border: 1px solid #e2e0e0;
	    }
	    .item_attributes_top #upgrades {
	    	display: block;
	    	color: rgb(246, 149, 18);
	    	font-size: 15px;
	    	font-weight: bold;
	    	text-decoration: underline;
	    	margin-bottom: 10px;
	    }
	    .wrap_shipping_warranty_delivery {
	    	font-size: 12px;
	    	color: rgb(82, 82, 82);
	    }
	    #item_anchors a.compare_url {
	    	font-size: 14px;
	    	color: rgb(51, 63, 67);
	    }
	    #wrapper .item_main_top {
	    	padding-bottom: 2px;
	    	margin-bottom: 13px;
	    	border-bottom: 1px solid #e1dfdf;
	    	position: relative;
	    }
	    div#selectsHook strong {
	    	display: none;
	    }
	    #wrapper div#item_show_facebook {
	    	display: block;
	    	height: 20px;
	    	float: left;
	    	text-align: left;
	    	margin-top: 30px;
	    }
	    #item_main.max-width-center {
	    	border: none;
	    }
	    .upgrades_form_fields {
	    	overflow: hidden;
	    }
	    .layout_item div#item_icons ul li.product_icon{
	    	display:none;
	    }
	    .layout_item div#item_icons {
	    	right: 0px;
	    }
	    .layout_item div#item_icons ul li.item_icon{
	    	display: block;
	    }
	    .layout_item div#item_icons ul li.item_icon.gallery {
	    	display: block;
	    	width: 69px;
	    	height: 139px;
	    }
	    .layout_item .item_main_bottom_left li img {
	    	max-width: 100%;
	    	max-height: 100%;
	    }
	    #wrapper .item_main_bottom_left {
	    	float: right;
	    	max-width: 256px;
	    }
	    #wrapper .item_main_bottom_right{
	    	padding-left: 0;
	    }
	    .deal_items td.plus, .deal_items td.equal {
	    	color: rgb(248, 149, 30);
	    	font-weight: bold;
	    	font-size: 24px;
	    }
	    div#item_info > div div.titles-wrapper h3:after, div#item_info > #tabs > div div.titles-wrapper > h3:after{
	    	content: "";
	    	display: inline-block;
	    	float: left;
	    	height: 58px;
	    	width: 12px;
	    	background: #86c724;
	    }
	    .icon.icon_shipping_pop {
	    	background: url(icon1.png) no-repeat center center;
	    	background-size: 96%;
	    }
	    .icon.icon_safe_buy_pop {
	    	background: url(icon2.png) no-repeat center center;
	    	background-size: 96%;
	    }
	    .layout_item div.importer_icon {
	    	background: url(icon3.png) no-repeat center center;
	    	background-size: 96%;
	    }
	    .icon.icon_warranty_pop {
	    	display: none;
	    }
	    #wrapper .icons > .icon > div {
	    	max-width: 72px;
	    	width: 100%;
	    	height: 90px;
	    	color: rgb(255, 255, 255);
	    	text-align: center;
	    	font-size: 12px;
	    	margin: 0 auto;
	    	background: none;
	    }
	    #wrapper .icons > .icon > div .fa {
	    	display: none;
	    }
	    #wrapper .icons > .icon > div > span {
	    	display: none;
	    }
	    div#item_info h3 {
	    	display: block;
	    	width: 100%;
	    	text-align: right;
	    	height: 50px;
	    	line-height: 50px;
	    	position: relative;
	    	color: rgb(51, 51, 51);
	    	font-size: 22px;
	    	border-bottom: 1px solid rgb(235, 235, 235);
	    	font-weight: lighter;
	    	margin-bottom: 17px;
	    }
	    div#item_info h3:after {
	    	content: "";
	    	display: block;
	    	width: 163px;
	    	height: 3px;
	    	background: rgb(248, 149, 30);
	    	margin-top: -2px;
	    }
	    div#tabs > div{
	    	border: none;
	    }
	    h4.deal_items {
	    	font-size: 14px;
	    	color: rgb(82, 82, 82);
	    }
	    table.deal_items td {
	    	width: 130px;
	    	height: 130px;
	    }
	    table.deal_items td.deal_button{
	    	border: none;
	    	width: 200px;
	    }
	    #wrapper a.commit_to_real.clicked:after{
	    	color: #fff !important;
	    }
	    table.deal_items td.plus , table.deal_items td.equal{
	    	display: inline-block;
	    	vertical-align: middle;
	    	padding: 10px 0;
	    	min-height: 122px;
	    	width: 30px;
	    	text-align: center;
	    	border: none;
	    }
	    .layout_item #wrapper a.commit_to_real.clicked {
	    	background: rgb(82, 82, 82) !important;
	    }
	    #item_deal_items em {
	    	font-size: 14px;
	    	color: rgb(82, 82, 82);
	    }

	    #item_info #item_deal_items {
	    	border-bottom: none;
	    }
	    #wrapper .wrap_item_features > div{
	    	width: 100%;
	    }
	    div#item_specifications:after {
	    	top: 60px;
	    	left: 51.5%;
	    }
	    .layout_item .owl-controls{
	    	display: block;
	    	width: 100%;
	    	height: 50px;
	    	position: absolute;
	    	top: 25%;
	    }
	    #matchingCarouselHook .owl-nav {
	    	width: 100%;
	    	right: 0;
	    }
	    .layout_item #matchingCarouselHook .owl-nav > div {
	    	display: inline-block;
	    	float: left;
	    	width: 50px;
	    	height: 53px;
	    	background: url(item_slider_arrows.png) no-repeat 0 center;
	    	left: 0;
	    }
	    #matchingCarouselHook .owl-nav > div.owl-prev{
	    	background-position: 100% center;
	    	float: right;
	    	right: 0;
	    }
	    #matchingCarouselHook .owl-nav > div i {
	    	display: none;
	    } 
	    #bg_middle #matchingCarouselHook b {
	    	color: #2f2933;
	    }
	    #bg_middle #matchingCarouselHook i {
	    	color: rgb(248, 149, 30);
	    	font-size: 18px;
	    }
	    #matchingCarouselHook input {
	    	margin-top: 11px;
	    }
	    .ask_about_item i.fa.fa-paperclip {
	    	font-size: 0;
	    	background: url(heart.png) no-repeat center center;
	    }
	    #demo i.fa.fa-search {
	    	top: auto;
	    	bottom: 95px;
	    	right: 16px;
	    	height: 36px;
	    	width: 36px;
	    	font-size: 0;
	    	background: url(gallery_search_icon.png) no-repeat center center;
	    	top: 60px;
	    	right: 90px;
	    }
	    .wrap_item_features{
	    	display: block;
	    }
	    .specifications li {
	    	line-height: 25px;
	    }
	    #item_specifications .specifications.row > div ul, #item_specifications .specifications.row > div li, #item_specifications .specifications.row > div i {
	    	float: right;
	    }
	    .specifications li b{
	    	color:#525252;
	    	font-size: 14px;
	    	font-weight: normal;
	    }
	    div#item_info > div.item_bottom_links .smallButton {
	    	width: 100%;
	    	max-width: 210px;
	    }
	    div#item_info > div.item_bottom_links .item_anchor_go_up {
	    	display: none;
	    }
	    #wrapper .item_bottom_links .item_link_buy_now_small .smallButton {
	    	display: block;
	    	margin: 0 auto;
	    	float: none;
	    }
	    .item_bottom_links .item_anchor_go_up a{
	    	width: 100%;
	    	height: 100%;
	    	font-size: 0;
	    }
	    .item_bottom_links .item_anchor_go_up a:before{
	    	content: none;
	    }
	    #wrapper .ask_about_item > div.wrap_about_item {
	    	display: block;
	    }
	    a.bold_link.link_ask_about_item {
	    	display: block;
	    	background: url(ask_about_icon.png) no-repeat right center;
	    	width: 100%;
	    	height: 21px;
	    	color: rgb(248, 149, 30);
	    	font-size: 16px;
	    	font-weight: bolder;
	    }
	    .ask_about_item i {
	    	background: none;
	    	font-size: 0;
	    }
	    #wrapper div#item_info {
	    	max-width: 1200px;
	    	margin: 0 auto;
	    }
	    div#item_upgrades_top {
	    	border-bottom: none;
	    	margin-bottom: 0;
	    	padding-bottom: 0;
	    }
	    div#color_items h3 {
	    	font-size: 13px;
	    }
	    #color_items li span.color_items_title {
	    	display: none !important;
	    }
	    div#color_items li span {
	    	display: none !important;
	    }
	    #color_items li img {
	    	width: auto;
	    	height: auto;
	    	max-width: 90px;
	    	max-height: 90px;
	    }
	    body.layout_item #wrapper .smallButton a:hover {
	    	background: rgb(255, 255, 255);
	    	color: rgb(248, 149, 30);
	    	border-radius: 5px;
	    }
	    #color_items li a {
	    	height: 100px;
	    	border: none;
	    	max-width: 100px;
	    	position: relative;
	    	width: 100px;
	    	outline: 2px solid transparent;
	    }
	    #color_items li:hover a {
	    	outline: 2px solid #7f401d;
	    }
	    #color_items li {
	    	max-width: 100px;
	    	width: 100px;
	    	height: 100px;
	    	padding: 0px;
	    	margin-bottom: 6px;
	    	margin-left: 2px;
	    }
	    .special_cart.layout_item div.product_quantity, #bg_middle .fake_quantity input {
	    	display: none;
	    }
	    /*buttons*/
	    #wrapper td.deal_button .smallButton {
	    	width: 157px;
	    	max-width: 157px;
	    	height: 49px;
	    	border-width: 1px;
	    }

	    #wrapper .item_bottom_links .item_link_buy_now_small .smallButton {
	    	float: none;
	    	margin: 0 auto;
	    	margin-bottom: 25px;
	    }
	    .smallButton {
	    	max-width: 100%;
	    }
	    body #wrapper .smallButton a {
	    	color: rgb(255, 255, 255);
	    	font-size: 16.5px;
	    	line-height: 43px;
	    }
	    #item_link_buy_now .buyNow, .smallButton, #bg_middle .fake_quantity a.commit_to_real {
	    	border: solid 2px rgb(248, 149, 30);
	    	border-radius: 5px;
	    }
	    a.commit_to_real {
	    	display: block;
	    	height: 40px;
	    	width: 152px;
	    	background: #4ba2e0;
	    	border-radius: 0;
	    	margin-top: 5px;
	    	cursor: pointer;
	    	line-height: 41px;
	    	font-size: 16.5px;
	    	font-weight: bold;
	    	text-align: center;
	    }
	    #item_link_buy_now .buyNow, #bg_middle .fake_quantity a.commit_to_real, .layout_contact #bg_middle:before, .layout_customer_login #bg_middle:before, .layout_customer_signup #bg_middle:before, .layout_about #bg_middle:before, .success #content_contact_success a, div#success_msg a, .layout_order #redirect_failure_msg a, .smallButton, form#paypal_form input {
	    	background-color: rgb(248, 149, 30);
	    }
	    #item_link_buy_now .buyNow, div#item_deal_items .buyNow, #item_link_buy_now .contactNow, #bg_middle .fake_quantity a.commit_to_real {
	    	height: 45px;
	    	max-width: 139px;
	    }
	    .buyNow > a, .contactNow > a {
	    	line-height: 41px;
	    	font-size: 16.5px;
	    }
	    div#item_link_buy_now {
	    	display: none;
	    }
	    div#item_link_buy_now {
	    	display: block;
	    	margin-top: 10px;
	    	width: 183px;
	    	float: left;
	    }
	    #item_link_buy_now .buyNow, div#item_deal_items .buyNow, #item_link_buy_now .contactNow, #bg_middle .fake_quantity a.commit_to_real {
	    	background-color: rgb(248, 149, 30);
	    	border: solid 1px rgb(248, 149, 30);
	    	float: right;
	    	border-top-right-radius: 5px;
	    	border-bottom-right-radius: 5px;
	    	border-top-left-radius: 0;
	    	border-bottom-left-radius: 0;
	    }
	    div#item_link_buy_now .fake_quantity {
	    	display: block;
	    	overflow: hidden;
	    	margin-bottom: 6px;
	    }
	    div#item_link_buy_now .fake_quantity:after {
	    	content: "\f07a";
	    	font-family: fontawesome;
	    	font-size: 33px;
	    	padding-right: 7px;
	    	text-align: center;
	    	width: 46px;
	    	height: 45px;
	    	position: absolute;
	    	left: 0;
	    	border: 1px solid rgb(84, 83, 84);
	    	border-radius: 5px;
	    	color: rgb(84, 83, 84);
	    	border-top-right-radius: 0;
	    	border-bottom-right-radius: 0;
	    }
	    div#item_link_buy_now .fake_quantity:hover:after {
	    	background: rgb(84, 83, 84);
	    	color: rgb(255, 255, 255);
	    }
	    #item_link_buy_now .buyNow:after {
	    	content: "\f0d9 ";
	    	width: 45px;
	    	height: 45px;
	    	font-size: 45px;
	    	line-height: 41px;
	    	text-align: center;
	    	padding-right: 9px;
	    	color: rgb(248, 149, 30);
	    	font-family: fontawesome;
	    	position: absolute;
	    	left: 0px;
	    	bottom: 0px;
	    	border: 1px solid rgb(248, 149, 30);
	    	border-radius: 5px;
	    	border-top-right-radius: 0;
	    	border-bottom-right-radius: 0;
	    }
	    #item_link_buy_now .buyNow:hover:after {
	    	background: rgb(248, 149, 30);
	    	color: rgb(255, 255, 255);
	    }
	    #item_link_buy_now .buyNow:hover a#big_buy_now_link {
	    	color: rgb(248, 149, 30);
	    }
	    #item_link_buy_now .buyNow:hover {
	    	background-color: rgb(255, 255, 255);
	    	border-color: rgb(248, 149, 30);
	    	color: rgb(248, 149, 30);
	    }
	    div#item_link_buy_now .fake_quantity:hover a.commit_to_real {
	    	background: rgb(255, 255, 255);
	    	color: rgb(84, 83, 84);
	    	border-width: 1px;
	    }
	    #bg_middle .fake_quantity a.commit_to_real {
	    	background: rgb(84, 83, 84);
	    	border: solid 1px rgb(84, 83, 84);
	    	position: relative;
	    	color: rgb(255, 255, 255);
	    	margin: 0 !important;
	    	opacity: 1;
	    	border-top-right-radius: 5px;
	    	border-bottom-right-radius: 5px;
	    	border-top-left-radius: 0;
	    	border-bottom-left-radius: 0;
	    }
	    #wrapper a.commit_to_real.clicked:after {
	    	line-height: 45px;
	    	padding: 0;
	    	text-align: center;
	    	width: 100%;
	    }
	    body .fixed_buy_now a.commit_to_real {
	    	background: rgb(248, 149, 30);
	    	float: right;
	    	margin: 0 auto;
	    	margin-top: 5px;
	    }

	    .layout_item #wrapper .fixed_buy_now .product_quantity {
	    	background-color: rgb(248, 149, 30) !important;
	    	margin-top: 5px !important;
	    	border-radius: 0 !important
	    }
	    .layout_item #wrapper .fixed_buy_now .product_quantity>.quantity>a, .layout_item #wrapper .fixed_buy_now .product_quantity>.quantity.reduce_item>a{
	    	color: rgb(84, 83, 84) !important;
	    }
	    /*end buttons*/
	    .code_item {
	    	display: none;
	    }
	    /* --- element_general_tabs --- */ 
	    /* --- end element_general_tabs --- */

	    /*video item*/
	    #wrapper h3#item_content_title {
	    	display: none;
	    }
	    div#item_info #item_content .specifications.full_width .desc p {
	    	text-align: center;
	    	padding-top: 35px;
	    }
	    div#item_info #item_content  .specifications.full_width {
	    	border-top: 1px solid rgb(235, 235, 235);
	    }
	    /*end video item*/
	    /* ------------------------------------- end_layout_item ------------------------------------- */


	    /* ------------------------------------- layout ------------------------------------- */
	    /* --- clearfix --- */
	    /* --- end clearfix --- */

	    /* --- layout_about --- */ 
	    /* --- end layout_about --- */ 

	    /* --- layout_compare --- */ 
	    /* --- end layout_compare --- */ 

	    /* --- layout_page --- */ 
	    #item_link_buy_now .buyNow, .layout_contact #bg_middle:before, .layout_customer_login #bg_middle:before, .layout_customer_signup #bg_middle:before, .layout_about #bg_middle:before, .success #content_contact_success a, div#success_msg a, .layout_order #redirect_failure_msg a, .smallButton, form#paypal_form input, .layout_contact #main:before, .layout_about div#bg_middle:before, .layout_customer_login #main:before, .layout_customer_signup #main:before, .layout_about #main:before {
	    	content: none;
	    }
	    .layout_contact div#bg_middle, .layout_customer_login div#bg_middle, .layout_customer_signup div#bg_middle, .layout_about div#bg_middle {
	    	max-width: 1200px;
	    	margin: 0 auto;
	    	margin-top: 140px;
	    }
	    div#layout_about, div#layout_contract, div#layout_page, div#layout_location, div#layout_contact, div#layout_customer_signup, div#layout_customer_login {
	    	margin-bottom: 10px;
	    }
	    /* --- end layout_page --- */ 

	    /* --- layout_contract --- */ 
	    /* --- end layout_contract --- */ 

	    /* --- layout_credit_guard --- */ 
	    /* --- end layout_credit_guard --- */ 

	    /* --- layout_location --- */ 
	    /* --- end layout_location --- */ 

	    /* --- layout_order --- */ 
	    /* --- end layout_order --- */ 

	    /* --- layout_page --- */ 
	    /* --- end layout_page --- */ 

	    /* --- layout_iframe --- */ 
	    /* --- end layout_iframe --- */ 

	    /* ------------------------------------- end_layout ------------------------------------- */


	    /*--- colors ---*/
	    /*--- end colors ---*/

	    /* fonts */
	    /* end fonts */

	    /*bottons*/
	    /*end bottons*/

	    /* Extra small devices (phones, less than 768px) */
	    @media screen and (max-width: 767px) {

	    	/* ------------------------------------- header ------------------------------------- */

	    	/* --- layout_header --- */

	    	.navbar-brand>img{
	    		max-height: 71px;
	    	}
	    	#main_nav_bg .navbar-brand {
	    		height: 71px;
	    		width: 152px;
	    		padding: 0;
	    		box-sizing: content-box;
	    		padding-left: 8px;
	    		padding-top: 12px;
	    	}
	    	div#bg_header {
	    		height: 101px;
	    	}
	    	#wrapper #layout_header {
	    		height: 100%;
	    	}
	    	#header_group1 {
	    		height: 100%;
	    		-webkit-box-shadow: 0 2px 7px rgba(0,0,0,.2);
	    		-moz-box-shadow: 0 2px 7px rgba(0,0,0,.2);
	    		box-shadow: 0 2px 7px rgba(0,0,0,.2);
	    		overflow: visible;
	    	}
	    	/* --- end layout_header --- */ 

	    	/* --- header_cart_nav_header --- */
	    	div#bg_header #layout_header #header_cart_nav {
	    		right: 38px;
	    		top: 57px;
	    	}
	    	/* --- end_header_cart_nav_header --- */

	    	/* --- main_nav_bg --- */ 
	    	div#main_nav_bg {
	    		top: 0px;
	    		left: 0px;
	    		right: auto;
	    	}
	    	ul.nav.navbar-nav.navbar-right.main_nav_lis {
	    		margin-top: 60px;
	    		-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.11);
	    		-moz-box-shadow: 0 3px 7px rgba(0,0,0,.11);
	    		box-shadow: 0 3px 7px rgba(0,0,0,.11);
	    		border: 1px solid rgb(220, 220, 220);
	    		padding-top: 7px;
	    		padding-bottom: 16px;
	    	}
	    	#main_nav_bg .main_nav_lis li {
	    		background: none;
	    		border: none;
	    		min-height: 20px;
	    	}
	    	#main_nav_bg .main_nav_lis li span, body #wrapper #main_nav_bg .main_nav_lis li.active span span, #main_nav_bg .main_nav_lis li a, #wrapper #header_show_prime_categories > ul > li.active > span{
	    		line-height: 30px;
	    	}
	    	#main_nav_bg .main_nav_lis > li > span ul ul li span {
	    		padding-right: 48px;
	    		font-size: 15px;
	    		color: rgb(246, 149, 18);
	    	}
	    	#main_nav_bg .main_nav_lis li.active > span{
	    		padding-right: 48px;
	    	}
	    	#main_nav_bg .main_nav_lis > li > span > a:after, 
	    	div#main_nav_bg .main_nav_lis > li > span > a:after, 
	    	#main_nav_bg .main_nav_lis > li.active > span > span:after {
	    		content: "\f100";
	    		right: 30px;
	    		font-size: 15px;
	    		font-weight: normal;
	    		width: auto;
	    		height: auto;
	    		position: absolute;
	    		top: 0px;
	    		font-family: FontAwesome;
	    		color: rgb(82, 82, 82);
	    	}

	    	#main_nav_bg .main_nav_lis li a, #wrapper #header_show_prime_categories > ul > li.active > span, body #wrapper #main_nav_bg .main_nav_lis li.active span span {
	    		padding-right: 39px;
	    		font-size: 15px;
	    		color: rgb(82, 82, 82);
	    	}
	    	#wrapper #main_nav_bg .main_nav_lis li.active span span {
	    		color: rgb(0, 0, 0);
	    		font-size: 16px;
	    		line-height: 43px;
	    		margin: 0 10px 0 0;
	    		padding: 0px 12px;
	    	}
	    	body #wrapper #main_nav_bg .main_nav_lis li.active span span {
	    		padding-right: 0;
	    		margin-right: 0;
	    	}
	    	/* --- end_main_nav_bg --- */ 

	    	/* --- element_general_search_header --- */ 
	    	a.search_btn {
	    		display: block;
	    		position: absolute;
	    		width: 25px;
	    		background: url(search_icon.png) no-repeat;
	    		cursor: pointer;
	    		right: 56px;
	    		height: 24px;
	    		top: 13px;
	    		z-index: 99999;
	    	}

	    	div#header_show_search > form.search, div#header_show_search > form.search > div, div#header_show_search > form.search > div > label {
	    		display: block;
	    		height: 100%;
	    		width: 100%;
	    		margin: 0px;
	    		padding: 0px;
	    	}
	    	div#header_show_search > form.search > div > label > input#q {
	    		padding: 0px 0px 0px 25px;
	    		background-color: rgb(255, 255, 255);
	    		font-size: 15px;
	    		color: rgb(170, 169, 169);
	    		font-weight: normal;
	    		height: 100%;
	    		text-indent: 34px;
	    		width: 100%;
	    		border: solid 1px rgba(174,173,173,.75);
	    	}
	    	div#header_show_search > form.search > div > div#searchBtnHook {
	    		display: inline-block;
	    		position: absolute;
	    		height: 100%;
	    		width: 35px;
	    		top: 0px;
	    		right: 0px;
	    	}
	    	div#header_show_search > form.search > div > div#searchBtnHook > input {
	    		display: block;
	    		height: 100%;
	    		width: 100%;
	    		background: url(search_btn2.png) no-repeat center;
	    		font-size: 0px;
	    		padding: 0px;
	    		top: 0px;
	    		position: absolute;
	    	}
	    	div#header_show_search > form.search > div > label > input#q::-webkit-input-placeholder {
	    		color: rgb(170, 169, 169);
	    	}
	    	div#header_show_search > form.search > div > label > input#q:-moz-placeholder { /* Firefox 18- */
	    		color: rgb(170, 169, 169);
	    	}
	    	div#header_show_search > form.search > div > label > input#q::-moz-placeholder {  /* Firefox 19+ */
	    		color: rgb(170, 169, 169);
	    	}
	    	div#header_show_search > form.search > div > label > input#q:-ms-input-placeholder {  
	    		color: rgb(170, 169, 169);
	    	}
	    	.close_search {
	    		background: url(close_search.png) no-repeat center;
	    		font-size: 0;
	    		position: absolute;
	    		top: 0;
	    		left: 0;
	    		height: 35px;
	    		width: 36px;
	    		cursor: pointer;
	    		z-index: -1;
	    	}

	    	#bg_header ul.element_general_links.search_btn {
	    		display: block;
	    		position: absolute;
	    		top: auto;
	    		font-size: 0;
	    		background: url(search_icon.png) center no-repeat;
	    		width: 23px;
	    		height: 23px;
	    		cursor: pointer;
	    		right: 15px;
	    		bottom: 10px;
	    		margin: 0px;
	    		padding: 0px;
	    		z-index: 999;
	    	}
	    	#wrapper div#header_show_search {
	    		visibility: hidden;
	    		display: none;
	    		position: absolute;
	    		background-color: rgba(0, 0, 0, 0);
	    		top: 146px;
	    		right: 0px;
	    		height: 0px;
	    		width: 100%;
	    		margin: 0px;
	    		-webkit-transition: all .25s ease;
	    		-moz-transition: all .25s ease;
	    		-ms-transition: all .25s ease;
	    		-o-transition: all .25s ease;
	    		transition: all .25s ease;
	    	}
	    	#wrapper div#header_show_search.wide_search {
	    		visibility: visible;
	    		display: block;
	    		height: 38px;
	    		top: 101px;
	    		-webkit-transition: all .25s ease;
	    		-moz-transition: all .25s ease;
	    		-ms-transition: all .25s ease;
	    		-o-transition: all .25s ease;
	    		transition: all .25s ease;
	    		z-index: 9;
	    	}
	    	/* --- end element_general_search_header --- */ 

	    	/* --- element_general_links_header --- */ 
	    	/* --- end_element_general_links_header --- */ 

	    	/* --- element_general_images_header --- */ 
	    	.element_general_images.safe_buy {
	    		right: 123px;
	    		bottom: -1px;
	    		top: auto;
	    	}
	    	.element_general_images.icons_head a h3 {
	    		font-size: 0;
	    	}
	    	/* --- end_element_general_images_header --- */ 

	    	/* --- element_general_login_logout_header --- */ 
	    	/* --- end_element_general_login_logout_header --- */ 

	    	/* --- element_general_prime_categories_category_header --- */ 

	    	/* --- end element_general_prime_categories_category_header --- */ 

	    	/* --- element_general_prime_categories_with_group_header --- */
	    	/* --- end element_general_prime_categories_with_group_header --- */

	    	/* --- element_general_prime_categories_with_children_header --- */
	    	/* --- end element_general_prime_categories_with_children_header --- */

	    	/* --- element_general_contact_header --- */ 
	    	/* --- end element_general_contact_header --- */ 

	    	/* --- element_general_newsletter_header --- */ 
	    	/* --- end element_general_newsletter_header --- */ 

	    	/* --- element_general_easy_lightbox --- */
	    	/* --- end element_general_easy_lightbox --- */

	    	/*element_general_lightbox*/
	    	/*end element_general_lightbox*/

	    	/* ------------------------------------- end layout_header ------------------------------------- */

	    	/* ------------------------------------- middle ------------------------------------- */

	    	/* --- layout_homepage_middle --- */  
	    	body #wrapper div#bg_middle{
	    		margin-top: 101px;
	    	}
	    	/* --- end layout_homepage_middle --- */ 

	    	/* --- element_general_masonry_images_middle --- */ 
	    	/* --- end element_general_masonry_images_middle --- */ 

	    	/* --- element_general_strength_middle --- */ 
	    	#bg_middle .element_general_images.strength .heading, #bg_middle div#homepage_group4 .carousel .heading{
	    		display: block;
	    		width: 100%;
	    		height: 58px;
	    		background: url(debut_light.png);
	    		color: #333333;
	    		font-size: 22px;
	    		line-height: 58px;
	    		text-align: center;
	    	}
	    	#bg_middle .element_general_images.strength .heading:after, #bg_middle div#homepage_group4 .carousel .heading:after{
	    		content: "";
	    		display: inline-block;
	    		float: left;
	    		width: 12px;
	    		height: 100%;
	    		background: #86c724;
	    	}
	    	#bg_middle .element_general_images.strength {
	    		display: block;
	    		width: 100%;
	    		float: none;
	    	}
	    	#bg_middle .element_general_images.strength .current_element_image{
	    		width: 50%;
	    	}
	    	#bg_middle .element_general_images.strength {
	    		background: url(strength_bg_vertical.jpg) no-repeat 100%;
	    		margin-bottom: 20px;
	    	}
	    	div#layout_homepage .newsletter_field {
	    		margin-top: 8px;
	    		font-size: 11px !important;
	    		width: 100%;
	    	}
	    	#bg_middle .element_general_images.strength .current_element_image.pos_1:before, #bg_middle .element_general_images.strength .current_element_image.pos_3:before, #bg_middle .element_general_images.strength .current_element_image.pos_5:before {
	    		content: none;
	    	}
	    	#bg_middle .element_general_images.strength .current_element_image.pos_2:before, #bg_middle .element_general_images.strength .current_element_image.pos_3:after{
	    		content:"";
	    	}
	    	#bg_middle .element_general_images.strength .current_element_image.pos_4:after, #bg_middle .element_general_images.strength .current_element_image.pos_5:after {
	    		content: none;
	    	}
	    	/* --- end element_general_strength_middle --- */ 


	    	/* --- element_general_all_categories_middle --- */
	    	
	    	/* --- end element_general_all_categories_middle --- */ 

	    	/* --- element_general_categories_images_middle --- */ 
	    	/* --- end element_general_categories_images_middle --- */ 

	    	/* --- element_general_content_carousel_middle --- */ 
	    	
	    	/* --- end element_general_content_carousel_middle --- */

	    	/* --- element_general_links_middle --- */ 
	    	div#homepage_group2 {
	    		margin-top: 13px;
	    	}
	    	/*tabs*/
	    	#wrapper #bg_middle ul.element_general_links.heading {
	    		width: 65%;
	    	}
	    	#bg_middle ul.element_general_links.heading:after {
	    		width: 65%;
	    	}
	    	#wrapper .four.g_slider .owl-controls {
	    		top: -104px;
	    	}
	    	/*end tabs*/
	    	#bg_middle .four.g_slider.active {
	    		padding-top: 64px;
	    	}
	    	span.wrap_li {
	    		display: block;
	    		width: 130%;
	    		position: absolute;
	    		top: 40px;
	    		right: -30px;
	    		z-index: 999;
	    	}
	    	#bg_middle ul.element_general_links.heading li a {
	    		font-size: 14px;
	    	} 

	    	/* --- end_element_general_links_middle --- */ 

	    	/* --- element_general_main_categories --- */
	    	/* --- end element_general_main_categories --- */

	    	/* --- element_general_images_middle --- */ 
	    	.element_general_images.main_cat.left_side .current_element_image h3:before {
	    		height: 30px;
	    	}
	    	#bg_middle .element_general_images.strength .current_element_image {
	    		height: 153px;
	    	}
	    	.element_general_images.main_cat.left_side .current_element_image h3 {
	    		bottom: -4px;
	    		right: 17px;
	    		padding-right: 3px;
	    		width: 120px;
	    		font-size: 14px;
	    	}
	    	#wrapper .element_general_images.banner {
	    		display: none;
	    	}
	    	#wrapper .element_general_images.right_banner {
	    		margin-top: 30px;
	    	}
	    	/* --- end element_general_images_middle --- */ 

	    	/* --- element_general_strength --- */ 
	    	/* --- end element_general_strength --- */ 

	    	/* --- element_general_newsletter_middle --- */ 
	    	div#layout_homepage #new_ticket .contact .element_general_contact .headline{
	    		margin-bottom: 0;
	    	}
	    	div#layout_homepage #new_ticket .contact .element_general_contact .headline:after {
	    		height: 71px;
	    		bottom: 69%;
	    		right: -11px;
	    		background-size: 50%;
	    	}
	    	div#layout_homepage #new_ticket .contact .element_general_contact .headline {
	    		background-size: 78%;
	    		height: 62px;
	    	}
	    	#wrapper .wrapStrength{
	    		margin-bottom: 0;
	    	}
	    	div#layout_homepage #new_ticket .element_general_contact .smallButton {
	    		width: 69px;
	    		height: 24px;
	    		/* position: absolute; */
	    		/* bottom: 32px; */
	    		/* left: -10px; */
	    		float: left;
	    		margin-left: 2px;
	    	}
	    	div#layout_homepage #new_ticket {
	    		background-size: 100%;
	    	}
	    	div#layout_homepage #new_ticket {
	    		margin-right: 0;
	    		margin: 0 auto;
	    		float: none;
	    		margin-bottom: 8px;
	    	}
	    	div#layout_homepage #new_ticket .contact .element_general_contact {
	    	}
	    	div#layout_homepage .contact label {
	    		height: 25px;
	    		width: 267px;
	    		margin-bottom: 4px;
	    		line-height: 23px !important;
	    	}
	    	#new_ticket > div > div > label:nth-child(7) {
	    		width: 70%;
	    	}
	    	div#layout_homepage .contact label:nth-child(3) {
	    		width: 99%;
	    	}
	    	div#layout_homepage .contact .element_general_contact input {
	    		text-indent: 3px;
	    		height: 100%;
	    		width: 257px;
	    		font-size: 13px;
	    		color: rgb(65, 64, 66);
	    	}
	    	div#layout_homepage div#homepage_group4 .contact .element_general_contact input {
	    		height: 30px;
	    		margin-top: 1px;
	    	}
	    	div#layout_homepage div#homepage_group4 #new_ticket .element_general_contact .smallButton {
	    		top: 148px;
	    		right: -39%;
	    		width: 47px;
	    		height: 30px;
	    	}
	    	div#layout_homepage #new_ticket .element_general_contact .smallButton span {
	    		line-height: 20px;
	    		font-size: 14px;
	    	}
	    	/* --- end element_general_newsletter_middle --- */ 

	    	/* --- element_category_list_items_middle --- */ 
	    	/* --- end element_category_list_items_middle --- */ 

	    	/* --- element_general_carousel_middle --- */ 
	    	/* --- end element_general_carousel_middle --- */ 

	    	/* --- element_general_brand_carousel --- */ 
	    	/* --- end element_general_brand_carousel --- */ 

	    	/* --- element_general_list_item_titles_middle --- */
	    	.element_items_list_items.right_grid .layout_list_item, .element_items_list_items.left_grid .layout_list_item {
	    		width: 100%;
	    	}
	    	/* --- end element_general_list_item_titles_middle --- */

	    	/* --- element_general_prime_categories_category_middle --- */ 
	    	/* --- end element_general_prime_categories_category_middle --- */ 

	    	/* --- element_general_contact_middle --- */ 
	    	/* --- end element_general_contact_middle --- */ 

	    	/* --- element_general_ws_carousel_middle --- */
	    	.carousel-indicators li, .carousel-indicators li.active {
	    		width: 10px;
	    		height: 10px;
	    	}
	    	/* --- end element_general_ws_carousel_middle --- */

	    	/* --- element_general_ticker_middle --- */
	    	/* --- end element_general_ticker_middle --- */

	    	/* --- element_items_list_items_middle --- */ 
	    	/* --- end element_items_list_items_middle --- */ 

	    	/* --- element_general_masonry_grid --- */ 
	    	/* --- end element_general_masonry_grid --- */ 

	    	/* --- pagination_middle --- */
	    	/* --- end pagination_middle --- */

	    	/* --- bootstrap_slider_middle --- */
	    	#wrapper div.mobile_slider {
	    		margin-bottom: 1.2%;
	    	}
	    	#wrapper div.right_slider .carousel-control.right, 
	    	#wrapper div.mobile_slider .carousel-control.right, 
	    	#wrapper div.right_slider .carousel-control.left, 
	    	#wrapper div.mobile_slider .carousel-control.left{
	    		display: none;
	    	}
	    	/* --- end bootstrap_slider_middle --- */

	    	/* --- owlCarousel_middle --- */
	    	/* --- end owlCarousel_middle --- */
	    	/* ------------------------------------- end middle ------------------------------------- */

	    	/* ------------------------------------- footer ------------------------------------- */

	    	/* --- layout_footer --- */ 
	    	div#layout_footer div#footer_middle_groups {
	    		padding: 0px 15px;
	    	}
	    	/* --- end layout_footer --- */

	    	/* --- element_general_newsletter_footer --- */ 
	    	div#footer_group1 {
	    		background: url(footer_mobile.jpg) no-repeat left 0;
	    		background-size: cover;
	    	}
	    	#bg_footer form.footer_newsletter .element_general_contact_new {
	    		position: relative;
	    		z-index: 99;
	    		padding: 20px 10px;
	    	}
	    	#bg_footer .footer_newsletter .wrap_ticket_customer_email {
	    		width: 100%;
	    	}
		/*	#bg_footer form.footer_newsletter .wrap_contact_title2 h3.contact_title2{
				font-size: 13px;
				font-weight: bold;
				padding-right: 10px;
				}*/
				#bg_footer .footer_newsletter .wrap_ticket_customer_email > div span.newsletter_field {
					width: 197px;
				}
				#bg_footer form.footer_newsletter .wrap_contact_title2 {
					height: auto;
				}
				#bg_footer .footer_newsletter .wrap_ticket_customer_email input {
					margin-bottom: 8px;
				}
				#bg_footer form.footer_newsletter .wrap_contact_title1:before {
					right: 0;
				}
				#bg_footer .footer_newsletter .wrap_contact_btn button.contact_btn {
					font-size: 18px;
				}
				#bg_footer form.footer_newsletter {
					padding: 15px 0;
				}
				#bg_footer form.footer_newsletter .element_general_contact_new {
					padding: 0 10px;
				}
				div#footer_group1 {
					height: 333px;
					padding: 0;
				}
				#bg_footer .footer_newsletter .wrap_contact_btn {
					position: static;
					width: 100%;
					height: 50px;
				}
				#bg_footer .footer_newsletter .wrap_ticket_customer_email input {
					margin-right: 0;
					width: 100%;
					height: 50px;
					font-size: 14px;
				}
				#bg_footer .footer_newsletter .wrap_checkbox {
					margin-right: 0;
					max-width: 100%;
					width: 100%;
				}
				/* --- end element_general_newsletter_footer --- */ 

				/* --- element_general_links_footer --- */ 
				ul.element_general_links.f_t_g li {
					margin-left: 29px;
				}
				/* --- end_element_general_links_footer --- */ 

				/* --- element_general_footer_nav --- */ 
				/* --- end element_general_footer_nav --- */ 

				/* --- element_general_prime_categories --- */ 
				/* --- end element_general_prime_categories --- */ 

				/* --- element_general_show_contact --- */ 
				/* --- end element_general_show_contact --- */

				/* --- #footer_group2, #footer_group3, #footer_group4_footer --- */
				div#footer_group2 {
					padding: 0px;
					padding-top: 10px;
				}
				div#footer_group5 {
					padding: 0 20px;
				}
				/* --- end_#footer_group2, #footer_group3, #footer_group4_footer --- */

				/* --- element_general_images_footer --- */ 
				/* --- end element_general_images_footer --- */ 

				/* --- element_general_carousel_footer --- */ 
				/* --- end element_general_carousel_footer --- */ 

				/* --- element_general_prime_categories_footer --- */ 
				/* --- end element_general_prime_categories_footer --- */ 

				/* --- element_general_contact_footer --- */ 
				#bg_footer form.footer_newsletter .wrap_contact_title1 {
					width: 100%;
					padding-right: 0;
				}
				#bg_footer form.footer_newsletter .wrap_contact_title2 {
					width: 100%;
				}
				#bg_footer form.footer_newsletter .wrap_contact_title2 h3.contact_title2 {
					text-align: right;
					font-size: 13px;
					line-height: 22px;
					font-weight: bold;
					padding-right: 0;
				}
				/* --- end element_general_contact_footer --- */ 
				div#footer_group5 > div > div {
					height: 50%;
				}
				div#footer_group5 {
					height: 70px;
				}

				/*up_btn*/
				#upBtn {
					width: 20px;
					height: 20px;
					position: fixed;
					top: auto;
					bottom: 50px;
					right: 0;
					z-index: 9999;
					background: url(up_mobile.png) no-repeat center;
				}
				#upBtn:hover{	
					cursor:pointer;
				}
				#upBtn.visible{
					opacity: 0.95;
					transition: opacity .25s ease-in-out;
					-moz-transition: opacity .25s ease-in-out;
					-webkit-transition: opacity .25s ease-in-out;
					background: rgba(217, 76, 69, 0.7);
				}
				/*end of up_btn*/

				/* ------------------------------------- end_footer ------------------------------------- */

				/* ------------------------------------- category ------------------------------------- */

				/* --- layout_category --- */ 
				#wrapper .element_category_filter h1 {
					padding: 0 10px;
				}
				#bg_middle .wrap_toggle_btn{
					display: none;
				}
				/* --- end layout_category --- */   

				/* --- element_category_filter_category --- */ 
				/* --- end element_category_filter_category --- */ 

				/* --- element_category_list_items_category --- */ 
				/* --- end element_category_list_items_category --- */ 

				/* --- element_general_prime_categories_category --- */ 
				/* --- end element_general_prime_categories_category --- */ 

				/* ------------------------------------- end_category ------------------------------------- */

				/* ------------------------------------- layout_item ------------------------------------- */
				.layout_item #wrapper .fixed_buy_now .product_quantity>.add_item.quantity, .layout_item #wrapper .fixed_buy_now .product_quantity>.quantity{
					display: block !important;
				}
				.lSAction > .lSPrev {
					left: 0;
				}
				.lSAction > .lSNext {
					right: 0;
				}
				body #wrapper > .fixed_buy_now > .fixed_buy_now_inner {
					background-color: rgb(248, 149, 30);
				}
				#wrapper div#item_info > div#color_items {
					display: none;
				}
				.wrap_show_upgrades_top div#color_items {
					display: block;
				}
				#color_items li {
					max-width: 84px;
					width: 84px;
					height: 84px;
				}
				#color_items li a {
					height: 84px;
					max-width: 84px;
				}
				#color_items li img {
					max-width: 70px;
					max-height: 70px;
				}
				.layout_item .owl-controls {
					display: none;
				}
				div#item_info > div.item_bottom_links .item_link_buy_now_small {
					display: block;
					float: none;
					margin: 0 auto;
				}
				div#item_current_title {
					margin-top: 20px;
				}
				#wrapper .item_main_bottom_left {
					float: right;
				}
				/* --- element_general_tabs --- */ 
				/* --- end element_general_tabs --- */

				/* ------------------------------------- end_layout_item ------------------------------------- */


				/* ------------------------------------- layout ------------------------------------- */
				/* --- clearfix --- */
				/* --- end clearfix --- */

				/* --- layout_about --- */ 
				/* --- end layout_about --- */ 

				/* --- layout_compare --- */ 
				/* --- end layout_compare --- */ 

				/* --- layout_contact --- */ 
				/* --- end layout_contact --- */ 

				/* --- layout_contract --- */ 
				/* --- end layout_contract --- */ 

				/* --- layout_credit_guard --- */ 
				/* --- end layout_credit_guard --- */ 

				/* --- layout_location --- */ 
				/* --- end layout_location --- */ 

				/* --- layout_order --- */ 
				/* --- end layout_order --- */ 

				/* --- layout_page --- */ 
				/* --- end layout_page --- */ 

				/* --- layout_iframe --- */ 
				/* --- end layout_iframe --- */ 

				/* ------------------------------------- end_layout ------------------------------------- */

			}
			/* End Of Extra small devices (phones, less than 768px) */



			/* Small devices (tablets, 768px and up) */
			@media screen and (min-width:768px) {

				/* ------------------------------------- header ------------------------------------- */

				/* --- layout_header --- */ 
				div#bg_header {
					width: 100%;
					height: 100px;
					-webkit-box-shadow: 0 2px 7px rgba(0,0,0,.2);
					-moz-box-shadow: 0 2px 7px rgba(0,0,0,.2);
					box-shadow: 0 2px 7px rgba(0,0,0,.2);
				}
				/* --- end layout_header --- */ 

				/* --- header_cart_nav_header --- */
				/* --- end_header_cart_nav_header --- */

				/* --- main_nav_bg --- */ 
				.link_all_items:hover #header_show_prime_categories {
					display: none;
				}
				ul.nav.navbar-nav.navbar-right.main_nav_lis {
					margin: 0;
				}
				.main_nav_lis li:not(:last-child):after {
					content: "|";
					position: absolute;
					left: -4px;
					top: 0;
				}
				/* --- end_main_nav_bg --- */ 

				/* --- element_general_search_header --- */ 
				#header_show_search .search .textInput #q {
					background: url(search_icon.png) no-repeat 97% 3px;
				}
				#wrapper div#header_show_search {
					width: 163px;
					height: 30px;
					right: 163px;
					top: 60px;
					background: rgb(255, 255, 255);
					border: 1px solid rgb(125, 125, 125);
				}
				/* --- end element_general_search_header --- */ 

				/* --- element_general_links_header --- */ 
				/* --- end_element_general_links_header --- */ 

				/* --- element_general_images_header --- */ 
				.element_general_images.icons_head a h3 {
					display: none;
				}
				.element_general_images.icons_head .current_element_image a {
					margin-left: 17px;
					height: 100%;
					width: 100%;
					display: block;
				}
				/* --- end_element_general_images_header --- */ 

				/* --- element_general_login_logout_header --- */ 
				/* --- end_element_general_login_logout_header --- */ 

				/* --- element_general_prime_categories_category_header --- */ 
				#bg_header .element_general_prime_categories ul.store_categories {
					top: 177%;
					right: 0px;
					padding-top: 11px;
					padding-bottom: 16px;
					border: 1px solid rgb(220, 220, 220);
				}
				/* --- end element_general_prime_categories_category_header --- */ 

				/* --- element_general_prime_categories_with_group_header --- */
				/* --- end element_general_prime_categories_with_group_header --- */

				/* --- element_general_prime_categories_with_children_header --- */
				/* --- end element_general_prime_categories_with_children_header --- */

				/* --- element_general_contact_header --- */ 
				/* --- end element_general_contact_header --- */ 

				/* --- element_general_newsletter_header --- */ 
				/* --- end element_general_newsletter_header --- */ 

				/* --- element_general_easy_lightbox --- */
				/* --- end element_general_easy_lightbox --- */

				/*element_general_lightbox*/
				/*end element_general_lightbox*/

				/* ------------------------------------- end layout_header ------------------------------------- */

				/* ------------------------------------- middle ------------------------------------- */

				/* --- layout_homepage_middle --- */  
				div#bg_middle{
					margin-top: 100px;
				}
				/* --- end layout_homepage_middle --- */ 

				/* --- element_general_masonry_images_middle --- */ 
				/* --- end element_general_masonry_images_middle --- */ 

				/* --- element_general_strength_middle --- */ 
				/* --- end element_general_strength_middle --- */ 

				/* --- element_general_all_categories_middle --- */ 
				/* --- end element_general_all_categories_middle --- */ 

				/* --- element_general_categories_images_middle --- */ 
				/* --- end element_general_categories_images_middle --- */ 

				/* --- element_general_content_carousel_middle --- */ 
				/* --- end element_general_content_carousel_middle --- */

				/* --- element_general_links_middle --- */ 

				/* --- end_element_general_links_middle --- */ 


				/* --- element_general_main_categories --- */
				/* --- end element_general_main_categories --- */

				/* --- element_general_images_middle --- */ 
				#wrapper .element_general_images.banner, #wrapper .element_general_images.right_banner {
					margin-top: 0;
					text-align: center;
				}
				#bg_middle .element_general_images.main_cat.left_side {
					width: 100%;
				}
				.element_general_images.main_cat.left_side .current_element_image h3 {
					width: 134px;
					height: 36px;
					font-size: 16px;
					line-height: 34px;
				}
				/* --- end element_general_images_middle --- */ 

				/* --- element_general_strength --- */ 
				/* --- end element_general_strength --- */ 

				/* --- element_general_newsletter_middle --- */ 
				div#layout_homepage #new_ticket .contact .element_general_contact .headline {
					margin-bottom: 9%;
					margin-top: 2%;
				}
				#new_ticket > div > div > label:nth-child(4) {
					width: 76%;
				}
				div#layout_homepage #new_ticket .element_general_contact .smallButton {
					margin-right: 10px;
					width: 22%;
				}
				div#layout_homepage .newsletter_field {
					margin-top: 8px;
				}
				div#layout_homepage #new_ticket {
					width: 590px;
					background-size: cover;
					float: none;
					clear: both;
					right: 0;
					left: 0;
					margin: auto;
				}	
				/* --- end element_general_newsletter_middle --- */ 

				/* --- element_category_list_items_middle --- */ 
				/* --- end element_category_list_items_middle --- */ 

				/* --- element_general_carousel_middle --- */ 
				/* --- end element_general_carousel_middle --- */ 

				/* --- element_general_brand_carousel --- */ 
				/* --- end element_general_brand_carousel --- */ 

				/* --- element_general_list_item_titles_middle --- */
				/* --- end element_general_list_item_titles_middle --- */

				/* --- element_general_prime_categories_category_middle --- */ 
				/* --- end element_general_prime_categories_category_middle --- */ 

				/* --- element_general_contact_middle --- */ 
				/* --- end element_general_contact_middle --- */ 

				/* --- element_general_ws_carousel_middle --- */
				/* --- end element_general_ws_carousel_middle --- */

				<<<<<<< HEAD
			}
			#bg_middle .layout_list_item .list_item_image {
				width: 95%;
				height: 265px;
				margin: 0 auto;
				margin-bottom: 14px;
			}
			#wrapper .layout_list_item .grid:hover:after {
				content: "";
				width: 100%;
				height: 100%;
				background: rgba(255, 255, 255,0.6);
				position: absolute;
				top: 0;
				display: block;
			}

			#wrapper .layout_list_item .grid:hover .list_item_title_with_brand {
				position: absolute;
				top: 74px;
				z-index: 9;
				width: 200px;
				right: 0;
				left: 0;
				margin: auto;
			}


			#wrapper .drop-wrapper .layout_list_item .grid:hover .list_item_show_price:after, #wrapper .drop-wrapper .layout_list_item .grid:hover:after, #wrapper .drop-wrapper .layout_list_item .grid:hover .list_item_current_list_item_content{
				display: none;
			}
			#wrapper .drop-wrapper .layout_list_item .grid:hover .list_item_title_with_brand{
				position: static;
				width: 100%;
			}
			#wrapper .drop-wrapper .layout_list_item .grid:hover .list_item_show_price{
				position: static;
			}
			#wrapper .drop-wrapper .layout_list_item .grid:hover .list_item_show_price span.item_show_origin_price{
				display: block;
			}
			.drop-wrapper .extra_button, .drop-wrapper .grid:hover .extra_button{
				display: none;
			}

			.product_quantity {
				display: none;
			}
			.grid .extra_button a {
				position: absolute;
				bottom: 58px;
				width: 133px;
				height: 36px;
				background: rgb(239, 162, 58);
				right: 0;
				left: 0;
				margin: auto;
				line-height: 36px;
				text-align: center;
				color: rgb(255, 255, 255);
				font-size: 16px;
				font-weight: bold;
				border: 1px solid rgb(255, 255, 255);
				outline-style: double;
				outline-color: rgb(239, 162, 58);
				z-index: 99;
				outline: 1px solid rgb(239, 162, 58);
			}
			.grid .extra_button a:hover, .grid .extra_button a:focus {
				outline: 1px solid rgb(239, 162, 58) !important;
				border-color: rgb(255, 255, 255);
				outline-offset: 0;
			}
			#wrapper .layout_list_item .grid:hover .list_item_current_list_item_content {
				font-size: 14px;
				color: rgb(65, 64, 66);
				text-align: center;
				position: absolute;
				top: 122px;
				display: block;
				z-index: 9;
				height: 81px;
				overflow: hidden;
				right: 0;
				left: 0;
				margin: auto;
				width: 92%;
			}
			#wrapper .layout_list_item .grid:hover .list_item_current_list_item_content a {
				font-size: 14px;
				color: rgb(65, 64, 66);
			}
			#wrapper .layout_list_item .grid:hover .list_item_current_list_item_content b{
				font-weight: normal;
			}
			#wrapper .layout_list_item .grid .list_item_current_list_item_content {
				display: none;
			}
			#wrapper .layout_list_item .grid:hover .list_item_show_price {
				position: absolute;
				z-index: 9;
				top: 218px;
				right: 0;
				left: 0;
			}
			#wrapper .layout_list_item .grid:hover .list_item_show_price span.item_show_origin_price {
				display: none;
			}
			.grid:hover .extra_button {
				display: block;
			}
			.extra_button {
				display: none;
			}
			#wrapper .drop-wrapper .layout_list_item .grid a.trigger_btn {
				font-size: 18px;
				color: rgb(246, 149, 18);
				border: 1px solid;
				padding: 8px 61px;
				border-radius: 5px;
			}
			#wrapper .drop-wrapper .layout_list_item .grid:hover a.trigger_btn {
				border-color: rgb(255, 255, 255);
				background: rgb(247, 148, 18);
				color: rgb(255, 255, 255);
			}
			.drop-wrapper .layout_list_item .list_item_show_price a.price {
				font-size: 18px;
				color: rgb(37, 37, 37);
				/* float: left; */
				position: static;
				text-align: left;
				width: auto;
			}
			.drop-wrapper .layout_list_item .list_item_show_price a.price strong {
				font-weight: normal;
			}
			.drop-wrapper .layout_list_item .list_item_image {
				height: 197px;
			}
			.drop-wrapper .layout_list_item .list_item_title_with_brand h3 {
				margin-top: 12px;
			}
			#wrapper .drop-wrapper .layout_list_item .grid .list_item_show_price {
				position: static;
				display: block;
				width: 77%;
				margin: 15px auto;
				overflow: hidden;
			}
			.drop-wrapper .layout_list_item .list_item_show_price span.item_show_origin_price {
				text-align: right;
				position: static;
				float: right;
				width: 65%;
				padding: 0;
			}
			/* --- end element_category_list_items_category --- */ 

			/* --- element_general_prime_categories_category --- */ 
			/* --- end element_general_prime_categories_category --- */ 

			/* ------------------------------------- end_category ------------------------------------- */

			/* ------------------------------------- layout_item ------------------------------------- */
			.layout_homepage div#item_icons {
				display: none;
			}
			div.video_trigger {
				display: none;
			}
			.item_upgrades_with_images .checkbox span.item_upgrades_with_images_title {
				font-size: 16px;
				color: #333f43;
				font-weight: normal;
			}
			h4.upgrade_topic_with_images_title {
				font-size: 15px;
				color: #333f43;
				margin-top: 4px;
				margin-bottom: 5px;
			}
			.layout_item #wrapper div#main {
				padding: 0 15px;
			}
			#bg_middle .upgrades_form_fields.info > div {
				float: right;
				width: 48.5%;
				max-width: 190px;
				margin-left: 5%;
			}
			#bg_middle .upgrades_form_fields.info > div:nth-child(2n) {
				margin-left: 0px;
			}
			div#item_show_price {
				margin-top: 16px;
			}
			div#item_upgrades {
				width: 100%;
				border-bottom: 1px solid #d9d7d7;
				padding-bottom: 14px;
			}
			#wrapper .main_price_and_btn {
				border-bottom: 1px solid rgb(217, 215, 215);
				padding-bottom: 10px;
			}
			#wrapper .icons {
				padding-bottom: 15px;
			}
			.item_attributes_top .upgrades_form_fields label {
				width: 100%;
			}
			div#item_current_title {
				margin-bottom: 5px;
				margin-top: 4px;
			}
			div#item_current_title h1 span {
				color: rgb(246, 149, 18);
				font-size: 20px;
			}
			#item_current_sub_title{
				max-height: 73px;
			}
			#item_current_sub_title > span {
				color: rgb(47, 41, 51);
				font-size: 14px;
				line-height: 22px;
			}
			a.sub_title_read_more {
				display: block;
				color: #d9342a;
			}
			.layout_item #item_show_price .price_value {
				color: rgb(82, 82, 82);
				font-size: 20px;
			}
			#item_show_carousel a {
				display: block;
				background: rgba(0,0,0,.15);
				opacity: 1;
			}
			.layout_item div#item_icons li a {
				background: none;
			}
			.lSAction .lSNext:before, .lSAction .lSPrev:before {
				content: "\f104";
				font-family: FontAwesome;
				font-size: 25px;
				line-height: 32px;
				margin: 0;
				background: rgba(0, 0, 0, 0);
				text-align: center;
				color: rgb(84, 83, 84);
			}
			.lSAction .lSNext:before {
				content: "\f105";
			}
			.lSSlideWrapper.usingCss {
				border: none;
			}
			#demo .lSPager.lSGallery a {
				border: none;
				background: none;
			}
			#demo .lSPager.lSGallery li.active a {
				border: none;
				border-top: 4px solid rgb(248, 149, 30);
			}
			#bg_middle #item_current_content > ul > li:before {
				color: #98919c;
			}
			.layout_item.special_cart #bg_middle div#item_deal_items {
				display: block;
				padding-top: 0;
			}
			h3#deal_items {
				margin-top: 0;
			}
			div#item_current_content {
				margin: 0px 0px 10px 0;
				border-top: none;
				padding-top: 0;
				margin-top: 5px;
			}
			div#item_current_content b {
				color: rgb(248, 149, 30);
				font-size: 15px;
				font-weight: bold;
			}
			.item_upgrades_with_images_image {
				display: block;
				height: 100%;
				width: 100%;
				max-height: 118px;
				max-width: 111px;
				overflow: hidden;
			}
			.item_upgrades_with_images .checkbox{
				text-align: right;

			}
			.item_upgrades_with_images_table img {
				max-width: 100%;
				max-height: 100%;
			}
			.main_price_and_btn span.item_show_origin_price {
				display: block;
				width: 100%;
				margin-top: 0;
			}
			.layout_item .item_show_origin_price .origin_price_number{
				line-height: 19px;
			}
			.upgrades_form_fields.info {
				max-height: 255px;
			}
			#wrapper .upgrades_form_fields .upgrade_topic_title {
				font-weight: normal;
				font-size: 13px;
				color: rgb(51, 63, 67);
				margin-bottom: 3px;
			}
			.item_attributes_top select, .item_attributes_top textarea, .item_attributes_top input{
				width: 100%;
				border: 1px solid #e2e0e0;
			}
			.item_attributes_top #upgrades {
				display: block;
				color: rgb(246, 149, 18);
				font-size: 15px;
				font-weight: bold;
				text-decoration: underline;
				margin-bottom: 10px;
			}
			.wrap_shipping_warranty_delivery {
				font-size: 12px;
				color: rgb(82, 82, 82);
			}
			#item_anchors a.compare_url {
				font-size: 14px;
				color: rgb(51, 63, 67);
			}
			#wrapper .item_main_top {
				padding-bottom: 2px;
				margin-bottom: 13px;
				border-bottom: 1px solid #e1dfdf;
				position: relative;
			}
			div#selectsHook strong {
				display: none;
			}
			#wrapper div#item_show_facebook {
				display: block;
				height: 20px;
				float: left;
				text-align: left;
				margin-top: 30px;
			}
			#item_main.max-width-center {
				border: none;
			}
			.upgrades_form_fields {
				overflow: hidden;
			}
			.layout_item div#item_icons ul li.product_icon{
				display:none;
			}
			.layout_item div#item_icons {
				right: 0px;
			}
			.layout_item div#item_icons ul li.item_icon{
				display: block;
			}
			.layout_item div#item_icons ul li.item_icon.gallery {
				display: block;
				width: 69px;
				height: 139px;
			}
			.layout_item .item_main_bottom_left li img {
				max-width: 100%;
				max-height: 100%;
			}
			#wrapper .item_main_bottom_left {
				float: right;
				max-width: 256px;
			}
			#wrapper .item_main_bottom_right{
				padding-left: 0;
			}
			.deal_items td.plus, .deal_items td.equal {
				color: rgb(248, 149, 30);
				font-weight: bold;
				font-size: 24px;
			}
			div#item_info > div div.titles-wrapper h3:after, div#item_info > #tabs > div div.titles-wrapper > h3:after{
				content: "";
				display: inline-block;
				float: left;
				height: 58px;
				width: 12px;
				background: #86c724;
			}
			.icon.icon_shipping_pop {
				background: url(icon1.png) no-repeat center center;
				background-size: 96%;
			}
			.icon.icon_safe_buy_pop {
				background: url(icon2.png) no-repeat center center;
				background-size: 96%;
			}
			.layout_item div.importer_icon {
				background: url(icon3.png) no-repeat center center;
				background-size: 96%;
			}
			.icon.icon_warranty_pop {
				display: none;
			}
			#wrapper .icons > .icon > div {
				max-width: 72px;
				width: 100%;
				height: 90px;
				color: rgb(255, 255, 255);
				text-align: center;
				font-size: 12px;
				margin: 0 auto;
				background: none;
			}
			#wrapper .icons > .icon > div .fa {
				display: none;
			}
			#wrapper .icons > .icon > div > span {
				display: none;
			}
			div#item_info h3 {
				display: block;
				width: 100%;
				text-align: right;
				height: 50px;
				line-height: 50px;
				position: relative;
				color: rgb(51, 51, 51);
				font-size: 22px;
				border-bottom: 1px solid rgb(235, 235, 235);
				font-weight: lighter;
				margin-bottom: 17px;
			}
			div#item_info h3:after {
				content: "";
				display: block;
				width: 163px;
				height: 3px;
				background: rgb(248, 149, 30);
				margin-top: -2px;
			}
			div#tabs > div{
				border: none;
			}
			h4.deal_items {
				font-size: 14px;
				color: rgb(82, 82, 82);
			}
			table.deal_items td {
				width: 130px;
				height: 130px;
			}
			table.deal_items td.deal_button{
				border: none;
				width: 200px;
			}
			#wrapper a.commit_to_real.clicked:after{
				color: #fff !important;
			}
			table.deal_items td.plus , table.deal_items td.equal{
				display: inline-block;
				vertical-align: middle;
				padding: 10px 0;
				min-height: 122px;
				width: 30px;
				text-align: center;
				border: none;
			}
			.layout_item #wrapper a.commit_to_real.clicked {
				background: rgb(82, 82, 82) !important;
			}
			#item_deal_items em {
				font-size: 14px;
				color: rgb(82, 82, 82);
			}

			#item_info #item_deal_items {
				border-bottom: none;
			}
			#wrapper .wrap_item_features > div{
				width: 100%;
			}
			div#item_specifications:after {
				top: 60px;
				left: 51.5%;
			}
			.layout_item .owl-controls{
				display: block;
				width: 100%;
				height: 50px;
				position: absolute;
				top: 25%;
			}
			#matchingCarouselHook .owl-nav {
				width: 100%;
				right: 0;
			}
			.layout_item #matchingCarouselHook .owl-nav > div {
				display: inline-block;
				float: left;
				width: 50px;
				height: 53px;
				background: url(item_slider_arrows.png) no-repeat 0 center;
				left: 0;
			}
			#matchingCarouselHook .owl-nav > div.owl-prev{
				background-position: 100% center;
				float: right;
				right: 0;
			}
			#matchingCarouselHook .owl-nav > div i {
				display: none;
			} 
			#bg_middle #matchingCarouselHook b {
				color: #2f2933;
			}
			#bg_middle #matchingCarouselHook i {
				color: rgb(248, 149, 30);
				font-size: 18px;
			}
			#matchingCarouselHook input {
				margin-top: 11px;
			}
			.ask_about_item i.fa.fa-paperclip {
				font-size: 0;
				background: url(heart.png) no-repeat center center;
			}
			#demo i.fa.fa-search {
				top: auto;
				bottom: 95px;
				right: 16px;
				height: 36px;
				width: 36px;
				font-size: 0;
				background: url(gallery_search_icon.png) no-repeat center center;
				top: 60px;
				right: 90px;
			}
			.wrap_item_features{
				display: block;
			}
			.specifications li {
				line-height: 25px;
			}
			#item_specifications .specifications.row > div ul, #item_specifications .specifications.row > div li, #item_specifications .specifications.row > div i {
				float: right;
			}
			.specifications li b{
				color:#525252;
				font-size: 14px;
				font-weight: normal;
			}
			div#item_info > div.item_bottom_links .smallButton {
				width: 100%;
				max-width: 210px;
			}
			div#item_info > div.item_bottom_links .item_anchor_go_up {
				display: none;
			}
			#wrapper .item_bottom_links .item_link_buy_now_small .smallButton {
				display: block;
				margin: 0 auto;
				float: none;
			}
			.item_bottom_links .item_anchor_go_up a{
				width: 100%;
				height: 100%;
				font-size: 0;
			}
			.item_bottom_links .item_anchor_go_up a:before{
				content: none;
			}
			#wrapper .ask_about_item > div.wrap_about_item {
				display: block;
			}
			a.bold_link.link_ask_about_item {
				display: block;
				background: url(ask_about_icon.png) no-repeat right center;
				width: 100%;
				height: 21px;
				color: rgb(248, 149, 30);
				font-size: 16px;
				font-weight: bolder;
			}
			.ask_about_item i {
				background: none;
				font-size: 0;
			}
			#wrapper div#item_info {
				max-width: 1200px;
				margin: 0 auto;
			}
			div#item_upgrades_top {
				border-bottom: none;
				margin-bottom: 0;
				padding-bottom: 0;
			}
			div#color_items h3 {
				font-size: 13px;
			}
			#color_items li span.color_items_title {
				display: none !important;
			}
			div#color_items li span {
				display: none !important;
			}
			#color_items li img {
				width: auto;
				height: auto;
				max-width: 90px;
				max-height: 90px;
			}
			body.layout_item #wrapper .smallButton a:hover {
				background: rgb(255, 255, 255);
				color: rgb(248, 149, 30);
				border-radius: 5px;
			}
			#color_items li a {
				height: 100px;
				border: none;
				max-width: 100px;
				position: relative;
				width: 100px;
				outline: 2px solid transparent;
			}
			#color_items li:hover a {
				outline: 2px solid #7f401d;
			}
			#color_items li {
				max-width: 100px;
				width: 100px;
				height: 100px;
				padding: 0px;
				margin-bottom: 6px;
				margin-left: 2px;
			}
			.special_cart.layout_item div.product_quantity, #bg_middle .fake_quantity input {
				display: none;
			}
			/*buttons*/
			#wrapper td.deal_button .smallButton {
				width: 157px;
				max-width: 157px;
				height: 49px;
				border-width: 1px;
			}

			#wrapper .item_bottom_links .item_link_buy_now_small .smallButton {
				float: none;
				margin: 0 auto;
				margin-bottom: 25px;
			}
			.smallButton {
				max-width: 100%;
			}
			body #wrapper .smallButton a {
				color: rgb(255, 255, 255);
				font-size: 16.5px;
				line-height: 43px;
			}
			#item_link_buy_now .buyNow, .smallButton, #bg_middle .fake_quantity a.commit_to_real {
				border: solid 2px rgb(248, 149, 30);
				border-radius: 5px;
			}
			a.commit_to_real {
				display: block;
				height: 40px;
				width: 152px;
				background: #4ba2e0;
				border-radius: 0;
				margin-top: 5px;
				cursor: pointer;
				line-height: 41px;
				font-size: 16.5px;
				font-weight: bold;
				text-align: center;
			}
			#item_link_buy_now .buyNow, #bg_middle .fake_quantity a.commit_to_real, .layout_contact #bg_middle:before, .layout_customer_login #bg_middle:before, .layout_customer_signup #bg_middle:before, .layout_about #bg_middle:before, .success #content_contact_success a, div#success_msg a, .layout_order #redirect_failure_msg a, .smallButton, form#paypal_form input {
				background-color: rgb(248, 149, 30);
			}
			#item_link_buy_now .buyNow, div#item_deal_items .buyNow, #item_link_buy_now .contactNow, #bg_middle .fake_quantity a.commit_to_real {
				height: 45px;
				max-width: 139px;
			}
			.buyNow > a, .contactNow > a {
				line-height: 41px;
				font-size: 16.5px;
			}
			div#item_link_buy_now {
				display: none;
			}
			div#item_link_buy_now {
				display: block;
				margin-top: 10px;
				width: 183px;
				float: left;
			}
			#item_link_buy_now .buyNow, div#item_deal_items .buyNow, #item_link_buy_now .contactNow, #bg_middle .fake_quantity a.commit_to_real {
				background-color: rgb(248, 149, 30);
				border: solid 1px rgb(248, 149, 30);
				float: right;
				border-top-right-radius: 5px;
				border-bottom-right-radius: 5px;
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
			}
			div#item_link_buy_now .fake_quantity {
				display: block;
				overflow: hidden;
				margin-bottom: 6px;
			}
			div#item_link_buy_now .fake_quantity:after {
				content: "\f07a";
				font-family: fontawesome;
				font-size: 33px;
				padding-right: 7px;
				text-align: center;
				width: 46px;
				height: 45px;
				position: absolute;
				left: 0;
				border: 1px solid rgb(84, 83, 84);
				border-radius: 5px;
				color: rgb(84, 83, 84);
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
			}
			div#item_link_buy_now .fake_quantity:hover:after {
				background: rgb(84, 83, 84);
				color: rgb(255, 255, 255);
			}
			#item_link_buy_now .buyNow:after {
				content: "\f0d9 ";
				width: 45px;
				height: 45px;
				font-size: 45px;
				line-height: 41px;
				text-align: center;
				padding-right: 9px;
				color: rgb(248, 149, 30);
				font-family: fontawesome;
				position: absolute;
				left: 0px;
				bottom: 0px;
				border: 1px solid rgb(248, 149, 30);
				border-radius: 5px;
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
			}
			#item_link_buy_now .buyNow:hover:after {
				background: rgb(248, 149, 30);
				color: rgb(255, 255, 255);
			}
			#item_link_buy_now .buyNow:hover a#big_buy_now_link {
				color: rgb(248, 149, 30);
			}
			#item_link_buy_now .buyNow:hover {
				background-color: rgb(255, 255, 255);
				border-color: rgb(248, 149, 30);
				color: rgb(248, 149, 30);
			}
			div#item_link_buy_now .fake_quantity:hover a.commit_to_real {
				background: rgb(255, 255, 255);
				color: rgb(84, 83, 84);
				border-width: 1px;
			}
			#bg_middle .fake_quantity a.commit_to_real {
				background: rgb(84, 83, 84);
				border: solid 1px rgb(84, 83, 84);
				position: relative;
				color: rgb(255, 255, 255);
				margin: 0 !important;
				opacity: 1;
				border-top-right-radius: 5px;
				border-bottom-right-radius: 5px;
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
			}
			#wrapper a.commit_to_real.clicked:after {
				line-height: 45px;
				padding: 0;
				text-align: center;
				width: 100%;
			}
			body .fixed_buy_now a.commit_to_real {
				background: rgb(248, 149, 30);
				float: right;
				margin: 0 auto;
				margin-top: 5px;
			}

			.layout_item #wrapper .fixed_buy_now .product_quantity {
				background-color: rgb(248, 149, 30) !important;
				margin-top: 5px !important;
				border-radius: 0 !important
			}
			.layout_item #wrapper .fixed_buy_now .product_quantity>.quantity>a, .layout_item #wrapper .fixed_buy_now .product_quantity>.quantity.reduce_item>a{
				color: rgb(84, 83, 84) !important;
			}
			/*end buttons*/
			.code_item {
				display: none;
			}
			/* --- element_general_tabs --- */ 
			/* --- end element_general_tabs --- */

			/*video item*/
			#wrapper h3#item_content_title {
				display: none;
			}
			div#item_info #item_content .specifications.full_width .desc p {
				text-align: center;
				padding-top: 35px;
			}
			div#item_info #item_content  .specifications.full_width {
				border-top: 1px solid rgb(235, 235, 235);
			}
			/*end video item*/
			/* ------------------------------------- end_layout_item ------------------------------------- */


			/* ------------------------------------- layout ------------------------------------- */
			/* --- clearfix --- */
			/* --- end clearfix --- */

			/* --- layout_about --- */ 
			/* --- end layout_about --- */ 

			/* --- layout_compare --- */ 
			/* --- end layout_compare --- */ 

			/* --- layout_page --- */ 
			#item_link_buy_now .buyNow, .layout_contact #bg_middle:before, .layout_customer_login #bg_middle:before, .layout_customer_signup #bg_middle:before, .layout_about #bg_middle:before, .success #content_contact_success a, div#success_msg a, .layout_order #redirect_failure_msg a, .smallButton, form#paypal_form input, .layout_contact #main:before, .layout_about div#bg_middle:before, .layout_customer_login #main:before, .layout_customer_signup #main:before, .layout_about #main:before {
				content: none;
			}
			.layout_contact div#bg_middle, .layout_customer_login div#bg_middle, .layout_customer_signup div#bg_middle, .layout_about div#bg_middle {
				max-width: 1200px;
				margin: 0 auto;
				margin-top: 140px;
			}
			div#layout_about, div#layout_contract, div#layout_page, div#layout_location, div#layout_contact, div#layout_customer_signup, div#layout_customer_login {
				margin-bottom: 10px;
			}
			/* --- end layout_page --- */ 

			/* --- layout_contract --- */ 
			/* --- end layout_contract --- */ 

			/* --- layout_credit_guard --- */ 
			/* --- end layout_credit_guard --- */ 

			/* --- layout_location --- */ 
			/* --- end layout_location --- */ 

			/* --- layout_order --- */ 
			/* --- end layout_order --- */ 

			/* --- layout_page --- */ 
			/* --- end layout_page --- */ 

			/* --- layout_iframe --- */ 
			/* --- end layout_iframe --- */ 

			/* ------------------------------------- end_layout ------------------------------------- */


			/*--- colors ---*/
			/*--- end colors ---*/

			/* fonts */
			/* end fonts */

			/*bottons*/
			/*end bottons*/

			/* Extra small devices (phones, less than 768px) */
			@media screen and (max-width: 767px) {

				/* ------------------------------------- header ------------------------------------- */

				/* --- layout_header --- */
				div#bg_header{
					position: static;
				}
				.navbar-brand>img{
					max-height: 71px;
				}
				#main_nav_bg .navbar-brand {
					height: 71px;
					width: 152px;
					padding: 0;
					box-sizing: content-box;
					padding-left: 8px;
					padding-top: 12px;
				}
				div#bg_header {
					height: 101px;
				}
				#wrapper #layout_header {
					height: 100%;
				}
				#header_group1 {
					height: 100%;
					-webkit-box-shadow: 0 2px 7px rgba(0,0,0,.2);
					-moz-box-shadow: 0 2px 7px rgba(0,0,0,.2);
					box-shadow: 0 2px 7px rgba(0,0,0,.2);
					overflow: visible;
				}
				/* --- end layout_header --- */ 

				/* --- header_cart_nav_header --- */
				div#bg_header #layout_header #header_cart_nav {
					right: 38px;
					top: 57px;
				}
				/* --- end_header_cart_nav_header --- */

				/* --- main_nav_bg --- */ 
				div#main_nav_bg {
					top: 0px;
					left: 0px;
					right: auto;
				}
				ul.nav.navbar-nav.navbar-right.main_nav_lis {
					margin-top: 60px;
					-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.11);
					-moz-box-shadow: 0 3px 7px rgba(0,0,0,.11);
					box-shadow: 0 3px 7px rgba(0,0,0,.11);
					border: 1px solid rgb(220, 220, 220);
					padding-top: 7px;
					padding-bottom: 16px;
				}
				#main_nav_bg .main_nav_lis li {
					background: none;
					border: none;
					min-height: 20px;
					position: relative;
				}
				#wrapper #header_show_prime_categories > ul > li a:after {
					right: 42px;
				}
				#wrapper #header_show_prime_categories > ul > li a {
					padding-right: 53px;
				}

				#main_nav_bg .main_nav_lis li span, body #wrapper #main_nav_bg .main_nav_lis li.active span span, #main_nav_bg .main_nav_lis li a, #wrapper #header_show_prime_categories > ul > li.active > span{
					line-height: 30px;
				}
				#main_nav_bg .main_nav_lis > li > span ul ul li span {
					padding-right: 48px;
					font-size: 15px;
					color: rgb(246, 149, 18);
				}
				#main_nav_bg .main_nav_lis li.active > span{
					padding-right: 48px;
				}
				#main_nav_bg .main_nav_lis li a:after, div#main_nav_bg .main_nav_lis li span a:after, #main_nav_bg .main_nav_lis li.active span span:after {
					content: "\f100";
					right: 30px;
					font-size: 15px;
					font-weight: normal;
					width: auto;
					height: auto;
					position: absolute;
					top: 0px;
					font-family: FontAwesome;
					color: rgb(82, 82, 82);
				}
				#main_nav_bg .main_nav_lis li a, #wrapper #header_show_prime_categories > ul > li.active > span, body #wrapper #main_nav_bg .main_nav_lis li.active span span {
					padding-right: 39px;
					font-size: 15px;
					color: rgb(82, 82, 82);
				}
				#wrapper #main_nav_bg .main_nav_lis li.active span span {
					color: rgb(0, 0, 0);
					font-size: 16px;
					line-height: 43px;
					margin: 0 10px 0 0;
					padding: 0px 12px;
				}
				body #wrapper #main_nav_bg .main_nav_lis li.active span span {
					padding-right: 0;
					margin-right: 0;
				}
				/* --- end_main_nav_bg --- */ 

				/* --- element_general_search_header --- */ 
				a.search_btn {
					display: block;
					position: absolute;
					width: 25px;
					background: url(search_icon.png) no-repeat;
					cursor: pointer;
					right: 56px;
					height: 24px;
					top: 13px;
					z-index: 99999;
				}

				div#header_show_search > form.search, div#header_show_search > form.search > div, div#header_show_search > form.search > div > label {
					display: block;
					height: 100%;
					width: 100%;
					margin: 0px;
					padding: 0px;
				}
				div#header_show_search > form.search > div > label > input#q {
					padding: 0px 0px 0px 25px;
					background-color: rgb(255, 255, 255);
					font-size: 15px;
					color: rgb(170, 169, 169);
					font-weight: normal;
					height: 100%;
					text-indent: 34px;
					width: 100%;
					border: solid 1px rgba(174,173,173,.75);
				}
				div#header_show_search > form.search > div > div#searchBtnHook {
					display: inline-block;
					position: absolute;
					height: 100%;
					width: 35px;
					top: 0px;
					right: 0px;
				}
				div#header_show_search > form.search > div > div#searchBtnHook > input {
					display: block;
					height: 100%;
					width: 100%;
					background: url(search_btn2.png) no-repeat center;
					font-size: 0px;
					padding: 0px;
					top: 0px;
					position: absolute;
				}
				div#header_show_search > form.search > div > label > input#q::-webkit-input-placeholder {
					color: rgb(170, 169, 169);
				}
				div#header_show_search > form.search > div > label > input#q:-moz-placeholder { /* Firefox 18- */
					color: rgb(170, 169, 169);
				}
				div#header_show_search > form.search > div > label > input#q::-moz-placeholder {  /* Firefox 19+ */
					color: rgb(170, 169, 169);
				}
				div#header_show_search > form.search > div > label > input#q:-ms-input-placeholder {  
					color: rgb(170, 169, 169);
				}
				.close_search {
					background: url(close_search.png) no-repeat center;
					font-size: 0;
					position: absolute;
					top: 0;
					left: 0;
					height: 35px;
					width: 36px;
					cursor: pointer;
					z-index: -1;
				}

				#bg_header ul.element_general_links.search_btn {
					display: block;
					position: absolute;
					top: auto;
					font-size: 0;
					background: url(search_icon.png) center no-repeat;
					width: 23px;
					height: 23px;
					cursor: pointer;
					right: 15px;
					bottom: 10px;
					margin: 0px;
					padding: 0px;
					z-index: 999;
				}
				#wrapper div#header_show_search {
					visibility: hidden;
					display: none;
					position: absolute;
					background-color: rgba(0, 0, 0, 0);
					top: 146px;
					right: 0px;
					height: 0px;
					width: 100%;
					margin: 0px;
					-webkit-transition: all .25s ease;
					-moz-transition: all .25s ease;
					-ms-transition: all .25s ease;
					-o-transition: all .25s ease;
					transition: all .25s ease;
				}
				#wrapper div#header_show_search.wide_search {
					visibility: visible;
					display: block;
					height: 38px;
					top: 101px;
					-webkit-transition: all .25s ease;
					-moz-transition: all .25s ease;
					-ms-transition: all .25s ease;
					-o-transition: all .25s ease;
					transition: all .25s ease;
					z-index: 9;
				}
				/* --- end element_general_search_header --- */ 

				/* --- element_general_links_header --- */ 
				/* --- end_element_general_links_header --- */ 

				/* --- element_general_images_header --- */ 
				.element_general_images.safe_buy {
					right: 123px;
					bottom: -1px;
					top: auto;
				}
				.element_general_images.icons_head a h3 {
					font-size: 0;
				}
				/* --- end_element_general_images_header --- */ 

				/* --- element_general_login_logout_header --- */ 
				/* --- end_element_general_login_logout_header --- */ 

				/* --- element_general_prime_categories_category_header --- */ 
				/* --- end element_general_prime_categories_category_header --- */ 

				/* --- element_general_prime_categories_with_group_header --- */
				/* --- end element_general_prime_categories_with_group_header --- */

				/* --- element_general_prime_categories_with_children_header --- */
				/* --- end element_general_prime_categories_with_children_header --- */

				/* --- element_general_contact_header --- */ 
				/* --- end element_general_contact_header --- */ 

				/* --- element_general_newsletter_header --- */ 
				/* --- end element_general_newsletter_header --- */ 

				/* --- element_general_easy_lightbox --- */
				/* --- end element_general_easy_lightbox --- */

				/*element_general_lightbox*/
				/*end element_general_lightbox*/

				/* ------------------------------------- end layout_header ------------------------------------- */

				/* ------------------------------------- middle ------------------------------------- */

				/* --- layout_homepage_middle --- */  
				body #wrapper div#bg_middle {
					margin-top: 0;
				}
				/* --- end layout_homepage_middle --- */ 

				/* --- element_general_masonry_images_middle --- */ 
				/* --- end element_general_masonry_images_middle --- */ 

				/* --- element_general_strength_middle --- */ 
				#bg_middle .element_general_images.strength .heading, #bg_middle div#homepage_group4 .carousel .heading{
					display: block;
					width: 100%;
					height: 58px;
					background: url(debut_light.png);
					color: #333333;
					font-size: 22px;
					line-height: 58px;
					text-align: center;
				}
				#bg_middle .element_general_images.strength .heading:after, #bg_middle div#homepage_group4 .carousel .heading:after{
					content: "";
					display: inline-block;
					float: left;
					width: 12px;
					height: 100%;
					background: #86c724;
				}
				#bg_middle .element_general_images.strength {
					display: block;
					width: 100%;
					float: none;
				}
				#bg_middle .element_general_images.strength .current_element_image{
					width: 50%;
				}
				#bg_middle .element_general_images.strength {
					background: url(strength_bg_vertical.jpg) no-repeat 100%;
					margin-bottom: 20px;
				}
				div#layout_homepage .newsletter_field {
					margin-top: 8px;
					font-size: 11px !important;
					width: 100%;
				}
				#bg_middle .element_general_images.strength .current_element_image.pos_1:before, #bg_middle .element_general_images.strength .current_element_image.pos_3:before, #bg_middle .element_general_images.strength .current_element_image.pos_5:before {
					content: none;
				}
				#bg_middle .element_general_images.strength .current_element_image.pos_2:before, #bg_middle .element_general_images.strength .current_element_image.pos_3:after{
					content:"";
				}
				#bg_middle .element_general_images.strength .current_element_image.pos_4:after, #bg_middle .element_general_images.strength .current_element_image.pos_5:after {
					content: none;
				}
				/* --- end element_general_strength_middle --- */ 


				/* --- element_general_all_categories_middle --- */ 
				/* --- end element_general_all_categories_middle --- */ 

				/* --- element_general_categories_images_middle --- */ 
				/* --- end element_general_categories_images_middle --- */ 

				/* --- element_general_content_carousel_middle --- */ 
				/* --- end element_general_content_carousel_middle --- */

				/* --- element_general_links_middle --- */ 
				div#homepage_group2 {
					margin-top: 13px;
				}
				/*tabs*/
				#wrapper #bg_middle ul.element_general_links.heading {
					width: 65%;
				}
				#bg_middle ul.element_general_links.heading:after {
					width: 65%;
				}
				/*end tabs*/

				/* --- end_element_general_links_middle --- */ 

				/* --- element_general_main_categories --- */
				/* --- end element_general_main_categories --- */

				/* --- element_general_images_middle --- */ 
				.element_general_images.main_cat.left_side .current_element_image h3:before {
					height: 30px;
				}
				#bg_middle .element_general_images.strength .current_element_image {
					height: 153px;
				}
				.element_general_images.main_cat.left_side .current_element_image h3 {
					bottom: -4px;
					right: 17px;
					padding-right: 3px;
					width: 120px;
					font-size: 14px;
				}
				
				#wrapper .element_general_images.right_banner {
					margin-top: 30px;
				}
				/* --- end element_general_images_middle --- */ 

				/* --- element_general_strength --- */ 
				/* --- end element_general_strength --- */ 

				/* --- element_general_newsletter_middle --- */ 
				div#layout_homepage #new_ticket .contact .element_general_contact .headline{
					margin-bottom: 0;
				}
				div#layout_homepage #new_ticket .contact .element_general_contact .headline:after {
					height: 71px;
					bottom: 69%;
					right: -11px;
					background-size: 50%;
				}
				div#layout_homepage #new_ticket .contact .element_general_contact .headline {
					background-size: 78%;
					height: 62px;
				}
				#wrapper .wrapStrength{
					margin-bottom: 0;
				}
				div#layout_homepage #new_ticket .element_general_contact .smallButton {
					width: 69px;
					height: 24px;
					/* position: absolute; */
					/* bottom: 32px; */
					/* left: -10px; */
					float: left;
					margin-left: 2px;
				}
				div#layout_homepage #new_ticket {
					background-size: 100%;
				}
				div#layout_homepage #new_ticket {
					margin-right: 0;
					margin: 0 auto;
					float: none;
					margin-bottom: 8px;
				}
				div#layout_homepage #new_ticket .contact .element_general_contact {
				}
				div#layout_homepage .contact label {
					height: 25px;
					width: 267px;
					margin-bottom: 4px;
					line-height: 23px !important;
				}
				#new_ticket > div > div > label:nth-child(7) {
					width: 70%;
				}
				div#layout_homepage .contact label:nth-child(3) {
					width: 99%;
				}
				div#layout_homepage .contact .element_general_contact input {
					text-indent: 3px;
					height: 100%;
					width: 257px;
					font-size: 13px;
					color: rgb(65, 64, 66);
				}
				div#layout_homepage div#homepage_group4 .contact .element_general_contact input {
					height: 30px;
					margin-top: 1px;
				}
				div#layout_homepage div#homepage_group4 #new_ticket .element_general_contact .smallButton {
					top: 148px;
					right: -39%;
					width: 47px;
					height: 30px;
				}
				div#layout_homepage #new_ticket .element_general_contact .smallButton span {
					line-height: 20px;
					font-size: 14px;
				}
				/* --- end element_general_newsletter_middle --- */ 

				/* --- element_category_list_items_middle --- */ 
				/* --- end element_category_list_items_middle --- */ 

				/* --- element_general_carousel_middle --- */ 
				/* --- end element_general_carousel_middle --- */ 

				/* --- element_general_brand_carousel --- */ 
				/* --- end element_general_brand_carousel --- */ 

				/* --- element_general_list_item_titles_middle --- */
				.element_items_list_items.right_grid .layout_list_item, .element_items_list_items.left_grid .layout_list_item {
					width: 100%;
				}
				/* --- end element_general_list_item_titles_middle --- */

				/* --- element_general_prime_categories_category_middle --- */ 
				/* --- end element_general_prime_categories_category_middle --- */ 

				/* --- element_general_contact_middle --- */ 
				/* --- end element_general_contact_middle --- */ 

				/* --- element_general_ws_carousel_middle --- */
				.carousel-indicators li, .carousel-indicators li.active {
					width: 10px;
					height: 10px;
				}
				/* --- end element_general_ws_carousel_middle --- */

				/* --- element_general_ticker_middle --- */
				/* --- end element_general_ticker_middle --- */

				/* --- element_items_list_items_middle --- */ 
				/* --- end element_items_list_items_middle --- */ 

				/* --- element_general_masonry_grid --- */ 
				/* --- end element_general_masonry_grid --- */ 

				/* --- pagination_middle --- */
				/* --- end pagination_middle --- */

				/* --- bootstrap_slider_middle --- */
				#wrapper div.mobile_slider {
					margin-bottom: 1.2%;
				}
				#wrapper div.right_slider .carousel-control.right, 
				#wrapper div.mobile_slider .carousel-control.right, 
				#wrapper div.right_slider .carousel-control.left, 
				#wrapper div.mobile_slider .carousel-control.left{
					display: none;
				}
				/* --- end bootstrap_slider_middle --- */
				=======
				/* --- element_general_ticker_middle --- */
				/* --- end element_general_ticker_middle --- */
				>>>>>>> 077f0f47e483261e6b8294bebaf51ea9e036bf71

				/* --- element_items_list_items_middle --- */ 
				/* --- end element_items_list_items_middle --- */ 

				/* --- element_general_masonry_grid --- */ 
				/* --- end element_general_masonry_grid --- */ 

				/* --- pagination_middle --- */
				/* --- end pagination_middle --- */

				/* --- bootstrap_slider_middle --- */
				#wrapper div.right_slider {
					width: 100%;
				}
				/* --- end bootstrap_slider_middle --- */

				/* --- owlCarousel_middle --- */
				/* --- end owlCarousel_middle --- */
				/* ------------------------------------- end middle ------------------------------------- */

				/* ------------------------------------- footer ------------------------------------- */

				/* --- layout_footer --- */ 
				/* --- end layout_footer --- */

				/* --- element_general_newsletter_footer --- */ 
				/* --- end element_general_newsletter_footer --- */ 

				/* --- element_general_links_footer --- */ 
				/* --- end_element_general_links_footer --- */ 

				/* --- element_general_footer_nav --- */ 
				/* --- end element_general_footer_nav --- */ 

				/* --- element_general_prime_categories --- */ 
				/* --- end element_general_prime_categories --- */ 

				/* --- element_general_show_contact --- */ 
				/* --- end element_general_show_contact --- */

				/* --- #footer_group2, #footer_group3, #footer_group4_footer --- */
				/* --- end_#footer_group2, #footer_group3, #footer_group4_footer --- */

				/* --- element_general_images_footer --- */ 
				/* --- end element_general_images_footer --- */ 

				/* --- element_general_carousel_footer --- */ 
				/* --- end element_general_carousel_footer --- */ 

				/* --- element_general_prime_categories_footer --- */ 
				/* --- end element_general_prime_categories_footer --- */ 

				/* --- element_general_contact_footer --- */ 
				/* --- end element_general_contact_footer --- */ 

				/* ------------------------------------- end_footer ------------------------------------- */

				/* ------------------------------------- category ------------------------------------- */

				/* --- layout_category --- */ 
				/* --- end layout_category --- */   

				/* --- element_category_filter_category --- */ 
				/* --- end element_category_filter_category --- */ 

				/* --- element_category_list_items_category --- */ 
				/* --- end element_category_list_items_category --- */ 

				/* --- element_general_prime_categories_category --- */ 
				/* --- end element_general_prime_categories_category --- */ 

				/* ------------------------------------- end_category ------------------------------------- */

				/* ------------------------------------- layout_item ------------------------------------- */

				/* --- element_general_tabs --- */ 
				/* --- end element_general_tabs --- */

				/* ------------------------------------- end_layout_item ------------------------------------- */


				/* ------------------------------------- layout ------------------------------------- */
				/* --- clearfix --- */
				/* --- end clearfix --- */

				/* --- layout_about --- */ 
				/* --- end layout_about --- */ 

				/* --- layout_compare --- */ 
				/* --- end layout_compare --- */ 

				/* --- layout_contact --- */ 
				/* --- end layout_contact --- */ 

				/* --- layout_contract --- */ 
				/* --- end layout_contract --- */ 

				/* --- layout_credit_guard --- */ 
				/* --- end layout_credit_guard --- */ 

				/* --- layout_location --- */ 
				/* --- end layout_location --- */ 

				/* --- layout_order --- */ 
				/* --- end layout_order --- */ 

				/* --- layout_page --- */ 
				/* --- end layout_page --- */ 

				/* --- layout_iframe --- */ 
				/* --- end layout_iframe --- */ 

				/* ------------------------------------- end_layout ------------------------------------- */

			}
			/* End OF Small devices (tablets, 768px and up) */

			/* Medium devices (desktops, 992px and up) */
			@media screen and (min-width:992px) {	

				/* ------------------------------------- header ------------------------------------- */

				/* --- layout_header --- */ 
				/* --- end layout_header --- */ 

				/* --- header_cart_nav_header --- */
				/* --- end_header_cart_nav_header --- */

				/* --- main_nav_bg --- */ 
				div#main_nav_bg {
					right: 170px;
				}
				.element_general_prime_categories {
					right: 0;
				}
				/* --- end_main_nav_bg --- */ 

				/* --- element_general_search_header --- */ 
				/* --- end element_general_search_header --- */ 

				/* --- element_general_links_header --- */ 
				/* --- end_element_general_links_header --- */ 

				/* --- element_general_images_header --- */ 

				/* --- end_element_general_images_header --- */ 

				/* --- element_general_login_logout_header --- */ 
				/* --- end_element_general_login_logout_header --- */ 

				/* --- element_general_prime_categories_category_header --- */ 
				/* --- end element_general_prime_categories_category_header --- */ 

				/* --- element_general_prime_categories_with_group_header --- */
				/* --- end element_general_prime_categories_with_group_header --- */

				/* --- element_general_prime_categories_with_children_header --- */
				/* --- end element_general_prime_categories_with_children_header --- */

				/* --- element_general_contact_header --- */ 
				/* --- end element_general_contact_header --- */ 

				/* --- element_general_newsletter_header --- */ 
				/* --- end element_general_newsletter_header --- */ 

				/* --- element_general_easy_lightbox --- */
				/* --- end element_general_easy_lightbox --- */

				/*element_general_lightbox*/
				/*end element_general_lightbox*/

				/* ------------------------------------- end layout_header ------------------------------------- */

				/* ------------------------------------- middle ------------------------------------- */

				/* --- layout_homepage_middle --- */  

				/* --- end layout_homepage_middle --- */ 

				/* --- element_general_masonry_images_middle --- */ 
				/* --- end element_general_masonry_images_middle --- */ 

				/* --- element_general_strength_middle --- */ 
				/* --- end element_general_strength_middle --- */ 

				/* --- element_general_all_categories_middle --- */ 
				/* --- end element_general_all_categories_middle --- */ 

				/* --- element_general_categories_images_middle --- */ 
				/* --- end element_general_categories_images_middle --- */ 

				/* --- element_general_content_carousel_middle --- */ 
				/* --- end element_general_content_carousel_middle --- */

				/* --- element_general_links_middle --- */ 


				/* --- end_element_general_links_middle --- */ 

				/* --- element_general_main_categories --- */
				#bg_middle .element_general_images.main_cat .current_element_image {
					width: 49.29%;
				}
				#bg_middle .element_general_images.main_cat.left_side {
					width: 49.6%;
				}
				.element_general_images.main_cat.left_side .current_element_image h3 {
					width: 177px;
					height: 45px;
					font-size: 22px;
					line-height: 45px;
				}
				.element_general_images.main_cat.left_side .current_element_image h3:before {
					height: 45px;
				}
				/* --- end element_general_main_categories --- */

				/* --- element_general_images_middle --- */ 
				#wrapper .element_general_images.banner, #wrapper .element_general_images.right_banner {
					margin-top: 10%;
				}
				#wrapper .element_general_images.right_banner, #wrapper .element_general_images.banner {
					margin-top: 4%;
				}
				/* --- end element_general_images_middle --- */ 

				/* --- element_general_strength --- */ 
				/* --- end element_general_strength --- */ 

				/* --- element_general_newsletter_middle --- */ 
				div#layout_homepage .contact label {
					width: 49%;
				}
				div#layout_homepage #new_ticket .element_general_contact .smallButton {
					float: left;
					width: 28%;
					margin-left: 0%;
					margin-right: 0;
				}
				div#layout_homepage #new_ticket {
					float: left;
					clear: none;
				}
				div#layout_homepage #new_ticket .contact .element_general_contact .headline {
					background-size: 77%;
					margin-top: 19px;
					margin-bottom: 15%;
				}
				div#layout_homepage #new_ticket .contact .element_general_contact .headline {
					margin-bottom: 18%;
				}
				div#layout_homepage .contact label:nth-child(3) {
					margin-right: 8px;
				}
				#new_ticket > div > div > label:nth-child(4) {
					width: 70%;
				}
				div#layout_homepage #new_ticket {
					max-width: 49.5%;
				}
				/* --- end element_general_newsletter_middle --- */ 

				/* --- element_category_list_items_middle --- */ 
				/* --- end element_category_list_items_middle --- */ 

				/* --- element_general_carousel_middle --- */ 
				/* --- end element_general_carousel_middle --- */ 

				/* --- element_general_brand_carousel --- */ 
				/* --- end element_general_brand_carousel --- */ 

				/* --- element_general_list_item_titles_middle --- */
				/* --- end element_general_list_item_titles_middle --- */

				/* --- element_general_prime_categories_category_middle --- */ 
				/* --- end element_general_prime_categories_category_middle --- */ 

				/* --- element_general_contact_middle --- */ 
				/* --- end element_general_contact_middle --- */ 

				/* --- element_general_ws_carousel_middle --- */
				/* --- end element_general_ws_carousel_middle --- */

				/* --- element_general_ticker_middle --- */
				/* --- end element_general_ticker_middle --- */

				/* --- element_items_list_items_middle --- */ 
				/* --- end element_items_list_items_middle --- */ 

				/* --- element_general_masonry_grid --- */ 
				/* --- end element_general_masonry_grid --- */ 

				/* --- pagination_middle --- */
				/* --- end pagination_middle --- */

				/* --- bootstrap_slider_middle --- */
				#wrapper div.right_slider{
					width: 49.7%;
				}

				/* --- end bootstrap_slider_middle --- */

				/* --- owlCarousel_middle --- */
				/* --- end owlCarousel_middle --- */
				/* ------------------------------------- end middle ------------------------------------- */

				/* ------------------------------------- footer ------------------------------------- */

				/* --- layout_footer --- */ 
				div#footer_group1 {
					padding: 0px 16px;
				}
				div#footer_group2 {
					padding-top: 49px;
				}
				/* --- end layout_footer --- */

				/* --- element_general_newsletter_footer --- */ 
				#bg_footer .footer_newsletter .wrap_ticket_customer_email {
					float: right;
					margin: 0;
					margin-top: 55px;
				} 
				#bg_footer form.footer_newsletter .wrap_contact_title2 h3.contact_title2 {
					font-size: 16px;
					line-height: 25px;
					text-align: center;
				}
				div#footer_group1 .titles-wrapper {
					margin-bottom: 0px !important;
				}
				/* --- end element_general_newsletter_footer --- */ 

				/* --- element_general_links_footer --- */ 
				#bg_footer form.footer_newsletter {
					padding-top: 31px;
				}

				#bg_footer form.footer_newsletter .wrap_contact_title2 {
					margin-top: 18px;
				}

				#bg_footer form.footer_newsletter .wrap_contact_title2 h3.contact_title2 {
					height: 100%;
				}
				/* --- end_element_general_links_footer --- */ 

				/* --- element_general_footer_nav --- */ 
				/* --- end element_general_footer_nav --- */ 

				/* --- element_general_prime_categories --- */ 
				/* --- end element_general_prime_categories --- */ 

				/* --- element_general_show_contact --- */ 
				#bg_footer form.footer_newsletter .wrap_contact_title2 {
					width: 100%;
					display: block;
				}
				#bg_footer form.footer_newsletter .wrap_contact_title1 {
					width: 100%;
					display: block;
					padding-right: 0;
				}
				#bg_footer form.footer_newsletter .wrap_contact_title2 h3.contact_title2 {
					font-weight: normal;
					text-align: right;
					padding-right: 0;
				}
				#bg_footer form.footer_newsletter {
					padding-top: 31x;
					padding-bottom: 31px;
				}
				/* --- end element_general_show_contact --- */

				/* --- #footer_group2, #footer_group3, #footer_group4_footer --- */
				/* --- end_#footer_group2, #footer_group3, #footer_group4_footer --- */

				/* --- element_general_images_footer --- */ 
				/* --- end element_general_images_footer --- */ 

				/* --- element_general_carousel_footer --- */ 
				/* --- end element_general_carousel_footer --- */ 

				/* --- element_general_prime_categories_footer --- */ 
				/* --- end element_general_prime_categories_footer --- */ 

				/* --- element_general_contact_footer --- */ 
				form.float_contact {
					display: block;
				}
				form.float_contact {
					display: block;
				}
				/* --- end element_general_contact_footer --- */ 
				#upBtn {
					padding: 0 10px;
					position: fixed;
					width: 46px;
					height: 50px;
					top: 89%;
					right: 10px;
					z-index: 9999;
					background: url(up.png) no-repeat center center transparent;
					cursor: pointer;
					border-radius: 0px;
				}
				/* ------------------------------------- end_footer ------------------------------------- */

				<<<<<<< HEAD
				/* ------------------------------------- category ------------------------------------- */

				/* --- layout_category --- */ 
				#wrapper .element_category_filter h1 {
					padding: 0 10px;
				}
				#bg_middle .wrap_toggle_btn{
					display: none;
				}
				/* --- end layout_category --- */   

				/* --- element_category_filter_category --- */ 
				/* --- end element_category_filter_category --- */ 

				/* --- element_category_list_items_category --- */ 
				#wrapper .layout_list_item .grid:hover .list_item_title_with_brand {
					width: 100%;
				}
				/* --- end element_category_list_items_category --- */ 
				=======
				/* ------------------------------------- category ------------------------------------- */

				/* --- layout_category --- */ 
				.layout_category #wrapper .layout_list_item:nth-child(4n+1):after {
					content: "";
					height: 1px;
					width: 100%;
					position: absolute;
					left: 0;
					background: rgb(211, 209, 209);
				}
				#wrapper .element_category_filter h1 {
					padding-right: 0px;
				}
				#wrapper #bread_crumbs {
					padding: 0;
				}
				/* --- end layout_category --- */   
				>>>>>>> 077f0f47e483261e6b8294bebaf51ea9e036bf71

				/* --- element_category_filter_category --- */ 
				/* --- end element_category_filter_category --- */ 

				/* --- element_category_list_items_category --- */ 
				/* --- end element_category_list_items_category --- */ 

				/* --- element_general_prime_categories_category --- */ 
				/* --- end element_general_prime_categories_category --- */ 

				/* ------------------------------------- end_category ------------------------------------- */

				/* ------------------------------------- layout_item ------------------------------------- */
				#wrapper .item_main_bottom_left {
					float: left;
				}
				div#item_info #item_content .specifications.full_width .desc p {
					text-align: center;
					padding-top: 20px;
				}
				#wrapper .item_main_bottom_right {
					padding-left: 10px;
				}
				/* --- element_general_tabs --- */ 
				/* --- end element_general_tabs --- */

				/* ------------------------------------- end_layout_item ------------------------------------- */


				/* ------------------------------------- layout ------------------------------------- */
				/* --- clearfix --- */
				/* --- end clearfix --- */

				/* --- layout_about --- */ 
				/* --- end layout_about --- */ 

				/* --- layout_compare --- */ 
				/* --- end layout_compare --- */ 

				/* --- layout_contact --- */ 
				/* --- end layout_contact --- */ 

				/* --- layout_contract --- */ 
				/* --- end layout_contract --- */ 

				/* --- layout_credit_guard --- */ 
				/* --- end layout_credit_guard --- */ 

				/* --- layout_location --- */ 
				/* --- end layout_location --- */ 

				/* --- layout_order --- */ 
				/* --- end layout_order --- */ 

				/* --- layout_page --- */ 
				/* --- end layout_page --- */ 

				/* --- layout_iframe --- */ 
				/* --- end layout_iframe --- */ 

				/* ------------------------------------- end_layout ------------------------------------- */

			}
			/* End Of Medium devices (desktops, 992px and up) */

			/* Large devices (large desktops, 1200px and up) */
			@media screen and (min-width:1200px) {	

				/* ------------------------------------- header ------------------------------------- */

				/* --- layout_header --- */ 
				div#bg_header {
					height: 132px;
				}
				div#header_logo {
					left: 0;
					top: 4px;
				}
				/* --- end layout_header --- */ 

				/* --- header_cart_nav_header --- */
				div#bg_header #layout_header #header_cart_nav {
					right: -17px;
				}
				/* --- end_header_cart_nav_header --- */

				/* --- main_nav_bg --- */ 
				#bg_header .element_general_prime_categories > ul.store_categories > li:first-child {
					margin-right: 16px;
				}
				div#main_nav_bg {
					left: 210px;
					right: auto;
					top: 2px;
				}
				/* --- end_main_nav_bg --- */ 

				/* --- element_general_search_header --- */ 
				#wrapper div#header_show_search {
					right: 0;
					width: 215px;
				}
				/* --- end element_general_search_header --- */ 

				/* --- element_general_links_header --- */ 

				/* --- end_element_general_links_header --- */ 

				/* --- element_general_images_header --- */ 
				.element_general_images.icons_head .current_element_image:not(:first-child) a {
					margin-right: 37px;
				}
				.element_general_images.icons_head .current_element_image a:hover img {
					position: relative;
					top: -10px;
					overflow: visible;
					-o-transition: All 0.25s ease;
					-ms-transition: All 0.25s ease;
					-moz-transition: All 0.25s ease;
					-webkit-transition: All 0.25s ease;
					transition: All 0.25s ease;
					-webkit-transition: All 0.25s ease;
				}
				.element_general_images.icons_head .current_element_image a img {
					-o-transition: All 0.25s ease;
					-ms-transition: All 0.25s ease;
					-moz-transition: All 0.25s ease;
					-webkit-transition: All 0.25s ease;
					transition: All 0.25s ease;
					-webkit-transition: All 0.25s ease;
					top: 0;
				}
				.element_general_images.icons_head {
					right: 237px;
				}
				.element_general_images.icons_head .current_element_image h3 {
					font-size: 13px;
					display: inline-block;
					padding-top: 0;
					vertical-align: middle;
					margin: 0;
					margin-right: 11px;
					background: none;
					position: static;
					height: auto;
					width: auto;
					color: rgb(128, 128, 128);
					text-align: right;
					padding: 0;
					border: none;
				}
				/* --- end_element_general_images_header --- */ 

				/* --- element_general_login_logout_header --- */ 
				/* --- end_element_general_login_logout_header --- */ 

				/* --- element_general_prime_categories_category_header --- */ 
				#bg_header .element_general_prime_categories > h3 {
					display: none;
				}
				.element_general_prime_categories {
					width: 100%;
				}
				.element_general_prime_categories {
					top: 97px;
					height: 35px;
				}
				.element_general_prime_categories:before {
					content: "";
					height: 1px;
					width: 100%;
					background: rgb(204, 204, 204);
					position: absolute;
					top: 0;
					right: 0;
				}
				#bg_header .element_general_prime_categories ul.store_categories {
					visibility: visible;
					width: 100%;
					position: static;
					border: none;
					padding: 0;
					-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
					-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
					box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
					margin-bottom: 0;
					height: 100%;
				}
				#bg_header .element_general_prime_categories ul.store_categories li > a:before, #bg_header .element_general_prime_categories ul.store_categories li > span:before{
					display: none;
				}
				#bg_header .element_general_prime_categories ul.store_categories li {
					width: auto;
				}
				#bg_header .element_general_prime_categories > ul.store_categories > li > a, #bg_header .element_general_prime_categories > ul.store_categories > li > span {
					padding: 0;
					overflow: visible;
				}
				#bg_header .element_general_prime_categories > ul.store_categories > li:not(:last-child) > a:after, #bg_header .element_general_prime_categories > ul.store_categories > li:not(:last-child) > span:after {
					content: "|";
					position: relative;
					left: -24%;
					color: rgb(204, 204, 204);
				}
				/*drop-wrapper*/

				#bg_header .element_general_prime_categories ul.store_categories li > .drop-wrapper > ul > li {
					height: auto;
					width: 100%;
				}
				#wrapper #bg_header .layout_list_item {
					display: inline-block;
					width: 33.333%;
					height: 337px;
					float: left;
					padding-right: 11px;
					margin-top: 18px;
				}
				#wrapper #bg_header .layout_list_item {
					border-right: 1px solid rgb(204, 204, 204);
				}
				#bg_header .element_general_prime_categories ul.store_categories li:hover .drop-wrapper .store_categories {
					display: block;
					position: absolute;
					top: 0;
					height: 94%;
					width: 33.333%;
					padding-top: 15px;
				}
				#bg_header .element_general_prime_categories ul.store_categories li > .drop-wrapper > ul {
					display: none,
					height: 100%;
					float: right;
					position: static;
				}
				#bg_header .element_general_prime_categories ul.store_categories li:hover > .drop-wrapper > ul {
					display: inline-block;
					visibility: visible;
				}
				#bg_header .element_general_prime_categories ul.store_categories li > .drop-wrapper {
					display: none;
					width: 100%;
					height: 382px;
					background: rgb(255, 255, 255);
					padding: 0;
					overflow: hidden;
					position: absolute;
					right: 0;
					top: 100%;
					border-top: 1px solid rgb(246, 149, 18);
					border-radius: 0;
					-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.16);
					-moz-box-shadow: 0 3px 7px rgba(0,0,0,.16);
					box-shadow: 0 3px 7px rgba(0,0,0,.16);
					padding-top: 4px;
				}
				#bg_header .element_general_prime_categories ul.store_categories li:hover > .drop-wrapper {
					display: block;
				}
				#bg_header .element_general_prime_categories ul.store_categories li > .drop-wrapper > ul li a:after{
					content: "\f100";
					right: 30px;
					font-size: 15px;
					font-weight: normal;
					width: auto;
					height: auto;
					position: absolute;
					top: 0px;
					font-family: FontAwesome;
				}
				/*end drop-wrapper*/

				/* --- end element_general_prime_categories_category_header --- */ 

				/* --- element_general_prime_categories_with_group_header --- */
				/* --- end element_general_prime_categories_with_group_header --- */

				/* --- element_general_prime_categories_with_children_header --- */
				/* --- end element_general_prime_categories_with_children_header --- */

				/* --- element_general_contact_header --- */ 
				/* --- end element_general_contact_header --- */ 

				/* --- element_general_newsletter_header --- */ 
				/* --- end element_general_newsletter_header --- */ 

				/* --- element_general_easy_lightbox --- */
				/* --- end element_general_easy_lightbox --- */

				/*element_general_lightbox*/
				/*end element_general_lightbox*/

				/* ------------------------------------- end layout_header ------------------------------------- */

				/* ------------------------------------- middle ------------------------------------- */

				/* --- layout_homepage_middle --- */  
				div#bg_middle{
					margin-top: 132px;
				}
				/* --- end layout_homepage_middle --- */ 

				/* --- element_general_masonry_images_middle --- */ 
				/* --- end element_general_masonry_images_middle --- */ 

				/* --- element_general_strength_middle --- */ 
				/* --- end element_general_strength_middle --- */ 

				/* --- element_general_all_categories_middle --- */ 
				/* --- end element_general_all_categories_middle --- */ 

				/* --- element_general_categories_images_middle --- */ 
				/* --- end element_general_categories_images_middle --- */ 

				/* --- element_general_content_carousel_middle --- */ 
				/* --- end element_general_content_carousel_middle --- */

				/* --- element_general_links_middle --- */ 
				/*tabs*/
				#wrapper #bg_middle ul.element_general_links.heading {
					padding-left: 0%;
				}

				ul.element_general_links.heading h3 {
					padding-right: 0%;
				}
				/*end tabs*/
				/* --- end_element_general_links_middle --- */ 

				/* --- element_general_main_categories --- */
				/* --- end element_general_main_categories --- */

				/* --- element_general_images_middle --- */ 
				.element_general_images.banner {
					position: absolute;
					left: -20px;
				}
				#wrapper .element_general_images.right_banner, #wrapper .element_general_images.banner {
					margin-top: 0;
				}
				/* --- end element_general_images_middle --- */ 

				/* --- element_general_strength --- */ 
				/* --- end element_general_strength --- */ 

				/* --- element_general_newsletter_middle --- */ 
				div#layout_homepage #new_ticket .contact .element_general_contact .headline{
					background-size: initial;
				}
				div#layout_homepage .contact label {
					width: 47%;
				}
				div#layout_homepage .contact label:nth-child(3) {
				}
				div#layout_homepage #new_ticket .element_general_contact .smallButton {
					width: 25%;
					margin-left: 4%;
					margin-right: 0;
				}
				/* --- end element_general_newsletter_middle --- */ 

				/* --- element_category_list_items_middle --- */ 
				/* --- end element_category_list_items_middle --- */ 

				/* --- element_general_carousel_middle --- */ 
				/* --- end element_general_carousel_middle --- */ 

				/* --- element_general_brand_carousel --- */ 
				/* --- end element_general_brand_carousel --- */ 

				/* --- element_general_list_item_titles_middle --- */
				/* --- end element_general_list_item_titles_middle --- */

				/* --- element_general_prime_categories_category_middle --- */ 
				/* --- end element_general_prime_categories_category_middle --- */ 

				/* --- element_general_contact_middle --- */ 
				/* --- end element_general_contact_middle --- */ 

				/* --- element_general_ws_carousel_middle --- */
				/* --- end element_general_ws_carousel_middle --- */

				/* --- element_general_ticker_middle --- */
				/* --- end element_general_ticker_middle --- */

				/* --- element_items_list_items_middle --- */ 
				/* --- end element_items_list_items_middle --- */ 

				/* --- element_general_masonry_grid --- */ 
				/* --- end element_general_masonry_grid --- */ 

				/* --- pagination_middle --- */
				/* --- end pagination_middle --- */

				/* --- bootstrap_slider_middle --- */
				/* --- end bootstrap_slider_middle --- */

				/* --- owlCarousel_middle --- */
				/* --- end owlCarousel_middle --- */
				/* ------------------------------------- end middle ------------------------------------- */

				/* ------------------------------------- footer ------------------------------------- */

				/* --- layout_footer --- */ 
				/* --- end layout_footer --- */

				/* --- element_general_newsletter_footer --- */
				div#footer_group1 {
					padding:0 10px;
					max-height: 222px;
				}
				#bg_footer form.footer_newsletter:after {
					right: -19px;
				}
				/* --- end element_general_newsletter_footer --- */ 

				/* --- element_general_links_footer --- */ 
				/* --- end_element_general_links_footer --- */ 

				/* --- element_general_footer_nav --- */ 
				/* --- end element_general_footer_nav --- */ 

				/* --- element_general_prime_categories --- */ 
				/* --- end element_general_prime_categories --- */ 

				/* --- element_general_show_contact --- */ 
				/* --- end element_general_show_contact --- */

				/* --- #footer_group2, #footer_group3, #footer_group4_footer --- */
				/* --- end_#footer_group2, #footer_group3, #footer_group4_footer --- */

				/* --- element_general_images_footer --- */ 
				/* --- end element_general_images_footer --- */ 

				/* --- element_general_carousel_footer --- */ 
				/* --- end element_general_carousel_footer --- */ 

				/* --- element_general_prime_categories_footer --- */ 
				/* --- end element_general_prime_categories_footer --- */ 

				/* --- element_general_contact_footer --- */ 
				div#footer_group5 {
					padding: 0px;
				}
				/* --- end element_general_contact_footer --- */ 

				/* ------------------------------------- end_footer ------------------------------------- */


				/* ------------------------------------- category ------------------------------------- */

				/* --- layout_category --- */ 
				/* --- end layout_category --- */   

				/* --- element_category_filter_category --- */ 
				/* --- end element_category_filter_category --- */ 

				/* --- element_category_list_items_category --- */ 
				/* --- end element_category_list_items_category --- */ 

				/* --- element_general_prime_categories_category --- */ 
				/* --- end element_general_prime_categories_category --- */ 

				/* ------------------------------------- end_category ------------------------------------- */

				/* ------------------------------------- layout_item ------------------------------------- */
				#wrapper .item_main_bottom_right {
					padding-left: 10px;
				}
				/* --- element_general_tabs --- */ 
				/* --- end element_general_tabs --- */

				/* ------------------------------------- end_layout_item ------------------------------------- */


				/* ------------------------------------- layout ------------------------------------- */
				/* --- clearfix --- */
				/* --- end clearfix --- */

				/* --- layout_about --- */ 
				/* --- end layout_about --- */ 

				/* --- layout_compare --- */ 
				/* --- end layout_compare --- */ 

				/* --- layout_contact --- */ 
				/* --- end layout_contact --- */ 

				/* --- layout_contract --- */ 
				/* --- end layout_contract --- */ 

				/* --- layout_credit_guard --- */ 
				/* --- end layout_credit_guard --- */ 

				/* --- layout_location --- */ 
				/* --- end layout_location --- */ 

				/* --- layout_order --- */ 
				/* --- end layout_order --- */ 

				/* --- layout_page --- */ 
				/* --- end layout_page --- */ 

				/* --- layout_iframe --- */ 
				/* --- end layout_iframe --- */ 

				/* ------------------------------------- end_layout ------------------------------------- */

			}
			/* End Of Large devices (large desktops, 1200px and up) */

			/* ------------------------------------- general ------------------------------------- */
			/* ------------------------------------- end_general ------------------------------------- */



			/* ------------------------------------- Responsive ------------------------------------- */

			/* Responsive Changes */

			/* Extra large devices (very large desktops, 2000px and up) */
			@media screen and (min-width:2000px) {	

				/* Code here */

			}

/* ------------------------------------- end_Responsive ------------------------------------- */