.wp-block-rtcl-row {
--rt-gutter-x: var(--d-gap-x);
--rt-gutter-y: var(--d-gap-x);
}
@media (max-width: 1024px) {
.wp-block-rtcl-row.rtcl-block-editor {
max-width: 984px;
}
}
@media (max-width: 767px) {
.wp-block-rtcl-row.rtcl-block-editor {
max-width: 564px;
}
}
@media (max-width: 1024px) {
.wp-block-rtcl-row.rtcl-block-editor {
--rt-gutter-x: var(--t-gap-x, var(--d-gap-x));
--rt-gutter-y: var(--t-gap-x, var(--d-gap-x));
}
}
@media (max-width: 767px) {
.wp-block-rtcl-row.rtcl-block-editor {
--rt-gutter-x: var(--m-gap-x, var(--t-gap-x, var(--d-gap-x)));
--rt-gutter-y: var(--m-gap-x, var(--t-gap-x, var(--d-gap-x)));
}
}
.wp-block-rtcl-row.rtcl-block-editor > .block-editor-inner-blocks > .block-editor-block-list__layout {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.wp-block-rtcl-row.rtcl-block-editor > .block-editor-inner-blocks > .block-editor-block-list__layout > div {
padding-top: calc(var(--rt-gutter-y) * 0.5);
padding-right: calc(var(--rt-gutter-x) * 0.5);
padding-bottom: calc(var(--rt-gutter-y) * 0.5);
padding-left: calc(var(--rt-gutter-x) * 0.5);
margin: 0;
box-sizing: border-box;
}
.wp-block-rtcl-row.rtcl-block-editor .block-editor-inner-blocks .block-editor-block-list__layout .wp-block-rtcl-column > .rtcl-block-column > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender.wp-block {
max-width: 100%;
}
.wp-block-rtcl-row.rtcl-block-editor .block-editor-inner-blocks .block-editor-block-list__layout .wp-block-rtcl-column > .rtcl-block-column > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block.wp-block {
max-width: 100%;
}
.wp-block-rtcl-row.rtcl-block-frontend {
width: 100%;
display: flex;
flex-wrap: wrap;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 1024px) {
.wp-block-rtcl-row.rtcl-block-frontend {
max-width: 984px;
}
}
@media (max-width: 767px) {
.wp-block-rtcl-row.rtcl-block-frontend {
max-width: 564px;
}
}
@media (max-width: 1024px) {
.wp-block-rtcl-row.rtcl-block-frontend {
--rt-gutter-x: var(--t-gap-x, var(--d-gap-x));
--rt-gutter-y: var(--t-gap-x, var(--d-gap-x));
}
}
@media (max-width: 767px) {
.wp-block-rtcl-row.rtcl-block-frontend {
--rt-gutter-x: var(--m-gap-x, var(--t-gap-x, var(--d-gap-x)));
--rt-gutter-y: var(--m-gap-x, var(--t-gap-x, var(--d-gap-x)));
}
}
.wp-block-rtcl-row.rtcl-block-frontend > * {
padding-top: calc(var(--rt-gutter-y) * 0.5);
padding-right: calc(var(--rt-gutter-x) * 0.5);
padding-bottom: calc(var(--rt-gutter-y) * 0.5);
padding-left: calc(var(--rt-gutter-x) * 0.5);
}
.custom-field-content-area.el-single-addon.style-2 {
display: flex;
align-items: center;
gap: 10px;
}
.custom-field-content-area.el-single-addon.style-2 .rtin-specs-title {
margin-bottom: 0px;
}
.custom-field-content-area.label-new-line ul li {
display: block;
}
.custom-field-content-area.label-new-line ul li::after {
content: none;
}
.custom-field-content-area ul {
list-style: none;
padding: 0;
margin: 0;
}
.custom-field-content-area ul li {
display: inline;
}
.custom-field-content-area ul li::after {
content: "|";
padding: 0 8px;
font-size: 11px;
vertical-align: middle;
}
.custom-field-content-area ul li:last-child::after {
content: none;
}
.custom-field-content-area ul li .rtin-label {
color: #444;
font-weight: 500;
}
.business-hours table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.5em;
width: 100%;
}
.business-hours table td,
.business-hours table th {
padding: 8px;
border-width: 0 1px 1px 0;
}
.business-hours table,
.business-hours td,
.business-hours th {
border: 1px solid #e2e8f0;
}
.rtcl-block-frontend.rtcl-listings-sc-wrapper {
position: relative;
width: 100%;
}
.rtcl-block-frontend.rtcl-listings-sc-wrapper .rtcl-swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute !important;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
visibility: hidden;
opacity: 0;
}
.rtcl-block-frontend.rtcl-listings-sc-wrapper .rtcl-swiper-lazy-preloader .spinner {
animation: rotate 2s linear infinite;
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
margin: -20px 0 0 -20px;
width: 40px;
height: 40px;
}
.rtcl-block-frontend.rtcl-listings-sc-wrapper .rtcl-swiper-lazy-preloader .spinner .path {
stroke: var(--rtrb-color-primary, #0066ff);
stroke-linecap: round;
animation: dash 1.5s ease-in-out infinite;
}
.rtcl-block-frontend.rtcl-listings-sc-wrapper:not(.rtcl-swiper-init) .rtcl-swiper-lazy-preloader {
visibility: visible;
opacity: 1;
}
@keyframes rotate {
100% {
transform: rotate(360deg);
}
}
@keyframes dash {
0% {
stroke-dasharray: 1, 150;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -35;
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -124;
}
}
@media (min-width: 768px) and (max-width: 1360px) {
.rtcl-block-frontend.rtcl-listings-sc-wrapper .rtrb-swiper-container {
margin-left: 50px;
margin-right: 50px;
}
}
.rtcl-block-related-listing .rtcl-carousel-slider {
position: static;
}
.rtcl-block-widget-filter .widget.rtcl-widget-filter-class .panel-block {
padding: 20px;
}
.rtcl-block-widget-filter .rtcl-widget-filter-class .panel-block .rtcl-filter-form .ui-buttons.has-expanded .btn + .btn.btn-primary {
margin-top: 15px;
}
@media screen and (max-width: 782px) {
.rtcl-block-widget-filter.rtcl-block-editor input[type=checkbox],
.rtcl-block-widget-filter.rtcl-block-editor input[type=radio] {
width: 1rem;
height: 1rem;
}
.rtcl-block-widget-filter.rtcl-block-editor .rtcl-price-filter .ui-accordion-content .row > div:first-child {
margin-bottom: 15px;
}
.rtcl-block-widget-filter.rtcl-block-editor .rtcl-price-filter .ui-accordion-content input[type=number] {
width: 100%;
}
.rtcl-block-editor.rtcl .rtcl-listings-actions .rtcl-view-switcher > a {
height: inherit;
}
}
.rtcl-block-store-name .rtcl.store-content-wrap {
border: none;
padding: 0;
background-color: inherit;
}
.rtcl-block-wrapper {
max-width: 100%;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.rtcl-block-wrapper .rtcl-wrapper-inner {
max-width: 100%;
width: 100%;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1025px) {
body .rtcl-block-editor.rtcl-hide-desktop {
background-image: repeating-linear-gradient(125deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.08) 1px, transparent 2px, transparent 8px);
}
}
@media (min-width: 768px) and (max-width: 1024px) {
body .rtcl-block-editor.rtcl-hide-tablet {
display: inherit;
background-image: repeating-linear-gradient(125deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.08) 1px, transparent 2px, transparent 8px);
border: 1px solid rgba(0, 0, 0, 0.025);
}
}
@media (max-width: 767px) {
body .rtcl-block-editor.rtcl-hide-mobile {
display: inherit;
background-image: repeating-linear-gradient(125deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.08) 1px, transparent 2px, transparent 8px);
border: 1px solid rgba(0, 0, 0, 0.025);
}
}
@media (min-width: 1025px) {
body .rtcl-block-frontend.rtcl-hide-desktop {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
body .rtcl-block-frontend.rtcl-hide-tablet {
display: none !important;
}
}
@media (max-width: 767px) {
body .rtcl-block-frontend.rtcl-hide-mobile {
display: none !important;
}
}
.rtcl.store-content-wrap .store-information .store-info .store-info-item:last-child {
border-bottom: 0;
}.rtcl .rtcl-stores{grid-column-gap:15px;grid-row-gap:15px;display:grid;grid-template-columns:repeat(4,1fr)}.rtcl .rtcl-stores .rtcl-store-item .rtcl-store-link{align-content:center;display:flex;flex-direction:column;justify-content:center}.rtcl .rtcl-stores .rtcl-store-item .rtcl-store-link:hover{text-decoration:none}.rtcl .rtcl-stores .rtcl-store-item .store-thumb{align-content:center;background-color:#fff;display:flex;justify-content:center}.rtcl .rtcl-stores .rtcl-store-item .store-thumb img{max-width:100%}.rtcl .rtcl-stores .rtcl-store-item .item-content{align-items:center;color:#2a2a2a;display:flex;flex-direction:column;justify-content:center;padding:10px 5px}.rtcl .rtcl-stores .rtcl-store-item .rtcl-store-title{font-size:20px;margin-bottom:5px;word-break:break-all}.rtcl .rtcl-stores .rtcl-store-item:hover .item-content{background-color:#1e73be;box-shadow:0 0 20px 0 hsla(0,0%,85%,.75);color:#fff}.rtcl .rtcl-stores.columns-6{grid-template-columns:repeat(6,1fr)}.rtcl .rtcl-stores.columns-5{grid-template-columns:repeat(5,1fr)}.rtcl .rtcl-stores.columns-4{grid-template-columns:repeat(4,1fr)}.rtcl .rtcl-stores.columns-3{grid-template-columns:repeat(3,1fr)}.rtcl .rtcl-stores.columns-2{grid-template-columns:repeat(2,1fr)}.rtcl .rtcl-stores.columns-1{grid-template-columns:repeat(1,1fr)}@media (max-width:991px){.rtcl .rtcl-stores,.rtcl .rtcl-stores.columns-4,.rtcl .rtcl-stores.columns-5,.rtcl .rtcl-stores.columns-6{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.rtcl .rtcl-stores,.rtcl .rtcl-stores.columns-3,.rtcl .rtcl-stores.columns-4,.rtcl .rtcl-stores.columns-5,.rtcl .rtcl-stores.columns-6{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.rtcl .rtcl-stores,.rtcl .rtcl-stores.columns-3,.rtcl .rtcl-stores.columns-4,.rtcl .rtcl-stores.columns-5,.rtcl .rtcl-stores.columns-6{grid-template-columns:repeat(1,1fr)}}.rtcl .rtcl-pricing-table .price-item{border-radius:0;-moz-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease}.rtcl .rtcl-pricing-table .price-item:hover{box-shadow:0 8px 12px 0 rgba(0,0,0,.2)}.rtcl .rtcl-pricing-table .price-item .card-header{background-color:#57ac57;border-color:#71df71;border-bottom:1px solid #71df71;border-radius:0;box-shadow:inset 0 5px 0 rgba(50,50,50,.2);color:#fff;text-shadow:0 3px 0 rgba(50,50,50,.6);-moz-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease}.rtcl .rtcl-pricing-table .price-item .rtcl-po-price{background-color:#ef5a5c;color:#fff;font-size:40px;text-shadow:0 3px 0 rgba(50,50,50,.3)}.rtcl .rtcl-pricing-table .price-item .panel-footer{background-color:rgba(0,0,0,.1);border-bottom:0;box-shadow:0 3px 0 rgba(0,0,0,.3);color:#fff}.rtcl .rtcl-pricing-table .price-item .panel-footer .btn{border:0;box-shadow:inset 0 -1px 0 rgba(50,50,50,.2)}.rtcl.store-content-wrap{background-color:#fff;border:1px solid #e1e1e1;padding:30px 30px 40px}.rtcl.store-content-wrap .store-banner{margin:-30px -30px 20px;position:relative}.rtcl.store-content-wrap .store-banner .banner{background:#008329;max-height:362px;min-height:250px}.rtcl.store-content-wrap .store-banner .store-name-logo{bottom:0;display:flex;left:0;margin:1rem;position:absolute;right:0}.rtcl.store-content-wrap .store-banner .store-name-logo .store-logo{align-items:center;background:#fff;border-radius:2px;box-sizing:content-box;display:flex;height:150px;justify-content:center;width:200px}.rtcl.store-content-wrap .store-banner .store-name-logo .store-logo img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;padding:2px}.rtcl.store-content-wrap .store-banner .store-name-logo .store-info{display:flex;flex-direction:column;justify-content:center;padding:1rem 2rem}.rtcl.store-content-wrap .store-banner .store-name-logo .store-info .rtcl-store-cat{color:#fff}.rtcl.store-content-wrap .store-banner .store-name-logo .store-info .rtcl-store-cat .rtcl-icon,.rtcl.store-content-wrap .store-banner .store-name-logo .store-info .rtcl-store-cat a{color:inherit}.rtcl.store-content-wrap .store-banner .store-name-logo .store-name h2{word-wrap:break-word;color:#fff;padding:0;text-shadow:0 1px 3px rgba(0,0,0,.9);word-break:break-word}.rtcl.store-content-wrap .store-banner .store-name-logo .reviews-rating{align-items:center;color:#fff;display:flex}.rtcl.store-content-wrap .store-details .is-slogan,.rtcl.store-content-wrap .store-listing-list>h3{font-size:1.2858rem}.rtcl.store-content-wrap .store-information .store-details .store-description{margin:15px 0 55px;position:relative}.rtcl.store-content-wrap .store-information .store-details .store-description .fade-content{margin-bottom:2rem;max-height:9rem;overflow:hidden}.rtcl.store-content-wrap .store-information .store-details .store-description .fade-anchor{background:linear-gradient(180deg,hsla(200,9%,94%,0),hsla(200,9%,94%,0) .1rem,#fff 1.5rem);bottom:-30px;display:block;padding-top:30px;position:absolute;width:100%}.rtcl.store-content-wrap .store-information .store-info .store-info-item{word-wrap:break-word;border-bottom:1px solid #d4ded9;display:flex;margin-top:1rem;padding-bottom:.8rem;word-break:break-word}.rtcl.store-content-wrap .store-information .store-info .store-info-item .icon{align-items:center;justify-content:center;justify-items:center;padding-right:10px}.rtcl.store-content-wrap .store-information .store-info .store-info-item .text{align-items:center;justify-content:center;justify-items:center}.rtcl.store-content-wrap .store-information .store-info .store-info-item .text .open-day.always{color:#37a000}.rtcl.store-content-wrap .store-information .store-info .store-info-item .text .open-day .store-now{display:block}.rtcl.store-content-wrap .store-information .store-info .store-info-item .text .open-day .store-now.store-open{color:#37a000}.rtcl.store-content-wrap .store-information .store-info .store-info-item .text .open-day .store-now.store-close{color:#b4352d}.rtcl.store-content-wrap .store-information .store-info .store-info-item .text .open-day .label{font-size:100%;padding:0}.rtcl.store-content-wrap .store-information .store-info .store-info-item .text .open-day .hours{font-weight:700;margin-left:5px}.rtcl.store-content-wrap .store-information .store-info .store-info-item .text .open-day .hours span.close-hour:before{content:"-";margin:0 5px}.rtcl.store-content-wrap .store-information .store-info .store-info-item .text .close-day{color:#b4352d}.rtcl.store-content-wrap .store-information .store-info .store-info-item.store-email{flex-flow:row wrap}.rtcl.store-content-wrap .store-information .store-info .store-info-item.store-email .store-email-label{color:#008329;cursor:pointer;font-weight:700;width:100%}.rtcl.store-content-wrap .store-information .store-info .store-info-item.store-email #store-email-area{display:none;padding-top:10px;width:100%}.rtcl.store-content-wrap .store-information .store-info .store-social-media a{color:#fff;display:inline-block;font-weight:400;margin-right:0;padding:5px;transition:all .5s ease-out}.rtcl.store-content-wrap .store-information .store-info .store-social-media .rtcl-icon{align-items:center;background-color:#1e73be;border-radius:50%;color:#fff;display:flex;height:36px;justify-content:center;margin-right:0!important;text-align:center;width:36px}.rtcl.store-content-wrap .store-information .store-info .store-social-media .rtcl-icon.rtcl-icon-facebook{background:#3b5998}.rtcl.store-content-wrap .store-information .store-info .store-social-media .rtcl-icon.rtcl-icon-twitter{background:#3a8cec}.rtcl.store-content-wrap .store-information .store-info .store-social-media .rtcl-icon.rtcl-icon-youtube{background:red}.rtcl.store-content-wrap .store-information .store-info .store-social-media .rtcl-icon.rtcl-icon-linkedin{background:#1178b3}.rtcl.store-content-wrap .store-information .store-info .store-social-media .rtcl-icon.rtcl-icon-pinterest-circled{background:#c8232c}.rtcl.store-content-wrap .store-information .store-info .store-social-media .rtcl-icon.rtcl-icon-gplus{background:#d34836}.rtcl.store-content-wrap .store-information .store-info .reveal-phone{cursor:pointer;font-weight:700}.rtcl.store-content-wrap .store-information .store-info .reveal-phone:not(.revealed):hover{color:#37a000}.rtcl.store-content-wrap .store-information .store-info .reveal-phone.revealed small{display:none}.rtcl .store-more-details{padding:0 1.5rem 5px}.rtcl .store-more-details h3{border-bottom:1px solid #d4ded9;color:#000;margin-bottom:10px;padding-bottom:10px}.rtcl .store-more-details .more-item{word-wrap:break-word;margin-bottom:1.5rem;word-break:break-word}.rtcl .store-more-details .store-hours-list-wrap .store-hours-list .store-hour{margin-bottom:5px}.rtcl .store-more-details .store-hours-list-wrap .store-hours-list .store-hour .hour-day{text-transform:capitalize}.rtcl .store-more-details .store-hours-list-wrap .store-hours-list .store-hour:last-child{margin-bottom:0}.rtcl .store-more-details .store-hours-list-wrap .store-hours-list .store-hour.current-store-hour{font-weight:600}.rtcl .store-more-details .store-hours-list-wrap .store-hours-list .store-hour .oh-hours-wrap .oh-hours .close-hour:before{content:"--";padding:0 5px}.rtcl .store-more-details .store-hours-list-wrap .store-hours-list .store-hour .oh-hours-wrap .off-day{color:#b4352d}.rtcl .store-more-details .store-hours-list-wrap .store-hours-list .always-open{color:#37a000}.rtcl #store-details-modal #store-details-modal-label{text-align:center;width:100%}.rtcl .features span{display:block;margin-bottom:5px}.rtcl .rtcl-store-meta small{font-size:90%}.rtcl .rtcl-store-meta .rtcl-icon{margin-right:4px}.rtcl .rtcl-membership-promotion-actions{display:flex;justify-content:space-between;margin-bottom:1rem}.rtcl .rtcl-promotions-heading{border:1px solid #dee2e6;cursor:pointer;font-size:18px;line-height:1.4;margin:0;padding:10px 14px}.rtcl .rtcl-promotions-heading:before{content:"\e856";display:inline-block;font-family:rtcl,serif;margin-right:.5em}.rtcl .rtcl-promotions-heading+#rtcl-checkout-form,.rtcl .rtcl-promotions-heading+#rtcl-woo-checkout-form,.rtcl .rtcl-promotions-heading+.rtcl-membership-promotions-form-wrap{display:none}.rtcl .rtcl-promotions-heading.active:before{transform:rotate(180deg)}.rtcl .rtcl-membership-promotions .promotion-item{display:flex}.rtcl .rtcl-membership-promotions .promotion-item.label-item{font-weight:700}.rtcl .rtcl-membership-promotions .promotion-item .item-label{flex:0 0 90px}.rtcl .rtcl-membership-promotions .promotion-item .item-listings,.rtcl .rtcl-membership-promotions .promotion-item .item-validate{align-items:center;display:flex;flex:0 0 50px;justify-content:center}.rtcl .rtcl-membership-promotions .promotion-item+.promotion-item{border-top:1px solid #eee;margin-top:5px;padding-top:5px}.rtcl .pricing-description{margin-top:15px}.rtcl .promotion-validity small{margin-left:4px}.rtcl-store-widget-search-inline{display:flex;flex-wrap:wrap}.rtcl-store-widget-search-inline>div{flex:1 1 calc(33.3333% - 10px)}.rtcl-store-widget-search-inline .form-group{margin-bottom:0}.rtcl-store-widget-search-inline .form-group:nth-child(2),.rtcl-store-widget-search-inline .reset-btn,.rtcl-store-widget-search-inline .submit-btn{margin-left:10px}@media (max-width:479px){.rtcl-store-search-inline .rtcl-store-widget-search-inline>div{flex:1 0 100%;margin-bottom:10px}.rtcl-store-search-inline .rtcl-store-widget-search-inline .form-group:nth-child(2),.rtcl-store-search-inline .rtcl-store-widget-search-inline .submit-btn{margin-left:0}}.rtcl-page.single-store .rtcl-store-item{padding:30px}@media (max-width:599px){.rtcl-page.single-store .rtcl-store-item{padding:20px}}.rtcl-page.single-store .store-banner .reviews-rating{color:#ffb300!important}.rtcl-page.single-store .store-banner .reviews-rating .rtrs-star-empty:before,.rtcl-page.single-store .store-banner .reviews-rating .rtrs-star-half-alt:before,.rtcl-page.single-store .store-banner .reviews-rating .rtrs-star:before{margin-left:0}.rtcl-page.single-store .store-banner .reviews-rating .reviews-rating-count{color:#fff}.rtcl-page.single-store .rtrs-review-wrap{background-color:transparent;margin:30px 0 0;padding:0}.rtcl-page.single-store .rtrs-review-wrap .rtrs-summary{background-color:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);padding:30px}@media (max-width:599px){.rtcl-page.single-store .rtrs-review-wrap .rtrs-summary{padding:20px}}.rtcl-page.single-store .rtrs-review-wrap .rtrs-sorting-bar{background-color:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);padding:10px 30px}@media (max-width:599px){.rtcl-page.single-store .rtrs-review-wrap .rtrs-sorting-bar{padding:10px 20px}}.rtcl-page.single-store .rtrs-review-wrap .rtrs-sorting-bar .rtrs-sorting-select select{background-color:#f8f8f8;box-shadow:none;color:#646464}.rtcl-page.single-store .rtrs-review-wrap .rtrs-review-box{background-color:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);margin:0 0 30px;padding:30px 30px 10px}@media (max-width:599px){.rtcl-page.single-store .rtrs-review-wrap .rtrs-review-box{padding:20px 20px 10px}}.rtcl-page.single-store .rtrs-review-wrap .rtrs-review-box .rtrs-review-form{background-color:#f8f8f8;margin-left:30px}.rtcl-page.single-store .rtrs-review-wrap .rtrs-review-form{background-color:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);padding:30px}@media (max-width:599px){.rtcl-page.single-store .rtrs-review-wrap .rtrs-review-form{padding:20px}}@media (min-width:401px) and (max-width:500px){.rtcl .store-more-details{padding:10px 40px}}@media (min-width:0px) and (max-width:400px){.rtcl .store-more-details{padding:0}}.rtcl-el-store-widget-wrapper .load-more-wrapper .load-more-btn{box-shadow:none;margin-top:30px;outline:none}.rtcl-el-store-widget-wrapper .load-more-wrapper .load-more-btn .fa-sync-alt{margin-right:5px}.rtcl-el-store-widget-wrapper .load-more-wrapper.loading .fa-sync-alt{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-timing-function:linear;animation-timing-function:linear}.rtcl.builder-content .store-banner .banner{background-size:cover;max-height:none}.rtcl.builder-content .store-banner .banner img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;position:absolute}@media only screen and (max-width:767px){.rtcl.builder-content .store-banner .store-name-logo{align-items:center;flex-direction:column;justify-content:end}}.rtcl.builder-content .store-banner .store-name-logo .store-logo{background:transparent;border-radius:2px;height:inherit;width:inherit}@media only screen and (max-width:767px){.rtcl.builder-content .store-banner .store-name-logo .store-logo{border-radius:5%;padding:5px}}.rtcl.builder-content .store-banner .store-name-logo .store-logo img{padding:0}@media only screen and (max-width:767px){.rtcl.builder-content .store-banner .store-name-logo .store-info{align-items:center}.rtcl.builder-content .store-banner .store-name-logo .store-name h2{font-size:20px}}.rtcl.builder-content .store-banner .store-info .rtcl-store-cat a,.rtcl.builder-content .store-banner .store-info .rtcl-store-cat i{color:inherit;font-size:inherit;text-decoration:none}.rtcl.builder-content .store-banner .star-rating{font-size:inherit;margin-right:5px}.rtcl.builder-content .store-banner .reviews-rating-count{font-size:inherit}.rtcl.builder-content .rtcl.store-content-wrap{padding:0}.rtcl.builder-content .rtcl.store-content-wrap .store-banner{margin:0}.rtcl.builder-content .store-hours-list .store-hour{display:flex;justify-content:space-between;text-transform:capitalize}.rtcl.builder-content .store-hours-list .store-hour .hour-day{flex:0 0 50%}.rtcl.builder-content .store-info-item{word-wrap:break-word;border-bottom:1px solid #d4ded9;display:flex;margin-top:0;padding-bottom:.8rem;word-break:break-word}.rtcl.builder-content .store-info-item.store-social-media a{color:#fff;display:inline-block;font-weight:400;margin-right:0;padding:5px;text-decoration:none;transition:all .5s ease-out}.rtcl.builder-content .store-info-item.store-social-media a .rtcl-icon{align-items:center;background-color:var(--rtcl-primary-color);border-radius:50%;color:#fff;display:flex;height:36px;justify-content:center;margin-right:0!important;text-align:center;width:36px}.rtcl.builder-content .store-info-item.store-social-media a .rtcl-icon-facebook{background:#3b5998}.rtcl.builder-content .store-info-item.store-social-media a .rtcl-icon-twitter{background:#3a8cec}.rtcl.builder-content .store-info-item.store-social-media a .rtcl-icon-youtube{background:red}.rtcl.builder-content .store-info-item.store-social-media a .rtcl-icon-linkedin{background:#1178b3}.rtcl.builder-content .store-info-item .fade-anchor{margin-top:5px}.rtcl.store-page-by-elementor #store-details-modal #store-details-modal-label{font-size:20px;text-align:left}.rtcl.store-page-by-elementor #store-details-modal .more-item{margin-bottom:5px}.rtcl.store-content-wrap .store-information.edit-mode .store-info .store-info-item.store-email #store-email-area{display:block}