﻿

#mdlLogin {
    overflow: auto !important;
}

ul.brdcms {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0px;
    margin-bottom: 0px !important;
}

    ul.brdcms li.brdcm {
        position: relative;
        background: #68ba00;
        color: #Fff;
        height: 32px;
        padding: 0 10px 0 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        margin: 0px;
        margin-right: 10px;
    }

        ul.brdcms li.brdcm a {
            color: #fff;
        }

        ul.brdcms li.brdcm::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 16px;
            background: #68ba00;
            top: 0;
            right: -10px;
            z-index: 9;
            border-right: 2px solid #68ba00;
            transform: skewX(45deg);
        }

        ul.brdcms li.brdcm::before {
            content: '';
            position: absolute;
            width: 20px;
            height: 16px;
            background: #68ba00;
            bottom: 0;
            right: -10px;
            z-index: 9;
            border-right: 2px solid #68ba00;
            transform: skewX(-45deg);
        }


/*.cnt {
    font-size: 14px;
    color: #000;
}*/


.brdcms li a {
    color: #68ba00;
}

.brdcms a.active {
    color: #888;
}



ul.brdcms li {
    margin: 0px 5px;
    height: 32px;
    overflow: hidden;
    line-height: 30px;
}


    ul.brdcms li a {
        text-decoration: none;
        font-size: 12px;
    }











.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    box-shadow: 0px 0px 6px #888;
}




ul.product {
    padding-left: 15px;
    margin: 0px;
}

    ul.product li {
        font-size: 14px;
        color: #000;
    }

.products {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    border: 1px solid #ddd;
}

    .product-main:hover {
        text-decoration: none;
    }

    .product-main h8 {
        color: #000;
    }

.line {
    margin: 10px 0px 10px 0px;
}


.exhibits ul li:nth-child(2) {
    margin-left: 0px !important;
}

.pricing {
    width: 100%;
}

.pricing-btn {
    font-size: 14px !important;
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    width: 100%;
    margin: 0px 0px 6px 0px;
}

    .pricing-btn:nth-child(2) {
        margin-bottom: 0px !important;
    }


.buy-btn {
    background: #eba145;
    background: -webkit-linear-gradient(top,#f4bc77,#e18512);
    background: linear-gradient(to bottom,#f4bc77,#e18512);
}
/*
.detail { font-size: 12px !important; }*/
.pricing {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: table;
}






.bg::before {
    content: "\f0da";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
}

#breadcrumbs {
    list-style: none;
    display: flex;
    padding: 8px 0px;
}

    #breadcrumbs li {
        color: #9A9A9A;
    }


        #breadcrumbs li a {
            color: #9A9A9A;
            text-decoration: none;
            font-size: 13px;
            background: #ddd;
            padding: 5px 10px;
            border-right: 2px solid #fff;
            margin: 0px 3px;
        }

            #breadcrumbs li a:hover {
                transition-delay: 50ms;
                transition: 50ms;
                color: #000;
                text-decoration: none;
            }

            #breadcrumbs li a.active {
                color: #fff;
                background: #888;
            }










/**********POPUP*********/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

#popup1 .popup {
    margin: 0px auto;
    padding: 20px 20px;
    background: #fff;
    border-radius: 0px;
    width: 600px;
    position: relative;
    text-align: center;
    top: 50% !important;
    position: fixed !important;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    left: 0;
}

    #popup1 .popup h2 {
        margin-top: 0;
        color: #333;
    }

    #popup1 .popup .close-btn {
        position: absolute;
        top: 0px;
        right: 0px;
        transition: all 200ms;
        font-size: 20px;
        font-weight: normal;
        text-decoration: none;
        text-align: center;
        background: #000;
        border-radius: 0;
        cursor: pointer;
        float: right;
        padding: 0;
        color: #fff;
        margin-top: 0;
        margin-right: 0;
        height: 24px;
        width: 24px;
        line-height: 24px;
    }

        #popup1 .popup .close-btn:hover {
            color: #fff;
        }

.popup-btn {
    padding: 6px 15px;
    background: #333;
    color: #fff;
    text-decoration: none;
    font-family: poppins;
    border-radius: 3px;
}




.tabs {
    border-radius: 5px 5px 5px 5px;
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
}

    ul#tabs-nav li {
        float: left;
        font-weight: bold;
        padding: 8px 10px;
        background: #ddd;
        border-radius: 0px;
        /*border: 1px solid #d5d5de;
  border-bottom: none;*/
        cursor: pointer;
    }

        ul#tabs-nav li:hover,
        ul#tabs-nav li.active {
            background-color: #08E;
        }

#tabs-nav li a {
    text-decoration: none;
    color: #FFF;
}

.tab-content {
    padding: 10px;
    border: none !important;
    background-color: #FFF;
}

.tb-cnt {
    border: none !important;
}



@media (min-width: 320px) and (max-width: 680px) {

    ul.product {
        padding-left: 0px !important;
        margin-top: 0px;
        margin-left: 15px;
    }
    
}

@media (min-width: 568px) and (max-width:640px) {
    .products {
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}

@media (min-width: 700px) and (max-width:860px) {

    .pricing {
        padding: 4px;
    }

    .pricing-btn {
        font-size: 10px !important;
        margin: 0px 0px 3px 0px;
    }


    .products {
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}
@media (min-width: 980px) and (max-width:1024px) {


}
