﻿
@font-face {
    font-family: rcr;
    src: url(../fonts/RobotoCondensed-Regular.ttf);
}

.rcr {
    font-family: "rcr";
} 

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.container-product {
    border: 1px solid #828384;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    height: 520px;
    display:table;
    width:100%;
    position:relative;
}
.container-product-inner {
    display: table-cell;
    vertical-align:middle;
}

.display-product-Shop {
    text-align: center;
    margin: 20px 0 5px 0;
    cursor: pointer;
}

.display-product {
    text-align: center;
    margin: 20px 0 5px 0;
    cursor: pointer;
    width: 30%;
    margin: auto;
}
.display-name {
    text-align: center;
    font-size: 16px;
}

.gramage {
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
}

.container-table {
    margin: auto;
    width:25%;
    text-align:center;
   /* min-width:100px;
    max-width: 155px;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 10px;*/
}

.container-table-Fav {
    margin: auto;
    width: 55%;
    text-align: center;
    /* min-width:100px;
    max-width: 155px;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 10px;*/
}
table.add {
    border-collapse: collapse;
    width: 100%;
    border-collapse: collapse;
    width: 50%;
    float: left;
}

    table.add tr:nth-child(2n+1) {
        background-color: #ffffff;
    }

    table.add tr:nth-child(2n+0) {
        background-color: #ffffff;
    }

    table.add th {
        background-color: #ffffff;
        color: #58595b;
        font-size: 16px;
        padding: 4px 4px;
        text-align: left;
        vertical-align: middle;
        height: 20px;
        font-weight: normal
    }

    table.add td {
        border: 1px solid #6d6e70;
        font-size: 16px;
        padding: 0px 4px;
        text-align: left;
        vertical-align: middle;
        color: #58595b;
    }

.plus-icon {
    text-align: center;
    margin: 5px 0;
}

.textboxcart {
    border: 1px solid #ffffff;
    padding: 1px 1px;
    text-align: center;
    width: 35px;
    font-size: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance:none;
}
.delete {
    width: 35px;
    /* float: right; */
    /* margin-right: 125px; */
    /* top: -87px; */
    cursor: pointer;
    /* display: inline-block; */
    position: absolute;
}
.delete-Fav {
    width: 35px;
    /* float: right; */
    /* margin-right: 125px; */
    /* top: -87px; */
    cursor: pointer;
    /* display: inline-block; */
    position:absolute;
    right:10px;
    top:15px;

}
.delete a{
    display:block;
    height:35px;
    width:35px;
    cursor:pointer;
}
.prod-quantity{
    margin:20px auto 0 auto;

}
.prod-quantity ul {
    list-style-type: none;
    
}
    .prod-quantity ul li a{
        text-align:center;
        padding-top:7px;
        display:block;
        cursor:pointer;
    }

    .prod-quantity ul li .delete a {
        text-align: center;
        padding-top: 0px;
        display: block;
        cursor: pointer;
        width:auto;
        margin-right:0;
    }
        .prod-quantity ul li:nth-child(2){
        
        padding-top:10px;
    }
    .prod-quantity ul li {
        min-width: 45px;
        max-width:45px;
        vertical-align: top;
        padding: 5px;
        border: 1px solid #000000;
        height: 45px;
        text-align: center;
        margin-right: 5px;
    }
    .padding0{
        padding:0;
    }


        @media (max-width:768px) {
            .display-product {
                text-align: center;
                margin: 20px 0 5px 0;
                cursor: pointer;
                width: 100%;
                margin: auto;
            }
            .container-table {
                margin: auto;
                /*max-width: 95px;*/
                height: auto;
                /*width: 100%;
    margin-top: 12px;
    margin-bottom: 10px;*/
            }


            .container-product {
                margin-top: 15px;
            }

            .display-product {
                margin: 15px 0 0 0;
            }

            .delete {
                /*position: relative;
        float: right;
        margin-right: 110px;
        top: -87px;*/
            }
            .container-product{
                min-height:350px;
            }
        }
@media (max-width:767px) {
    .textboxcart {
     
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .container-product {
        height: auto;
        min-height: 380px;
    }

    .autoship-edit-title {
        min-height:45px;
    }

    .autoship-edit-info {
        min-height: 20px;
        margin-bottom: 20px;
    }
    .col-xs-4:nth-child(n+4) .autoship-edit-info {
        margin-bottom: 0px;
    }
        .table-responsive {
            border: none;
        }
    .container-table{
        width:auto;
    }
    

}


