/* default override */

.privacy {
    color: #DC143C;
}

.btn {
	margin: 0 0 15px 0;
	cursor: pointer;
}
.btn-primary {
	background-color: #5d7f8b;
	font-family: "MS PGothic", 'Roboto Slab', serif;	
}

.btn-primary:hover {
	background-color: #719faf;
	border: 1px solid transparent;
}

.table-bordered th,
.table-bordered td {
	border: 4px solid #fff;
}

.table-bordered th {
	background: #c19160;
	color: #fff;
}

.table-bordered td {
	background: #f7f7f7;
}

.table-bordered td a {
	color: #5d7f8b;
	font-weight: bold;
}

.table-bordered td .btn {
	color: #fff;
}

.new-table-bordered tbody tr, .new-table-bordered thead tr {
	background: #f7f7f7;
	border: 10px solid #fff;
	border-radius: 12px;
}

.new-table-bordered tfoot td, .new-table-bordered tbody td, .new-table-bordered thead td  {
	border:none;
}
/* font awesome icons dashboard */

div i {
	color: #f29803;
	font-size: 46px;
	margin: 12px 0;
}

li form i {
	color: #ffffff;
	font-size: 16px;
}


/* generic theme */
body {
	font-family: "MS PGothic", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

/* .home .text-center {
	color: #fff;
} */

.fixed-top {
	background: url(../img/nav-bg.jpg)!important;
}

.navbar-inverse .navbar-nav .nav-link:link {
	background: #f39801;
	margin: 0 4px;
	color: #fff;
	font-family: "MS PGothic", 'Roboto Slab', serif;
	border: 1px solid transparent;
	border-radius: .25rem;
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-inverse .navbar-nav .nav-link:hover {
	background: #fabf4b;
}

.notify-badge:not(:empty) {
    position: absolute;
    left:-10px;
    top:10px;
    background:rgba(255, 0, 0, 0.8);
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:5px 10px;
    font-size: 16px;
	z-index: 5;
}

.modify-btn {
	display: inline-block; top: 0; right: 15px; position: absolute; color: #FFF; z-index: 3;
}

/* #menu-order-promotion-container{
    display:None;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}

#menu-order-promotion-label{
    background:red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:5px 10px;
    font-size:20px;
    width: 100%;
    display: block;
} */

.card {
	min-height: 150px;
	font-size: 14px;
}

.card-block span a,
.card-block span a:hover {
	color: #fff;
}

.card a {
	color: #303030;
}

.card a:hover {
	text-decoration: none;
	color: #a8a8a8;
}

.card-img-top.img-fluid {
	width: 100%;
}

@media (min-width: 992px) {
	.row {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 992px) {
    body {
		padding-top: 0;
	}

	.Customer .navbar-nav {
		font-size: 12px;
		display: block;
    	width: 100%;
	}

    .Customer .navbar-nav li {
        margin-top: 4px;
        margin-bottom: 4px;
    }

	.fixed-top {
		position: relative;
	}
}

@media (max-width: 576px) {
	body {
		padding-top: 0;
	}

	.fixed-top {
		position: relative;
	}

	#logo {
		text-align: center;
	}
	#logo a {
		margin: 0;
	}
	#navbar-nav {
		width: 100%;
	}
}

#menuNavButtons .menu-btn {
    margin-bottom: 10px;
}

#menuNavButtons .btn-group {
    height: 50px;
    width: 100%;
}

#menuNavButtons .btn-group .btn {
    margin: 0;
    background: #f39801;
    color: #fff;
}

#menuNavButtons .btn-group .dropdown-menu {
    width:100%;
    background: #f39801;
    color: #fff;
}

#menuNavButtons .btn-group .dropdown-item, #menuNavButtons .btn-group .dropdown-item.active, #menuNavButtons .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f39801;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    padding: .5rem 1rem;
}


/* Category Page Styles */
a {
    text-decoration: none !important;
}

.toppage-bgcolor {
	background-color:#f39801 !important;
	color:#ffffff;
}

.toppage-block {
	margin-bottom: 20px;
}

.toppage-cont {
	position: absolute;
	background-color: rgba(17, 24, 31, 0.8);
	bottom: 0px;
	width: 100%;
	color: #ffffff;
	padding: 15px;
}

@media (max-width: 425px) {  
	.toppage-cont {
		padding: 2px;
	}
}
.toppage-img {
	position: relative;
}

.toppage-img img {
	width: 100%;
}

.toppage-addtopmargin {
	margin-top:20px;
}

/* Cart Design */

.cart-button {
	background-color: #f39801;
	border-color: #f39801;

}
.cart-button:hover {
	background-color: #f39801;
	border-color: #f39801;

}

.add-qty, .sub-qty {
	background-color:#f39801;
	color:white;
	cursor: pointer;
}
.cart-qty{
	margin-bottom: 15px;
	display: inline-block;
	border: 1px solid transparent;
}
.cart-qty:focus {
	border: 1px solid #f39801;
	outline: none;
}
input.cart-qty::-webkit-outer-spin-button,
input.cart-qty::-webkit-inner-spin-button {
    appearance: none; -moz-appearance: textfield; -webkit-appearance: none;
}
.cancel-order {
	font-weight: 500;
}

.cartmodal {
	width: 100%;
}

.cart-title {
	color:#f39801;
}

.cart-buttons {
	background-color:#f39801;
	color:#ffffff;
}

.cart-buttons:hover {
	background-color:#fabf4b;
	color:#ffffff;
}

.cart-text-center {
	text-align: center;
}

.cart-head {
	background-color: #f39801;
	color: white;
}

 .cartmodal {
	 position: relative;
}

 /* Responsive texts */

 @media screen and (min-width: 601px) {
	.responsive-texts {
	  font-size: 16px;
	}
	.responsive-card {
		font-size: 14px;
	  }
	.responsive-table {
		font-size: 14px;
	}
	.responsive-btn {
		font-size: 14px;
		padding: 6px 8px;
	}
    .cart-qty {
        width:50px;
        font-size: 14px;
        padding: 6px 8px;
    }
	.cart-total-amount td {
		font-size: 20px;
		font-weight: 800;
	}
}

  @media screen and (max-width: 600px) {
	.responsive-texts {
	  font-size: 14px;
	}
	.responsive-card {
		font-size: 12px;
	  }
	.responsive-table {
		font-size: 12px;
	}
	.responsive-btn {
		font-size: 12px;
		padding: 5px 7px;
	}
	.cart-qty {
		width:40px;
	}
	.cart-total-amount td {
		font-size: 15px;
		font-weight: 800;
	}
}

/* TABLET */
@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.responsive-texts {
		font-size: 11px;
	  }
	  .responsive-card {
		  font-size: 10px;
		}
	  .responsive-table {
		  font-size: 10px;
	  }
	  .responsive-btn {
		  font-size: 10px;
		  padding: 3px 5px;
	  }
	  .cart-qty {
		  width:30px;
	  }
	  .cart-total-amount td {
		  font-size: 13px;
		  font-weight: 800;
	  }
}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.responsive-texts {
		font-size: 10px;
	  }
	  .responsive-card {
		  font-size: 8px;
		}
	  .responsive-table {
		  font-size: 8px;
	  }
	  .responsive-btn {
		  font-size: 8px;
		  padding: 3px 5px;
	  }
    .cart-qty {
        width:25px;
        font-size: 8px;
        padding: 3px 5px;
    }
	  .cart-total-amount td {
		  font-size: 11px;
		  font-weight: 800;
	  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3) {
		.responsive-texts {
		font-size: 12px;
	  }
	  .responsive-card {
		  font-size: 10px;
		}
	  .responsive-table {
		  font-size: 10px;
	  }
	  .responsive-btn {
		  font-size: 10px;
		  padding: 3px 5px;
	  }
	  .cart-qty {
		  width:25px;
	  }
	  .cart-total-amount td {
		  font-size: 13px;
		  font-weight: 800;
	  }
}

/* Android Tablet */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px)
  and (-webkit-min-device-pixel-ratio: 1) {
	.responsive-texts {
		font-size: 12px;
	  }
	  .responsive-card {
		  font-size: 10px;
		}
	  .responsive-table {
		  font-size: 10px;
	  }
	  .responsive-btn {
		  font-size: 10px;
		  padding: 3px 5px;
	  }
	  .cart-qty {
		  width:30px;
	  }
	  .cart-total-amount td {
		  font-size: 13px;
		  font-weight: 800;
	  }
}

@media screen and (max-height: 600px) {
    .orderModalContent {
        height: 390px;
        max-width: 400px;
    }
}

.swal2-delete .swal2-modal{
	display: flex !important;
	flex-direction: column !important;
	gap: 1.5rem;
	/* border-radius: 12px !important; */
	border: #303030 2px solid !important;
}

.swal2-delete .swal2-title{
	font-size: 1.5rem !important;
}

.swal2-delete .swal2-buttonswrapper{
	justify-content: center !important;
	align-items: center !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 2.5rem;
	padding: 0.8rem;
}

.swal2-delete .swal2-confirm{
	border-radius: 8px;
	background-color: #e81313;
	color: white;
	border: #e81313 1px solid;
	padding: 0.25rem 3.6rem;
	transition: background-color 0.15s ease-in-out;
}

.swal2-delete .swal2-confirm:hover, .swal2-delete .swal2-confirm:focus{
	cursor: pointer;
	background-color: #cf0000 !important;
	border: #cf0000 1px solid;
	outline: none;
}

.swal2-delete .swal2-cancel{
	border-radius: 8px;
	background-color: transparent;
	color: black;
	border: #303030 1px solid;
	padding: 0.25rem 3.6rem;
	transition: background-color 0.15s ease-in-out;
}

.swal2-delete .swal2-cancel:hover, .swal2-delete .swal2-cancel:focus{
	cursor: pointer;
	background-color: #a1a1a1 !important;
	color: white;
	border: #a1a1a1 1px solid;
	outline: none;

}