@font-face {
	font-family: 'agenda-bd';
	/*src: url('../fonts/AgendaBold.ttf') format('truetype');*/
	src: url('../fonts/AgendaBold.otf') format('opentype');
}
@font-face {
	font-family: 'agenda-md';
	/*src: url('../fonts/AgendaMedium.ttf') format('truetype');*/
	src: url('../fonts/AgendaMedium.otf') format('opentype');
}
@font-face {
	font-family: 'august';
	src: url('../fonts/August Script Bold Free.ttf') format('truetype');
}

@font-face {
	font-family: 'baskerville';
	src: url('../fonts/Baskerville.ttc') format('truetype');
}

@font-face {
	font-family: 'gotham-bd';
	/*src: url('../fonts/GothamBold.ttf') format('truetype');*/
	src: url('../fonts/Gotham-Bold.otf') format('opentype');
}
@font-face {
	font-family: 'gotham-book';
	src: url('../fonts/Gotham-Book.otf') format('opentype');
}
@font-face {
	font-family: 'gothamLI';
	/*src: url('../fonts/GothamLight.ttf') format('truetype');*/
	src: url('../fonts/GothamLight.otf') format('opentype');
}

@font-face {
	font-family: 'KozGoPr6N';
	src: url('../fonts/KozGoPr6N-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'baskerville-bd';
	src: url('../fonts/NewBaskervilleStd-Bold.otf') format('opentype');
}
@font-face {
	font-family: 'Nickainley';
	src: url('../fonts/Nickainley-Normal.otf') format('opentype');
}

@font-face {
	font-family: 'agenda-lt';
	src: url('../fonts/ufonts.com_agenda-light.ttf') format('truetype');
}







:root {
	--color1: #054D31;
	--color2: #8C905E;
	--color3: #F6891F;
	--color4: #89181A;
	--input_grey: #e6e6e6;
	--text_grey: #6D6E71;
	--main_col: #054D31;
}
/*F0F0F0, E3E3E3, 6D6E71*/
body {
	min-height:100%;
	background-image:url('../image/bg-texture.jpg');
	background-size:1000px auto;	
	font-family: 'agenda-md';
	font-weight: 500;
}

.np{
	padding: 0;
}
.main_col1{
	color: var(--color1);
}
.main_col2{
	color: var(--color2);
}
.main_col3{
	color: var(--color3);
}
.main_col4{
	color: var(--color4);
}
.main_bg1{
	background: var(--color1);
	color: #FFF;
}
.main_bg2{
	background: var(--color2);
	color: #FFF;
}
.main_bg3{
	background: var(--color3);
	color: #FFF;
}
.main_bg4{
	background: var(--color4);
	color: #FFF;
}
.main_title{
	font-family: 'baskerville-bd';
	font-size: 20px;
	color: var(--color1);
}

.announcement {
	background:var(--color1);
	color:#fff;
	text-align:center;
	font-family:'agenda-md';
	font-size:16px;
	padding:15px 15px 5px;
	text-transform:uppercase;
	letter-spacing:1.2px;
}
.navbar {
	background:transparent;
}
.navbar-brand img {
	height:70px;
}
.navbar-nav {
	align-items:center;
}
.nav-link {
	font-size:19px;
	font-family:'agenda-bd';
	color:var(--color2);
	margin:0 8px;
	letter-spacing:1.5px;
}
.nav-link.active, .nav-link:hover {
	color:var(--color1);
}
.nav-link.promotion {
	color:var(--color4)!important;
}
.action-btn {
	width:56px;
	height:52px;
	border:none;
	outline:none;
	line-height:50px;
	position: relative;
	cursor: pointer;
}
.action-btn img {
	height:26px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);		
}
.search-btn {
	background:var(--color4);
}
.cart-btn {
	background:var(--color3);
}
.user-btn {
	background:var(--color2);
}


/* Header */
/* User Popup */
.user_popup, .cart_popup{
	position: absolute;
	top: 52px;
	right: 0;
	padding: 20px 20px 40px;
	background: #F5F7F7;
	width: 400px;
	z-index: 1080;
	display: none;
}

.user_popup.user_logged{
	padding: 0;
	width: 250px;
}
.bgOverlay{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	display: none;
}
.bgOverlay.show{
	display: block;
	opacity: .5;
}

.user-btn{
	position: relative;
	outline: 0;
}			

.user_popup h5{
	font-family: 'baskerville-bd';
	color: var(--color1);
	font-size: 24px;
}

.ct_form .form-group label {
	color: var(--color1); 
	margin: 0;
}

.ct_form .input::placeholder {
	color: #A5A7AA;
}

.ct_form .input {
	width: 100%;
	padding: 6px 12px;
	background: none;
	border: 2px solid #e6e6e6;
	font-size: 16px;
}	

.ctBtn{
	font-family: 'agenda-bd';
	text-transform: uppercase;
	border-radius: 0;
	display: inline-block;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	border: 1px solid transparent;
	padding: 6px 32px;
	font-size: 16px;
	line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
}

.ctBtn:hover{
	color: #FFF;
}

.ctBtn.ctBtn-sm{
	padding: 2px 32px;
	font-size: 16px;
}

.ctBtn.ctBtn-lg{
    padding: 6px 32px;
    font-size: 20px;
}	

.ctBtn.ctBtn-reverse{
	background: #FFF;
	border: 1px solid var(--color1);
	color: var(--color1);
	font-weight: 500;
	font-family: 'agenda-md';	
}
.ctBtn.ctBtn-reverse:hover{
	background: var(--color1);
	color: #FFF;
}
/* End of Header */




.section-title {
	position:relative;
	display:inline-block;
	font-family:'baskerville-bd';
	font-size:20px;
	color:var(--color1);
	padding:0 20px;
}
.section-title:before {
	content:'';
	position:absolute;
	border-top: 2px solid transparent;
	border-right: calc(var(--container-width) / 2.5) solid var(--color1);
	border-bottom: 2px solid transparent;
	left:calc(var(--container-width) / -2.5);
	top:calc(50% - 2.5px);
}
.section-title:after {
	content:'';
	position:absolute;
	border-top: 2px solid transparent;
	border-left: calc(var(--container-width) / 2.5) solid var(--color1);
	border-bottom: 2px solid transparent;
	right:calc(var(--container-width) / -2.5);
	top:calc(50% - 2.5px);
}

.bg-white{
	background-color: #FFF;
}

/* Form Input*/
.form-custom{
	border-radius: 0;
    border: transparent;
    height: 46px;
    padding: 6px 30px;
    font-size: 20px;
}
/* End of Form Input*/

/* 5 col in row*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}
/* End of 5 col*/

/* Owl Carousel */
.owl-carousel .item>div {
	background-position:center;
	background-size:cover;
	padding-top:42%;
	position:relative;
}
.owl-carousel .item>div>div {
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.large-logo {
	height:400px;
	width:auto!important;
}
.btn-custom {
	background:var(--color3);
	color:#fff;
	font-family:'agenda-md';
	font-size:16px;
	letter-spacing:1px;
	border-radius:0;
	margin-top:15px;
}
.owl-nav {
	position:absolute;
	width:80%;
	height:0px;
	top:calc(50% - 25px);
	left:10%;
}
.owl-nav>button>img {
	height:50px;
}
.owl-prev {
	float:left;
}
.owl-next {
	float:right;
}
.owl-dots {
	text-align:center;
	margin-top:10px;
}
.owl-dot {
	width:12px;
	height:12px;
	border-radius:50%;
	background:transparent;
	outline:none;
	margin:0 18px;
	border:1px solid var(--color1)!important;
}
.owl-dot.active {
	background:var(--color1)!important;
}

.owl_arrow_div{
	float: right;
	font-family:'baskerville-bd';
	font-size:20px;
	color: #ddd;
}

.owl_arrow_div .ct-prev, .owl_arrow_div .ct-next{
	cursor: pointer;	
	font-weight: 700;
	pointer-events: auto;
	color:var(--color1);
}

.owl_arrow_div .ct-prev.disabled, .owl_arrow_div .ct-next.disabled{
	font-weight: 700;
	pointer-events: none;
	color: #ddd;
}


/* End of Owl Carousel */

/* Category */
.category-row {
	margin-top:20px;
}
.category-row .cat_div{
	text-align:center;
	padding: 15px 0;
}
.category-row .cat_a{
	font-size:20px;
	font-family:'agenda-md';
	letter-spacing:1px;
	color: var(--color1);
}
.category-row .cat_div.active, .category-row .cat_div.active span{
	background: var(--color1);
	color: #FFF;
}
.category-row img {
	height:260px;
	width:100%;
	object-fit:cover;
	object-position:center;
}
/* End of Category */

/* Cart */
.cart-btn{
	position: relative;
}
.cart_badge{
	background: #FFF;
    border-radius: 100px;
    color: var(--color3);
    display: block;
    font-size: 10px;
    font-weight: 700;
    height: 17px;
    line-height: 17px;
    margin: -8px 0 0;
    min-width: auto;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 14px;
    width: 16px;
	font-family: 'MyriadPro-Regular';
}

/* End of Cart */

/* Footer */
.footer_top{
	background: var(--color1);
	padding: 30px 0;
}
.footer-form{
	border-radius: 0;
	border: transparent;
	height: 46px;
	padding: 6px 30px;
	font-size: 20px;
	display: inline;
	width: calc(100% - 65px);
}
.footer-submit{
    background: var(--color2);
    width: 48px;
    height: 48px;
    border: none;
    outline: none;
    line-height: 49px;
    margin: 0 5px;	
}

.footer::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-image: url('../image/footer/footer_bg.png');*/
	background: #000;
	opacity: .65;	
}
.footer{
	position: relative;
	background: url('../image/footer/footer_bg.png');
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding: 60px 0 30px;
	color: #FFF;
}


.youtube_video{
	position: relative;
	background: url('../image/footer/youtube_video.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;	
	height: 125px;
}

.youtube_video img{
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
}

.youtube_text{
	display: flex;
	align-items: center;
	justify-content: center;
}

.youtube_text img{
	width: 60px;
}
.youtube_text .txt{
	margin-left: 15px; 
	font-family: 'baskerville';
	font-weight: 600;
	line-height: 18px;
}

.divider{
	margin: 30px 0;
	border-top: 2px solid #aaa;
	position: relative;
}

.ft_link_div{
	padding: 0 30px 15px;
	border-left: 2px solid #aaa;
}

.ft_link_div ul{
	margin-top: 15px;
	padding-left: 15px;
}

.ft_link_div ul li{
	margin: 5px;
	white-space: nowrap;
}
.ft_link_div ul li a{
	color: #FFF;
}
.social_div{
	display: flex;
	align-items: center;
	justify-content: flex-end;		
}
.social_div .txt{
	font-size: 14px;
	margin-right: 15px;
	font-family: 'gotham-book';
}
.ft_copyright{
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'gotham-book';	
}
.ft_copyright a{
	color: #FFF200;
}
/* End of Footer */

/* Product */
.show_results_p{
	color: var(--color1);
	font-weight: 700;
	font-size: 20px;
}	

.p_image{
	width: 100%;
	height: 0!important;
	padding-top: 100%;
	position: relative;
	display: block;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #eee;
}

.p_padding{
	padding: 0px 5px 20px;
}

.product_div{
	border: 2px solid #ddd;
	cursor: pointer;
}

.product_div a:hover{
	text-decoration: none;
}
.product_div:hover .product_desc{
	background: #f5f5f5;
}

.product_desc{
	background: #FFF;
	padding: 15px;
	text-align: center;
	font-family: 'gothamLI';
	color: var(--color1);
	min-height: 220px;
	position: relative;
}

.product_desc .p_name{
	font-size: 14px;
}
.product_desc .p_price_div{
	font-size: 18px;
	font-family: 'gotham-bd';
}
.product_desc .p_portion{
	font-size: 12px;
}

/* Qty Input */
.num_container{
	display:flex;
	text-align: center;
	justify-content: center;
}
.num_container .btn-num-product {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #e6e6e6;
    color: var(--color1);
    font-size: 14px;
    height: 30px;
    display: inline;
    width: 30px;
	outline: 0;	
}
.num_container .pdetail_qty {
    border: 1px solid #ebebeb;
    color: #616161;
    font-size: 14px;
    height: 30px;
	color: var(--color1);
    font-weight: 700;
    outline: 0;	
    text-align: center;
    width: 40px;
    margin: 0 15px 15px 0;
	font-family: 'MyriadPro-Regular';
}

/*.btn_div{
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}*/

.p_btn{
	border-radius: 0;
	display: inline-block;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /*padding: 4px 6px;*/
    font-size: 14px;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
	width: 100px;
	height: 35px;
}

.p_btn.buy_now_btn{
	font-size: 12px;
	line-height: 14px;
	background: var(--color1);
}

.p_btn.add_to_cart{
	font-size: 14px;
	background: var(--color3);
}

/* End of Product */

/* Pagination */
.ct-pagination{
	padding: 0px;
	margin: 0px;
	text-align: center;
	list-style: none;	
}	

.ct-pagination li{
	display: inline-block;
}

.ct-pagination li.active a{
	text-decoration: underline;
	text-underline-position: under;
}

.ct-pagination li a{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-bottom: 2px solid transparent;
	color: var(--color1);
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 5px;
	padding: 0 13px;
	text-align: center;					
}
/* End of Pagination */

/* Product Modal */
.dash_price{
	text-decoration: line-through;
	padding-right: 5px;
}
	
.ct-modal .modal-content{
	padding: 15px 15px 45px;
}
.ct-modal .close{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 60px;
    font-weight: 100;
    color: var(--color1);
	text-align: center;
	/*border: 1px solid #dee2e6;*/
	position: relative;
	outline: 0;
}
.ct-modal .close span{
    /*position: absolute;
    top: -5px;
    right: 5px;	*/
}

.ct-modal .modal-desc{
	font-family: 'gothamLI';
	color: var(--color1);
}

.ct-modal .modal-desc .p_header{
	padding-bottom: 5px;
	border-bottom: 1px solid var(--color1);
}
.p_header .p_title{
	font-size: 20px;
}
.p_header .p_subtitle{
	font-size: 14px;
}

.ct-modal .modal-desc .p_desc_div{
	height: 300px;
	padding-right: 15px;
    overflow: auto;	
}
.ct-modal .modal-desc .p_desc_div p{
	font-size: 14px;
}

.ct-modal .modal-desc .p_footer{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 15px;
	width: 100%;
	height: 40px;
}


.ct-modal .modal-desc .p_footer .p_btn{
	width: 100%;
	height: 40px;
	margin: 0 5px;
}

.ct-modal .modal-desc .p_footer .p_btn.buy_now_btn{
	font-size: 16px;
	line-height: 16px;
}

.ct-modal .modal-desc .p_footer .p_btn.add_to_cart{
	font-size: 16px;
}

.ct-modal .modal-desc .p_footer .num_container .btn-num-product {
    height: 40px;
    width: 100px;
}
.ct-modal .modal-desc .p_footer .num_container .pdetail_qty {
    height: 40px;
    width: 60px;
}

/* End of Product Modal */

/* Scrollbar */
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #e6e6e6; 
	border-radius: 10px;
	background: #e6e6e6;
}
::-webkit-scrollbar-thumb {
	background: #fff; 
	border-radius: 10px;
	border-top: 2px solid #e6e6e6;
}
::-webkit-scrollbar-thumb:hover {
	background: #fff; 
}
/* End of Scrollbar */


/* Cart */
.cart_popup h5 .title{
	color: var(--color1);
	font-family: 'baskerville-bd';
	font-size: 24px;
}

.cart_popup h5 small{
	font-size: 14px;
	position: absolute;
	top: 25px;
	left: 130px;
	color: #58595B;
}

.cart_div{
	display: flex;
	border-bottom: 2px solid #e6e6e6;
	padding: 15px 0 0 0;					
}				
.cart_div .img{
	width: 80px;
	height: 80px;
}

.cart_div .desc{
	color: var(--color1);
	margin-left: 10px;
	font-family: 'GothamLI';
	font-size: 14px;
	width: calc(100% - 90px);
}

.cart_div .desc .flex{
	display: flex;
	align-items: baseline;
}

.cart_div .desc .cp_total_price{
	margin-left: auto;
	font-family: 'Gotham-bd';
}

.cart_div .desc .remove_cart{
	margin-left: auto;
	cursor: pointer;
}

.cart_footer{
	font-family: 'GothamLI';
	margin-top: 15px;
	width: 100%;
	color: var(--color1);
}
.cart_footer .bold{
	font-family: 'Gotham-bd';
}

.small_txt{
	font-family: 'agenda';
}

/* End of Cart */

/* Custom Checkbox */
.ct_checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin:6px 0 !important;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ct_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}
.ct_checkbox input:checked ~ .checkmark:after {
    display: block;
}
.ct_checkbox .checkmark:after {
	left: 4px;
	top: 1px;
	width: 5px;
	height: 9px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* On mouse-over, add a grey background color */
.ct_checkbox:hover input ~ .checkmark {
  background-color: #f5f5f5 !important;
}

/* When the checkbox is checked, add a blue background */
.ct_checkbox input:checked ~ .checkmark {
  background-color: var(--color3) !important;
}
	
/* End of Custom Checkbox */
