﻿.headermenu {
    padding-bottom: 10px;
    padding-top: 10px;
    height: 123px;
    background-color: transparent !important;
    position: fixed;
    color: #fff;
    z-index: 9999;
    width: 100%;
    font-size: 16px;
}

    .headermenu a {
        color: #fff;
        font-size: 16px;
    }

#navbar.stick {
    top: 0px;
    background-color: #f4eddf;
    font-size: 16px;
}

#headermenu.stick-menu {
    background-color: #fff !important;
    color: #000 !important;
    font-size: 16px;
}

    #headermenu.stick-menu a {
        color: #000 !important;
        font-size: 16px;
    }

    #headermenu.stick-menu h3 {
        color: #000 !important;
    }

.copyright-footer > li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

.custom-section p, .custom-section h1, .custom-section h2, .custom-section h3, .custom-section h4, .custom-section h5, .custom-section div, .custom-section input[type=submit] {
    color: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
}

.custom-section input {
    color: #000;
}

.custom-section {
    padding: 10px;
}

    .custom-section select, .custom-section select * {
        color: #000;
    }

.gmap > div {
    /*width: 100%;*/
    height: 450px;
    margin-bottom: 30px;
}



footer p, footer a {
    font-size: 16px;
}

.crumb {
    margin-right: 10px;
    margin-left: 10px;
}

.post-body h3 {
    text-transform: capitalize;
}

.entry-content section, .row .part, .entry-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.with-tick {
    list-style: none;
}

    .with-tick li:before {
        content: '✓';
        color: #3adf96;
        font-weight: bold;
        margin-right: 5px;
    }

    .with-tick li {
        font-size: 19px;
    }




.color-option-box {
    width: 30px;
    height: 30px;
    border: solid 1px #ddd;
    display: block;
}

.general-option-box {
    width: 60px;
    border: solid 1px #ddd;
    padding: 10px !important;
    border-radius: 5px;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
}


.short-description input[type="radio"] { /*the span element that immediately follow the radio button */
    visibility: hidden; /*temporarily hide the "YES" label*/
}

    .short-description input[type="radio"]:checked + label {
        border: 5px solid #ff8633;
    }

.short-description label {
    display: inline-block;
    margin-bottom: .5rem
}

.paymentgateway {
    list-style: none;
    margin: 0px;
    width: 100%;
    padding: 0px;
}

    .paymentgateway tbody tr {
        height: 50px;
        vertical-align: middle;
        padding: 10px;
        border: 1px solid gray;
        border-radius: 13px;
        color: #000;
        margin-bottom: 10px;
        display: block;
    }

    .paymentgateway tr img {
        height: 30px;
        display: inline-table;
        right: 31px;
        /* float: right; */
        position: absolute;
    }

    .paymentgateway input[type=radio] {
        opacity: 0;
    }

.paymentgateway-checked, .paymentgateway-checked span {
    background-color: #ff8633;
    color: #fff !important;
}



@media only screen and (max-width: 1023px) {
    .headermenu {
        padding-bottom: 10px;
        padding-top: 10px;
        height: 263px;
        background-color: #fff !important;
        position: absolute;
        color: #000;
        z-index: 9999;
        width: 100%;
    }

        .headermenu a {
            color: #000;
        }

    .offer-ribbon h3 {
        color: #000 !important;
        line-height: 2;
    }

    .offer-ribbon {
        padding: 0px 10px 0px 10px;
    }

        .offer-ribbon a {
            margin-top: 10px;
        }

    #content {
        margin-top: 62px;
    }

    .mobile-center {
        text-align: center;
    }

    footer ul {
        width: 100%;
    }

    .general-option-box {
      
        width: 100%;
    }

    .short-description label {
        display: flex;
    }


    .short-description input[type="radio"] { /*the span element that immediately follow the radio button */
         display: none;
    }
}
