/* Default Color File  */




/* Color */
.main-menu .navigation>li.current>a,
.main-menu .navigation>li>a:hover,
.main-menu .navigation>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li:hover>a,
.sidebar-page-container .comments-area .comment-box .post-info li a,
.news-block-three .lower-content h3 a:hover,
.cart-table tbody tr .remove-btn:hover,
.shop-comment-form .rating-box .rating a:hover,
.shop-single .comments-area .comment .comment-inner .rating .fa,
.sidebar .popular-posts .post a:hover,
.cat-list li a:hover,
.page-breadcrumb li a,
.links-widget ul li a:hover,
.shop-item h4 a:hover,
.about-section .icon-box  .icon,
a:hover,
a {
	color: #f7bd00;
}

/* Border Color */
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus,
.styled-pagination li a:hover,
.styled-pagination li a.active,
.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus,
.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus,
.sidebar .popular-tags a:hover,
.newsletter-widget .social-links ul li a:hover,
.products-section .owl-theme .owl-nav .owl-next:hover:before,
.products-section .owl-theme .owl-nav .owl-prev:hover:before,
.shop-item .theme-btn:hover,
.border-color {
	border-color: #f7bd00;
}

/* Background */

.comment-form .submit-btn,
.styled-pagination li a:hover,
.styled-pagination li a.active,
.news-block-three .link-box .read-more,
.place-order .order-btn,
.checkout-page .title-box h2:before,
.cart-section .totals-table .proceed-btn,
.cart-section .cart-options .cart-btn,
.related-products .title-box h2:before,
.shop-comment-form h2:before,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn:before,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn,
.product-details .basic-details .cart-btn,
.sidebar .popular-tags a:hover,
.widget_filter-price .ui-slider .ui-slider-range,
.recipe-block .content:before,
.service-block-two .inner-box:before,
.banner-section .banner-slider-button-next:hover,
.banner-section .banner-slider-button-prev:hover,
.mobile-menu .menu-backdrop,
.newsletter-widget .social-links ul li a:hover,
.about-us-section-two .content,
.newsletter-widget button,
.team-block-one .social-links li a:hover,
.products-section .owl-theme .owl-nav .owl-next:hover:before,
.products-section .owl-theme .owl-nav .owl-prev:hover:before,
.shop-item .theme-btn:hover,
.btn-style-one.style-two,
.welcome-section:before,
.btn-style-one:before,
.search-popup .search-form fieldset input[type="submit"],
.preloader-close,
.theme-bg {
    background-color: #f1f1f1;
}




/*----- Product Css Start -----*/
#product_area{
	position:relative;
	padding-top: 30px;
}
.mix{
	display: none;
}
.product_item .mix{
	display: none;
}
.product_filter {
	margin-bottom: 10px;
	text-align: center;
}
.product_filter ul {
	margin: 0px 0 40px;
	padding: 0;
	list-style: none;
}
.product_filter ul li {
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	padding: 12px 22px;
	font-size: 13px;
	border: 1px solid transparent;
	transition: .5s;
	letter-spacing: 1px;
	border-radius: 20px;
	margin:0px;
	line-height: 1;
	float: none;
	color: #fff;
    line-height: 1;
    background: #003366;
}
.product_filter .filter.active {
	color: #ffffff;
    border-color: #ff6600  ;
    background-color: #ff6600  ;
    background: #ff6600  ;

}
.single_product{
    text-align: center;
    overflow: hidden;
	margin-bottom: 30px;	
	border: 1px solid rgba(0,0,0,0.02);
	background: #fff;
	transition: .5s;
    border: 1px solid #ccc;
    padding: 5px;
}
.single_product:hover{
	box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.25);
}
.product_image{
	overflow: hidden;
	position: relative;
}
.product_image img{
    width: 100%;
    height: auto;
    transition: all 1.5s ease 0s;
	
}
.single_product:hover img{
    transform: scale(1.2);
}
.single_product .box-content{
    width: 100%;
    padding: 17px 10px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1;
    transition: all 0.6s ease 0s;
	overflow: hidden;
	opacity: 0;
	background: rgb(254, 196, 45);
	background-image: -webkit-linear-gradient( 90deg, rgb(255, 255, 80) 0%, rgb(244, 61, 36) 0%, rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(211,16,39) 0%, rgb(125,0,254) 0%, rgba(255,255,255,0) 100%);
}
.single_product:hover .box-content{
    bottom: 0;
	opacity: 1;
}
.box-content a {
	display: inline-block;
	color: #333;
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 7px;
	transition:.5s;
}
.box-content a:hover {
	color: #d5ab56;
	border-color: #fff;
}
.product_btm_text p {
	color: #8E8E8E;
	text-transform: uppercase;
	font-size: 13px;
}
.product_btm_text h4 {
	text-transform: capitalize;
	margin-top: 17px;
	margin-bottom: 6px;
	font-size: 17px;
}
.product_btm_text h4,
.product_btm_text h4 a{
	color: #333;
}	
.new_badge {
	display: inline-block;
	background: #d5ab56;
	color: #fff;
	padding: 3px 12px;
	font-size: 14px;
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 2px;
}
.single_product span.price{
	color: #d5ab56;
	font-size: 16px;
}
.no-padding{
	padding: 0;
}
.p_rating{
	color: #fec42d;
	cursor: pointer;
}
.pagination {
	width: auto;
	margin: 0 auto;
	display: inline-block;
}
.pagination a {
	float: left;
	list-style: none;
	margin-left: 15px;
	color: black;
	text-decoration: none;
    cursor: pointer;
    padding: 11px 14px;
}
.mix {
	display: none;
}

a.jp-current {
	color: red;
}
.pagination a.jp-current {
	background-color: #d5ab56;
	padding: 0px 10px;
    color: #fff;
    background: #fe60a1;
    background: -webkit-linear-gradient(45deg, #ce6021   0%, #ff8765 100%);
    background: -moz-linear-gradient(45deg, #ce6021   0%, #ff8765 100%);
    background: -o-linear-gradient(45deg, #ce6021   0%, #ff8765 100%);
    padding: 11px 18px;
    border-radius: 4PX;
}
.jp-previous {
	border: 1px solid #DDD;
	padding: 0px 5px;
    color: #000;
    border-radius: 4PX;
}
.jp-next {
	border: 1px solid #DDD;
	padding: 0px 5px;
    color: #000;
    border-radius: 4PX;
}

.product_image:hover .overlay-box  {
	opacity:1;
	filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}
.product_image .overlay-box {
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    padding: 15px 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	background-color: rgba(53, 53, 53, 0.75);
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(43, 44, 48, 0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 600ms ease-out 0s;
    -moz-transition: all 600ms ease-out 0s;
    -o-transition: all 600ms ease-out 0s;
    transition: all 600ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    -moz-transform: rotateY(180deg) scale(0.5,0.5);
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
    -o-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}
.product_image .overlay-box .content h3 {
	color:#ffb200;
}
.product_image .overlay-box .content .category {
	color:#fff;
}
h2.small-title.text-center {
    margin-bottom: 10px;
    display: block;
}
p.title-description {
    margin-bottom: 25px;
    text-align: center;
}
.gallery-section {
	background-color: #ede1d7;
}
/*----- Product Css End -----*/








