﻿span.loader {
    display: none;
}

span.ajaxmsg {
    background: green;
    color: white;
    padding: 10px;
    display: none;
    position: absolute;
    bottom: 0;
}

.ajaxcart {
    position: relative;
    top: 5px;
}

.ib {
    display: inline-block !important;
}

.cnthide {
    display: none;
}

.cntshowforce {
    display: inline-block !important;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}


/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.cart-item-table .table tbody tr td {
    padding: 20px 25px;
    vertical-align: middle;
}

.cart-item-table thead tr th:first-child, .cart-item-table tbody tr td:first-child {
    max-width: 110px;
}

.cart-item-table tbody tr td:last-child, .cart-item-table thead tr th:last-child {
    text-align: center;
}

.commun-table th span {
    float: left;
    font-size: 14px;
    font-weight: 400;
    clear: both;
}

.commun-table td .product-title {
    min-width: 300px;
}


.commun-table .table thead tr th {
    background: #f5f5f5;
    border-bottom: none;
    padding: 22px 20px;
}

.commun-table .table tbody tr:first-child td {
    border-top: medium none;
}

.commun-table th ul li {
    text-align: left;
    float: left;
    margin-right: 30px;
}


.commun-table th ul li {
    text-align: left;
    float: left;
    margin-right: 30px;
}

    .commun-table th ul li .price {
        font-size: 14px;
    }

    .commun-table th ul li:last-child {
        margin-right: 0;
        float: right;
    }

.commun-table .table tbody tr td i.cart-remove-item {
    color: #ff7031;
    font-size: 18px;
    cursor: pointer;
}

.commun-table tbody tr td .input-box select {
    width: 100px;
    padding: 5px;
}
.commun-table td .product-title .size-text {
    font-size: 11px;
    color: #7e7e7e;
    font-weight: bold;
    padding: 5px 0px;
}

    .commun-table td .product-title .size-text span {
        color: #1b2839;
        padding: 5px 0px;
        display: inherit;
    }