body,
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    font-family: 'Roboto', sans-serif!important;
}


.email-link, a {
	text-decoration: none
}
.img-wrapper {
	position: relative;
	width: 350px;
	height: 350px
}
.city-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden
}
.img-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(76, 26, 58, 0);
	transition: background-color .5s;
	border-radius: 20px;
}
.img-overlay:hover {
	background-color: rgba(76, 26, 58, .5)
}
.btn-city {
	color: #fff;
	width: 350px;
	text-align: center;
	margin-top: -4px
}
.img-text-wrapper {
	transform: translateY(100%);
	transition: transform .5s, opacity .5s;
	opacity: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center
}
.img-overlay:hover .img-text-wrapper {
	transform: translateY(-25%);
	opacity: 1
}
.img-text {
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px
}
.title-shop{
	font-size: 24px;
	text-transform:uppercase;
}

.swiper-slide {
	margin: 0
}
.img-wrapper {
	display: block;
	margin: 0 auto;
	text-align: center;
	bottom: -42px
}
.btn-city {
	display: block;
	position: relative;
	z-index: 99;
	font-family: Roboto;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;
	text-transform:uppercase;
}
.owl-carousel .owl-nav {
	position: relative;
	top: 20px;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.owl-carousel .owl-next, .owl-carousel .owl-prev {
	background: 0 0;
	border: none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	outline: 0;
	padding: 0;
	z-index: 1;
	margin: 0 20px
}
.owl-carousel .next-btn, .owl-carousel .prev-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	border-radius: 50%;
	color: #000;
	font-size: 14px;
	line-height: 1
}
.owl-carousel .next-btn:before, .owl-carousel .prev-btn:before {
	content: ""
}
.owl-carousel .prev-btn:before {
	content: '<'
}
.owl-carousel .next-btn:before {
	content: '>'
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 15px!important;
    line-height: 23px!important;
}
.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 5px rgba(0, 0, 0, .5)
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .5
}
.slick-next, .slick-prev {
	position: absolute;
	top: 112%;
	transform: translateY(-50%);
	z-index: 1;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	font-size: 1px;
	line-height: 30px;
	cursor: pointer
}
.slick-prev {
	left: calc(50% - 140px)
}
.slick-next {
	right: calc(50% - 140px)
}
.slick-dots {
	position: absolute;
	bottom: -55px;
	left: calc(50% - 150px);
	width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0
}
.slick-dots li {
	margin: 0 5px
}
.slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #999;
	border: none;
	padding: 0;
	margin: 0
}
.slick-dots .slick-active button {
	background-color: transparent;
	border: 1px solid #4c1a3a;
	border-radius: 50%;
	width: 20px
}
.slick-dotted.slick-slider {
    margin-bottom: 80px;
}
.main-header {
	font-family: 'Roboto', sans-serif;
	color: #4c1a3a;
	margin: 10px 0 40px;
}
a {
	color: #4c1a3a;
	background-color: transparent
}
.email-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #fff
}
.email-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 8px
}
.email-icon i {
	color: #4c1a3a;
	font-size: 18px
}
.heading2 {
	color: #4c1a3a;
    text-transform: uppercase;
    margin: 0 0 30px;
    display: block;
    padding-top: 35px;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    line-height: 19px;
}
.main-header span {
	border-bottom: 3px solid black;
    display: inline-block;
	font-family: Roboto;
	font-size: 40px;
	font-weight: 600;
	line-height: 53px;
}

p {
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
}
a.bold{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 600;
	line-height: 21px;

}
.site-footer2 {
	height: 10px;
	width: 100%;
	text-align: center;
	padding-top: 30px
}
.footer-container {
	max-width: 100%;
	margin: 0 auto
}
.footer-text {
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 25px;
	background: #4c1a3a
}
.slide-loader {
	height: 5px;
	background-color: #4c1a3a;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	transition: width .3s
}
.owl-carousel .center-item {
	justify-content: center;
	align-items: center;
	text-align: center
}
@media (max-width:537px) {
	.slick-list {
		position: relative;
		display: block;
		overflow: hidden;
		padding: 0;
		zoom: 0.8
	}
}
@media (min-width:1200px) {
	.container {
		max-width: 1250px
	}
}
.slick-track {
	display: flex;
	justify-content: center;
	align-items: center
}
@media screen and (max-width:537px) {
	.slick-slide {
		margin-right: -10px;
		transform: scale(.85)
	}
	.slick-center {
		transform: scale(1)
	}
}

@media(max-width:600px){
	.slick-next, .slick-prev {
		top: 115%;
	}
	.img-overlay{
		display:none;
	}
}
.slick-dots li.slick-active button:before {
    color: #4c1a3a!important;
}
.btn-group-lg > .btn, .btn-lg {
    border-radius: 0 0 20px 20px;
}