﻿

.linkitmbtn {
   
    padding: 0;
    line-height: 40px;
    background: #FFF;
    color: #1A272D;
    position: relative;
    display: block;
    width: 100%;
    font-size: .8rem;
    position: relative;
    display:block;
   /* font-weight: bold;*/
}

    .linkitmbtn::before {
        content: " ";
        display:block;
        height: 40px;
        /*background: #00000040;*/
        position: absolute;
        top: 0px;
        right: -45px;
        left: -8px;
        z-index: 9;
    }

.itmbtn {
    border-bottom: .5px solid #1A272D;
    padding: 0;
    line-height: 40px;
    padding-right: 40px;
    background: #FFF;
    color: #1A272D;
    position: relative;
    display: block;
    width: 100%;
    font-size: .8rem;
   /* font-weight: bold;*/
}

.itmbtn::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    /*background: #000;*/
    border: 2px solid #1A272D;
    border-radius: 11px;
    position: absolute;
    top: 10px;
    right: -5px;
}

.itmbtnselected {
    border-bottom: .5px solid #C69C6D;
    padding: 0;
    line-height: 40px;
    padding-right: 40px;
    /*background: rgba(51, 51, 51, 0.01);*/
    color: #C69C6D;
    position: relative;
    display: block;
    width: 100%;
    font-size: .8rem;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(51, 51, 51,0.01);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(51, 51, 51,0.01);
    box-shadow: inset 0px 0px 5px 0px rgba(51, 51, 51,0.01);
    /*-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.4);*/
}

    .itmbtnselected a {
        color: #C69C6D;
    }

    .itmbtnselected::before {
        content: " ";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #C69C6D;
        border: 3px solid #000000;
        border-radius: 11px;
        position: absolute;
        top: 10px;
        right: -5px;
    }

.dtlstitle {
    border-bottom: 2px solid #1A272D;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 30px;
    height: 40px;
    padding: 5px 20px;
    text-align: right;
    background: rgba(51, 51, 51, 0.5);
    margin-bottom: 20px;
    color: #5e7935;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51,0.4);
    box-shadow: 0px 0px 5px 0px rgba(51, 51, 51,0.4);
}
.dtlstitle i{
    margin-left: 7px;
}


.mb0 {
    margin:0;
    padding: 0;
}

.btndetails {
    padding:0;
    margin:0;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
}
.txtQTY {
    padding: 0;
    margin: 0;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.totalprice {
    color: #C69C6D;
    font-size: .9rem;
    font-weight: bold;
    text-align: left;
    line-height: 45px;
}
/*
form button.itmbtn, form input[type=submit].itmbtn {
    border-bottom: .5px solid #1A272D;
    padding: 0;
    line-height: 40px;
    padding-right: 40px;
    background: #FFF;
    color: #1A272D;
    display: block;
    width: 100%;
    text-align : right;
    position: relative;
}

    form button.itmbtn:after, form input[type=submit].itmbtn:after {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        background: #000;
        border: 2px solid #1A272D;
        border-radius: 8px;
        position: absolute;
        top: 5px;
        right: 5px;
    }*/


.mloading {
    height: 100VH;
    width: 100%;
    background: #00000058;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
        padding-top: 25VH;

}
    .mloading svg {
        max-width: 50%;
    }