/*global*/
.btn{
	background: transparent;
	padding: 10px 15px;
	border: 1px solid #d4a84b;
	color: #d4a84b;
	text-transform: uppercase;
	margin: 5px !important;
}

/*main wrapper*/

.main-wrapper{
	width: 100%;
	display: inline-block;
	position: relative;
}

.left-field .category-list h2{
	margin-top: 22px;
}

.left-field .product-list {
	display: inline-block;
	position: relative;
	padding: 0px;
	width: 100%;
}


.left-field .product-list .list-name{
	width: 100%;
	list-style: none;
	margin: 5px 0;
}

/*change color*/
.left-field .product-list .list-name a{
	color: #676e1a;
	width: 100%;
	background: #ededed;
	padding: 15px 25px;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
}

/*change color*/
.left-field .product-list .list-name:last-child a{
	color: #fff;
	background: #d4a84b;
}

/*change color*/
.left-field .product-list .list-name a:hover{
	color: #fff;
	width: 100%;
	background: #676e1a;
	text-decoration: none;
}

.left-field .product-list .list-name a:active{
	outline: 0;
	background: #000000 !important;
	color: #fff!important;
}

.left-field .category-list .product-list_2{
	display: none;
}


@media (min-width: 992px) {
	.left-field .product-list_2{
		display: none;
	}
}


/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 991px) {
	.left-field .category-list{
		display: none!important;
	}

	.left-field .product-list_2{
		display: inline-block;
		width: 100%;
		margin-bottom: 25px!important;
		margin-top: 15px;
	}
	.product-list_2 .form-control {
		background-color: #eee;
		border-style: none;
		color: #8fa2a4;
		height: 65px;
	}

	.nav-subcategory{
		display: none!important;
	}

	.featured-h2{
		display: none!important;
	}

	.mobilemenu-categories{
		display: inline-block !important;
	}

	.sub-link-li{
		width: 100%!important;
	}
	  
}


.left-field .forever-img{
	text-align: center;
}
.left-field .forever-img img{
	display: inline-block;
	margin: 0 0 25px;
	width: 30%;
}

.left-field .forever-img .customer-cont .customer-details{
	text-align: center;
	background: #676e1a;
	padding: 25px 15px;
	color: #fff;
	font-size: 20px;
}

.left-field .forever-img .customer-cont .customer-details .customer-style{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

.forever-img_2{
	display: none;
}



/*// Large devices (desktops, 992px and up)*/
@media (max-width: 991px) {
	.left-field .forever-img img{
		width: 70%;
	}
}
@media (max-width: 991px) {
	.left-field .forever-img{
		display: none;
	}

	.forever-img_2{
		text-align: center;
		display: inline-block;
		width: 100%;
	}
	.forever-img_2 img{
		display: inline-block;
		margin: 0;
		width: 50%;
	}

	.forever-img_2 .customer-cont_2 .customer-details_2{
		text-align: center;
		background: #676e1a;
		padding: 25px 15px;
		color: #fff;
		font-size: 20px;
	}

	.forever-img_2 .customer-cont_2 .customer-details_2 .customer-style_2{
		font-size: 24px;
		text-transform: uppercase;
		font-weight: bold;
	}

}

@media (max-width: 576px) {
	.forever-img_2 img{
		display: inline-block;
		margin: 0;
		width: 100%;
	}
}


/*FEATURED PRODUCTS*/
.featured-prod{
	width: 100%;
}

.featured-h2{
	background: #bac6c7;
	padding: 20px;
	width: 100%;
	color: #fff;
}

.featured-prod .product-ul{
	padding: 0;
	text-align: center;
}
.featured-prod .product-ul .product-list{
	text-align: center;
	padding: 7px;
	display: inline-block;
	width: 215px;
	margin: 5px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(224,224,224,1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(224,224,224,1);
	box-shadow: 0px 0px 12px 0px rgba(224,224,224,1);
}

.featured-prod .product-ul .product-list .wrapper-prod-details{
	width: 100%;
	min-height: 490px;
	padding: 0;
}
.featured-prod .product-ul .product-list .img-wrap-product{
	width: 100%;
	height: 200px;
	max-height: 200px;
	display: block;
	margin: 0;
	position: relative;
}

.featured-prod .product-ul .product-list .img-wrap-product img{
	display: inline-block;
	margin: 0 auto;
}
.featured-prod .product-ul .product-list .prod-title-wrap h3{
	height: 50px;
}

.featured-prod .product-ul .product-list .prod-details p{
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: 300;
}

.featured-prod .product-ul .product-list .wrapper-prod-details  .button{
	margin-top: 25px;
	width: auto;
	display: inline-block;
}

/*change color*/
.featured-prod .product-ul .product-list .wrapper-prod-details .button .btn{
	background: transparent;
	padding: 10px 15px;
	border: 1px solid #d4a84b;
	color: #d4a84b;
	text-transform: uppercase;
	margin: 5px;
}

.featured-prod .product-ul .product-list .wrapper-prod-details .button .btn:hover{
	background: #d4a84b;
	color: #fff;
}

.featured-prod .product-ul .product-list .wrapper-prod-details  .button .cart::before{
	font-family: "FontAwesome";
	content: '\f217';
	margin-right: 10px;
}


/*// Large devices (desktops, 992px and up)*/
@media (max-width: 576px) {
	.featured-prod .product-ul .product-list{
		margin: 15px 0;
		width: 100%;
	}
}



/**global style* change color ang text*/

.fa{
	font-family: "FontAwesome";
}

h2{
	font-size: 22px !important;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
}


h3{
	font-size: 18px;
	color: #676e1a;
	font-weight: bold;
}


/*PRODUCT SEARCH right side*/
.right-field{
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 25px;
}

.prod-search{
	background: #f2f2f2;
	width: 100%;
	padding: 20px;
}

.prod-search .search-container input{
	display: block;
	padding: 15px;
	width: 100%;
	height: 65px;
}

.prod-search .search-container .search-btn{
	width: 100%;
	margin: 5px 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	background: #d4a84b;
	box-shadow: none;
	border-style: none;
	padding: 10px 0;
	text-transform: uppercase;
	color: #fff;
}

.prod-search .search-container .search-btn:hover{
	text-decoration: none;
	background: #676e1a;
}

.prod-search .viewcart{
	width: 100%;
	display: inline-block;
	position: relative;
	background: #bac6c7;
	padding: 10px;
}

.prod-search .viewcart .cart-title-wrap{
	width: 100%;
	padding: 10px;
	display: inline-block;
	position: relative;
	background: #676e1a;
	color: #fff;
}

.viewcart .cart-title-wrap .cart-title{
	float: left;
	width: auto;
	display: inline-block;
}

.viewcart .cart-title-wrap .cart-icon{
	float: right;
	width: auto;
	display: inline-block;
}

/*table*/

.viewcart .order-table{
	width: 100%;
	display: inline-block;
	position: relative;
}

.viewcart .order-table table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.viewcart .order-table td, th {
	border-style: none;
	text-align: left;
	padding: 5px;
	font-size: 12px;
}

.viewcart .order-table tr:nth-child(even){
	font-weight: bold;
}

.prod-search .viewcart .checkout{
	width: 100%;
	margin: 5px 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	background: #d4a84b;
	box-shadow: none;
	border-style: none;
	padding: 10px 0;
	text-transform: uppercase;
	color: #fff;
}

.prod-search .viewcart .checkout:hover{
	text-decoration: none;
	background: #676e1a;
}

.prod-search .viewcart .continue-shopping, .acceptcookies{
	color: #676e1a;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.right-field .left-field-links{
	display: inline-block;
	width: 100%;
	position: relative;
}

.right-field .left-field-links .field-ul{
	padding: 0;
	display: inline-block;
	position: relative;
	margin: 0;
	list-style: none;
	width: 100%;
}

.right-field .left-field-links .field-ul .other-links{
	width: 100%;
	display: inline-block;
}

.right-field .left-field-links .field-ul .other-links a{
	width: 100%;
	display: inline-block;
	margin: 15px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	background: #676e1a;
	box-shadow: none;
	border-style: none;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
}

.right-field .left-field-links .field-ul .other-links a:hover{
	text-decoration: none;
	background: #d4a84b;
}

/*FOOTER*/
footer{
	margin-top: 35px;
}
.footer-wrap{
	background: #8fa2a4;
	display: inline-block;
	padding: 20px;
	position: relative;
	width: 100%;
	text-align: center;
	color: #fff;
}

.footer-wrap .footer-menu{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 15px auto;
}

.footer-wrap .footer-menu .footer-links{
	display: inline-block;
	border-right: 1px solid #eee;
	padding: 0;
}
.footer-wrap .footer-menu .footer-links a{
	padding: 5px 10px;
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #fff;
	font-weight: bold;

}

.footer-wrap p{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}


.custom_text_colour {
	color: #8fa2a4 !important;
	font-size: 25px;
	margin: 0 0 25px;
}

.main-info h4{
	font-size: 16px;
	text-align: right;
}

.info-wrap{
	display: inline-block;
	padding: 25px;
	position: relative;
	width: 100%;
}

.featured-info{
	padding: 25px;
}

.already_acct{
	text-align: right;
	padding: 15px 0;
	font-size: 15px;
}

.prod-search .viewcart .continue-shopping, .acceptcookies{
	background: transparent;
	padding: 10px 15px;
	border: 1px solid #d4a84b;
	text-transform: uppercase;
	margin: 5px !important;
	text-align: center;
	display: block;
}

div input[type="text"], select, input[type="email"], input[type="password"], .card-cvc{
	border-color: #dedede;
	border-style: solid;
	height: 45px;
}

.card-cvc, #card-expiry-year, #card-expiry-month, #order_country{
	border-color: #dedede !important;
	border-style: solid !important;
	height: 45px;
}

.tab .form-control{
	height: 45px;
}