﻿.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    margin-top: -11px;
    vertical-align: .255em;
    content: "";
    border-top: 5px solid !important;
    border-right: 5px solid transparent !important;
    border-bottom: 0;
    border-left: 5px solid transparent !important;
}
.f-12{
    font-size:12px;
}
.k-listview {
    border: none;
}
a:hover {
    text-decoration: none;
}

.dropdown-toggle {
    margin-left: 54px;
    margin-top: 16px;
}

.crt-t {
    position: absolute;
    right: 34px;
    top: 11px;
    font-size: 16px;
}

    .crt-t .crc {
        position: absolute;
        background-color: rgb(14, 131, 69);        
        content: "";
        border: 1px solid #fff;
        width: 17px;
        height: 17px;
        color: #fff;
        border-radius: 50px;
        right: -7px;
        top: -10px;
        text-align: center;
        line-height: 15px;
        font-size: 11px;
    }

.tblButtonHoder .btn-primary {
    color: #fff;
    background-color: #e29c45 !important;
    border-color: #f1be5b !important;
    padding: 10px 20px !important;
}

    .tblButtonHoder .btn-primary:hover {
        background-color: #d3810f !important;
    }

.btnGroups {
    text-decoration: none;
    color: #ffffff !important;
    background-color: #8bb4cbeb;
    border: 1px solid #eddbccc4;
    padding: 10px 15px;
    float: left;
    text-align:center;
    cursor: pointer;
    border-right:none;
}

    .btnGroups:hover {
        background-color: #8bb4cbeb;
        text-decoration: none;
        color: white;
    }
.d-none{
    display:none !important;
}

.btnSelectGroups {
    background-color: #336699 !important;    
}

@media (max-width: 576px) {
    .c-ml {
        margin-left: 10px;
    }
    .cartdiv {
        width: 340px !important;        
    }
    .crt-t {
       
        right: 0px;
        top: 11px;
        
    }
    .lblitem {
        font-size: 12px !important;
    }
}

@media (MAX-width: 767px) {
    .lblitem {
        font-size: 12px !important;
    }
    .cartdiv {
        width: 320px;
    }
    .crt-t {
        right: 160px;
        top: 5px;
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin: -8px 13px 5px -26px !important;
        bottom: 8px;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
    .btnGroups {
        text-decoration: none;
        color: #ffffff !important;
        background-color: #8bb4cbeb;
        border: 1px solid #eddbccc4;
        padding: 13px 15px 10px 15px;
        float: left;
        text-align: center;
        cursor: pointer;
        
    }
}

@media (min-width: 576px) {
    .cartdiv {
        width: 270px;
    }
}

@media (min-width: 780px) {
    .cartdiv {
        width: 410px;
    }
}


.lbqty {
    /*background-color: #DDDDDD;*/
    padding: 4px 16px;
    border-radius: 0px;
    font-weight: 500;
    font-size: 14px;
    font-family:  'Segoe UI', system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height:14px;
}
.lbitem {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Segoe UI', system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dgitem {
    border-bottom: 1px solid;
    border-bottom-color: rgb(243,243,243);
    padding:5px;
    cursor:default
}
.btncheckout {
    padding: 12px 16px;
    background-color: rgb(0,0,0);
    color: #fff !important;
    margin: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    border-radius: 8px;
    vertical-align:bottom;
    font-family: 'Segoe UI', system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cartdiv {
    width: 415px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    border-color:#fff;
}

.lblnoitem {
    padding: 64px;
    cursor: default;
}
.pcart {
    height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
}
.brd-p {
    border-bottom: 1px solid #d4d1d1;
    padding: 5px;
}
.nocart {
    width: 432px;
    height: 284px;
}
.m-cart{
    margin-right:-72px;
    margin-top:6px;

}
.cartqty_plus {
    display: block;    
    width: 20px;
    height: 20px;
    line-height: 9px;
    border: 1px solid #336699;
    color: #333;
    border-radius: 50%;
    padding:5px;
    font-size: 15px;
    font-weight: bold;
}
.cartqty_minus {
    display: block;    
    width: 20px;
    height: 20px;
    line-height: 8px;
    border: 1px solid #336699;
    color: #333;
    border-radius: 50%;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
}