.module-store:before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height:100%;
	background-size: cover;
}

.module-store .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0 10px;
    margin-top: 2.5em;
}

.module-store .swiper-pagination-bullet {
    width: 50px;
    border-radius: 0;
    height: 4px;
    background: var(--color-primary);
}


.module-store {
    padding: 8em 0;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-80077091-ca50-4822-8907-ab516b584f6d/assets/our_locations_bg.png);
    background-size: cover;
    background-position: center;
}
.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: #ffffff;
    background: #323234;
    border-radius: 50%;
    margin: 0 auto 40px;
    display: none;
}
.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: 'Satoshi';
    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: 50%;
}
.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 var(--color-primary);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    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;
	padding: 2em 0;
}
.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: 230px;
    height: 230px;
}
.module-store .ry-container .ry-content .swiper-slide .store-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
}
.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-reverse;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    z-index: 3;
    max-width: 180px;
    gap: 10px;
}



.module-store .ry-container .ry-content .swiper-slide .store-photo:after {
    content: "";
    z-index: 2;
    background: transparent;
    border-radius: 100%;
    border: 1px solid var(--color-secondary);
    position: absolute;
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px)
}


div.module-store .section-heading {
   margin-bottom:-2.5em !important;
}


.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;
    display: none;
}
.module-store .ry-container .ry-content .swiper-slide .store-description h4 {
    font-family: var(--font-default);
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-primary);
    padding: 0 10px !important;
    font-size: 20px;
    line-height: 1.3;
}
.module-store .ry-container .ry-content .swiper-slide .store-description a {
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    display: none;
}
.module-store .ry-container .ry-content .swiper-slide .store-description svg {
	fill: var(--color-primary);
	height: 25px;
	width: 25px;
}

.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-image: url(https://www.royacdn.com/unsafe/smart/Site-80077091-ca50-4822-8907-ab516b584f6d/assets/circle.png);
    z-index: 2;
    background-size: cover;
}
.module-store .ry-container .ry-content .swiper-slide:nth-child(odd) .store-photo:before {
}
.module-store .ry-container .ry-content .carousel-wrapper .button-wrapper {
    clear: both;
    padding-top: 50px;
    margin: 0 auto;
    display: none;
}

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