/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
#topbar .icons {
    float: right;
    height: 100%;
    overflow: hidden;
}
#topbar .icons ul {
    padding: 0;
}
#topbar .icons li, #topbar .icons li a {
    /*float: left;*/
    list-style: none;
}
#topbar .dropdown-menu .divider{
	margin: 0px;
}
#topbar .dropdown-menu > li > a{
	padding: 10px 20px;
}
.p-b-40{
	padding: 40px 0 0 0;
}
.p-b-20{
	padding: 20px 0 20px 0;
}
.p-b-00{
    padding: 0 0 40px 0;
}
a:hover, a:focus, a:active {
    color: #FCB040;
}
#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span {
    color: #FCB040;
}
#header .header-extras #shopping-cart > a .shopping-cart-items{
	background: #FCB040;
}
.progress-bar {
    background-color: #FCB040;
}
.heading {
    margin-bottom: 70px;
}
#footer.footer-light {
    background-color: #EFEFEF;
}
.btn{
    background-color: #FCB040;
    border-color: #FCB040;
}
.btn:hover{
    background-color: #f99b16;
    border-color: #f99b16;
}
.form-control:focus {
    border-color: #FCB040;
}
.footer-content {
    padding: 30px 0 0 0;
}
.product .product-price {
    float: none;
    margin-top: 0;
    width: 100%;
    text-align: center;
}
.product .product-title h3 a {
    font-size: 16px;
    height: 37px;
	overflow: hidden;
	display: inline-block;
	line-height: 20px;
}
.pagination.pagination-simple .active > a, .pagination.pagination-simple .active > span, .pagination.pagination-simple .active > a:hover{
    color: #FCB040;
}
.product {
    margin-bottom: 0;
}
.my_title{
    height: 250px;
}
.my_title h1{
    color: #FCB040!important;
}
#shop-cart hr.space{
    height: 10px;
}
.sidebar .widget .tabs.utilizator .tabs-navigation li{
    float: none;
}
.shop-cart .cart-product-thumbnail .cart-product-thumbnail-name{
    padding: 0;
}
.revtp-searchform input#s {
    font-family: "Arial", sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    color: #000 !important;
    /*background-color: transparent;*/
    line-height: 56px !important;
    padding: 0 20px !important;
    cursor: text;
    border: 2px solid #FCB040;
    width: 300px;
    margin-bottom: 0px;
}
.revtp-searchform input#model {
    font-family: "Arial", sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    color: #000 !important;
    /*background-color: transparent;*/
    line-height: 56px !important;
    padding: 0 20px !important;
    cursor: text;
    border: 2px solid #FCB040;
    width: 300px;
    margin-bottom: 0px;
}
.btn-reset,
.revtp-searchform input#searchsubmit, .revtp-searchform input#searchsubmit:focus {
    font-family: "Arial", sans-serif;
    line-height: 60px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0 20px;
    border: 0;
    background: #FCB040;
    color: #fff;
    border-radius: 0px;
}
.btn-reset{
    font-family: "Arial", sans-serif;
    line-height: 38px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0 20px;
    border: 0;
    background: #FCB040;
    color: #fff;
    border-radius: 0px;
}
@media only screen and (max-width:767px) {
    .revtp-searchform input#s {
        width: 280px
    }
}
    
@media only screen and (max-width:479px) {
    .revtp-searchform input#s {
        width: 200px
    }
}
.product-description p{
    margin-bottom: 0;
}
#product-page .product .product-price{
    text-align: left;
}
.product .product-price ins{
    color: #FCB040!important;
	font-size: 22px;
	font-weight: bold;
}
.product .product-price del{
	font-size: 15px;
	color: #000;
	margin: 0;
}
.section-40{
    padding: 40px 0 0 0;
}
.stare{
	font-size: 16px;
}
.verde{
	color: #28991B;
}
.galben{
	color: #F7CE16;
}
.rosu{
	color: #F92525;
}
.catalog{
	padding-bottom: 30px;
}
.page-title .title{
    text-shadow: 2px 2px 2px #333;
}
#mainMenu nav > ul > li > a {
    color: #223F7C;
}
#footer{
    background-color: #223F7C;
    color: #fff;
}
#footer h4{
    color: #fff;
}
#footer a{
    color: #fff;
}
.copyright-content {
    border-top: 1px solid #fff;
}