/***************************
Add your custom styles below
****************************/


/* fix gallery grid spacing*/
.shop-item-1 {
	padding: 0; 
}

.shop-item-1 .shop-item__image {
	margin: 0;
}

.shop-item__image img {
	margin-bottom: 0;
}


/*fix owl carosel inside inactive tabs*/
.tabs-content li > .tab__content {
	display: block;
	height: 0;
	overflow: hidden;
}

.tabs-content li.active > .tab__content {
	height: auto;
}

/*owl carosel nav arrows move to top*/
	.owl-theme .owl-controls .owl-nav {
	top: 0;
}

/*fix tabs 5*/
section.tabs-5 {
	padding-top: 6.5em;
}

section.tabs-5 .tabs-content {
	padding-top: 2.625em;
}

.tabs-5 .tabs li .tab__title {
	background: #ddd;
}

.tabs-5 .tabs li:not(.active) .tab__title {
	background: #ddd;
}

.tabs-5 .tabs li:not(:last-child) {
	margin-left: 0;
}


/*
fix nav bar right-side padding
*/
.nav-module:last-of-type {
	padding-right: 1em; 
}


@media all and (max-width: 767px) {

	h6 {
		margin-bottom: 0;
	}
}
