﻿
/* **************************** */
/*      cart button */
.cart-button {
    background-color: #8fbf4d;
    color: #fff;
}

a.cart-button {
    color: #fff !important;
}
.btncheckout {font-size:1.3em;
}

/******************* cart */

select .opt {
    color: #666;
    padding: 10px 0;
    border-bottom: 1px solid gray;
    font-size: 1.1em;
}
    select option:hover {
        background-color: #da0833;height:20px;display:block;width:100%;
    }
#no-more-tables p {
    margin-bottom: 0.5rem;
}

.affix {
    top: 80px;
    max-width: 1140px;
    z-index: 9999 !important;
}

.affix {
    position: fixed;
}


@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td:nth-child(n+2) {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }
}


/* ***************************** *** */
#cartpage .section-title {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #DADADA;
    text-align: left;
}

    #cartpage .section-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1.5px;
        height: 3px;
        width: 60px;
        background-color: #8fbf4d;
    }

#cartpage button.icon-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0;
    background-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

    #cartpage button.icon-btn:hover, button.icon-btn:focus {
        color: #F8694A;
        -webkit-box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
        box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
    }

#cartpage .qty .input {
    width: 90px;
}

    #cartpage .qty .input:focus {
        width: 90px;
    }

#cartpage input {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

#cartpage .badge {font-size:85%;line-height:1.5em;cursor:pointer;
}
#cartpage table tr {
    /*background-color: transparent;*/
}

#cartpage input:focus, #cartpage input:hover {
    -webkit-box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
    box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;

}

table .priceproduct {
    color: #8fbf4d;
    font-size:1.7em;
}
.item img {
box-shadow:0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important
}

