.module-store:before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height:100%;
	background-color: #325060;
	background-size: cover;
}
.module-store {
    padding: 140px 0;
}
.module-store .ry-container {
    display: flex;
    justify-content: center;
}
.module-store .ry-container .ry-content .fa-map-marker {
    width: 60px;
    height: 60px;
	align-items: center;
    display: flex;
	justify-content: center;
	font-family: 'FontAwesome' !important;
	font-size: 30px;
	color: #666;
	background: #df8a3f;
    border-radius: 50%;
    margin: 0 auto 40px;
}
.module-store .ry-container .ry-content .ry-section-headline h2 {
    color: #fff;
}
.module-store .ry-container .ry-content .ry-text p {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins';
    margin: 25px auto 80px;
	max-width: 720px;
	line-height: 1.7;
	font-weight: 400;
}
.module-store .ry-container .ry-content .carousel-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 1280px;
    float: unset;
    margin: 0 auto;
}
.module-store .ry-container .ry-content .carousel-wrapper .swiper-button-prev, 
.module-store .ry-container .ry-content .carousel-wrapper .swiper-button-next {
    background: transparent;
    width: 15px;
    height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 38%;
}
.module-store .ry-container .ry-content .carousel-wrapper .swiper-button-prev:before, 
.module-store .ry-container .ry-content .carousel-wrapper .swiper-button-next:before {
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.module-store .ry-container .ry-content .carousel-wrapper .swiper-button-prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.module-store .ry-container .ry-content .carousel-store {
	max-width: 1150px;
}
.module-store .ry-container .ry-content .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.module-store .ry-container .ry-content .swiper-slide .store-photo {
    width: 190px;
    height: 190px;
}
.module-store .ry-container .ry-content .swiper-slide .store-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.module-store .ry-container .ry-content .swiper-slide .each-link, 
.module-store .ry-container .ry-content .swiper-slide .each-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}
.module-store .ry-container .ry-content .swiper-slide .store-description {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	z-index: 3;
	max-width: 180px;
}
.module-store .ry-container .ry-content .swiper-slide .store-description .icons {
    width: 37px;
	padding-bottom: 10px;
	min-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.module-store .ry-container .ry-content .swiper-slide .store-description h4 {
    font-size: 16px !important;
    font-family: 'Poppins';
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
	font-weight: 700;
	margin-bottom: 5px;
	color: #325060;
	padding: 0 10px !important;
	text-shadow: 1px 1px 3px #000;
}
.module-store .ry-container .ry-content .swiper-slide .store-description a {
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
	color: #fff;
}
.module-store .ry-container .ry-content .swiper-slide .store-description svg {
	fill: #fff;
}
.module-store .ry-container .ry-content .swiper-slide:nth-child(even) .store-description h4,
.module-store .ry-container .ry-content .swiper-slide:nth-child(even) .store-description a {
	color: #666;
}
.module-store .ry-container .ry-content .swiper-slide:nth-child(even) .store-description svg {
	fill: #666;
}

.module-store .ry-container .ry-content .swiper-slide:nth-child(even) .store-photo:before,
.module-store .ry-container .ry-content .swiper-slide:nth-child(odd) .store-photo:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #df8a3f80;
    z-index: 2;
    border-radius: 50%;
}
.module-store .ry-container .ry-content .swiper-slide:nth-child(odd) .store-photo:before {
	background: #32506080;
}
.module-store .ry-container .ry-content .carousel-wrapper .button-wrapper {
    clear: both;
    padding-top: 50px;
	margin: 0 auto;
}

.module-store .ry-btn:hover {
	border: 1px solid #666;
}