/* Custom Container */
@media only screen and (min-width : 1200px){
	.container{
		max-width: 1300px;
	}
}

/* Global */
::-moz-selection { /* Code for Firefox */
	background-color: red;
	color: gold;
}
::selection {
	background-color: red;
	color: gold;
}
/* Works on Firefox */
*{
  scrollbar-width: thin;
  scrollbar-color: #393f47 #cccccc;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar{
  width: 8px;
}
*::-webkit-scrollbar-track{
  background: #cccccc;
}
*::-webkit-scrollbar-thumb{
  background: #393f47;
}
*, body, h1, h2, h3, h4, h5, h6, p, a{
	outline: 0 !important;
	font-family: 'Cabin', sans-serif;
}
html{
	scroll-behavior: smooth;
}
.btn:focus,
.form-control:focus,
.form-select:focus{
	outline: 0;
	box-shadow: none;
}
.add_shadow{
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.dark_theme{
	background-color: #0f0f0f;
}
small {
  font-size: 16px;
}
.btn-primary {
	background-color: #9E0400;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 34px;
	padding-right: 34px;
	border-radius: 50px;
	color: #fff !important;
	font-weight: 500;
	border: 0;
	transition: 0.5s ease;
}
.btn-primary:hover, .btn-primary:active{
	background-color: #fff !important;
	color: #000000 !important;
	transition: 0.5s ease;
}
.btn-secondary {
	background-color: #F7A600;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 34px;
	padding-right: 34px;
	border-radius: 50px;
	color: #000 !important;
	font-weight: 500;
	border: 0;
	transition: 0.5s ease;
}
.btn-secondary:hover, .btn-secondary:active{
	background-color: #fff !important;
	transition: 0.5s ease;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

a{
	/* color: #fff; */
	text-decoration: none;
}
a:focus, a:active{
	color: #F7A600 !important;
}
li{
	list-style: none;
}
.red_color{
	color: #A71111 !important;
}
.bg_red_color{
	background-color: #A71111 !important;
}
.custom-img{
	height: 950px;
}
#button-shipping-methods, #button-payment-methods{
	padding-top: 0px;
	padding-bottom: 0px;
}
#button-shipping-address, .btn-primary{
	padding-top: 5px;
	padding-bottom: 5px;
}
#button-shipping-address:hover, .btn-primary:hover{
	background-color: #A71111 !important;
	color: #F7A600 !important;
}
#button-shipping-methods:hover, #button-payment-methods:hover{
	background-color: #A71111 !important;
	color: #F7A600 !important;
}
/* Header */
.content_page_header .top-bar .overlay{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5) !important; 
	z-index: -1;
}
.content_page_header .top-bar{
	background-color: rgba(0, 0, 0, 0.5)  !important; 
}
.top-bar{
	position: relative;
	background-color: #000;
}
.top-bar .shop_img img{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 100%;
}
.top-bar .cart_img img{
	width: 27px;
}
.top-bar  a{
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	transition: 0.2s all;
}
.top-bar  a:hover{
	color: gold;
}
.content_page_header .navbar .overlay{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5) !important; 
	z-index: -1;
}
.content_page_header .navbar{
	background-color: rgba(0, 0, 0, 0.5)  !important; 
}
.navbar{
	position: relative;
	background-color: #000;
	color: #fff;
}
.navbar .logo{
	width: 300px;
}
.navbar-nav li a, .footer .footer_ul a{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	transition: 0.2s all;
}
.navbar-nav li a img, .footer .footer_ul a img{
	width: 16px;
}
.navbar-nav li a:hover, .footer .footer_ul a:hover{
	color: gold;
}
/* Make navbar toggler icon white */
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.8); 
  background-color: #fff;
  padding: 4px 8px !important;
}

.navbar-toggler-icon {
	width: 1.2em !important;
}
.dropdown-menu {
  background-color: #222;  /* dark background */
  border: none;           
}

.dropdown-menu .dropdown-item {
  color: #fff;   
  border-bottom: 1px solid rgb(68, 67, 67);        
}
.dropdown-menu .dropdown-item:hover {
  background-color: #333; 
  color: #ffd700;         
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent !important;
  color: #ffd700; 
}
.nav-link:focus {
  color: #fff !important;
}


/* Banner */
.main_banner{
	position: relative;
}
.main_banner .main_bnr_swiper .main_bnr_bg{
	width: 100%;
	height: 700px;
}
.main_banner .main_bnr_swiper .main_bnr_bg img{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	object-fit: cover;
}
/* Change swiper navigation arrows color */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
    background-color: rgba(57, 63, 71, 0.8);
	border-radius: 50%;      
}
.swiper-button-prev i,
.swiper-button-next i {
	font-size: 13px;   
	color: #ffffff;    
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  height: 13px;
  width: 13px;
  border: 2px solid #fff !important;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: rgba(121, 119, 119, 0.6);
}
.section_2 {
	padding-top: 40px;
	padding-bottom: 20px;
	/* box-shadow: 0px 1px 11px #5F5F5F; */
}
.section_2 p{
	font-size: 24px;
	line-height: 1.2;
}
.learn_more_image{
	margin-bottom: 30px;
}
.learn_more_image img{
	width: 100%;
	border-radius: 6px;
}
.learn_more_image  .container{
	padding: 0;
}
/* About */
.bg_dark{
	background-color: #292828;
}
.about_bg{
	background-image: url('../images/about_bg.jpg'); 
	background-attachment: fixed;
	background-size: cover;          
	background-position: left top;     
	background-repeat: no-repeat;   
	width: 100%;
}
.product_bg{
	background-image: url('../images/product_bg.jpg'); 
	background-attachment: fixed;
	background-size: cover;          
	background-position: left top;     
	background-repeat: no-repeat;   
	width: 100%;
}
.recipe_bg{
	background-image: url('../images/recipe_bg.jpg'); 
	background-attachment: fixed;
	background-size: cover;          
	background-position: left top;     
	background-repeat: no-repeat;   
	width: 100%;
}
.main_content{
	background-color: #f4f1f1;
	border-radius: 8px;
	padding: 10px 15px;
	box-shadow: 0px 1px 11px #5F5F5F;
}
.main_content .top_section{
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.main_content p{
	font-size: 17px;
}
.main_content p a{
	color: #A71111;
}
.main_content p a:hover{
	color: #A71111;
}
.top_section h1{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 0px;
}
.top_section .cart_btn,.product-thumb .cart_btn, .cart_btn_2{
	background-color: #A71111;
	color: #FFBE86;
	padding: 6px 5px;
	border-radius: 3px;
}
.cart_btn_2{
	padding: 4px 10px;
}
.cart_btn_2:hover{
	background-color: #A71111;
	color: #FFBE86;
}
.top_section .cart_btn img{
	width: 20px;
}
.top_section .cart_btn:hover{
	background-color: #000;
	color: #fff;
}
.content img{
	width: 100%;
}
.shop_section h1{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.category_card{
	margin-bottom: 20px;
}
.category_card .bg-white{
	min-height: 394px;
}
.product-thumb .cart_btn{

}
.nav-tabs .nav-link.active {
  color: #A71111;
}
.foodie_talk_section h1, .foodie_talk_section h1 a{
	font-family: 'Oswald', sans-serif !important;
	font-weight: 300;
	text-transform: uppercase;
}
.foodie_description{
	display: -webkit-box;
	-webkit-line-clamp: 3;    /* number of lines to show */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shop_top_section{
	background-color: rgba(0, 0, 0, 0.7) !important;
	color: #fff;
}
.shop_top_section a{
	font-weight: 300;
	color: #fff;
	font-family: 'Oswald', sans-serif !important;
}
/* Footer */
.content_page_footer .footer .overlay{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.footer{
	position: relative;
	padding-top: 20px;	
	background-color: #000;
}
.content_page_footer .footer {
	background-color: transparent !important; 
}
.footer .footer_btn{
	display: block;
	width: 100% !important;
	text-align: center;
	background-color: #dd3333;
	color: #fff;
	padding: 20px;
	border-radius: 6px;
	font-size: 20px;
}
.footer .footer_ul li{
	padding: 75px 8px 19px;
	font-weight: bold;
	color: #fff;
}
.footer .footer-badges img{
	width: 100%;
}
.content_page_footer .bottom_footer {
	background-color: transparent !important; 
}
.bottom_footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
}
.bottom_footer p, .bottom_footer a{
	font-size: 16px;
	color: #fff;
}
.bottom_footer a:hover{
	color: gold;
}
.modal-body {
  padding: 10px !important;
}
.modal_close_btn{
	background-color: #000;
	color: #ffff;
	/* padding: 4px; */
	border: 3px solid #fff;
	position: absolute;
	top: -10px;
	right: -10px;
	border-radius: 50%;
	z-index: 100;
	display: flex;
}
.btn-close{
	filter: invert(1);
	opacity: 1;
	background-size: 10px auto;
}
/* Responsive */

/* Small Device */
@media only screen and (max-width: 1199px){
.custom-img{
	height: 1200px;
}

}

@media only screen and (max-width: 992px){
	.main_banner .main_bnr_swiper .main_bnr_bg {
		height: 430px;
	}
	.section_2 p{
		font-size: 20px;
		line-height: 1.2;
	}
	.custom-img{
		height: 100%;
	}
}

/* Tablet */
@media only screen and (max-width: 810px){
	.main_banner .main_bnr_swiper .main_bnr_bg {
		height: 400px;
	}
	

}

/* Mobile */
@media only screen and (max-width: 481px){
	.main_banner .main_bnr_swiper .main_bnr_bg {
		height: 250px;
	}
	.section_2 p{
		font-size: 20px;
	}

	.footer .footer_ul li {
		padding: 0px;
	}
	.footer_ul{
		flex-direction: column !important;
	}
	.bottom_footer p, .bottom_footer a{
		font-size: 12px;
	}
	.shop_top_section a {
		font-size: 12px;
	}
	.custom-img{
		height: 600px;
	}
}

/* Tablet Landscape Mode */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1280px)
and (orientation: landscape){
	
}

/* Mobile Landscape Mode */
@media only screen 
and (min-device-width: 360px) 
and (max-device-width: 926px) 
and (orientation: landscape) {
 	
}