/* 

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;
}
.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: 50px;
	overflow: hidden;
	display: inline-block;
}
.pagination.pagination-simple .active > a, .pagination.pagination-simple .active > span, .pagination.pagination-simple .active > a:hover{
    color: #FCB040;
}
.product {
    margin-bottom: 0;
}
.my_title{
    padding: 80px 0!important;
}
.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: 380px;
    margin-bottom: 0px;
}
.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: #fff;
    color: #000;
    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
    }
}
.heading {
    margin-bottom: 0px;
}
#footer.footer-light .copyright-content{
    background-color: #333;
    color: #fff;
}