/* CSS Document */
/*=========================================
Note: Colors CSS is inside 
css/default-colors.css << File
==========================================*/
/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*  01 - General & Basic Styles  */
/*  02 - Top Bar  */
/*  03 - Header  */
/*  04 - Navigation */
/*  05 - Banner CSS */
/*  06 - Content Blocks CSS Starts */
/*  07 - Products CSS  */
/*  08 - Three columns products CSS  */
/*  09 - Categories CSS  */
/*  10 - Testimonials  */
/*  11 - Blog Section  */
/*  12 - Brands */
/*	13 - Special info Boxes */ 
/*  14 - Footer CSS */
/*	15 - All other CSS */
/*	16 - About US page */
/*	17 - Shop Page */
/* 	18 - Mobile Responsive CSS */


/***General & Basic Styles**/
body {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size:16px;
	line-height: 1.42857143;
}
h1 { 
	font-size: 28px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}
h5, h6 {
	font-size:14px; 
	font-weight:bold;
	margin:0px;
}
p {
	font-size:16px; 
	line-height:22px;
}
.section-title h2 {
	font-size:16px; 
	font-weight:bold;
	margin-bottom:0px;
}
.section-title {
	text-align: center;
    border: 0;
    overflow: hidden;
    margin: 0 auto 25px;
    max-width: 1160px;
    text-transform: uppercase;
}
.section-title span {
	padding: 0 15px;
    border: 0;
	display: inline-block;
    position: relative;
    margin-bottom: -3px;
}
.section-title span:before {
    left: -1010px;
	content: ' ';
    display: block;
    height: 0;
    border-bottom: 3px solid;
    width: 1000px;
    position: absolute;
    top: 50%;
}
.section-title span:after {
    right: -1010px;
	content: ' ';
    display: block;
    height: 0;
    border-bottom: 3px solid;
    width: 1000px;
    position: absolute;
    top: 50%;
}
.price {
	font-weight:bold;
	font-style:italic;
}
.button {
	text-transform:uppercase;
}
.tabs-content {
	border:0px; 
}
/*Crousel Controls Default Style*/
.owl-prev , .owl-next { 
	font-size: 19px;
    border: 1px solid;
    width: 25px;
    height: 25px;
    display: table;
    text-align: center;
    position: absolute;
    top: 50%;
}
.owl-next { 
	right:-20px;
}
.owl-prev { 
	left:-20px;
}
.owl-controls { 
	margin: auto;
    display: block;
    width: 70px;
	margin-top:20px;
}
/*Crousel Controls Default Style*/

/*/*===========
Top Bar CSS
=======*/
.topBar { 
	width:100%;
}
.topBar ul {
	margin:0px;
	list-style:none;
}
.topBar ul li {
	display:inline-block;  
	padding-top:10px;
	padding-bottom:10px;
}
.topBar ul li a { 
	display:inline-block;
	border-right:1px solid;
	padding-right:10px;
	padding-left:10px;
}
.topBar ul li:last-child a {
	border:0px; 
}
.topBar .infobox {
	position:relative; 
}
.topBar .location { 
	font-weight:bold;
}
.topBar .callout {
	position:absolute;
	right:15px;
	top:39px;
	max-width:388px; 
	display:none;
	z-index:99;
}
/*Top Bar CSS*/

/*=================
Header CSS
==================*/
.header {
	padding-top:25px;
	padding-bottom:25px; 
}
.header-search {
	position:relative; 
	margin-top:12px;
}
.header-search button {
	position:absolute;
	top:0px;
	right:0px;
	font-size:22px; 
	padding:6px;
}
.header input[type="text"] {
	border:1px solid;
	font-size:13px;
	padding:8px;
	height:35px;
	margin-bottom:0px;
}
.logo {
	height: 56px;
    width: auto;
    margin-top: 12px;
}
.cart-option {
	font-size:22px;
	margin-top:12px; 
}
.cart-option .info {
	font-size:14px;
	border-bottom:1px solid; 
}
#cart-container {
	z-index:9999; 
}
/*Header CSS*/

/*==============
Navigation
===============*/
.navigation, .sticky-container { 
	width:100%;
}
.navigation-icon-title {
	font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    float: left;
    margin-left: 10px;
    text-transform: uppercase; 
}
.navigation ul {
	margin:0px;
	font-size:14px;
	font-weight:bold;
	z-index:9999;
}
.top-bar, .top-bar ul {
	position:relative; 
}
.navigation .is-dropdown-submenu-parent {
	position:relative; 
}
.navigation .mega-menu {
	position:static; 
}
.navigation .dropdown.menu>li.opens-right>.is-dropdown-submenu { 
	position:absolute;
	max-width:100%;
}
.top-bar h4 {
	font-weight:normal;
	font-size:14px; 
	text-transform:uppercase;	
	border-bottom:1px solid;
	padding-bottom:10px;
}
.top-bar .address h4 { 
	border-bottom:0px;
	padding-bottom:0px;
}
.top-bar li {
	list-style:none; 
}
.inner-mega { 
	padding:25px;
	max-width:290px;
	min-width:290px;
 }
 .inner-mega iframe { 
 	width:280px;
 }
.single-sub ul li a {
	width:100%;
	border-bottom:1px solid; 
	padding:10px;
}
 .inner-mega ul { 
 	margin:0px;
 }
 .responsive-menu ul li a { 
 	display:block;
	width:100%;
 }
.inner-mega ul li a {
	padding-top:10px;
	padding-bottom:10px;
}
/*-----------------------
Navigation CSS ends 
--------------------------*/


/*-----------------------
Banner CSS
--------------------------*/
.banner {
	position:relative;
	width:100%;
	margin-bottom:50px;
	margin-top:8px;
}
.revslider { 
	margin-top:0px;
}
.swiper-container {
	width: 100%;
	height: 414px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.slide-big {
	min-width:336px;
	min-height:414px;
	max-height:414px; 
}
.slide-small {
	max-width:164px;
	min-height:414px;
	max-height:414px;
	position:relative;	 
	overflow:hidden;
}
.slide-small .small-first {
	margin-bottom:6px; 
	max-width:164px;
	min-width:164px;
	max-height:205px;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}
.slide-small .small-bottom {
	min-width:164px;
	max-height:205px;
	position:absolute;
	bottom:0px;
	left:0px;
	overflow:hidden;
}
.slide-big {
	overflow:hidden; 
}
.slide-small img:hover, .slide-big img:hover {
    -webkit-transform: scale(1.2) rotateZ(-5deg);
    -moz-transform: scale(1.2) rotateZ(-5deg);
    -ms-transform: scale(1.2) rotateZ(-5deg);
    -o-transform: scale(1.2) rotateZ(-5deg);
    transform: scale(1.2) rotateZ(-5deg);
}
.swiper-button-next, .swiper-button-prev {
 	background-image:none !important;
    padding: 6px 14px;
    width: 50px;
    height: 50px;
    margin: -26px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 3px solid;
    border-radius: 50%;
    text-indent: 100%;
}
.swiper-button-next { 
	right:-51px;	
}
.swiper-button-prev { 
	left:-51px;	
}
.banner:hover .swiper-button-prev { 
	left: 15px;
    opacity: 0.8;
}
.banner:hover .swiper-button-next { 
	right: 15px;
    opacity: 0.8;
}
.banner .swiper-button-next:before, .banner .swiper-button-prev:before {
    font-family: 'FontAwesome';
    font-size: 25px;
    width: 15px;
    position: absolute;
    top: 5px;
}
.banner .swiper-button-next:before {
    content: "\f054";
    left: 0px;
}
.banner .swiper-button-prev:before {
    content: "\f053";
    left: -3px;
}
.banner .category-title {
	padding:15px;
	width: calc(100% - 30px);
}
.banner .border-container {
	border-top:1px solid;
	border-bottom:1px solid;
	padding:10px; 
}
.banner .category-title h3 {
	padding:0px;
}
.banner .category-title p {
	font-weight:bold; 
	padding:0px;
}
.cate-top { 
	bottom:275px !important;	
}
.cate-center {
	bottom:165px !important;
}
/*-----------------------
Banner CSS ends here
--------------------------*/

/*-----------------------
Content Blocks CSS Starts.
--------------------------*/
.content-blocks {
	margin-bottom:50px; 
}
.content-blocks img {
	position:relative;
	max-width: 105%;
    transform: translateX(-4%);
    transition: all 0.5s ease 0s; 
}
.content-blocks .block-banner::before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: visible;
    width: 100%;
    z-index: 9;
}
.block-banner:hover::before {
    opacity: 0.7;
    visibility: visible;
    z-index: 1;
}
.block-banner:hover img {
    transform: translateX(0%);
}
.block-banner {
	position:relative; 
	overflow:hidden;
}
.block-banner .banner-details {
    bottom: 0;
    left: 5%;
    position: absolute;
    z-index: 9;
}
.block-banner h2 {
    font-size: 40px;
    text-transform: uppercase;
    margin: 10% 0 10px 0;
    -moz-transition: -moz-transform 0.25s;
    -o-transition: -o-transform 0.35s;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.block-banner:hover h2 {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.banner-details p {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
     -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.block-banner:hover p {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.two-banner-block .small-block-wrap {
	display:block;
	margin-top:20px;
	max-height:250px;
}
.two-banner-block .small-block-wrap:first-child {
	 margin-top:0px;
}
.two-banner-block img {
	max-height:207px; 
}
/*-----------------------
Content Blocks CSS ends
--------------------------*/

/*-----------------------
New Products CSS
--------------------------*/
.new-products {
	margin-bottom:50px; 
}
.new-products h2 ul {
	margin:0px;
	list-style:none;
	padding:0px; 
}
.new-products .tabs-title>a {
	padding-top:0px;
	padding-bottom:0px;
	font-size: 16px;
}
ul li.centeral-tab a {
	border-left:1px solid;
	border-right:1px solid; 
}
.new-products .price {
	font-size:15px; 
	text-align:center;
}
.new-products h6 {
	text-align:center; 
	margin-top:10px;
	margin-bottom:10px;
}
.price .old {
	margin-left:15px;
	font-weight:normal;
	font-size:90%; 
	text-decoration:line-through;
}
.new-products img {
	width:100%;
	height:auto; 
}
.new-products .pro-rating {
	text-align:center; 
	margin-top:10px;
}
.product-img {
	position:relative; 
	min-height:320px;
}
.product-img img {
	overflow:hidden;
	height:320px;
	width:100%; 
}
.product-img img {
  	position:absolute;
  	left:0;
  	-webkit-transition: opacity 0.5s ease-in-out;
  	-moz-transition: opacity 0.5s ease-in-out;
  	-o-transition: opacity 0.5s ease-in-out;
  	transition: opacity 0.5s ease-in-out;
}
.product-img .sale {
	position:absolute;
	top:0px;
	left:0px;	 
	font-size:16px;
	padding:5px 10px;
	text-transform:uppercase;
	font-weight:bold;
}
.pro-buttons {
	position:absolute;
	bottom:40px;
	left:0px;
	font-size:18px;
	width:100%;
}
.pro-buttons, .add-to-cart-top { 
	opacity:0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
  	-o-transition: opacity 0.5s ease-in-out;
  	transition: opacity 0.5s ease-in-out;
}
.single-product:hover>.product-img .pro-buttons, .single-product:hover>.product-img .add-to-cart-top {
	opacity:1; 
}
.pro-buttons ul {
	list-style:none;
	text-align:center; 
	margin:0px;
}
.pro-buttons ul li {
	display:inline;
	margin-left:11px;
	margin-right:11px; 
}
.pro-buttons a {
	text-align:center;
}
.add-to-cart-top .button {
	width:100%;
	position:absolute;
	bottom:0px;
	margin:0px;
}
.single-product:hover>.product-img .secondary-image { 
	opacity:0;
}
.pro-buttons, .add-to-cart-top { 
	opacity:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}
.single-product:hover>.product-img .pro-buttons, .single-product:hover>.product-img .add-to-cart-top {
	opacity:1; 
}
.single-product {
	padding-top:15px;
	padding-bottom:15px; 
}
/*-----------------------
New Products CSS ends
--------------------------*/


/*-----------------------
three-column-products
--------------------------*/
.three-column-products {
	margin-bottom:50px; 
}
.small-title h2 {
	font-size:15px !important;
	text-align:left; 
}
.small-title h2 span {
	padding-left:0px; 
}
.product-detail h6 {
	margin-top:10px;
	margin-bottom:10px; 
}
.product-detail .price {
	padding:0px; 
}
.featured-product {
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid; 
}
.featured-product:first-child {
	padding-top:0px;
	border-top:0px;	 
}
.featured-product .product-image {
	padding-left:0px; 
}
.featured-product img { 
	width:100%;
}
.product-image img {
	width:100%;
	height:auto; 
}
/*-----------------------
three-column-products Ends
--------------------------*/

/*-----------------------
Categories Wrap
/*-----------------------*/
.categories-wrap {
	margin-bottom:50px; 
}
.categories-inner .category {
	position:relative; 
}
.categories-wrap .category-thumb {
	position:relative; 
	overflow:hidden;
}
.categories-wrap img {
	 width:100%;
	 height:auto;
}
.category-thumb:hover::before {
    opacity: 0.4;
    visibility: visible;
    z-index: 1;
}
.category-thumb::before { 
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: visible;
    width: 100%;
    z-index: 9;
}
.category-title {
	position:absolute;
	width:100%;
	bottom:30px;
	text-align:center;
}
.category-title h3 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	padding-top:20px; 
	text-transform:uppercase;
}
.category-title p {
	padding-bottom:20px;
	margin-bottom:0px; 
}
/*=====================
CateGories Wrap ends here.
=====================*/


/*=====================
Testimonials Section
========================*/
.testimonials {
	background-image:url('images/help/testimonialbg.jpg'); 
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:50px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background: rgba(0, 0, 0, 0) url("images/help/testimonialbg.jpg") repeat fixed center center / cover;
    position: relative;
}
.testimonials .customer-info {
	margin-top:16px; 
	font-weight:bold;
}
.testimonials .customer-info img {
	border-radius:45px;
	width:75px;
	height:75px; 
	margin-right:15px;
	float:left;
}
.testimonial {
	padding-left:70px;
	padding-right:70px; 
}
.customer-info .name {
	display:block;
	margin-top:30px; 
	float:left;
}
.testimonials .owl-prev , .testimonials .owl-next { 
    position: relative;
}
.testimonials .owl-prev:hover , .testimonials .owl-next:hover { 
    position: relative;
}
.testimonials .owl-next { 
	float:left;
	right:0px;
	margin-left:5px;
}
.testimonials .owl-prev { 
	float:left;
	left:0px;
	margin-right:5px;
}
/*Testimonials Section Ends*/

/*===============
Blog Section
===============*/
.blogSection {
	margin-bottom:50px; 
}
.blogSection .post {
	position:relative; 
}
.blogThumb > img {
    width: 100%
}
.blogThumb {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center
}
.post-meta-date {
	font-weight:bold;
	padding:5px;
	bottom:0px;
}
.blogThumb .post-meta-date::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}
.blogThumb:hover .post-meta-date::before {
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}
.blogThumb:hover a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}
.blogSection h5 { 
	margin-top:15px;
	margin-bottom:15px;
}
/*Blog Section*/

/*==========
Brands
============*/
.brandsWrap { 
	position:relative;
	margin-bottom:50px;
}
.brandsWrap .brand-carousel {
	margin:0px;
	border-top:1px solid;
	width:100%;
}
.brandsWrap  .bran-logo {
	padding-top:25px; 
	text-align:center;
}
.brandsWrap  .bran-logo img { 
	width:200px;
	height:auto;
	text-align:center;
	margin:auto;
}
/*Brands*/

/*====================
Sepcial Box
=======================*/
.specialInfo {
	margin-bottom:50px;
	margin-top:10px; 
}
.specialBox { 
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
    padding-bottom: 28px;
    padding-top: 28px;
}
.specialBox:last-child {
	border-right:0px; 
}
.specialBox .special-icon {
    display: block;
    font-size: 45px;
    height: 77px;
    line-height: 77px;
    margin: 0 auto;
    text-align: center;
    width: 77px;
}
.specialBox h5 {
    margin-bottom: 20px;
    margin-top: 24px;
    text-transform: uppercase;
	text-align:center;
}
.specialBox p {
	text-align:center; 
}
/*Special Box*/

/*==========================
Footer
=============================*/
.footer {
	width:100%;
	border-top:6px solid;
}
.tx-div {
	width:30px;
	display: block;
    height: 3px;
	opacity:.8;
    margin: 10px 0 15px; 
}
.footer h2 {
	font-size:19px; 
	margin-bottom:0px;
	font-weight:bold;
}
.footerTop {
	 padding-top:40px;
	 padding-bottom:40px;
}
.footerTop ul { 
	margin:0px;
	list-style:none;
}
.vertical li a {
	padding-left:0px;
	padding-right:0px; 
}
.footerbottom {
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
}
.footerbottom ul {
	margin:0px;
	border-bottom:1px solid; 
	float:left;
}
.footerbottom ul li {
	list-style:none;
	display:inline; 
}
.footerbottom ul li a {
	border-right:1px solid; 
	padding:0px 10px;
}
.footerbottom ul li:first-child a { 
	padding-left:0px;
}
.footerbottom ul li:last-child a { 
	border:0px;
	padding-right:0px;
}
.footer h2 {
	font-size:19px; 
	margin-bottom:0px;
	font-weight:bold;
}
.footerbottom .payment a {
	font-size:30px;
}
.copyrightinfo {
	font-size:15px;
	margin-top:15px; 
}
.address i {
    width: 45px;
    height: 45px;
    border: 2px solid;
    font-size: 1.2857142857142858em;
    text-align: center;
    line-height: 41px;
    float: left;
    margin-right: 0.7em;
    margin-bottom: 0.7em;
}
.address h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px;
	font-weight:bold;
}
.footer ul {
	margin:0px; 
}
#top {
    position: fixed;
    right: 15px;
    text-align: center;
    bottom: 10%;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 100%;
    background: #111111;
    width: 40px;
    height: 40px;
    padding: 0px 8px 6px;
    font-size: 27px;
    opacity: .9;
    z-index: 99;
}
/*--------------------------
Footer CSS ends here
---------------------------*/

/*==============
Ohter
===============*/
.socialicons { 
	font-size:20px;
}
.socialicons a {
	margin-right: 10px;
    border: 1px solid;
    border-radius: 371px;
    padding: 6px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    float: left;
}
.breadcrumbs-container { 
	margin-top:20px;
	margin-bottom:20px;

}
.blog-post img {
	width:100%; 
}
.post-content h2 a {
	font-size: 25px;
    font-weight: bold;
    color: #222; 
}
.post-content h2 { 
	padding-top: 0px;
    margin-top: 0px;
    line-height: 18px;
    margin-bottom: 21px;
}
.post-content h1 {
	font-size:28px;
	font-weight:bold; 
}
.post-content h2 a:hover {
	color: #996633; 
}
.post-meta {
	margin-bottom: 10px;
    border-top: 1px dashed #EAEAEA;
    border-bottom: 1px dashed #EAEAEA;
    padding-top: 10px;
    padding-bottom: 10px;
}
.blog-post { 
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #EAEAEA;
}
.pagination .current { 
	padding:0px;
}
.pagination .current  a { 
	color:#FFF;
}
.sidebar .widget h2 {
	margin-top: 0px;
    padding-top: 0px;
    line-height: 17px;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 6px;
	margin-bottom:10px; 
}
.widget {
	margin-bottom: 35px;
}
.shop-sidebar .widget { 
	border-bottom: 1px solid #ccc;
	padding-bottom:20px;
}
.tags {
	margin:0px;
	padding:0px; 
}
.tags li {
	display:inline; 
	float:left;
}
.tags li a {
	padding:5px;
	border:1px solid #666;
	color:#666;
	margin-right:10px;
	margin-bottom:10px; 
	display:inline-block;
}
.popular-post {
	border-bottom:1px dashed #EAEAEA; 
	margin-bottom:15px;
}
.popular-post strong {
	 font-size:14px;
	 display:block;
	 margin-bottom:10px;
}
.popular-post img {
	 margin-right:10px;
}
.small-thumb {
	padding-right:15px; 
}
.post-tags strong {
	margin-right:15px;
	font-size:120%; 
}
.post-tags a {
	margin-right:15px;
	text-transform:uppercase; 
}
.post-tags {
	border-top:1px dashed #EAEAEA;
	border-bottom:1px dashed #EAEAEA;
	padding-top:10px;
	padding-bottom:10px; 
}
.post-share {
	padding-top:20px; 
}
.post-share strong {
	font-size:120%;
	margin-right:15px; 
	float:left;
	margin-top:10px;
}
.post-share a {
	font-size:22px;
	margin-right:15px;
	color:#FFF;
	background-color:#996633;
	padding:5px;
	border-radius:45px;
	display:block;
	text-align:center;
	float:left;
	width: 40px;
    height: 40px;
}
.post-share a:hover {
	background-color:#EAEAEA;
	color:#996633;
}
.author-box {
	border-bottom:1px solid #EAEAEA;
	padding-bottom:10px; 
}
.commentbox h3 {
	font-weight:bold;
	font-size:18px;
	margin-top:15px;
	margin-bottom:15px; 
}
.contact-map {
	margin-bottom:25px; 
}
.contact-page h4 {
	margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 0px;
    margin-top: 10px;	 
}
.content-area h4 {
	margin-bottom: 15px;
    padding-bottom: 0px;
    line-height: 22px;
    margin-top: 10px;
}
.quantity .input-text.qty {
    width: 35px;
    height: 41px;
    padding: 0 5px;
    text-align: center;
}
.shop-sidebar {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    padding: 18px;
}
.filtercontroler {
	padding-top:25px; 
	margin-bottom:20px;
	clear:both;
}
.filtercontroler input {
	border:0px;
	background-color:transparent;
	border-color:transparent; 
}
.list-view-products h6 {
	 text-align: left;
    margin-top: 0px;
    font-size: 18px;
    border-bottom: 1px dashed #CCC;
    padding-bottom: 10px;
}
.list-view-products .price { 
	text-align:left;
}
.list-view-products .price span {
	font-size: 18px;
    line-height: 30px;
}
.list-view-products p {
	margin-top:25px; 
	margin-bottom:25px;
}
.list-view-products .product-options .button {
	margin-right:25px; 
}
.list-view-products .product-options .button:hover {
	color:#FFF; 
}
.list-view-products .product-options .fa {
	font-size: 22px;
}
.list-view-products .single-product {
	padding-top:0px; 
	padding-bottom:0px; 
}
.list-view-products {
	margin-top:20px; 
	margin-bottom:0px !important;
}
.single-product-wrap {
	padding-bottom:20px;
	margin-bottom:20px; 
}
.main-image img {
	width:100%;
	height:auto; 
}
.thumbnails img {
	float:left;
	margin-right:10px; 
	width:calc(25% - 10px);
	height:auto;
}
.thumbnails img:last-child {
	margin-right:0px; 
	width:calc(25%);
}
.prod-dropdown {
	float:left;
	margin-right:5px;
	margin-left:5px; 
}
.prod-dropdown .btncont { 
	font-size: 16px;
	line-height: 16px;
	display: block;
	padding-top: 2px;
	text-align: center;
	width: 25px;
	height: 25px;
	border: 2px solid;
	border-radius: 99px;
	color: #cccccc; 
}
.prod-dropdown .btncont:hover { 
	color: #FFF;
	background-color:#222; 
}
.next-prev-nav {
	padding-top:20px; 
}
.small-dropdown {
	width: 110px;
	padding: 5px;
	text-align: center;
}
.single-product-wrap h1 {
	margin-top: 0px;
    padding-top: 0px;
	padding-bottom:15px;
    line-height: 32px;
    font-size: 25px; 
	border-bottom:1px dashed #CCC;
}
.bigprice {
    color: #996633;
    font-weight: bold;
    text-align: center;
    font-size: 35px;
}
.smallprice {
    color: #6d6e70;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
}
.seprator {
	width:100%;
	height:10px;
	border-bottom:1px dashed #CCC; 
}
.add-to-cart {
	margin-top:15px;
	font-weight:bold;
	text-align:center; 
}
/*----------------------------
About US page CSS
-------------------------------*/
.title_container {
	width:100%;
	min-height:370px;
	background-image:url("../images/help/title_bg.jpg"); 
	background-size:cover;
	margin-bottom:50px;
}
.page-title {
	padding-top:130px; 
}
.page-title h1 {
	text-align:center;
	border-top:1px solid;
	border-bottom:1px solid;
	text-shadow:1px 2px 3px #666;
	font-weight:bold;
	text-transform:uppercase;
	font-size:38px;
	padding-top:15px;
	padding-bottom:15px;
}
.content-area {
	margin-bottom:50px;
	position:relative; 
}
.content-area .section-title {
	max-width:100%; 
}
.progress {
  margin: 0 auto 2rem auto;
  padding: 0;
  height: 30px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 6px; 
 }
.meter {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%; 
}
.percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma,arial,helvetica;
  font-size: 12px;
  color: white; 
}
.accordion-navigation > a:after {
  content: "↡";
  padding-left: 5px;
  float: right;
  font-size: 20px; 
}
.accordion-navigation.active > a:after {
  content: "↟"; 
}
.our-team {
	position:relative;
	margin-bottom:50px; 
}
.service {
	width: 100%;
	height: 334px;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.service .service-icon-box {
	position: relative;
	top: 100px;
	display: inline-block;
	margin-bottom: 40px;
	padding: 10px;
	background: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.service .service-heading {
	position: relative;
	top: 80px;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}
.service .service-description {
	width: 80%;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0); 
}
 .service .service-icon-box > img.service-icon {
	width: 80px; 
}
.service:hover {
	border-color: #996633; 
}
.service:hover .service-icon-box {
	top: -30px; 
}
.service:hover .service-heading {
	top: -30px; 
}
.service:hover .service-description {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); 
}
.user-profiles {
	text-align: center;
    margin: auto;
    width: 151px;
    margin-top: 15px;
}
.pageerror h1 { 
	text-align: center;
    margin-top: 50px;
    font-weight: bold;
    font-size: 133px;
}
.pageerror h2 { 
	text-align:center;
}
/*----------------------------
About US page CSS Ends
-------------------------------*/

/*-------------------------------
Shop Page
-------------------------------*/
div.products-wrap {
	margin-bottom:20px; 
}
.category-banner {
	position:relative; 
	width:100%;
}
.category-banner .shop-title {
	position:absolute;
	width: 100%;
    background: rgba(0, 0, 0, 0.7);
    right: 0px;
    text-align: center;
    bottom: 40px;
    top: normal;
	padding-top:15px;
	padding-bottom:15px;
}
.category-banner .shop-title h1 {
	padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px solid #E6E7E8;
    border-bottom: 1px solid #E6E7E8;
    display: block;
    width: 85%;
    margin: auto;
	margin-bottom: 0px;
    font-size: 48px;
    color: #E6E7E8;
    font-weight: bold;
    text-shadow: 2px 2px 1px #000; 
	text-transform:uppercase;
}
.product-filter {
	margin-top:25px; 
	padding-top:25px;
	border-top:1px dashed #EAEAEA;
}
.product-filter .grid-filter a {
	font-size:18px;
	width:35px;
	height:35px;
	color:#FFF;
	background-color:#222;
	padding:10px; 
}
.product-filter .grid-filter a.active {
	background-color:#f0f0f0;
	color:#222; 
}
.product-filter em {
	 float:left;
	display:table-cell;
	vertical-align:central;
	line-height:35px;
}
.product-filter .byview {
	padding-left:65px; 
}
.product-filter .byview select, .product-filter .sortby select { 
	float:left;
	width:50px;
	height:35px;
	margin-left:5px;
	padding:6px;
}
.product-filter .sortby select {
	width:150px;	
}



/*-------------------------------
Mobile Adjustments Media Queries
--------------------------------*/
@media only screen and (max-width: 942px) {
.owl-prev , .owl-next { 
    position: relative;
}
.owl-prev:hover , .owl-next:hover { 
    position: relative;
}
.owl-next { 
	float:left;
	right:0px;
	margin-left:5px;
}
.owl-prev { 
	float:left;
	left:0px;
	margin-right:5px;
}
.owl-controls {
	margin-top:10px; 
}
/*-Top Navigation CSS*/

.navigation .dropdown.menu>li {
	display:block;
	position:relative;
	width:100%;
	clear:both; 
}
.navigation .dropdown.menu>li img {
	max-width:100%; 
}
.navigation .dropdown.menu>li iframe {
	max-width:100%; 
}
.inner-mega {
	width:100%;
	padding:15px; 
}
.navigation .dropdown.menu>li.opens-right>.is-dropdown-submenu {
	width:100%; 
}
.top-bar-title {
	display: block;
    width: 100%;
    float: none;
    padding: 15px;
    padding-bottom: 25px;
    clear: both;
}
/*Footer Settings*/
.footer-widget {
	margin-bottom:15px; 
}
.footerbottom ul {
	text-align: center;
    width: 100%;
    border-bottom: 0px; 
}
.copyrightinfo {
	text-align:center; 
}
/*Featured Categories Settings*/
.new-products .tabs-title>a {  
	padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}
.banner-block, .featured-column { 
	margin-bottom:15px;
}
.logo-wrap {
	text-align:center; 
}
/*Products*/
.product-details-single {
	margin-top:30px;
}
.post-share {
	margin-bottom:30px; 
}
.single-product-wrap {
	padding-bottom:0px; 
}
.single-product {
	max-width:320px;
	margin:auto; 
}
.service {
	margin-bottom:15px; 
}
.category-banner .shop-title {
	bottom:15px; 
}
.category-banner .shop-title h1 {
	font-size:16px; 
}
.shop-sidebar {
	margin-bottom:30px; 
}
.list-view-products .single-product-wrap {
	border-bottom:1px solid #eaeaea; 
}
.list-view-products p {
	margin-top:10px;
	margin-bottom:10px; 
}
.product-img {
	min-width:250px;
	max-width:250px;
	margin:auto;
	margin-bottom:15px;
}
.product-img img {
	height:auto; 
}
.product-img {
	min-height:300px;
}
.list-view-products .product-info .columns {
	padding-left:0px; 
}
.list-view-products .menu>li>a {
	padding-left: .4rem;
	padding-right: .4rem; 
}
.shop-sidebar {
	float:right; 
}
}
/*-------------------------------
Mobile Adjustments Media Queries
--------------------------------*/
