/*Fonts*/

@font-face{
    font-family: Roboto;
    src: url("../fonts/Roboto/Roboto-Regular.ttf");
    font-weight: 400;
}
@font-face{
    font-family: Roboto;
    src: url("../fonts/Roboto/Roboto-Medium.ttf");
    font-weight: 500;
}
@font-face{
    font-family: Roboto;
    src: url("../fonts/Roboto/Roboto-Bold.ttf");
    font-weight: 700;
}

/* General Style
----------------- */
a, input, select {
    outline: none !important;
}
.btn{
    border-radius: 0;
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 14px;
}
.btn-default{
    color: #fff;
    /* background-color: #009688;
    border-color: #009688; */
    background-color: #4ca7dd;
    border-color: #4ca7dd;
}
.btn-default:hover{
    color: #fff;
    /* background-color: #037268;
    border-color: #037268; */
    background-color: #165871;
    border-color: #165871;
    color: white !important;
}



/*Header styles*/

.primary-header{
    padding: 10px 30px 15px;
    border-bottom: 1px solid #ccc;
    background-color: white !important;
    transition: .225s ease-out;
}

.logox-img {
    height: 150px;
    transition: 0.3s ease;
}
.primary-header .navbar-brand{
    display: inline-block;
    vertical-align: middle;
}
.primary-header .header-info{
    display: inline-block;
    vertical-align: middle;
}
.header-info h1{
    font-weight: 700;
    margin: 0 0 10px;
}
.header-info p{
    font-size: 16px;
    font-weight: 400;
    color: #555;
    margin: 0;
}
.sign-in{
	line-height: 0;
}
.sign-in a.navbar-brand{
	margin-right: 0;
}
.sign-in span {
    /*width: 34px;
    height: 34px;
    background: rgba(235,249,232,1);
	background: -moz-linear-gradient(top, rgba(235,249,232,1) 0%, rgba(39,164,37,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,249,232,1)), color-stop(100%, rgba(39,164,37,1)));
	background: -webkit-linear-gradient(top, rgba(235,249,232,1) 0%, rgba(39,164,37,1) 100%);
	background: -o-linear-gradient(top, rgba(235,249,232,1) 0%, rgba(39,164,37,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,249,232,1) 0%, rgba(39,164,37,1) 100%);
	background: linear-gradient(to bottom, rgba(235,249,232,1) 0%, rgba(39,164,37,1) 100%);
	text-align: center;
	border: 3px solid lightgray;
	border-radius: 50%;
	display: inline-block;*/
	color: grey;
	font-size: 14px;
	/*line-height: 0px;
	padding: 6px 0px;
	position:absolute;
	top: 23px;
	right: 135px;*/

}
.sign-in > p{
	display: none;
}
.sign-in a p{
	/*background: rgba(235,249,232,1);
	background: -moz-linear-gradient(top, rgba(235,249,232,1) 0%, rgba(39,164,37,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,249,232,1)), color-stop(100%, rgba(39,164,37,1)));
	background: -webkit-linear-gradient(top, rgba(235,249,232,1) 0%, rgba(39,164,37,1) 100%);
	background: -o-linear-gradient(top, rgba(235,249,232,1) 0%, rgba(39,164,37,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,249,232,1) 0%, rgba(39,164,37,1) 100%);
	background: linear-gradient(to bottom, rgba(235,249,232,1) 0%, rgba(39,164,37,1) 100%);
	width: auto;
	text-align: right;
	padding: 0 6px 0 18px;
	height: 30px;
	line-height: 18px;*/
	color: grey;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 30px 0;
	transition: all 0.3s ease;
	/*border-radius: 15px;
	border: 3px solid lightgray;
	display: inline-block;
	margin: 20px 0 0;*/
}
.sign-in a{
	margin-left: 3px;
}
.sign-in a p:hover{
	color: #AB0003;
}
header.first-header{
    float: right;
    display: inline-block;
    vertical-align: middle;
}
.first-header nav li{
    display: inline-block;
    vertical-align: middle;
}
.first-header nav li p{
    margin: 0;
    line-height: 40px;
}
.first-header nav li{
    padding: 0 10px;
    line-height: 40px;
}
.first-header nav li a{
    padding: 0;
}
.first-header nav li a.btn{
    padding: 7px 20px;
}
.first-header nav li a span{
    font-size: 30px;
}

/*Bakkery styles*/
.bakkery-wrap{
    margin: 200px 80px;
}
.bakkery-wrap.dash-wrap {
    margin: 50px 80px;
}
.main-title h1{
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0 0 30px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}
.bakkery-container{
    /* border: 2px solid #009688; */
    border: 4px solid #2389b1;
    padding: 15px;
    /* background-color: #FFE59A; */
    background-color: #ecf6fc;
    border-radius: 25px;
}
.bakkery-container h2{
    font-weight: 500;
    /* color: #009688; */
    color: #165871;
    /*margin: 0 0 15px;*/
    font-weight: bold;
}
/* .bakkery-container img{
    margin: 0 auto 20px;
    display: block;
} */
.bakkery-container .price-info p{
    display: inline-block;
    /* vertical-align: middle; */
    font-size: 17px;
    color: #009688;
    font-weight: 500;
    min-height: 75px;
}
.bakkery-container .price-info p span{
    font-size: 28px;
    color: #555;
    position: relative;
    padding: 0 15px;
}
.bakkery-container .price-info p span:before{
    position: absolute;
    content: "";
    top: 16px;
    left: 0;
    width: 100%;
    height: 10px;
    border-top: 2px solid #D45425;
    border-bottom: 2px solid #D45425;
}
.bakkery-container .price-info h2{
    display: inline-block;
    float: right;
    font-size: 50px;
    font-weight: 700;
    color: #000;
    /*margin: 0 70px 0 0;*/
    line-height: 50px;
    padding-right: 10px;
    position: relative;
  margin: 0;
}

.bakkery-container .price-info .normal-price-label{
    color: grey;
    /*float: right;*/
    font-weight: 500;
    margin-left: 90px;
}

.bakkery-container .price-info .normal-price-data{
    color: black;
    font-size: 30px;
    /*float: right;*/
    font-weight: 500;
    margin-right: 9px;
    margin-left: 55px;
}

.bakkery-container .price-info .price-label{
    color: grey;
    margin-bottom: 0px;
    font-weight: 500;
}

.bakkery-container .price-info .price-data{
    color: black;
    font-size: 30px;
    font-weight: 500;
}

/* .bakkery-container h2 span{
    color: grey;
    font-size: 50px;
} */
.bakkery-container > p{
    font-size: 16px;
    margin: 0 0 15px;
    color: #555;
}
.bakkery-content p{
    color: #333;
    font-size: 18px;
    margin: 0 0 15px;
}
.bakkery-content h2 span{
    margin-left: 0px;
}
.bakkery-content p{
    margin-bottom: 20px;
}
.bakkery-content p span{
    color: #333;
    margin-right: 10px;
    font-size: 20px;
}
.bakkery-content h2:before, .bakkery-content h2:after{
    display: none;
}
.bakkery-container .bakkery-content{
    margin-bottom: 20px;
}
.bakkery-container .bakkery-content .price-info h2{
    display: inline-flex;
    vertical-align: middle;
    margin: 0;
    font-size: 30px;
    line-height: 30px;
}
.bakkery-container .bakkery-content h2{
    font-size: 30px;
}

.price-info{
    display: block;

}
.dashboard-price{
    margin-top: -10px;
}

.bakkery-container a span{
    font-size: 25px;
    text-align: center;
}
.bakkery-container button span{
    font-size: 25px;
    text-align: center;
}
.bakkery-container button span .fa-times-circle{
    color: #D45425;
    /* background-color: white; */
    font-size: 30px;
}

.bakkery-container  .fa-pen-square{
    color: #005cbf;
    /* background-color: white; */
    font-size: 30px;
}
.dash-wrap .bakkery-container{
    min-height: 365px;
    margin-bottom: 30px;
}
.bottom-content span{
    color: #555;
    font-size: 16px;
    margin-right: 15px;
}

/* search index */

.search-container{
    margin-top: 200px;
    background-color: #FFE59A;
}

.search-box{
    margin-left: -60px;
}
.btn-search{
    color: white;
    background-color: green;
    border-radius: 5px;
    margin-left: -60px;
}
.btn-back{
    color: white !important;
    background-color: green;
    border-radius: 5px;
}

.shopping-container {
    background-color: #fff;
    border: black solid 2px;
    border-radius: 10px;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 30px 0 0;
    font-size: 1.5rem;
    font-weight: 500;
}

.locCode{
    color: black;
}
/* new css */

.registration-note {

    /* border: 2px solid black; */
    background-color: #67758a;
    border-radius: 10px;
    color: white;
    margin-left: 75px;
    margin-right: 75px;
    margin-bottom: 20px;
    padding: 10px;
}

.price-info .normal-icon{
    font-size: 40px;
    margin-top: -3px;
    margin-right: 10px;
}
.price-info img{
    margin-left: 7px;
    height: 70px;
}
.delete_add_form{
    display: inline-block;
}

.delete_add_btn{
    display: inline-block;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    cursor: pointer;
    /* transition: all 0.3s ease; */
}

.navbar .navbar-brand > img{
    max-height: 74px;
}
.navbar.navbar-expand-md .navbar-nav .nav-link{
    color: #171717;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar.navbar-expand-md .navbar-nav .nav-link:focus{
    color: #007bff;
}

.contact-wrap {
    padding: 50px 0;
    background-color: #ffffff;
}

h2.header-title {

    display: inline-block;
    font-size: 30px;
    border-bottom: 3px solid #ccc;
    margin: 0 0 30px;
    padding-bottom: 5px;
}
.snapAds-nav{
    /* background-color: #95c4d2 !important; */
    background-color: #4ca7dd !important;
}

.nav-item{
    margin-right: 10px;
}
.nav-item a{
    color: black !important;
    font-weight: 500 !important;
}
.nav-item.active a{
    /* color:blue  !important; */
    color:#165871  !important;
    font-size: 30px;
}

.registration-title{
    color: #000;
    background-color: #9caec2;
    border-color: #9caec2;
}

.admin-name{
    margin-top: 6px;
}

.snapAds-form{
    border: 3px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}
.btn-logout{
    color: white;
    background-color : #31d6b6;
}

.btn-update-password{
    color: white;
    background-color : #047090;
}

.btn-update{
    color: white;
    background-color : #238223;
}

.btn-cancel{
    color: white;
    background-color : #ff0000e6;
}

.note{
    color: #7e7677;
    margin-top: 5px;
    font-size: 14px;
}

.crop-note{
    color: #7e7677;
    font-size: 16px;
}

#title_character, #wording_character{
    color: #7e7677;
    font-size: 14px;
}
#file_validation{
    color: red;
    margin-top: 20px;
}

.remove-img {

    position: relative;
    top: 20px;
    left: -10px;
    background-color: red;
    padding: 0px 7px 5px 6px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 24px;
    opacity: 2;
    border-radius: 21px;
}

.remove-img2 {

    position: relative;
    top: -30px;
    left: -5px;
    background-color: red;
    padding: 0px 3px 3px 3px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    opacity: 2;
    border-radius: 21px;
}

.close-modal{
    position: relative;
    top: 4px;
    left: -5px;
    background-color: red !important;
    padding: 0px 5px 5px 5px !important;
    color: white !important;
    border-radius: 20px;
}

.file-preview {
    margin-left: 0px;
    cursor: pointer;
}
.file-preview2 {
    margin-left: -20px;
    cursor: pointer;
}
.image-file{
    cursor: pointer;
}

.file_note {

    color: #7e7677;
    margin-top: -25px;
    margin-left: 100px;
    font-size: 14px;
}

.preview-data{
    background-color: orange;
}

/* #myModal .modal-body  {
    text-align: center;
} */

#myModal .modal-body > img,
#myModal .modal-body > canvas {
    max-width: 100%;
}

#ad_img {
     max-width: 100%;
}

#ad_img img {
     width: 100%;
}

.nav-title{
    font-size: 18px;
}

.column{
    margin-left: -100px;
}

.bakkery-container .pen-square{
    visibility:hidden;
}
.bakkery-container:hover .pen-square {
    visibility:visible;
}

.bakkery-container button{
    visibility:hidden;
}
.bakkery-container:hover button {
    visibility:visible;
}

.bakkery-container .price-info h2 .rand-symbol {
    font-size: 20px;
    vertical-align: text-top;

}

.report_ad{
    float: right;
    margin-top: -5px;
    color: gray;
    font-size: 10px;
}

.bakkery-container .report_ad a{
    visibility:visible;
}

.btn-login{
    background-color: #ef1d25;
    margin-top:20px;
    margin-right: 50px;
    color: white;
    font-weight: 500;
}
/* New Ribbon */
.bakkery-container .new-img{
    position: absolute;
    height: 170px;
    width: 170px;
    /* margin-top: -75px;
    margin-bottom: -40px;
    margin-right: -25px; */
    top: -8px;
    right: 6px;
}
.setting-icon{
    margin-top: 5px;
    margin-right: 0px;
}
.nav-data{
    margin-top: 103px;
}
.dashboard-nav{
    margin-left: -46px;
}
.text-nav{
    margin-left: -20px;
}
.ads-remain{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.ads-remain span{
    font-size: 18px;
}
.ads-remain a{
    margin-left: 15px;
}

.break-line {
    height: 20px;
}

/* modal report ad */

.wait-loader{
    position:fixed;
    top:0px;
    right:0px;
    width:100%;
    height:100%;

    background-image:url('../images/demo_wait.gif');
    background-repeat:no-repeat;
    background-position:center;
    z-index:10000000;
    opacity: 0.8;
    filter: alpha(opacity=40);
}
.report-ad-title {
    display: inline-block;
    border-bottom: 2px solid #ccc;
}

.report-title {
    margin-bottom: 20px;
}

.radio-lable {
    margin-left: -30px;
    margin-bottom: 0px;
}

/* fixed header */

.fixed-header {

    background-color:#fff !important;
    padding: 0px  !important;
    margin-bottom: 5px;
    position: fixed;
    top:0;
    z-index:888;
    width: 100%;
    border-bottom: 3px solid #ccc !important;
  	transition: all 0.3s ease;
}

.title-text{
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 0;
    margin: 12px 0 15px;
    border-bottom: none;
    display: inline-block;
}

.fixed-header .sign-in img {
    margin-top: 15px;
    margin-right: 30px;
}

.fixed-header .header-info img{
    /*height: 90px;
    width: 300px;
    padding: 15px; */
  	transition: all 0.3s ease;
}

#preview_normal_shell {
    display: none;
}

.bakkery-container .price-info p.pu-name {
    position: absolute;
    top: calc(100% + 5px);
    line-height: 0;
    right: 10px;
    font-size: 10px;
}
.bakkery-container .price-info img {
    height: 55px;
    width: auto;
   margin-bottom: 0;
}


/*#header {
   transition: all 1s ;
}*/

/* End fixed header */

/*media quaeries*/
@media(min-width: 768px) and (max-width: 991px){
    .primary-header {
        padding: 20px 0px 25px;
    }
    .btn-search{
    	margin-left: -27px;
    }
    .search-box {
	    margin-left: 0;
	}
    .bakkery-wrap {
        margin: 170px 50px 50px;
    }
    .bakkery-container .bakkery-content h2 {
        font-size: 25px;
    }
    .bakkery-content p{
        font-size: 14px;
    }
    .bakkery-container .bakkery-content .price-info h2.second-h2{
        margin-left: 0;
    }
    .bakkery-container .bakkery-content .price-info h2{
        font-size: 18px;
    }
    .bakkery-container .price-info h2{
        float: none;
        margin-bottom: 20px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    .bakkery-container .bakkery-content h2 {
        font-size: 25px;
    }
    .bakkery-container .bakkery-content .price-info h2{
        font-size: 20px;
    }
    .bakkery-container .price-info h2 .normal-icon{
        font-size: 32px;
    }
    .bakkery-wrap {
        margin: 170px 50px 50px;
    }
    .bakkery-wrap.dash-wrap {
        margin: 50px 10px;
    }
    .bakkery-container a span {
        font-size: 18px;
    }
}
@media(min-width: 768px){
	.mobile-header{
		display: none;
	}
}
@media(max-width: 767px){
    #mobile-check { display: none; }

    .alertbox {
        width: 70%;
    }

	.desktop-header{
		display: none;
	}
    header.first-header {
        float: none;
        width: 100%;
    }
    header.first-header .navbar{
    	padding: 0;
    }
    header.first-header ul{
    	width: 100%;
		text-align: right;
		display: inline-block;
    }
    .first-header nav li {
	    padding: 0;
	}
    .sign-in{
    	/*text-align: center !important;
    	padding: 13px 0;*/
    }
    .sign-in a{
 		transition: all 0.3s ease;
    }
    .sign-in a:hover{
    	color: #AB0003;
    }
    .primary-header {
        padding: 15px 0;
        text-align: center;
    }
    #bsAlertModal.modal .modal-dialog{
    	margin: 150px 0.5rem;
    }
    .search-box {
	    margin-left: 0;
	}
	.btn-search{
		margin-left: 0;
		margin-top: 10px;
	}
	.shopping-container{
		font-size: 20px;
		margin: 20px 0 0;
	}
    .bakkery-wrap {
        margin: 230px 0 30px;
    }
    .bakkery-wrap.dash-wrap {
        margin: 30px 0;
    }
    .bakkery-container .price-info p span {
        font-size: 25px;
    }
    .bakkery-container .price-info h2 .normal-icon{
        font-size: 32px;
    }
    .bakkery-container .price-info p span::before{
        top: 13px;
    }
    .bakkery-container .price-info h2 {
    	font-size: 45px;
    	margin: 0 0 15px;
    	float: none;
	}
    .bakkery-container .price-info {
        display: inline-block;
        margin-left: 0;
		width: auto;
        vertical-align: top;
    }
    .edit-delete-icons{
    	position: absolute !important;
		left: 70%;
    }
    .bakkery-container button, .bakkery-container .pen-square {
	    visibility: visible;
	}
    .bakkery-container .bakkery-content {
	    margin-bottom: 0;
	}
    .edit-delete-icons .delete_add_form{
    	margin: 0;
    }
    .snapAds-form form label.text-right, form.reg-form label.text-right{
    	text-align:left !important;
    }
    .snapAds-form .btn.btn-update-password {
	    margin-bottom: 0;
	}
    .bakkery-container > p{
    	margin: 0 0 15px 15px;
    }
    .bakkery-container{
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
    }
    .primary-header .navbar-brand{
        margin: 0;
    }
    .primary-header .title-text{
        margin: 28px 0;
        font-size: 35px;
    }
    .primary-header .header-info img{
        height: auto;
		width: 100%;
    }
    .nav-data {
	    margin-top: 0;
	}
    .primary-header .sign-in{
		line-height: 95px;
    }
    .mobile-header{
    	transition: all 0.3s ease;
    }
    .fixed-header .header-info img {
        height: auto;
        width: 100%;
        padding: 10px 0 0;
    }
    .mobile-header.sticky .mobile-logo{
    	flex: 0 0 50%;
    	width: 50%;
    	transition: all 0.3s ease;
    }
    .mobile-header.sticky .sign-in{
    	width: 50%;
		flex: 0 0 50%;
		padding: 30px 15px;
    }
    #logox{
    	display: block;
    }
    .title-text{
    	font-size: 25px;
    	margin: 10px 0 5px;
    }
    .sign-in a p{
    	padding: 0;
    }
    /* .bakkery-container img{
        height: auto;
        width: 100%;
    } */
    .primary-header .sign-in img{
        margin-left: -15px;
    }
    .bakkery-wrap .row{
        margin-left: 0;
        margin-right: 0;
    }
    .bakkery-container .price-info p
    {
    	margin: 0;
    }
}
