/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 7, 2016, 4:30:24 PM
    Author     : domenico
*/

.header-top li,
.header-top .btn-link,
#main-menu.navbar,
#search .input-group .form-control,
#cart .btn,
.dropdown-menu,
.product-head,
.product-col .caption h4,
.product-col .price,
.product-col .btn-cart,
.breadcrumb,
.side-heading,
.list-group-item,
.product-filter,
.pagination,
.product-info .product-details,
.tabs-panel .nav-tabs{
    font-family: 'Roboto Condensed', sans-serif;
}


/* Product Page Styles Starts */

.product-info{
    padding-top:10px;
}
.product-info .images-block{
}
.product-info .images-block .thumbnail{
    padding:10px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.product-info.full .images-block .list-inline{
    margin-left:-5px;
}
.product-info.full .images-block .list-inline li{
    padding-left:5px;
    padding-right:5px;
}
.product-info .images-block .list-inline{
    margin-left:-2px;
}
.product-info .images-block .list-inline li{
    padding-left:2px;
    padding-right:2px;
}
.product-info .images-block .list-inline .thumbnail{
    padding:5px;
}
.product-info .product-details{
}
.product-info .product-details h2{
    margin-top:0;
    font-size:24px;
}
.product-info .product-details h3{
    font-size:22px;
}
.product-info .product-details h2, .product-info .product-details h3{
    text-transform:uppercase;
}
.product-info .product-details .manufacturer{
    color:#808080;
    xtext-transform:uppercase;
}
.product-info .product-details .manufacturer span{
    min-width:130px;
    display:inline-block;
    color:#2f353b;
}
.product-info .product-details .price{
}
.product-info .product-details .price-head{
    padding-right:10px;
    font-size:24px;
    color:#2f353b;
    text-transform:uppercase;
}
.product-info .product-details .price-tax{
    padding-top:5px;
    font-size:14px;
    color:#2f353b;
    text-transform:uppercase;
}
.product-info .product-details .price-new{
    color:#2f353b;
    font-size:24px;
    padding-right:5px;
}
.product-info .product-details .price-old{
    font-size:18px;
    color:#808080;
    text-decoration:line-through;
}
.product-info .product-details .options{
}
.product-info .product-details .options h3{
    margin-bottom:20px;
}
.product-info .product-details .options h6{
    font-weight:700;
}
.product-info .product-details .cart-button{
}
.product-info .product-details .cart-button .btn{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.product-info .product-details .btn-wishlist,
.product-info .product-details .btn-compare{
    color:#fff;
    background:#2f353b;
    margin-right:3px;
}
.product-info .product-details .btn-cart{
    font-size:14px;
    color:#2f353b;
    background:#ffb400;
    text-transform:uppercase;
}
.product-info .product-details .btn-cart:hover{
    color:#fff;
    background:#2f353b;
}
.product-info-box{
    padding-top:10px;
}
.product-info-box + .product-info-box{
    padding-top:30px;
}
.product-info-box .heading{
    padding:13px 20px;
    font-size:18px;
    color:#2f353b;
    text-transform:uppercase;
    background:#fff;
    border-top:1px solid #e8e8e8;
    border-right:1px solid #e8e8e8;
    border-bottom:4px solid #ffb400;
    border-left:1px solid #e8e8e8;
}
.product-info-box .content{
    color:#8b8b8b;
    font-size:13px;
}






/* Products Box Styles */

.product-col.list .image{
    padding:40px 30px 10px 0;
}
.product-col .btn-cart{
    margin-top:5px;
}


/* Products Tabs Style */

/*.nav-tabs {
    border-bottom: 2px solid #008458;
}
.nav-tabs li {
    background-color: #008458;
}
.nav-tabs   a {
    background-color: #FF6600;
}*/

.nav_tab_mio {
    background-color: #008458 !important;
}

/* tab color */
.nav-tabs>li>a {
    xbackground-color: #FFF;
    xborder-color: #777;
    color: #FFF;
    font-weight: bolder;
}

/* active tab color */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #FF6600;
    border: 1px solid #888;
}

/* hover tab color */
.nav-tabs>li>a:hover {
    color: #fff;
    background-color: #FF6600;
    border: 1px solid #888;
}


.tab-content {
    border: 2px solid #008458;
    background-color: #FFF;
}
.tab-pane {
    padding: 10px;
}
.tab-pane   p {
    padding-top: 20px;
}





/* CUSTOM CART INPUT */

