body {
	overflow-x: hidden;
}
hr {
	border-top: 1px solid #58585a;
}
#accordion .card-header {
	background: #58585a;
	border-top: 4px solid #58585a;
	border-bottom-right-radius: 1rem !important;
}
.unique-color-dark {
	background-color: #111 !important;
	color: #fff;
}
.deep-gold {
	background: #58585a !important;
}
.text-deep-gold {
	color: #58585a !important;
}
.btn-primary {
	color: #fff;
	background-color: #58585a99 !important;
	border-color: #58585a !important;
}
.btn-primary:hover{
	background-color:#58585a !important;
}
a {
	color: #58585a;
}
a:hover {
	text-decoration: none;
	opacity: 0.9;
}
.color-black {
	color: black;
}
.nav-link {
	font-size: 1.2rem;
}
.social-media {
	position: fixed;
	display: block;
	right: 5px;
	bottom: 40%;
	width: 40px;
	z-index: 10000;
}
.social-media > a {
	display: block;
	margin-bottom: 5px;
	box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.3);
}
/*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
.navbar{
	background:#fffe;
	box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.3);
}
.navbar-brand {
	width: 50%;
}
.navbar-brand img {
	width: 100%;
	max-width: 200px;
}
.categoryItem {
	border-radius: 5%;
	overflow: hidden;
	position: relative;
	box-shadow: 0.1rem 0.4rem 1rem rgba(146, 105, 105, 0.4);
	transition: all 0.5s;
}
.categoryItem > a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	transition: all 1s;
}
.categoryItem::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	bottom: -80px;
	border-radius: 50%;
	background-image: linear-gradient(
		to right top,
		rgba(0, 0, 0, 0.1),
		rgba(0, 0, 0, 0.4)
	);
	filter: blur(44px) !important;
	transition: all 0.4s ease-in-out;
	opacity: 0;
}
.categoryItem:hover::before {
	width: 400px;
	height: 400px;
	opacity: 1;
}
#categoriesCont .col:nth-child(2n + 1) .categoryItem:hover {
	box-shadow: none;
	transform: skewY(-2deg);
}
#categoriesCont .col:nth-child(2n + 2) .categoryItem:hover {
	box-shadow: none;
	transform: skewY(2deg);
}
.categoryItem > a > strong {
	display: block;
	position: absolute;
	bottom: 3%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 1.3rem;
}
#catalogueCont .card {
	box-shadow: 0.1rem 0.4rem 1rem rgba(146, 105, 105, 0.4);
	transition: all 0.5s;
}
#catalogueCont .card:hover {
	box-shadow: none;
	top: 0.1rem;
}
.rgba-black-strong,
.rgba-black-strong::after {
	background-color: rgba(0, 0, 0, 0.7);
}
.black-text {
	color: #000 !important;
}
.white-text {
	color: #fff !important;
}
.card-body {
	padding: 0.5rem;
	text-align: center;
	transition: background 0.5s;
}
a.card:hover .card-body {
	background: #58585a;
}
a.card:hover .card-body h5 {
	color: #fff;
}
.footerWhiteBg {
	background: #fff2;
	padding: 1rem;
}
.servicesEntry {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.servicesEntry > a {
	display: flex;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.servicesEntry img {
	transition: all 0.5s;
}
.servicesEntry:hover img {
	filter: blur(4px) !important;
	transform: scale(1.04);
}
.servicesEntry > a h4 {
	font-size: 0;
}
.servicesEntry > a:hover h4 {
	transition: all 0.2s linear;
	font-size: 1.5rem;
	text-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.9);
}
.modal-body .rounded {
	max-width: 100%;
}
.modal-body .rounded iframe {
	max-width: 100%;
}
.serviceOverlay {
	position: absolute;
	background: #0007;
	bottom: -55px;
	left: 0;
	right: 0;
	height: 130px;
	text-align: center;
	transition: bottom 0.5s ease;
	clip-path: polygon(0 10%, 0 100%, 100% 100%, 100% 0);
	z-index: 10;
}
.serviceOverlay h5 {
	width: 100%;
	background: #fff;
	padding: 25px 0;
	margin: 0;
}
.checkBtnCont {
	padding: 10px 0;
}
.serviceCont {
	overflow: hidden;
	padding-bottom: 40px;
	box-shadow: 0.1rem 0.4rem 2rem rgba(0, 0, 0, 0.7);
}
.serviceCont > .card-img-top {
	position: relative;
	top: 0;
	transition: all 0.5s;
}
.serviceCont:hover .serviceOverlay {
	bottom: 0;
}
.serviceCont:hover > .card-img-top {
	top: -15px;
	filter: grayscale(100%);
}
@media (min-width: 576px) {
	h1.overflowTxt {
		font-size: 1.5rem;
	}
}
.card-img-overlay {
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.card-img-overlay {
	top: auto;
}

.hero-img-overlay{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	text-align:center;
	max-width:100%;
}
.hero-img-overlay > img{
	max-width:100%;
}

h1 {
	font-size: 2.3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-shadow: -1px 1px #000;
}
h1.overflowTxt .btn-secondary {
	color: #fff;
	background-color: #6c757d66;
	border: 2px solid #6c757d66;
	padding: 1rem 3rem;
	margin-top: 1rem;
}
h1.overflowTxt .btn-secondary:hover {
	background-color: #6c757dff;
	border: 2px solid #6c757dff;
}
#topTrending {
	background-image: linear-gradient(
		to bottom right,
		rgba(0, 0, 0, 0.3),
		rgba(0, 0, 0, 0.1)
	);
	padding: 7rem 3rem;
	transform: rotate(-1deg);
}
#topTrending > * {
	transform: rotate(1deg);
}
.pierre-cardin{
	padding:5rem 3rem;
}
.pierre-cardin__items > div {
	perspective: 150rem;
	-moz-perspective: 150rem;
	-webkit-perspective: 150rem;
	position: relative;
}
.pierre-cardin__item--side {
	transition: all 0.8s ease;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.pierre-cardin__item--side.back {
	background-image: linear-gradient(to right bottom, #fff, #ddd);
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	border-radius: 10px;
}
.pierre-cardin__item--side.back .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.pierre-cardin__items > div:hover .pierre-cardin__item--side.front {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.pierre-cardin__items > div:hover .pierre-cardin__item--side.back {
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
}
.pierre-cardin__items--img {
	border-radius: 10px;
	box-shadow: 0.3rem 0.3rem 1rem #0004;
}
.pierre-cardin__items--title {
	position: absolute;
	background-image: linear-gradient(to right bottom, #fff, #ddd);
	color: #000;
	min-width: 70%;
	padding: 0.5rem 0;
	text-align: center;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) rotate(-2deg);
	box-shadow: 0.3rem 0.3rem 1rem #0004;
	font-weight: 100;
}
.pierre-cardin__items--title > * {
	padding: 0;
	margin: 0;
	transform: rotate(2deg);
}
.card-footer .text-muted {
	font-size: 1.5rem;
}
.product_view {
	font-size: 1.1rem;
}
.product_img img {
	width: 100%;
}
.thumbs-list_img {
	margin: 0 2px;
	cursor: pointer;
	max-width: 25%;
}
.shop-list-titles > a {
	color: #313131;
	font-size: 1.3rem;
}
.shop-list-titles > a.active {
	color: #58585a;
	font-size: 2rem;
}
.shop-list-titles > a:hover {
	color: #58585a;
	font-size: 2rem;
}
.section-title {
	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	grid-column-gap: 1.5rem;
	align-items: center;
	width: 70vw;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.section-title::before,
.section-title::after {
	content: '';
	display: block;
	height: 1px;
	background-color: #58585a;
}
/* MD */
@media (min-width: 768px) {
	.pierre-cardin {
		padding: 5rem;
	}
	.pierre-cardin__items > div {
		margin: 0 1rem;
	}
	.card-img-overlay {
		width: 50%;
		background-image: linear-gradient(
			to right,
			rgba(0, 0, 0, 0.2),
			rgba(0, 0, 0, 0)
		);
	}
	.card-img-overlay {
		top: 0;
	}
	h1.overflowTxt {
		font-size: 3.5rem;
		text-align: left;
	}
	h1.overflowTxt {
		font-size: 2rem;
		bottom:0;
		left:50%;
		width:100%;
		transform: translate(-50%, -50%);
		position: absolute;
	}
}
/* LG */
@media (min-width: 991px) {
	h1.overflowTxt {
		font-size: 3.5rem;
	}
}