.web-name{
	color: #f1c152;
    text-shadow: 2px 0px 1px #ffdd00;
    font-weight: bold;
}
div#collapsibleNavbar {
    background-color: #111;
    border-top: 3px solid #111;
    border-bottom: 3px solid #111;
    /*border-top: 3px solid #c2473c;
    border-bottom: 3px solid #c2473c;*/
}
.heading{
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.info{
	color: #111;
    text-align: right;
    padding: 10px 5px;
    font-size: 12px;
    font-weight: bold;
}
.address{
	color: #111;
}
.register-btn{
    font-weight: bold;
    padding: 15px 5px;
    background: #fefefe;
    box-shadow: 2px 2px 16px 10px #f1c152;
    font-size: 18px;
    text-align: center;
    border-radius: 0px;
}
.register-btn:hover{
	text-decoration: underline;
}
input[type="button"], input[type="submit"] {
    /*background: url(../images/btn_bg.jpg) repeat-x;*/
    color: #ffffff;
    font-size: 16px;
    background: #f1c152;
    font-weight: bold;
    padding: 0px 20px 0 20px;
    font-family: Trebuchet MS;
    border: 1px solid #f1c152;
    border-radius: 4px;
    height: 28px;
}
a {
    text-decoration: none;
    cursor: pointer;
}
/*@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1199px;
        border-left: 2px solid #dd9303;
    	border-right: 2px solid #dd9303;
    	margin: 0 auto;
    }
}*/
.header-bg{
    /* background: -moz-linear-gradient(top, #FFAB00 0%, #dd9303 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFAB00), color-stop(100%,#dd9303));
    background: -webkit-linear-gradient(top, #FFAB00 0%,#dd9303 100%) background: -o-linear-gradient(top, #FFAB00 0%,#dd9303 100%);
    background: -ms-linear-gradient(top, #FFAB00 0%,#dd9303 100%);
    background: linear-gradient(top, #FFAB00 0%,#dd9303 100%);
    border: 1px solid #911A0D;*/
    /*background: #ab1309;*/
    background: #fff;
}
.footer-bg{
    background-color: #111;
}
.abhishekam-alert-bg{
    background: #f1c152 !important;
}
.abhishekam-alert{
    color: #333;
    /*padding: 10px;*/
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
ol.carousel-indicators.banner-carousel-indicators li{
    width: 10px !important;
    height: 10px !important;
    border-radius: 20px !important;
    border-top: 0px solid !important; 
    border-bottom: 0px solid !important;
}
ol.carousel-indicators.banner-carousel-indicators{
    bottom: -9px !important;
}
.card{
    padding-bottom: 5px;
    border: 0px;
    border-bottom: 2px solid #f1c152 !important;
    box-shadow: 2px 2px 20px #ccc;
    margin-bottom: 5px;
}
.card-header {
    /*background: -moz-linear-gradient(top, #FFAB00 0%, #dd9303 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFAB00), color-stop(100%,#dd9303));
    background: -webkit-linear-gradient(top, #FFAB00 0%,#dd9303 100%) background: -o-linear-gradient(top, #FFAB00 0%,#dd9303 100%);
    background: -ms-linear-gradient(top, #FFAB00 0%,#dd9303 100%);
    background: linear-gradient(top, #FFAB00 0%,#dd9303 100%);
    background: #ab1309;*/
    background-color: #111;
    border: 1px solid #911A0D;
    color: #fff;
    padding: 3px 10px;
    border: 0px;
    border-radius: 4px !important;
    font-weight: bold;
}
.card-header:not(.collapsed) .rotate-icon {
  	transform: rotate(180deg);
}
.card-header .accicon {
 	float: right;
  	font-size: 15px;
}
.card-body{
    padding: 5px;
}
#top-cart > a > span {
    position: absolute;
    top: -8px;
    right: 18px;
    background-color: #2d2d2d;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    display: block;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    width: 16px;
    height: 16px;
}
#top-cart{
    position: relative;
}
#top-cart i{
    color: #f1c152;
}
@media (max-width: 768px){
    #top-cart > a > span {
        right: -12px;
    }
    .web-name{
        color: #f1c152;
        text-shadow: none;
    }
/*li.nav-item.dropdown, li.nav-item {
    border-right: 1px solid #b05a0d;
}*/
