﻿.form-select {
    height: 45px;
    font-size: 15px;
    padding: 0px 16px;
    letter-spacing: 0.3px;
    background-size: 12px 10px;
    text-transform: capitalize;
    color: var(--text);
    cursor: pointer;
}

.rbtClass tr {
    border-width: 0px;
}

.rbtClass td {
    border-width: 0px;
    padding: 0px 13px 5px 0;
}

    .rbtClass td input[type=radio] {
        margin-right: 5px;
    }
/*
.chklistdata .form-check-input:active {
    filter: none;
}

.chklistdata .form-check-input {
    width: 100%;
    border-width: 0px;
}

    .chklistdata .form-check-input label {
        width: 100%;
    }

    .chklistdata .form-check-input td {
        border-width: 0;
    }*/

.form-check-input tr {
    border-width: 0;
}

.defaultColor {
    background-color: var(--gray-chalk)
}

.overProductadd .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: black;
    width: 24px;
    height: 24px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    font-weight: 500;
    cursor: pointer;
}

.overProductadd_details {
    width: 100%;
    padding: 35px 8px 0;
    color: #fff;
}

.dyn_data {
    padding: 10px 0 0;
}

.dyn_input input[type=number] {
    display: inline-block;
    background-color: #fff;
    width: 72px;
    padding: 2px 0px 2px 10px;
}

.dyn_input {
    display: inline-block;
    width: 30%; 
    /*margin-right: 10px;*/
}

.dyn_label {
    width: 60%;
    display: inline-block;
    font-size: 13px;
}

span.dyn_addtoCart {
    width: 93%;
    background-color: #29800c;
    display: block;
    color: white;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    bottom: 6px;
    cursor: pointer
}

.CartAdded {
    color: var(--white) !important;
    background: var(--primary) !important;
}

.box_des {
    background: var(--chalk);
    color: var(--red);
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin: 3px;
}

/*Admin*/

.smallwidth {
    width: 70px;
    display: inline-block;
    text-align: center;
    padding: 0px 10px 2px;
}

.smallwidth1 {
    width: 100px;
    display: inline-block;
    text-align: center;
    padding: 0px 10px 2px;
}

.fot {
    padding: 8px 0px;
    background: var(--primary)
}

.chkList span.form-check-input {
    border-width: 0;
    margin-right: 10px;
}

    .chkList span.form-check-input input {
        vertical-align: text-top;
        margin-right: 5px;
    }

.overProductadd {
    width: 96%;
    /* height: 250px; */
    background-color: rgba(0,0,0,0.9);
    display: block;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 2%;
    bottom: 0;
    top: 0;
    border-radius: 10px;
}

.deliverbtn {
    margin: 0 10px;
    vertical-align: bottom;
    padding: 5px 11px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background-color: #29800c;
    color: #fff;
}

.aspNetDisabled.deliverbtn {
    opacity: 0.6;
}

.box_career {
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    padding: 15px 30px;
}

    .box_career h4 {
        margin-bottom: 5px;
        text-transform: capitalize;
    }

    .box_career > p {
    }

.checkList {
    width: 100%;
    text-align: left !important;
}

    .checkList td {
        text-align: left;
        margin-bottom: 6px !important;
        padding: 4px 4px;
    }

        .checkList td input {
            margin-right: 12px;
        }

        .checkList td label {
            color: var(--gray);
            text-transform: capitalize;
        }

.invoice-recieved h6 span span {
    display: inline-block;
}


        /* Google Translater*/
div#google_translate_element {
    width: 150px !important;
    display: inline-block;
    height: 27px !important;
    overflow: hidden !important;
    position: absolute;
    top: -15px;
}

.goog-te-gadget .goog-te-combo {
    padding: 0 0px 0 !important;
    margin: 0px !important;
    height: 29px;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #d2d2d2;
    font-family: 'Rubik', sans-serif;
}

.bottom-paginate > span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    padding-left: 0;
    list-style: none;
    width:100%
}

.aspNetDisabled.page-link:hover {
    color: var(--text) !important;
    background: var(--border) !important;
    cursor:not-allowed !important
}

.megamenu-title a {
    color: #5a5555;
}