body {
    font-family: Poppins !important;
    background: white !important;
}

img {max-width: 100%;}

a {
    color: black !important;
}
.cs-login-box {
	background: white none repeat scroll 0 0;
    border-radius: 10px;
    left: 33%;
    min-width: 300px;
    width: 33%;
    position: absolute;
    top: 15%;
    z-index: 1000;
    display: none;
    border: 5px solid #0B0A0B;
}

.cs-box-content {
	padding: 35px;
}

.cs-box-resetting {
	display: none;
}

.form-login-errors {
	text-align: center;
	color: #FBCA00;
	margin-bottom: 10px;
}

.cs-form-error {
	padding: 5px;
	color: #FBCA00;
}

.box1 {
    padding: 10px;
    background: #FDF025; /* #edf4bd; */
}

.box2 {
    padding: 10px;
    background: #EEE;
}
.results .row:nth-child(odd){
    background: #FDF025;
}
.results .row:nth-child(even){
    background: #EEE; /*#FDF025;*/
}

.right-col .row > div {
    padding-right: 0px;
}



.order-result .row:nth-child(odd){
    background: white;
}
.order-result .row:nth-child(even){
    background: white;
}

.results .row{
    padding: 10px 5px;
    border-radius: 10px;
    margin: 5px 0;
}

.results-head-row{
    padding: 5px;
    margin: 5px 0 0 0;
}

.user-options {
    background: rgba(248, 223, 50, 1) linear-gradient(#fff71f, #F8DF32) repeat scroll 0 0;
    margin-top: 10px;
}

.user-options ul{
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}

.user-options ul li{
    float: left;
    padding: 10px 10px;
    color: white !important;
}

.logged-options ul{
    list-style-type: none;
    display: inline-block;
}

.logged-options ul li{
    float: left;
    padding: 10px 10px;
}

.h-container {
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
    background: white;
    /*box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(220,220,220, 0.8), -12px 0 15px -4px rgba(220,220,220, 0.8);*/

}

.r-container {
    margin: 0 auto;
    background: white;
    padding: 10px 15px 50px;
    width: 100%;
    max-width: 1280px;
    overflow: hidden;
}

footer {
    background: #fdf025 none repeat scroll 0 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}

#flash_messages {
    position: fixed; 
    top:0 ; 
    width:100% ; 
    text-align: center;
    background:red; 
    color:white;
    z-index: 10000;
}
.h-container a {
    color: black !important;
}
.r-container a {
    color: black !important;
}

.my-table > .row > .row {
    margin: 5px;
    padding: 10px 5px;
    border-radius: 5px;
}



.my-table > .row > .row:nth-child(odd){
   background: #FDF025;
}
.my-table > .row > .row:nth-child(even){
    background: #EEE;
}

.my-table > .row > .header-row  {
    text-align: center;
    font-size: 16px;
}

.left-menu h3 {
    border-bottom: 2px solid #FDF025;
    font-size: 20px;
}

.form-control {
    border: 1px solid #FDF025 !important;
    box-shadow: none !important;
    border-radius: 0px !important;

}

.homepage p {
    margin-top: 10px;
}

.homepage img {
    max-width: 100%;
    margin-bottom: 15px;
    /*border-bottom: 3px solid #FDF025;*/
}

.color-checkbox {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    margin-right: 20px;
}

.calcprice {
    background:#FDF025; padding:10px 0; border-radius: 10px
}

.cartprice {
    background:#FDF025; padding:10px 20px; border-radius: 10px;
    font-size: 20px;
}

.billing-info {
    background: #FDF025; padding: 10px; border-radius:10px
}

.price-result span {
    font-size: 24px;
}

.label-detail {
    font-weight: 400; font-size: 12px
}

.faq-q .question {
    padding: 5px 0;
    font-size: 16px !important;
    cursor: pointer;
}

.faq-q .answer {
    display: none;
    margin-bottom: 20px;
}

.unslider-div ul li {
    /*display: none;*/
}

.payment-methods-button {
    background: #fdf025 none repeat scroll 0 0;
    border-radius: 10px;
    display: block;
    font-size: 17px;
    padding: 10px;
    width: 100%;
}

@media(max-width: 768px){
    .user-options ul li, .logged-options ul li{
        /*float: none;*/
    }
}

