*{box-sizing:border-box;}
#locations-near-you-map {
width: 100%;
height: 400px;
margin: 0 auto;
}
#fullwidh-locations-near-you-map {
width: 100%;
height: 400px;
margin: 0 auto;
}
form.csl-search-form input {
color: var(--black);
height: 20px;
font-size: 18px;
margin: 0px;
padding: 10px 25px;
outline: none;
}
form.csl-search-form input[type="number"] {
width: 60px;
}
form.csl-search-form input[type="text"] {
width: 100%;
outline: none;
}
a:focus {
outline: none;
}
form.csl-search-form button {
background-color: var(--primary-color);
border-radius: 60px;
border: none;
color: var(--white);
padding: 0.5rem 1rem;
transition: background-color 0.2s;
}
form.csl-search-form button#mapreset {
color: var(--primary-color);
background-color: var(--white);
border: 2px solid var(--primary-color);
}
form.csl-search-form button#mapreset:hover {
color: var(--white);
background-color: var(--primary-color);
}
form.csl-search-form button:hover {
background-color: var(--secondary-color);
}
form.csl-search-form button:active {
background-color: var(--secondary-color);
color: var(--white);
}
.csl-search-form {
max-width: 100% !important;
background-color: var(--white);
box-shadow: 0 10px 50px rgba(34, 47, 62, 0.1);
position: relative;
width: 100% !important;
align-items: center;
text-align: center;
padding: 16px 10px;
display: flex;
flex-wrap: wrap;
margin: 0 0 60px !important;
border-radius: 6px;
}
.csl-search-form > * {
margin: 1%;
width: auto;
font-family: sans-serif;
color: #7f7f7f;
}
.csl-search-form label {
text-align: left;
flex: auto;
}
.csl-search-form label input {
min-height: 54px;
background-color: var(--secondary-light);
padding-right: 12px;
border-radius: 60px;
border: none;
box-shadow: none;
}
.csl-search-form button {
position: static;
min-width: 140px;
min-height: 54px;
text-transform: uppercase;
}
#location-search-alert {
padding: 0 0 20px 0;
font-size: 36px;
line-height: 1.2;
font-weight: 700;
border-bottom: 1px solid var(--scrollbar-track);
margin-bottom: 30px;
margin-top: 30px;
max-width: 100%;
}
.csl-wrapper .location-near-you-box {
margin-bottom: 20px;
}
.csl-wrapper .location-near-you-box::-webkit-scrollbar {
width: 5px;
}
.csl-wrapper .location-near-you-box::-webkit-scrollbar-track {
box-shadow: inset 0 0 1px var(--primary-color);
border-radius: 1px;
}
.csl-wrapper .location-near-you-box::-webkit-scrollbar-thumb {
background: var(--primary-color);
border-radius: 1px;
}
.csl-wrapper, .csl-fullwidthmap-wrapper {
overflow: hidden;
border: 10px solid var(--white);
box-shadow: 0 10px 50px rgba(34, 47, 62, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.csl-wrapper .csl-left {
width: auto;
float: none;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
}
.csl-wrapper .csl-right {
width: auto;
float: none;
-ms-flex: 0 0 70%;
flex: 0 0 70%;
max-width: 70%;
position: relative;
}
.csl-wrapper .location-near-you-box {
overflow: scroll;
height: 500px;
padding: 0;
border: none;
border-radius: 0px;
margin: 0;
background-color: var(--secondary-light);
overflow: hidden;
overflow-y: scroll;
display: block;
}
.csl-wrapper #locations-near-you .csl-list-item {
border-bottom: none;
padding: 0;
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link {
display: block;
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
text-align: left;
margin-bottom: 0px;
padding: 22px 20px 22px 43px;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.csl-search-form .currentloc svg{
fill: var(--primary-color);
}
.csl-search-form .currentloc:hover svg{
fill: var(--secondary-color);
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link svg{
width:14px;
position: absolute;
top: 24px;
left: 17px;
fill: var(--primary-color);
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link:hover svg{
fill: var(--white);
}
.gm-ui-hover-effect > span {
background-color: var(--white);
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link h4 {
padding-top: 0;
margin-bottom: 8px;
margin-top: 0px;
color: var(--black);
font-size: 18px;
line-height: 1.4;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-family: sans-serif;
font-weight: 600;
letter-spacing: 0;
text-transform: capitalize;
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link p {
font-size: 15px;
line-height: 1.6;
color: var(--text-color);
margin-bottom: 10px;
margin-top: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-family: sans-serif;
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link p.distance {
font-weight: 600;
text-transform: capitalize;
margin-top: 10px;
}
.csl-wrapper #pano,
.csl-wrapper #locations-near-you-map {
height: 500px;
}
.gm-style .gm-style-iw-c {
background-color: var(--primary-color);
padding: 15px !important;
text-align: left;
}
.gm-style-iw.gm-style-iw-c h3 {
font-size: 18px;
line-height: 1.4;
margin-bottom: 5px;
color: var(--white);
font-family: sans-serif;
font-weight: 600;
margin-top: 0;
}
.gm-style-iw.gm-style-iw-c p {
font-size: 14px;
line-height: 22px;
margin-bottom: 5px;
color: var(--white);
font-family: sans-serif;
font-weight: 500;
margin-top: 0;
}
.gm-style .gm-style-iw-t::after {
background: linear-gradient(
45deg,
var(--primary-color) 50%,
rgba(255, 255, 255, 0) 51%,
rgba(255, 255, 255, 0) 100%
);
}
.gm-ui-hover-effect {
opacity: 0.6;
right: 0px !important;
top: 0px !important;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d {
overflow: auto !important;
background: var(--primary-color) !important;
color: var(--white) !important;
}
.gm-style-iw.gm-style-iw-c .poi-info-window,
.gm-style-iw.gm-style-iw-c .poi-info-window div,
.gm-style-iw.gm-style-iw-c .poi-info-window a {
background: var(--primary-color) !important;
color: var(--white) !important;
}
.gm-style .gm-style-iw-c a.directionlink {
display: inline-block;
clear: both;
margin-top: 6px;
margin-right: 5px;
background: var(--black);
width: auto;
text-transform: uppercase;
text-decoration: none;
border-radius: 50px;
padding: 9px 19px;
font-size: 14px;
border: 2px solid transparent;
box-shadow: none;
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link:hover {
background-color: var(--primary-color);
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link:hover h4 {
color: var(--white);
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link:hover p {
color: var(--white);
}
.csl-wrapper
#locations-near-you
.csl-list-item
.marker-link:hover
a.viewmaplink {
background: var(--secondary-color);
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link:hover::before {
filter: brightness(100);
}
.csl-wrapper #locations-near-you .csl-list-item a.viewmaplink {
margin-top: 5px;
font-size: 16px;
line-height: 1.4;
text-transform: uppercase;
background: var(--primary-color);
color: var(--white);
text-align: center;
padding: 7px 20px;
display: inline-block;
text-decoration: none;
outline: none;
border-radius: 60px;
letter-spacing: 0.5px;
border: none;
box-shadow: none;
}
.csl-wrapper #locations-near-you .csl-list-item a.viewmaplink:hover {
background: var(--text-color);
}
a.currentloc svg {
width: 30px;
}
.gm-style .gm-style-iw-d {
overflow: auto !important;
}
form.csl-search-form select {
color: #7f7f7f;
background-color: var(--secondary-light);
background-image: url(https://tuttofreddo.ec/wp-content/plugins/custom-store-locator/assets/images/select_arrow.svg);
background-position: 95% center;
background-repeat: no-repeat;
background-size: auto;
cursor: pointer;
border-radius: 50px !important;
outline: none;
padding: 10px 30px 10px 15px;
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size: 18px;
box-shadow: none;
min-height: 54px;
border: none;
flex: auto;
}
form.csl-search-form select option {
color: #7f7f7f;
cursor: pointer;
}
form.csl-search-form select option:hover { box-shadow: 0 0 10px 100px red inset !important;
}
form.csl-search-form select:focus {
border-color: var(--black);
}
.gm-style .gm-style-iw-c a {
color: var(--white);
outline: none;
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link:hover {
background-color: var(--primary-color);
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link:hover a {
color: var(--white);
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link a {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
div#csl-wrapper {
width: 100%;
max-width: 100%;
border-radius: 6px;
}
p.store-hours {
padding: 12px 0;
}
#colophon .site-info {
display: none;
}
.gm-style .gm-style-iw-tc::after {
background: var(--primary-color);
}
.csl_main_wrapper {
max-width: 1060px !important;
margin: 0 auto;
}
.theme-twentyseventeen #primary .entry-content {
float: none;
width: 100%;
}
.theme-twentyseventeen .csl-search-form a,
.theme-twentyseventeen .csl-search-form a {
border: none;
}
.theme-twentysixteen .csl-search-form button {
min-width: 120px;
}
.theme-twentytwentytwo form.csl-search-form input[type="text"] {
width: auto;
display: inline-block;
height: 54px;
padding: 0 20px;
}
.theme-twentytwentythree .csl-search-form label input {
box-sizing: border-box;
}
div#floating-panel-map {
position: absolute;
top: 10px;
left: 10px;
z-index: 2;
}
div#floating-panel-map input#togglemap {
background-color: var(--white);
border: 1px solid var(--scrollbar-track);
padding: 10px 15px;
line-height: 1.2;
display: block;
font-size: 14px;
border-radius: 4px;
cursor: pointer;
color: #202020;
}
div#floating-panel-map input#togglemap:hover {
background-color: var(--secondary-light);
}
form.csl-search-form.fullwidth-map-search {
margin: 0 0 20px !important;
}
.fullwidth-map-search.csl-search-form label {
flex: 0 0 190px;
}
.fullwidth-map-search.csl-search-form select {
max-width: 280px;
}
@media (max-width: 1600px) {
.csl-search-form > * {
margin: 0.5%;
}
.fullwidth-map-search.csl-search-form label {
flex: 0 0 185px;
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link h4 {
font-size: 17px;
line-height: 1.3;
margin-bottom: 5px;
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link p {
font-size: 14px;
}
.csl-wrapper #locations-near-you .csl-list-item a.viewmaplink {
font-size: 15px;
padding: 9px 17px;
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link::before {
top: 24px;
}
}
@media (max-width: 1199px) {
form.csl-search-form {
padding: 20px 10px;
margin: 0 0 40px !important;
}
#location-search-alert {
font-size: 34px;
margin-bottom: 20px;
padding: 0 0 10px 0;
margin-top: 30px;
}
}
@media (max-width: 991px) {
form.csl-search-form {
padding: 15px 10px;
margin: 0 0 30px !important;
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link {
padding: 18px 18px 18px 30px;
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link::before {
top: 18px;
left: 10px;
width: 12px;
height: 18px;
}
.csl-wrapper #locations-near-you .csl-list-item a.viewmaplink {
font-size: 14px;
padding: 7px 17px;
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link h4 {
font-size: 16px;
line-height: 1.2;
}
.csl-wrapper #locations-near-you .csl-list-item .marker-link p {
font-size: 13px;
margin-bottom: 4px;
}
.gm-style .gm-style-iw-c {
padding: 10px !important;
}
.gm-style .gm-style-iw-c a.directionlink {
padding: 8px 15px;
font-size: 13px;
margin-top: 5px;
}
.gm-style-iw.gm-style-iw-c h3 {
font-size: 16px;
}
.gm-style-iw.gm-style-iw-c p {
font-size: 13px;
line-height: 20px;
}
.csl-search-form label input {
min-height: 46px;
padding: 10px 15px;
font-size: 16px;
}
form.csl-search-form select {
min-height: 46px;
font-size: 16px;
}
.theme-twentytwentytwo form.csl-search-form input[type="text"] {
height: 46px;
padding: 0 15px;
}
form.csl-search-form button {
padding: 10px;
line-height: 1;
min-height: 46px;
font-size: 16px;
min-width: 110px;
}
#location-search-alert {
font-size: 32px;
margin-bottom: 15px;
padding: 0 0 8px 0;
margin-top: 20px;
}
.fullwidth-map-search.csl-search-form label,
.fullwidth-map-search.csl-search-form select {
flex: 0 0 32%;
max-width: inherit;
}
form.csl-search-form.fullwidth-map-search {
justify-content: center;
}
}
@media (max-width: 767px) {
.csl-search-form label {
text-align: left;
margin: 0 1%;
flex: 0 0 48%;
}
form.csl-search-form select {
flex: 0 0 48%;
}
#location-search-alert {
font-size: 30px;
}
.csl-wrapper .csl-left,
.csl-wrapper .csl-right {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.csl-wrapper .location-near-you-box {
height: 320px;
margin: 0;
border-top: 6px solid var(--white);
}
.csl-wrapper {
border: 6px solid var(--white);
}
.csl-wrapper #pano,
.csl-wrapper #locations-near-you-map {
height: 300px;
}
.csl-wrapper .csl-left {
order: 6;
}
.fullwidth-map-search.csl-search-form label,
.fullwidth-map-search.csl-search-form select {
flex: 0 0 100%;
margin: 1% 0;
}
.csl-wrapper, .csl-fullwidthmap-wrapper {
border: 6px solid var(--white);
}
}
@media (max-width: 575px) {
form.csl-search-form {
padding: 10px;
justify-content: center;
}
.csl-search-form label {
flex: 0 0 100%;
margin: 1%;
}
form.csl-search-form select {
flex: 0 0 100%;
padding: 8px 30px 8px 15px;
margin: 1%;
}
form.csl-search-form button {
padding: 8px;
min-height: 40px;
font-size: 15px;
min-width: 100px;
}
.csl-search-form label input,
form.csl-search-form select {
min-height: 40px;
font-size: 15px;
}
.theme-twentytwentytwo form.csl-search-form input[type="text"] {
height: 40px;
width: 100%;;
}
#location-search-alert {
font-size: 26px;
}
.csl-wrapper .location-near-you-box {
height: 300px;
}
.gm-style .gm-style-iw-c a.directionlink {
padding: 6px 12px;
font-size: 11px;
margin-right: 3px;
}
.gm-style-iw.gm-style-iw-c h3 {
font-size: 15px;
line-height: 1.2;
}
.gm-style-iw.gm-style-iw-c p {
font-size: 12px;
line-height: 18px;
}
}
@media (max-width: 460px) {
.gm-style .gm-style-iw-c {
max-width: 240px !important;
}
}
.gm-ui-hover-effect {
margin: -15px !important;
width:36px !important;
height:36px !important;
}
.gm-ui-hover-effect span {
margin:0 !important;
}
.ctm_check{
flex: auto;
}
.fullwidth-map-search.csl-search-form .ctm_check {
flex: 0 0 220px;
}
.ctm_check label {
display: flex;
align-items: center;
gap: 10px;
min-height: 54px;
background-color: var(--secondary-light);
border-radius: 60px;    
padding: 0 20px;
cursor: pointer;
margin: 0;
font-family: sans-serif;
color: #7f7f7f;
font-size: 18px;
}
.ctm_check input[type="checkbox"] {
width: 18px;
height: 18px;
accent-color: var(--primary-color);
}
@media (max-width:991px) {
.ctm_check label {
min-height: 46px;
padding: 0 15px;
font-size: 16px;
}
.ctm_check input[type="checkbox"] {
width: 16px;
height: 16px;
}
}
@media (max-width:575px) {
.ctm_check label {
min-height: 40px;
padding: 0 15px;
font-size: 15px;
}
.ctm_check input[type="checkbox"] {
width: 14px;
height: 14px;
}
}
.pac-container.hide {
display: none !important;
}