
/* 
    Created on : 2018.12.20.
    Version    : 4.1
    Author     : Richard Dudek <richard.dudek@webstep.sk>
*/

.shop {
    padding: 3rem 0;
}

.shop .container-fluid {
    padding: 1rem;
    background: #5a7636;
}

.shop-template{
    padding: 2rem 0;
}

INPUT.error {
    border: 1px solid red;
}
.delivery ul li {
    list-style: none;
    padding: 10px;
    margin: 5px;
    letter-spacing: 0.05em;
}
.delivery ul li input[type="radio"] +label  {
    font-weight: normal;
    opacity: 0.8;
}

.delivery ul li input[type="radio"]:checked +label  {
    font-weight: bolder;
    opacity: 1;
}

span.payment-price{
    background: rgba(200,200,200,0.6);
    color: #000;
    border-radius: 2px;
    padding: 4px 6px;
}

.shop-nav{
    border-bottom: 4px solid #eee;
}

.shop-nav ul {
    text-align: left;
    font-size: 0;
    padding: 0;
    margin: 0;
}

.shop-nav ul li {
    list-style: none;
    font-size: 14px;
    width: 50%;
    display: inline-block;
    padding: 16px;
    background: none;
}

.shop-nav ul li a {
    text-decoration: none;
    font-weight: 600;
    color: #aaa;
}

.shop-nav ul li a > span{
    background: #aaa;
    color: #fff;
    padding: 4px 6px;
    font-size: 120%;
}

.shop-nav ul li.current {
    background: #eee;
    border-top: 4px solid #ddd;
}


.shop-nav ul li.active{
    background: rgba(255,255,255,0.1);
    color: #888;
}

.shop-nav ul li.active:after{
    content: "\2713";
    font-size: 120%;
    color: #008000;
    padding: 0px 6px 2px 2px;
}

.shop-nav ul li.active a{
    color: #888;
}

.right {
    float: right;
}

.delivery-info {
}

.delivery-info span.glyphicon{
    margin-right: 0;
}

.shop-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    padding: 16px 0px;
}
.shop-table > thead > tr > th,
.shop-table > tbody > tr > th,
.shop-table > tfoot > tr > th,
.shop-table > thead > tr > td,
.shop-table > tbody > tr > td,
.shop-table > tfoot > tr > td {
    padding: 8px;
    vertical-align: middle;
    color: #000;
    border:none;
    border-bottom: 1px solid rgba(200,200,200,0.2);
}

.shop-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 3px solid rgba(200,200,200,0.2);
}

.shop-table tr:hover{
    background: rgba(250,250,250,0.1);
}

.btn-shop{
    background: #333;
    display: inline-block;
    color: #eee;
    text-decoration: none;
    outline-width: 0;
    padding: 10px 16px;
    font-weight: 600;
    text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    
}

.btn-shop:hover{
    background: #555;
    color: #fff;
    text-decoration: none;
    outline-width: 0;
}

.shop-foo{
    display: block;
    margin-top: 24px;
    padding: 24px 0px;
    border-top: 4px solid rgba(220,220,220,0.2);
}

.shop-add-item{
    padding: 12px 16px;
    background: rgba(0,0,0,0.1);
}

.shop-add-item p{
    font-size: 16px;
}

.remove-order-item{
    color:  #cc3333;
}
.companyblock{
    display: none;
}
.companyblock.active{
    display: block;
}

.delivery-block {
    width: 100%;
}

.no-label{
    height: 2rem;
    display: block;
    width: 100%;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #777;
    opacity: 0.8;
}

@media (min-width: 768px) {
    .shop-nav ul li {
        width: 33%;
    }
}


.btn{
    cursor: pointer;
    padding: 0.2rem 0.5rem 0.3rem 0.5rem;
}

tr.coupon {
    font-style: italic;
}

tr.coupon .warning {
    color: orange;
}

tr.coupon .warning.price {
    text-decoration: line-through;
}

.checkbox-lg > label {
    cursor: pointer;
    font-size: 110%;
    padding: 0.5rem 1rem;
    background: rgba(0,0,0,0.05);
    border-radius: 0.5rem;
    border: 1px solid rgba(0,0,0,0.1);
    opacity: 0.9;
}

.checkbox-lg input[type=checkbox] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    padding: 1rem;
}

.checkbox-lg a{
    color: #fff;
}

.checkbox-lg a:hover{
    color: #eff8e6;
}