/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');*/
/*body{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}*/

#module-kbstorelocatorpickup-stores #wrapper {
  padding-top: 30px;
}
#module-kbstorelocatorpickup-stores #wrapper > .row {
  margin: 0;
}

#module-kbstorelocatorpickup-stores .page-heading{
	font-size: 1.25rem;
}
.kb-clearfix {
    clear: both;
}
.velo-search-container {
	width:100%;
    margin: 20px auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.velo-location-list ul li .mp-openday-list-title {
    width:35%;
}
.velo-popup .velo-add-address {
}
.velo-location-list ul li .mp-openday-list-value {
    padding: 5px 10px 0 10px;
}
.velo-store-filters {
    margin-bottom: 10px;
    border-radius: 2px;
}
.velo-location-conatiner {
  background: #f6f6f6;
  padding: 15px 20px;
}
.velo-location-group {
  position: relative;
}
.velo-location-conatiner .velo-search-icon {
  pointer-events: none;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -11px;
}
#btn-get-location {
  position: absolute;
  right: 0;
  top: 1px;
  border: 0;
  outline: 0;
  background: none;
  height: 45px;
  width: 40px;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.velo-search-box {
  border: 1px solid #e6e6e6;
  padding: 25px 20px;
}
.velo-search-box .velo-search-button-container button {
  width: 100%;
  font-weight: bold;
  font-size: 16px;  
  background: #A88466;
  line-height: 35px;
}
.velo-search-dropdown {
  width: 100%;
  margin-bottom: 35px;
}

.velo-search-dropdown .dropdown-menu {
  width: 100%;
  margin-top: 6px;
  max-height: 200px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #A88466 transparent;
}

/* WebKit */
.velo-search-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 3px;
}
.velo-search-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #A88466;
  border-radius: 3px;
}
.velo-search-dropdown .velo-search-dropdown-toggle {
  width: 100%;
  border: 1px solid #E0E0E0;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
  font-size: 16px;
  color: #101828;
}
.velo-search-dropdown.open .velo-search-dropdown-toggle, .velo-search-box-info .velo-search-dropdown-toggle:not(.collapsed), .velo-search-box-info .velo-search-dropdown-toggle:hover:not(.collapsed) {
  box-shadow: 0px 0px 0 4px rgba(168, 132, 102, 0.41)!important;
  border-color: #A88466;
}
.velo-search-dropdown svg, .velo-search-box-questions .page-heading svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.velo-search-dropdown.open svg, .velo-search-box-info .velo-search-dropdown-toggle:not(.collapsed) svg, .velo-search-box-questions .page-heading:not(.collapsed) svg {
  transform: translateY(-50%) rotate(180deg);
}
.velo-search-box-info .card {
  padding: 20px;
  border: 1px solid #e6e6e6;
  margin-top: 5px;
}

.velo-store-banners {
    margin-bottom: 30px;
    padding: 20px 10px 10px;
    border-radius: 2px;
}
.velo-field-inline {
    display: inline-block;
	position: relative;
	width: 100%;
}
.velo-field-inline input, .velo-field-inline select {
	width:100%;
    padding: 7px 60px 7px 60px;
    border: 1px solid #E0E0E0;
    min-height: 45px;
    box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 1rem;
}
.velo-field-inline input:focus, .velo-field-inline select:focus
{
	outline:0;
}

/*
*Change in CSS to fixs the issue of store locator buttons appering in diffrent lines 
*ASApr2024 button_CSS
*@date: 22-04-2024
*@modified by: Amit Singh
*/
#velo-location-list-wrapper {
  float: left;
  margin-top: 35px;
  padding-top: 20px;
  width: 100%;
  border-top: 1px solid #E0E0E0;
}

#velo-location-list-wrapper .page-heading {
  padding-left: 32px;
  font-weight: bold;
}
.velo-location-list {
    width: 68%;
    float: left;
    overflow: auto;
    box-sizing: border-box;
}
.velo-location-list ul{
	margin:0;
	padding: 0px;
	list-style:none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.velo-location-list ul li{
	list-style:none;
}
.velo-location-list ul li > div {
	border: 1px solid #EBEBEB;
	border-radius: 2px;
}
.velo-location-list ul li a, .velo-location-list ul li {
    text-decoration: none;
    color: #2f2f2f;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
	/*cursor: pointer;*/
}
.velo-location-list ul li .velo-directions-link:hover,
.velo-location-list ul li .velo-directions-button:hover{
	background-color: #333 !important;
}
/*
*Change in CSS to fixs the issue of store locator buttons appering in diffrent lines 
*ASApr2024 button_CSS
*@date: 22-04-2024
*@modified by: Amit Singh
*/
.velo-store-map {
    float: right;
    width: 57%;
    height: 710px;
}

.velo-store-map #map {
        height: 100%;
      }
.velo-location-list ul li a.velo-directions-link {
    display: block;
    background: #c1906f;
    padding: 5px 5px;
    clear: both;
    /*width: 100%;*/
    box-sizing: border-box;
    /*max-width: 112px;*/
    text-align: center;
    border-radius: 2px;
    color: #fff;
    margin-top: 10px;
    position: relative;
	float: right;
}
.velo-location-list ul li .velo-directions-button {
    display: block;
    background: #c1906f;
    padding: 5px 7px;
    clear: both;
    /*width: 100%;*/
    box-sizing: border-box;
    /*max-width: 112px;*/
    text-align: center;
    border-radius: 2px;
    color: #fff;
    margin-top: 10px;
    position: relative;
	float: left;
	border:0;
	cursor: pointer;
}

.velo-directions-button .material-icons,
.velo-directions-link .material-icons{
	display:none;
}

@media(max-width:1360px){
  .kb-sm-mx {
	margin-left: 15px;
	margin-right: 15px;
  }
}
@media(min-width:768px){
  .velo-search-box-questions .page-heading svg {
	display: none;
  }
  #boxQuestions {
	display: block!important;
	visibility: visible!important;
	opacity: 1!important;
  }
}
@media(max-width:767px){
  .velo-search-box {
	border: 0;
	padding-bottom: 0;
  }
  .velo-search-box-questions {
	border-top: 1px solid #E0E0E0;
	padding: 0;
  }
  #boxQuestions {
	padding: 0 30px 20px;
  }
  .velo-location-conatiner {
	padding: 15px 20px;
  }
  .velo-search-dropdown {
	margin-bottom: 20px;
  }
  .velo-search-box-questions .page-heading {
	background: #F7F7F7;
	padding: 17px 15px;
	position: relative;
  }
  .velo-location-list ul{
	gap: 0;  
	grid-template-columns: repeat(2, 1fr);
  }
  .velo-store-map {
	height: 210px;
  }
}

/*changes by rishabh jain

// chanegs over*/
#kb_pts_carrier_block .velo-store-map {
        width: 60%;
}
#kb_pts_carrier_block .velo-location-list {
    width: 40%;
}
#kb_pts_carrier_block .store-selected, #kb_pts_carrier_block .velo-store-select-link {
margin-left: 0;
    float: left;
    display: inline-flex;
	}
#kb_pts_carrier_block .velo-location-list ul li a.velo-directions-link {
    float: left;
        margin-left: 5px;
}
#kb_pts_carrier_block .velo-location-list ul li .mp-openday-list-value{
	display: inline-block;
    width: 100%;
    padding: 0 0 6px 0;
}
#kb_pts_carrier_block .velo-location-list ul li .mp-openday-list-title {
    width: 100%;
    display: inline-block;
    padding: 0;
}

#kb_pts_carrier_block #map .velo-show-more,#kb_pts_carrier_block #map .velo-store-select-link,#kb_pts_carrier_block #map .velo-directions-button,#kb_pts_carrier_block #map .velo-directions-link{
   display:none;
}

.delivery-option {
    display: inline-block;
    width:100%;
}
.velo-field-inline label {
    color: #2f2f2f;
	font-size: 1.6rem;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
} 
img.velo-phone-icon {
    max-width: 14px !important;
    margin-right: 5px;
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    display: inline-block;
    vertical-align: middle;
} 
img.velo-distance-icon{
    margin-right: 10px;
    vertical-align: middle;
}
.velo_add_distance, .velo_add_number {
    margin-top: 5px;display: block;
}
.velo-store-locator {
        margin-top: 14px;
    display: inline-block;
    width: 100%;
}
.velo-popup .velo_add_distance{margin-bottom:5px;}

.velo-store-date-time-block {
    clear: both;
    /*height: 57px;*/
    margin: 0;
    padding-top: 15px;
}
.velo-store-date-time-block button {
    margin-left: 25px;
}

.velo-pickup-location-list {
    margin-bottom: 20px;
}
/*.velo-pickup-store-map {
        height: 350px;
}*/

.velo-store-select-link {
    /*float: right;*/
    /*margin-right: 10px;*/
    margin-left: 10px;
    display: block;
    background: #43b053;
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
    max-width: 110px;
    text-align: center;
    border-radius: 2px;
    color: #fff !important;
    margin-top: 10px;
    position: relative;
    float: right;
}

.store-selected {
    background: #11711f;
    font-weight: bold;
}


/**/
.modal-content-loader{
    background: url("../../img/loader128.gif") no-repeat left top transparent;
    background-size:100% 100%;
    position:absolute;
    top:30%;
    left:40%;
    width:100px;
    height:100px;
}
.kb-modal-popup{
    display:none;
}

.kb-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
    opacity: 0.7;
}

.kb-modal{
    position: absolute;
    top: -6%;
    left:6%;
    z-index: 99999;
    background-color: #fff;
    border: 1px solid #777;
    width:50%;
}

.kb-model-content-loader{
    
}

.kb-model-content-loader .kb-modal-loading-img{
    background:url('../../img/loader128.gif') center center no-repeat transparent;
    background-size:100% 100%;
    display: block;
    width: 100px;
    height: 100px;
    margin: 10px auto;
}

.kb-modal .kb-model-content{
    display:none;
}

.kb-modal-header, .kb-modal-content, .kb-modal-footer{
    padding:10px;
}

.kb-modal-header{
    background-color: #428BCA;
    color: #fff;
}

.kb-modal-header h1{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.kb-modal-header .kb-modal-close{
    float: right;
    margin-top: -15px;
    cursor:pointer;
}

.kb-modal-content{
    overflow-y: auto;
    max-height: 400px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.kb-modal-footer{
    
}
.kb-modal-body {
    padding: 10px;
    box-sizing: border-box;
	display: inline-block;
    width: 100%;
}
.velo-search-container input[type="text"] {
    background-color: #fff !important;
}

.velo-store-locator .velo-web-icon,.velo-store-locator .velo-distance-icon{
    width:auto !important;
}

.velo-store-locator .kb-store-url a{
    word-break: break-all;
        display: inline;
}



.kb-box-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
     display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.kb-box-modal.kb-modal-open{opacity:1;overflow: auto;}
.kb-modal-contents {
    /*width: 600px;*/
    width: 52%;
    margin: 8% auto 0;
    position: relative;
    background: #fff;
    padding: 0px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 0 1px #383636;
    transition:0.75s ease;
    webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.kb-modal-contents.kb-contentOpen{
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    /* transform: translate(0,0); */
	}
.kb-modal-backdrop {
    position: fixed;
    display:none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999; /* 22052018 */
    background-color: rgba(0,0,0,0.8);
	transition:0.75s ease;
}

.close-kb-modal {
    text-decoration: none !important;
    float: right;
    color: #2da9e4;
    font-size: 16px;
    text-shadow: 0 0 2px #e4e1e1;
    font-weight: 600;
    opacity: 0.8;
    position: absolute;
    right: 17px;
    top: 8px;
}
.close-kb-modal:hover{opacity:1}

/*supercheckout datetimepicker*/
.popupmodal-open {
    overflow: hidden;
}
.popupmodal-open .datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
    position: absolute;
/*    bottom: 100px;*/
    top: 76% !important;
}    
.popupmodal-open .datetimepicker-dropdown-bottom-right:after {
    top: inherit;
    left: 7px;
    bottom: -6px;
	top:inherit;
    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
} 
.popupmodal-open .datetimepicker-dropdown-bottom-right:before {
    bottom: -7px;
	top:inherit;
    left: 6px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}    

/**
* Media Queries Starts here for mobile devices
*@date 23-01-2023
*@commenter Vishal Goyal
*/

@media(max-width:1200px){
	.velo-location-list ul li .velo-directions-button, .velo-location-list ul li a.velo-directions-link{
		float: left;
	}
	.velo-location-list ul li .velo-directions-button{
		margin-right:5px;
	}
}
@media(max-width:992px)
{
	.velo-location-list,
	#searchStoreForm{
		width: 40%;
	}
	.velo-store-map{width:60%;}
	.velo-store-filters{text-align:center;}
	
	.velo-search-bar.velo-field-inline {
		margin-right: 20px;
		clear: both;
	}
	
}
@media(max-width:767px)
{
	.velo-location-list,
	#searchStoreForm{
		width: 100% !important;
		margin-top:10px;
	}
	.velo-store-map{width:100%;}
	.velo-store-filters {
    margin-bottom: 10px;
	}
	#kb_pts_carrier_block .velo-location-list, #kb_pts_carrier_block .velo-store-map {
		width: 100% !important;
	}
	#kb_pts_carrier_block .store-selected, #kb_pts_carrier_block .velo-store-select-link{margin-right:5px;}
	.velo-location-list ul li .velo-directions-button {
		float: left;
		display: inline-block;
		clear: inherit !important;
	}
	
}
@media(max-width:640px)
{

	.velo-store-map{height:400px;}
}
@media(max-width:420px)
{
	.velo-field-inline label {
		width: 100%;
		display: inline-block;
		text-align: left;
		margin-bottom:5px;
	}
	#velo_address_search {
		width: 100%;
	}
	.velo-field-inline select{
		    text-align: left;
		float: left;
		width: 100%;
	}
	.velo-search-bar.velo-field-inline{width:100%;}
	.velo-field-inline{    width: 49%;
    margin-right: 0;}
}

/*
*Change in CSS to fixs the issue of store locator date picker block on checkout 
*ASApr2024 date_picker_CSS
*@date: 22-04-2024
*@modified by: Amit Singh
*/
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
    width: 270px;
}
table.table-condensed {
    width: 240px;
}

#searchStoreForm{
	width: 40%;
	float: left;
}

.velo_add_name{
	font-size: 18px;
	font-weight: bold;
}

#kb-store-image{
	text-align: right;
}

.velo-location-list-title {
  margin-bottom: 52px;
}
.velo-location-list-title span {
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  background: #A88466;
  min-width: 19px;
  height: 19px;
  line-height: 19px;
  padding: 0 3px;
  display: inline-block;
  text-align: center;
  margin: -1px 0 0 10px;
}

.caregoryStoreLabel {
  color: #999897;
  border-bottom: 1px solid #7DB43F;
  font-size: 10px;
  padding: 5px 20px;
}

.velo-location-content {
  padding: 10px 20px 10px;
}
.velo-location-content p {
  margin-bottom: 0px;
  font-size: 12px;
  line-height:20px;
}
.velo-location-content p.mb {
  margin-bottom: 5px;
}
.velo-location-address {
  color: #999897;
}

.velo-location-button-container a {
  color: #A88466!important;
  line-height: 45px!important;  
  background: #FAFAFA;
  padding: 0 20px;
  position: relative;
  font-size: 16px!important;
}
.velo-location-button-container span {
  background: #A88466;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -10px;
  padding: 6px;
  border-radius: 50%;
  line-height: 12px;
  font-weight: bold;
}