/*
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 : Jan 15, 2017, 4:24:41 PM
    Author     : jakub
*/

.accordion-filter-title h4{
    margin-top: 25px;
    text-transform: uppercase;
}
.filter-form ul{
    padding-left: 4px;
}
.filter-form ul li{
    list-style: none;
}

.filter-check-checkbox {
    display: none;
}

.filter-check {
    color: #f2634b;
    cursor: pointer;
    display: block;
    font-weight: normal;
    text-transform: capitalize;
}
.filter-style-label{
    text-transform: capitalize;
    line-height: 22px;
    color: #000;
}
.filter-check > input {
    line-height: 14px;
    margin-right: 10px;
}


.filter-style-checkbox {
    border: 1px solid #f2634b;
    display: inline-block;
    height: 11px;
    margin-right: 10px;
    width: 11px;
}

.filter-check-checkbox:checked + .filter-style-checkbox {
    background: #f2634b none repeat scroll 0 0;
}
#accordion-price_range{
    padding-left: 13px;
    padding-right: 13px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #4a4a4a;
    background-image: none;
    border: none;
    color: #555555;
    font-weight: normal;
    border-radius: 0;
    height: 11px;
    top: -0.3em;
    width: 15px;
}

.ui-widget-content {
    background: #d1d1d1 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    height: 2px;
}


.product-list .product{

    border: 1px solid #e1e1e1;
}


.product-img-main{
    position: relative;
    height:300px;
}

.product-img-main img{
    position: absolute;
    left:0;
    right: 0;
    margin: auto;
    top:0;
    bottom: 0;
}

.product-img{
    position: relative;
    height:80px;
}

.product-img img{
    position: absolute;
    left:0;
    right: 0;
    margin: auto;
    top:0;
    bottom: 0;
    max-height: 80px;
}
.product-view-name{
    font-size:22px;
    font-weight: 500;
    text-transform: uppercase;
}

.product-view-json_data{
    margin-top: 10px;
}

.product-label{
    font-size:14px;
    font-weight: 300;
    line-height: 28px;
}

.product-value{
    font-size:16px;
    font-weight: bold;
    line-height: 25px;
    color: #F2634B;
}
.product-block-header{
    font-size: 16px;
    color: #000;
    margin-top: 50px;
}
.product-description{
    margin-bottom: 30px;
}
.product-view-descriptions .nav-tabs > li.active > a,.product-view-descriptions .nav-tabs > li.active > a:hover,.product-view-descriptions .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #000;
    cursor: default;
    border: none;
}

.product-view-descriptions .nav-tabs {
    border-bottom: none;
    margin-left: -15px;
}
.product-view-descriptions .nav > li > a {
    color: #a8a8a8;
    font-size: 16px;
}
.product-view-descriptions .nav > li:first-child a{
    padding-right:35px;
}
.product-view-descriptions .nav > li:last-child a{
    padding-left:35px;
}
.product-view-descriptions .nav-tabs > li:last-child:before{
    border-color: #9e9e9e;
    border-right: 1px solid #9e9e9e;
    color: #fff;
    content: "|";
    float: left;
    height: 30px;
    margin-left: -5px;
    margin-top: 5px;
}
.product-view-descriptions .nav-tabs > li:first-child:before{
    border-right: none;
}
.product-view-descriptions .tab-content{
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 12px;
}


.product-view .producer img{
    max-width: 100px
}
.product-view-descriptions .tab-content table tr td{
    font-size: 12px;
}
.add-to-cart-row{
    margin-top: 20px; 
}
button img.img-cart{
    float: left;
    height: 18px;
    margin-left: -5px;
    margin-right: 7px;
}
button.add-to-cart{

    font-size: 12px;
    padding-bottom: 7px;
    padding-top: 7px;
    line-height: 19px;
}

.product-view .price-top{
    margin-top:20px;
}
.product-view .base-price{
    font-size: 16px;
}

.product-view .sell-price{
    font-size: 24px;
    font-weight: bold;
}

.product-view .product-item .base-price{
    font-size: 12px;
}
.product-view .product-item  .sell-price{
    font-size: 14px;

}


.product-view .product-item{
    border: 1px solid #999999;
}
.product-view .tab-content ul{
    padding-left: 0px;
}
@media (max-width: 1024px) {
    .product-view .sell-price {

        font-size: 16px;
        font-weight: bold;

    }
}
@media (max-width: 980px) {
    button img.img-cart {
        display: none
    }

}