::-moz-selection {
 color: #fff;
 background: #338fff;
}
.full-width{
	left: 50%;
	margin-left: -50vw;
	position: relative;
	width: 100vw;
}
/*******************************************
           header
*******************************************/
#header.tbStickyScrolled {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.main-nav #Menu_VIfWm2LT li ul.dropdown-menu {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s!important;
	transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s!important;
	display: block;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}
.main-nav #Menu_VIfWm2LT li ul.dropdown-menu.tb_hovered {
	-webkit-transform: rotateX(0) translateZ(0)!important;
	transform: rotateX(0) translateZ(0)!important;
}
.main-nav #Menu_VIfWm2LT li ul.dropdown-menu li a {
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	border-bottom: 1px solid #efefef;
}
.main-nav #Menu_VIfWm2LT li ul.dropdown-menu li:last-child a {
	border-bottom: 0;
}
.main-nav #Menu_VIfWm2LT li ul.dropdown-menu li a:before {
	display: none;
}
.main-nav .tb_search_wrap input {
	background-color: transparent!important;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom-color: #777;
	height: 44px;
}
#tbScrollToTop {
	background-color: #6cb975!important;
	color: #000!important;
	border-radius: 2px;
	width: 50px;
	height: 50px;
}
#tbScrollToTop i {
	margin-top: 5px;
}

.thumb-box  .tb_text .tb_line_1,
.thumb-box  .tb_text .tb_line_2 {
	background:rgba(67,181,73,.9);
	margin:0;
	padding:10px 10px 0px 15px;
	    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
}


.thumb-box  .tb_text .tb_line_2 {padding:0 10px 20px 15px;}

.product-title h1,
.tb_wt_page_title_system  h1 {

    color: #43b549!important;
}



.banner-txt .tb_banner .tb_line_1 {

	
	padding-left: 25px;
	 padding-right: 25px;  
	}


.banner-txt .tb_banner:hover .tb_line_1 {
	background:#43b549;
padding:10px 25px 10px 25px;
 
	    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
	color:#fff;
	}


.brands-box .panel-title  {
	display:inline-block;
	position:relative;
	padding: 0 30px;
	}
.brands-box .panel-title:before {
    background: #000;
    height: 2px;
    width: 60px;
    content: " ";
    left: -60px;
    position: absolute;
    top: 52%;
    right: auto;
}

.brands-box .panel-title:after {
    background: #000;
	 height: 2px;
    width: 60px;
    content: " ";
    right: -60px;
    position: absolute;
    top: 52%;
    left: auto;

   
}


.brands-box .tb_prev svg,
.brands-box .tb_next svg {
	display:none;
	}


.brands-box .tb_prev{
 
background: url('/image/catalog/banners/arrow.png') -210px 20px  no-repeat;
       width: 26px;
    height: 47px;
	  top: 76%;
}


.brands-box .tb_prev:hover {
	background-position:  -210px -220px;
	background-color:transparent;
	}
	
	
	

.brands-box .tb_next{
 
background: url('/image/catalog/banners/arrow.png') -210px 20px  no-repeat;
       width: 26px;
    height: 47px;
	    top: 74%;
}

.brands-box .tb_next:hover {
	background-position:  -210px -220px;
		background-color:transparent;
	}


/*******************************************
            product animated buttons
*******************************************/

.tb_grid_view .product-thumb {
	position: relative;
	overflow: hidden;
}
.tb_grid_view .product-thumb .caption h4, .tb_grid_view .product-thumb .caption .price {
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}


.product-thumb .image.tb_overlay {
	position: relative;
	overflow: hidden;
}
.product-thumb .image.tb_front {
	opacity: 1;
	max-width: 100%;
}
.product-thumb:hover .image.tb_front {
	opacity: 0;
	position: absolute;
	top: auto;
	right: 0;
	left: 0;
}
.product-thumb .image_hover {
	background: transparent;
	height: auto;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 auto;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
    visibility: hidden;
    text-align: center;
    
}
.product-thumb:hover .image_hover {
	opacity: 1;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	visibility: visible;
}
#content .tb_separate_columns > .col, hr {
	margin-top: 26px;
}
.tb_wt_product_options_system.tb_system_product_options {
	background: none !important;
}
.tb_wt_product_price_system {
	padding-bottom: 0px !important;
}
input, select, textarea, .form-control {
	border-width: 1px !important;
}
#content .product-filter {
	display: none!important;
}
#cart .mini-cart-info.cart-info .table tr {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
#cart .checkout.buttons {
	border-top: 1px solid rgba(0,0,0,.1);
}
#cart .checkout.buttons .btn {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 0px 20px;
	height: 48px;
	font-size: 14px;
	line-height: 48px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
}
#cart .mini-cart-info.cart-info tr td.name a {
	font-weight: 400;
}
/*******************************************
            footer
*******************************************/

#footer .nav li a:before {
	display: none;
}
/*******************************************
          checkout
*******************************************/


#cart_form .cart-info .name > a {
	font-weight: 400;
}
.checkout.buttons a.btn:hover {
	background: #000!important;
}
.mini-cart-info.cart-info tr td {
	color: #000 !important;
	border-color: rgba(255,255, 255, 0.3)!important;
}
.mini-cart-info.cart-info tr td.name {
	word-break: break-all;
}
.mini-cart-info .remove .btn:hover {
	background: #fff!important;
	color: #2d3092!important;
}
.cart-info thead tr td, #System_ygU4BSRi #accordion .panel-heading a {
	background-color: #000!important;
	color: #fff!important;
	border-color: rgba(255,255, 255, 0.5)!important;
}
.cart-info tr td.name {
	width: 40%;
}
.cart-info tr td.model {
	width: 30%;
}
#System_ygU4BSRi #accordion .panel-heading a {
	border-bottom: 1px solid rgba(255,255, 255, 0.5)!important;
	border-width: 1px!important;
}
#System_ygU4BSRi #accordion .panel-heading .panel-title {
	border: 0!important;
}
#System_ygU4BSRi #d_quickcheckout .qc-col-1.col-md-4, #System_ygU4BSRi #shipping_method .panel-default, #System_ygU4BSRi #payment_method .panel-default {
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
#System_ygU4BSRi #shipping_method .panel-default, #System_ygU4BSRi #payment_method .panel-default {
	border-top: 1px solid #eeeeee;
}
#System_ygU4BSRi #d_quickcheckout .form-group input, #payment_address_telephone_input .col-xs-7, #System_ygU4BSRi #d_quickcheckout .form-group select, #System_ygU4BSRi #d_quickcheckout .form-group label, #d_quickcheckout #confirm_comment_input .col-xs-12 label, #d_quickcheckout #confirm_comment_input .col-xs-12 textarea, .account-voucher #System_ygU4BSRi .form-group input[type=text], .account-voucher #System_ygU4BSRi .form-group textarea {
	width: 100%!important;
}
#System_ygU4BSRi .form-group label {
	margin-bottom: 10px;
}
#System_ygU4BSRi #d_quickcheckout #payment_address, #System_ygU4BSRi #shipping_method .panel-body, #System_ygU4BSRi #payment_method .panel-body {
	padding: 0 20px 0px 20px;
}
#System_ygU4BSRi #shipping_method .panel-heading, #System_ygU4BSRi #payment_method .panel-heading {
	padding: 20px 20px 0px 20px;
}
#System_ygU4BSRi .panel-title {
	background: none;
	font-weight: 400;
}
#payment_address .panel-title, #payment_address_heading_heading {
	display: none;
}
#System_ygU4BSRi #payment_address_form .col-xs-5, #System_ygU4BSRi #payment_address_form .col-xs-7, #confirm_comment_input .col-xs-12 {
	display: contents;
	width: 100%!important;
	float: none;
	max-width: 100%;
}
#payment_address_telephone_input .col-xs-7 {
	display: block!important;
}
#d_quickcheckout .form-horizontal.qc-totals .row {
	margin: 0;
}
select.form-control, select.form-control option {
	padding: 12px 10px!important;
}
#System_ygU4BSRi #d_quickcheckout #payment_address_agree, #System_ygU4BSRi #confirm_agree_input input#confirm_agree, #System_ygU4BSRi #payment_address_newsletter_input input#payment_address_newsletter {
	width: auto!important;
}
.qc-checkout-product .table > thead > tr > td {
	padding: 10px 15px 9px 15px!important;
	font-weight: normal!important;
}
.qc-quantity .input-group.input-group-sm {
	width: 200px;
}
#System_ygU4BSRi #payment_address_telephone_input .control-label {
	margin-right: 15px;
}
.checkout-checkout .breadcrumb {
	display: none;
}
#collapse-voucher .input-group {
	width: 550px;
}
.checkout-checkout #cart_view .qc-totals .col-sm-3 {
	margin-top: 0;
}
.checkout-checkout #cart_view .qc-totals .row {
	margin-bottom: 20px;
}
.mfilter-box .mfilter-option.mfilter-price .mfilter-price-inputs input {
	padding-left: 5px!important;
}
.tb_module_xform .form-wrapper {
	border: 0;
}
.tb_module_xform .form-wrapper h1 {
	display: none;
}
.tb_module_xform .form-wrapper .form-ul li textarea, .tb_module_xform .form-wrapper .form-ul li input {
	border: 1px solid #f8760a!important;
}
.tb_module_xform .form-wrapper .form-ul li #field-c18 {
	margin-bottom: 20px;
}
.form-wrapper .form-ul li.li-submit input[type="submit"] {
	font-size: 19px;
	padding: 10px 35px 10px 35px!important;
	background-color: #43b549 !important;
}
.form-wrapper .form-ul li.li-submit input[type="submit"]:hover {
	background-color: #000 !important;
}
.form-wrapper .form-ul li input[type="text"], .form-wrapper .form-ul li input[type="password"] {
	font-size: 13px;
}
.form-wrapper .error {
	color: red!important;
}
.tb_module_xform .form-wrapper .form-ul li textarea.error, .tb_module_xform .form-wrapper .form-ul li input.error {
	border-color: red!important;
}
#popup-quickorder .popup-heading {
	border-bottom: 0!important;
}
#popup-quickorder .quantity_quickorder > input.qty_quickorder {
	padding: 19px 0!important;
	width: 177px;
	height: 40px!important;
	border: 1px solid #d9d9d9!important;
}
#popup-quickorder .quantity_quickorder > input#decrease_quickorder, #popup-quickorder .quantity_quickorder > input#increase_quickorder {
	height: 40px!important;
	border: 0!important;
	box-shadow: none;
	line-height: 3px;
}
#ProductAddToCartSystem_EM6SJ0nV .btn-quick-order {
	background-color: #6cb975!important;
	line-height: 20px;
	box-shadow: none;
	min-width: inherit;
	border: 0;
	border-radius: 0;
}
#ProductAddToCartSystem_EM6SJ0nV .btn-quick-order:hover {
	background-color: #000!important;
}
#ProductAddToCartSystem_EM6SJ0nV .btn-quick-order i {
	display: none;
}
#popup-quickorder .price-quantity-quickorder .price_fast {
	padding: 8px!important;
}
#fastorder_data {
	padding: 10px;
}
#fastorder_data .form-group.text-center {
	margin: 10px;
}
#fastorder_data .sections_block_rquaired {
	width: 63%;
	display: block;
	margin: 10px auto;
	flex: none;
	padding: 0;
}
#fastorder_data .sections_block_rquaired input {
	width: 100%;
}
 @media (max-width: 1160px) {
#d_quickcheckout .qc-col-1.col-md-4, #d_quickcheckout .col-md-8, #d_quickcheckout .qc-col-2.col-md-6, #d_quickcheckout .qc-col-3.col-md-6, #d_quickcheckout .qc-col-4.col-md-12 {
	width: 100%;
	display: block;
}
#d_quickcheckout .qc-quantity {
	width: auto!important;
}
#d_quickcheckout .qc-col-4 #cart_view .panel-title {
	text-align: left;
}
#qwdfilter .custom-select-wrapper {
	margin-bottom: 25px;
}
.main-nav #Menu_VIfWm2LT ul li a .tb_text {
	font-size: 15px;
}
.main-nav #Menu_VIfWm2LT > nav > .nav > li {
	margin-left: 12px;
}
}
 @media (min-width: 300px) {
.slide_box #FireSlider_OWG1oBRK_slide_1_layer_1, .slide_box #FireSlider_OWG1oBRK_slide_1_layer_2, .slide_box #FireSlider_OWG1oBRK_slide_1_layer_3 {
	width: 100%!important;
}
}
 @media (max-width: 1000px) {
.main-nav #Menu_VIfWm2LT ul li a .tb_text {
	font-size: 13px;
}
}
 @media (max-width:890px) {
.main-nav #Menu_VIfWm2LT ul li a .tb_text {
	font-size: 12px;
}
.main-nav #Menu_VIfWm2LT > nav > .nav > li {
	margin-left: 8px;
}
#footer .col {
	min-width: 45%;
}
}
 @media (max-width:800px) {
.main-nav #Menu_VIfWm2LT ul li a .tb_text {
	font-size: 11px;
}
}
 @media (max-width: 768px) {
.main-nav .tbToggleButtons {
	margin-right: 0!important;
}
.main-nav .tbToggleButtons .tb_toggle {
	width: 60px!important;
}

.tbMobileMenu .tb_wt_header_logo_system.tb_system_logo {
	background:#fff!important;
	margin-left:0;
	}

#Menu_VIfWm2LT.head-nav > nav > .nav > li > .dropdown-menu {
	padding: 10px 28px;
}
.tbMobileMenu .tb_bg_str_2, .tbMobileMenu .tb_bg_hover_str_2:hover {
	background-color: #6cb975;
	color: #fff;
}
#Menu_VIfWm2LT > nav > .nav > li {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 5px!important;
}
#Menu_VIfWm2LT > nav > .nav > li.tb_hovered {
	border-bottom: 0px;
}
#Menu_VIfWm2LT > nav > .nav > li > ul > li > a {
	padding-bottom: 0px!important;
	padding-top: 0px!important;
}
#tb_mobile_car_menu {
	background-color: #f8f8f8!important;
}
#tb_mobile_car_menu .cart-info .name > small, #tb_mobile_car_menu .cart-info .quantity, #tb_mobile_car_menu .cart-info .total {
	color: #333!important;
}
#tb_mobile_car_menu #HeaderCartMenuSystem_HJ4nU3fO .dropdown-menu .mini-cart-total:before {
	color: #ddd;
}


#site_logo {
	margin-left: 10px;
	
}
#header .tbLogoCol > * {
	max-width: 50%;
	padding-left: 0;
}
#site_logo img {
	max-width: 100%;
}
#header .row-wrap.tbMobileShow > .row > .tbLogoCol {
	display: block !important;
}
#header .tbLogoCol {
	position: relative;
	left: 0;
}
#header .tbLogoCol > .tbToggleButtons {
	position: absolute;
	right: 0px;
	top: -3px;
}



.qc-quantity .input-group.input-group-sm {
	width: 40px;
}
.qc-quantity .input-group.input-group-sm .input-group-btn {
	display: none!important;
}
#tb_mobile_car_menu #cart .dropdown-menu h3 {
	font-size: 20px;
}
}
@media (max-width: 690px) {
#footer .col {
    max-width: 45%;
	min-width: inherit;
}

}



 @media (max-width: 560px) {
#System_ygU4BSRi .cart-info tbody tr, #System_ygU4BSRi .cart-info tbody tr td {
	display: block;
	width: 100%;
	padding: 0!important;
	margin-bottom: 10px;
}
.mobile-descr .tb_system_category_description {
	display: none!important;
}
#popup-quickorder .price-quantity-quickorder .price_fast {
	width: 100%;
}
#popup-quickorder .quantity_quickorder > input#decrease_quickorder {
	position: relative;
	top: 40px;
	z-index: 10;
}
#popup-quickorder .quantity_quickorder > input.qty_quickorder {
	width: 100%;
	position: relative;
}
#popup-quickorder .quantity_quickorder > input#increase_quickorder {
	float: right;
	position: relative;
	top: -40px;
}
#fastorder_data .sections_block_rquaired {
	width: 100%;
}
#fastorder_data .sections_block_rquaired .input-group.margin-bottom-sm {
	width: 100%;
	display: block;
}
#fastorder_data .input-group-addon {
	height: 48px;
	right: 0;
	position: absolute;
}
#popup-quickorder .price-quantity-quickorder .quantity_quickorder {
	margin-top: -16px;
	height: 93px;
	width: 100%;
	margin-left: 0!important
}
}
 @media (max-width: 487px) {
#cart_view .table tbody tr td, #cart_view .table tbody tr, #d_quickcheckout .qc-col-4 {
	display: block;
	text-align: center;
	width: 100%;
	border: 0;
}
#cart_view .table thead, #cart_view .table tbody tr td.total {
	display: none;
}
#d_quickcheckout .qc-product-qantity {
	text-align: center;
}
#d_quickcheckout .form-horizontal.qc-totals .row .col-xs-6 {
	width: 50%!important;
	display: inline-block;
	margin: 0;
}
#payment_method_list .payment-image {
	display: none;
}
#d_quickcheckout .form-horizontal.qc-totals .row label.col-xs-6 {
	text-align: left;
}
#d_quickcheckout .form-horizontal.qc-totals .row div.col-xs-6 {
	text-align: right;
}
#login_view label.btn {
	display: block;
	width: 100%!important;
	font-size: 13px!important;
}
}

 @media (max-width: 447px) {
	 #footer .col {
    max-width:  inherit;
	width:100%;
}

.brands-box .panel-heading {
	font-size: 25px;
	}
	 .brands-box .panel-title {

    padding: 0 15px;
}


.banner-txt .tb_line_1 {
	    font-size: 23px!important;
	
	}
	
	#header .tbLogoCol > .tbToggleButtons {
    top: -15px;
}


#site_logo {
	width: 174px;
	}

	 }
	 
	 @media (max-width: 380px) { 
	 .brands-box .panel-title:before,
	 .brands-box .panel-title:after {
		 display:none;
		 }
	 
	 } 
	 @media (max-width: 330px) { 
	 .tb_wt_product_attributes_system .tb_product_attributes {
		 width: 100%;
    overflow-x: scroll;
		 }
	 
	 } 