#woosl-wrap{
	position: relative;
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
	height:auto;
	transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
#woosl-gmap{
	transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	float: right;
	width: 66.5%;
	margin-bottom: 0;
	height:500px;
}
#woosl-list{
		transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	overflow-x: auto;
	width: 33%;
	margin-right: .5%;
	height:500px;
}
.woosl-wrap .woosl-search-bar {
	float: left;
	width: 100%;
	padding-bottom:15px;
	margin-bottom: 10px;
	padding: 12px 12px 10px 12px;
	background: #f4f3f3;
	height: 100px;
}
#woosl-stores ul li{
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	margin-left:0px;
}
#woosl-stores ul li strong a{
	text-decoration:none;
	font-size:16px;
}
#woosl-stores ul li  a{
	text-decoration:none;
}
.woosl-wrap table.woosl-working-hours tr td {
	padding: 0px 10px 3px 0px;
	
}
.woosl-wrap  .woosl-search-bar label {
	font-size: 14px;
}
.woosl-wrap input.woosl-search-input, .woosl-wrap select#woosl-radius-dropdown {
	 font-size: 10px;
	border-radius: 5px;
	padding: 0px 10px;
}
.woosl-wrap input.woosl-search-input,
.woosl-wrap #store_radius select.woosl-select,
.woosl-wrap .woosl-results select.woosl-select,
.woosl-wrap select#woosl-radius-dropdown{
	padding: 0px 10px;
	border-radius:5px;
	
/*	height: 34px;*/
	font-size: 14px;
}
.woosl-wrap input.woosl-search-input:focus,
.woosl-wrap #store_radius select.woosl-select:focus,
.woosl-wrap .woosl-results select.woosl-select:focus,
.woosl-wrap select#woosl-radius-dropdown:focus,
.woosl-wrap select#wpsl-results-dropdown:focus{
	border-color: #d02653;
	outline: none;
}
.woosl-wrap .woosl-search-btn-wrap button{
	background: #d02653;
	border: 0px;
	height: 34px;
	width: 80px;
	font-size: 14px;
	color: #FFF;
	padding: 0px;
	font-weight: normal;
	margin-top: 27px;
	border-radius: 5px;

}
.woosl-wrap .woosl-search-btn-wrap button:hover {
	background: #d65e83;
}

#woosl-stores ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#woosl-stores .woosl-store-location strong{
	margin-bottom:10px;
	}
#woosl-stores ul li a:hover{
	color: #a9123b!important;
}
#woosl-stores ul li p{
	margin-bottom:0px;
}
#woosl-stores .woosl-store-location span{
	display:block;
	font-size:14px;
		line-height: 1.75;
}
 #woosl-stores  .woosl-store-details.woosl-store-listing:before {
	position: absolute;
	content: '';
	bottom: 6px;
	right: 0;
	border-top: 5px solid #000;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
 #woosl-stores .woosl-store-details.woosl-store-listing {
	position: relative;
	padding-right: 20px;
	cursor: pointer;
}
.woosl-search-bar label{
	margin-bottom: 5px;
}
.woosl-wrap  .woosl-search-bar{
			transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
		margin-bottom: 12px;
	padding: 12px 12px 10px 12px;
	background: #f4f3f3;
}
.woosl-wrap  .woosl-search-btn-wrap button {
	border: 0px;
	width: 100px;
	font-size: 14px;
	padding: 0px;
	font-weight: normal;
	margin-top:20px;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.woosl-wrap  .woosl-moreinfo p {
	margin-bottom: 0px;
	font-size: 14px;
}
.woosl-wrap  .woosl-input {
	width: 100px;
	float: left;
} 
.woosl-wrap  .woosl-serch-bar{
	margin-bottom: 12px;
	padding: 12px 12px 10px 12px;
	background: #f4f3f3;
}
.woosl-wrap select{
	 text-transform: capitalize;
	}
.woosl-wrap  #store_radius {
	width: 15%;
	float: left;
}
.woosl-wrap  #store_radius select.woosl-select,
.woosl-wrap  .woosl-results select.woosl-select{
	width:90%;
	border:1px solid #ccc;
	}
.woosl-wrap #store_result {
	float: left;
	width: 15%;;
}
.woosl-wrap  input.woosl-search-input {
	margin-left: 0px;
	padding: 0px 5px;
	border: 1px solid #000;
	width:85%;
	height:3px;
}
.woosl-wrap  select#woosl-radius-dropdown {
	width: 90%;
	border: 1px solid #000;
}
.woosl-wrap  select.woosl-radius-dropdown {
	/* height: 34px; */
		width: 100px;
	border: 1px solid #000;
}
.woosl-wrap  select#wpsl-results-dropdown {
	border:1px solid #000;
}
.woosl-wrap #woosl-radius{
	border:1px solid #000;
}
.woosl-wrap .woosl-store-cat {
	width: 16%;
	/* display: inline-block; */
	float: left;
}
.woosl-wrap .woosl-radius {
	width: 150px;
	display: inline-block;
}

.woosl-wrap .woosl-search-btn-wrap {
	float: left;
}
/*list sidebar*/
.woosl-wrap  a.woosl-directions {
	font-size: 14px;
	margin-bottom:10px;
}
.woosl-wrap .woosl-moreinfo {
	padding-top: 10px;
}
.woosl-wrap .woosl-direction-wrap {
	font-size: 14px;
}
.woosl-wrap .woosl-store-location {
	margin-bottom: 15px;
}
.woosl-wrap  table.woosl-working-hours {
	padding-top: 0px;
	margin-top: 15px;
	border: 0px;
	width: auto;
	border: 0px!important;
}
.woosl-wrap  table.woosl-working-hours tr:nth-child(1) {
	font-weight: bold;
	font-size: 14px;
}
.woosl-wrap  table.woosl-working-hours tr {
	font-size: 12px;
}
.woosl-wrap  table.woosl-working-hours tr, .woosl-wrap table.woosl-working-hours tr td {
	border: 0px;
}
.woosl-wrap .woosl-moreinfo p {
	font-weight: bold;
}
.woosl-wrap .woosl-moreinfo p a {
	font-weight: normal;
}
@media only screen and (max-width: 1100px) {
	.woosl-wrap .woosl-input {
	transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	width: 275px;
	height: 100px;
	}
}
@media only screen and (max-width: 1024px) {
	.woosl-wrap .woosl-input,
   .woosl-wrap #store_radius,
   .woosl-wrap .woosl-store-cat{
	transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	width: 33.33%;
	margin-bottom:15px;
	}
	.woosl-wrap #store_result{
		transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
		width: 33.33%;
	}
}
@media only screen and (max-width: 768px) {
.woosl-wrap .woosl-input, .woosl-wrap #store_radius, .woosl-wrap .woosl-store-cat,
.woosl-wrap #store_result{
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}
.woosl-wrap #store_radius select.woosl-select, .woosl-wrap .woosl-results select.woosl-select,
.woosl-wrap input.woosl-search-input, .woosl-wrap select#woosl-radius-dropdown{
	width:50%;
	}
.woosl-wrap .woosl-search-btn-wrap {
	float: right;
}
.woosl-wrap .woosl-search-btn-wrap button{
	margin-top:0px;
	}
.woosl-wrap	.woosl-serch-bar {
		margin-bottom: 10px;
	}
	.woosl-wrapl{
		height:auto;
			transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	}
	#woosl-gmap,
	#woosl-list{
		 float: none;
		width: 100%;
			transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
		margin-bottom:10px;
		}

}


#woosl .woosl-more-info{
	display:none;
}

#woosl .woosl-infowindow {
	max-width: 338px !important;
	height: 309px;
}
.div_info_btn {
    margin: 88px 0px 0px 0px;
}
#woosl  button.info_btn{
	margin: 8px;
	width: -webkit-fill-available;
	color: white;
	background: #3171ee;
}

#woosl .woosl-infowindow .info-storename {
	display: block;
	margin-bottom: 7px;
	text-decoration: none;
	cursor: pointer;
}


#woosl .woosl-infowindow .woosl-store-direction {
	display: block;
	text-decoration: none;
	cursor: pointer;
}


#woosl .woosl-direction-back{
	text-decoration: none;
	display: inline-block;
	margin-top: 20px;
	cursor:pointer;
}

#woosl .woosl-required-field{
	box-shadow: 0px 0px 4px red;
}

.woosl-hide{
	display:none !important;
}

/* new css */

.wsl_general-fields span, .wsl_address-fields span, .wsl_more-info-fields span {
	font-size: 14px;
	margin-right: 5px;
}
.wsl_general-fields p, .wsl_address-fields p, .wsl_more-info-fields p {
	font-size: 14px;
	margin-bottom: 0px;
}

.wsl_general-fields .woosl-name,.wsl_general-fields .woosl-name a, .wsl_address-fields .woosl-name, .wsl_more-info-fields .woosl-name, .wsl_address-fields .woosl-name a, .wsl_more-info-fields .woosl-name a  {
font-weight: 900;
font-size: 18px;
}

.wsl_general-fields .woosl-phone, .wsl_address-fields .woosl-phone, .wsl_more-info-fields .woosl-phone {
	margin-bottom: 0px;
	font-weight: 900;

}

.wsl_general-fields .woosl-email, .wsl_address-fields .woosl-email, .wsl_more-info-fields .woosl-email {
	margin-bottom: 0px;
	font-weight: 900;
}

.wsl_general-fields .woosl-url, .wsl_address-fields .woosl-url, .wsl_more-info-fields .woosl-url {
	margin-bottom: 0px;
	font-weight: 900;
}

.wsl_general-fields a, .wsl_address-fields a, .wsl_more-info-fields a {
	font-weight: normal;
	text-decoration: none;
}
.schedule {
	position: absolute;
	right: 0px;

	list-style: none;
	padding: 38px 0 0 0;
}
.wsl_single_left {
	width: 100%;
	padding-top: 10px;
}
.image_box {

	position: relative;
	right: 19px;
	height: 155px;
	margin: 0px 9px 0px 0px;
}
.store_locator_map {
	position: relative;
	margin: 20px 0 0 0;
	padding: 0px;
	max-width: 100%;
	width: 100%;
	height: auto;
}
table.store_locator_working_hours {
	margin: 136px 0 0 0;
}

.wsl_store_products {
    width: 100%;
	padding-left:25px;

}
.wsl_store_products ul  {
	list-style:none;
	padding-left:0px;

}
.wsl_single_store_desc{
	padding-left:25px;
	list-style:none;
	margin-bottom: 100px;
}

#woosl ul.products {
	display: -webkit-box;
	list-style: none;
	padding: 83px 0px 0px 39px;
	margin: 5px 0px 0px 0px;
}
li.store_locator_working_hours {
	margin: 0px 65px 7px 0px;
	padding: 191px 1px 27px 2px;
}

.store_locator_header img{
	max-height:400px;
	height:400px;
}

.wsl_store_products ul li{
	margin-right: 30px;
	width: 20%;
	max-width: 33%;
	float: left;
	margin-top: 10px;
}

.wsl_single_right {
	max-width: 30%;
}

.store_locator_content{
	display: flex;
	padding-top:20px;
}
.wsl_single_side_image {
	margin-bottom:30px;
}
.wsl-single-store-details {
	margin-top:30px;
}
.wsl-single-store-details p {
	margin: 10px 0;
}
.comments-rating {
	border: none;
	padding: 0;
	margin-left: 0;
}

.comments-rating label {
	display: inline-block;
}

.rating-container {
	/* remove inline-block whitespace */
	font-size: 0;
	/* flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
}

.rating-container * {
	font-size: 1.4rem;
}

.rating-container > input {
	display: none;
}

.rating-container > input + label {
	/* only enough room for the star */
	font-family: 'dashicons';
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
}

.rating-container > input + label:before {
	display: inline-block;
	text-indent: -9999px;
	content: "\f154";
	color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
	content: "\f155";
	color: #e52;
	text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}

.rating-container > .star-cb-clear + label:before {
	width: .5em;
}

.rating-container:hover > input + label:before {
	content: "\f154";
	color: #888;
	text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
	content: "\f155";
	color: #e52;
	text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
	text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
	text-indent: -9999px;
}
@font-face {
font-family: "dashicons";
src: url("../fonts/dashicons.eot");
}

@font-face {
font-family: "dashicons";
src: url(data:application/x-font-woff;charset=utf-8;base64,/* !! Large amount of data removed, see wp-includes/css/dashicons.css for complete data !! */) format("woff"),
url("../fonts/dashicons.ttf") format("truetype"),
url("../fonts/dashicons.svg#dashicons") format("svg");
font-weight: normal;
font-style: normal;
}

#woosl .woosl-infowindow > .star-rating .star-full:before , #woosl .woosl-store-location > .star-rating .star-full:before {
content: "\f155";
}

#woosl .woosl-infowindow > .star-rating .star-half:before , #woosl .woosl-store-location > .star-rating .star-half:before {
content: "\f459";
}

#woosl .woosl-infowindow > .star-rating .star-empty:before , #woosl .woosl-store-location > .star-rating .star-empty:before {
content: "\f154";
}

#woosl .woosl-infowindow > .star-rating .star , #woosl .woosl-store-location > .star-rating .star {
color: #fbbc04;
display: inline-block;
font-family: dashicons;
font-size: 20px;
font-style: normal;
font-weight: 400;
height: 20px;
line-height: 1;
text-align: center;
text-decoration: inherit;
vertical-align: top;
width: 20px;
}

#woosl .woosl-infowindow > .star-rating , #woosl .woosl-store-location > .star-rating {
overflow: hidden !important;
position: relative !important;
height: 1.618em !important;
line-height: 1.618 !important;
font-size: 1em !important;
 width: auto !important;
font-family: "" !important;
font-weight: 400 !important;
}
#woosl .woosl-infowindow > .star-rating::before, #woosl .woosl-store-location > .star-rating::before {
	opacity: 0;
	float: left;
}
#woosl .woosl-infowindow > span.total_reviews {
	color: #5e98ee;
}
#woosl .woosl-infowindow > a.info-storename {
	font-size: 26px;
	font-family: 'dashicons';
	color: black;
	font-weight: bold;
}
#woosl .woosl-infowindow > p {
	margin: 0 0 1.41575em;
	margin-bottom: 2px;
}
/* .woosl-input.woosl-inputs-fields {
    margin: 23px 0px 0 0;
} */
 table.woosl-working-hours {
    font-size: 13px;
}
  span.woosl-start {
    margin-right: 7px;
}
select#woosl-radius-dropdown {
	height: 0px !important;
}
div.page-title-inner.page-title-inner-bgcheck .page-title {
    position: relative;
    top: 70%;
    transform: translateY(200%);
    width: 100%;
}




.woosl-search-bar{
    display: flex;
    flex-wrap: wrap;
        padding: 15px 35px !important;
    height: auto !important;
    gap: 10px;
}
.woosl-search-bar .woosl-inputs-fields{
    flex: 1;
}
.woosl-search-bar .woosl-inputs-fields:nth-child(1){
    flex: 0 22%;
}
.woosl-search-bar .woosl-inputs-fields input{
	border: 1px solid #767676;
    padding: 18px 10px !important;
    border-radius: 5px;
    width: 85%;
    height: 2px;
}
.woosl-search-bar .woosl-inputs-fields select{
	line-height: 30px;
    height: 40px;
    border: 1px solid #767676 !important;
    border-radius: 5px;
    padding: 0 !important;
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 30px !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.woosl-search-bar .woosl-inputs-fields #woosl-search-btn{
	display: inline-block !important;
    padding: 0 !important;
    height: 40px;
    padding-bottom: 3px!important;
    margin-top: 28px;
    width: 100%;
    line-height: 41px;
}
@media (min-width: 0px) and (max-width: 480px) {
	.woosl-search-bar{
		gap:0;
	}
  .woosl-search-bar .woosl-inputs-fields{
    flex: 0 100% !important;
}
	.woosl-search-bar .woosl-inputs-fields:nth-child(1){
		margin-bottom: 0;
    height: 77px;
	}
	.woosl-search-bar .woosl-inputs-fields #woosl-search-btn{
		    margin-top: 11px;
    font-size: 16px!important;
    font-weight: 800 !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.woosl-search-bar{
		gap:0px !important;
	}
  .woosl-search-bar .woosl-inputs-fields{
    flex: 0 100% !important;
}
	.woosl-search-bar .woosl-inputs-fields:nth-child(1){
		margin-bottom: 0;
    height: 77px;
	}
	.woosl-search-bar .woosl-inputs-fields #woosl-search-btn{
		    margin-top: 9px;
    font-size: 19px !important;
    font-weight: 800 !important;
	}
}