li a.store_locator_id{
	color:white!important;
}
.stars input{ display:none; }
label.star {
	padding: 10px;
	font-size: 20px;
	color: #444;
	transition: all .2s;
}
input.star.checked ~ label.star:before {
	content: '\f005';
	color: #FD4;
	transition: all .25s;
}
input.star-1.checked ~ label.star:before { color: #ff7777; }
input.star-2.checked ~ label.star:before { color: #ff9b77; }
input.star-3.checked ~ label.star:before { color: #ffbb77; }
input.star-4.checked ~ label.star:before { color: #ffd877; }
input.star-5.checked ~ label.star:before {
	color: #FE7;
	text-shadow: 0 0 20px #952;
}
label.star:hover { transform: rotate(-15deg) scale(1.3); }
.stars{
 	direction: rtl;
}
label.star:before {
	content: '\f006';
	font-family: FontAwesome;
}
.red-btn{
	background-color:#cc0000;
}
.wishlist-remove{
	color:white!important;
	font-size:16px!important;
}
.choose-us-frontend ul{
  list-style-type: none;
}

span.delete_image:hover {
	color: yellow;
}

span.delete_image {
    position: absolute;
    background: red;
    color: white;
    line-height: 0;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    display: table;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
	cursor: pointer;
}
.list-scroll{
	height: auto;
    max-height: 500px;
    overflow-y:scroll;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: darkgrey;
    border-radius: 10px;
}
.list-scroll .store_locator_id{
	font-size: 14px !important;
}
#v-wishlist .product-col .product-image{
	border-bottom: 1px solid #ccc;
}
#v-wishlist .product-col{
	border: 1px solid #ccc;
    border-radius: 15px;
    padding: 5px;
}
#v-wishlist span.delete_image{
    right: 5px;
    top: 5px;
}
.page-not-found{
	font-family: 'Lato', Helvetica, sans-serif !important;
	height:500px;
	padding-top:10px;
}
.para{
	padding-top:10px;
	font-size:px;
}
.page-not-found hr{
	border-color: yellow;
    width: 125px;
    border-width: 3px
}
.use_current_location a{
	color: white !important;
}
.wishlist-cart #remove_from_wishlist{
	color:red;
}
.wishlist-cart a{
	display: inline !important;
}
.coupon_box{
	border-radius: 6px;
    background-color: #E8F0FE;
    padding: 3px;
}
.apply-button a{
	background-color: #80ff80;
    padding: 5px;
    border-radius: 3px;
}
.apply-button a:link,.apply-button a:hover,.apply-button a:active,.apply-button a:visited{
	color:white;
}
.close-button{
	color:red;
	cursor: pointer;
}
.total_in_order_summary{
	font-size:23px;
}
.show_discount{
	color:#00adff;
}
.remove_coupon_code{
	background-color: red !important;
}
.apply_coupon_code{
	    color: black !important;
}
.my-cart{
	color:black;
}
.rs-container{
	max-width: 600px !important;
}
.gray_background{
	background: #F3F4F8;
}
#search_work_to_complete{
	border-color: #D5D5D5 !important;
}
.repair_details_div {
	border: 1px solid #D5D5D5;
	border-radius: 20px;
}
.repair_details_div img{
	display: inline-block;
    width: auto;
    height: 90px;
}
.AddAccessory, .RemoveAccessory{
	height: 47px;
    bottom: 16px;
    position: absolute;
}
#SaveRelatedAccessories, #solution-buttons .btn, #SaveAdditionalInformation{
	height: 47px;
	padding: 10px 20px;
}
.solutions_div{
	max-width: 1000px;
}
#SaveRepairSolutionsForm .order-summary{
	width: 300px;
}
.text-strikethrough{
	text-decoration: line-through;
}
.repair-payment-div{
	max-width: 450px;
}
.bebas-neue{
	font-family: 'Bebas Neue';
}
.bebas-neuemk {
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
}
.bebas-neuemk::after {
  content: "";
  border-bottom: 4px solid #17bcc6;
  margin: auto;
  display: block;
  width: 70px;
  position: absolute;
  left: 0;
  right: 0;
}