/*********************************************************************
					Techstore specific Styles
**********************************************************************/
/*||Hearer||*/
.techstore-ro .header-container,
.techstore-ro #header {	
	background: #112233!important; /* Old browsers */
	background: -moz-linear-gradient(left, #112233 0%, #000000 100%)!important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #112233 0%,#000000 100%)!important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #112233 0%,#000000 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112233', endColorstr='#000000',GradientType=1 )!important; /* IE6-9 */
	}
.techstore-ro header .row #header_logo{
	margin-top:-4px!important;
}
/*Menu*/
.techstore-ro .sf-menu > li > ul > li > a,
.techstore-ro #header .sf-menu > li:first-child > a:before,
.techstore-ro #header .sf-menu > li.sfHover > a,
.techstore-ro #header .sf-menu > li > a:hover,
.techstore-ro #header .sf-menu > li.sfHoverForce > a{
	color:#112233!important;
}
/*||Homepage||*/
.techstore-ro .promo-header a, 
.techstore-ro .promo-header a:hover{
	color:#112233!important;
}
/*||Product listing||*/
.techstore-ro .new-label,
.techstore-ro .sale-label{
	background:#112233!important;
}
.techstore-ro .new-label:before,
.techstore-ro .new-label:after,
.techstore-ro .sale-label:before,
.techstore-ro .sale-label:after {
    border-color: #333333 transparent transparent transparent;
}
/*||Product page||*/

.techstore-ro #image-block #reduction_percent::before,
.techstore-ro .box-info-product .cart_button,
.techstore-ro h3.page-product-heading,
.techstore-ro #product-info.is_stuck,
.techstore-ro .sticky_buy button,
.techstore-ro .button.button-small span,
.techstore-ro .button.ajax_add_to_cart_button,
.techstore-ro .button.ajax_add_to_cart_button span,
.techstore-ro .button.button-medium{
	background: #112233!important;
}
.techstore-ro .button.ajax_add_to_cart_button,
.techstore-ro .button.ajax_add_to_cart_button span,
.techstore-ro .button.button-medium{
	border-color: #112233!important;
}
.techstore-ro .pb-right-column h1,
.techstore-ro .price,
.techstore-ro .price.product-price,
.techstore-ro #product-info.is_stuck #product-tabs a.l-selected,
.techstore-ro .table-data-sheet tr.heading td,
.techstore-ro .block .title_block,
.techstore-ro .block h4,
.techstore-ro .block .title_block a,
.techstore-ro .block h4 a,
.techstore-ro #layered_block_left .title_block:before{
	color:#112233!important;
}
.techstore-ro h3.page-product-heading:after{
	border-top-color:#112233;
}
.techstore-ro .cs_item i{
	color:#102132;
}
.techstore-ro .cs_item span{
	color:#000000;
}
/*||Order||*/


/*||Account||*/
.techstore-ro ul.myaccount-link-list li a i{
	color: #112233!important;
}
/*||Footer||*/
.techstore-ro .footer-container {
    background: #0e0e0e!important;
}
.techstore-ro #footer #newsletter_block_left .form-group .form-control {
    background: #112233!important;
}
.techstore-ro #newsletter_block_left h4 {
    color: #52336b!important;
    border-radius: 5px 0 0 5px;
}