.click-collect-sec{
	padding: 2% 0;
	border-top: 1px solid #ccc;
    width: 100%;
    margin-top: 2%;
    border-bottom: 1px solid #ccc;
}
button.click-collect, a.click-collect {
	background: #0071bb;
    border: 2px solid #0071bb;
    border-radius: 0px;
    outline: none;
    color: #FFF  !important;
    font-weight: bold;
    width: 33%;
}
.modal_terms_next_day.show {
    display: block;
    opacity: 1;
    top: 0;
    position: absolute;
    background: #FFFFFF;
    padding-top: 18%;
    overflow: visible;
}
.modal_terms_next_day .modal-content {
    background: #FFFFFF !important;
}

@media (max-width: 512px) {
    .modal_terms_next_day.show {
        top: 0%;
        position: absolute;
        background: #FFFFFF;
        padding-top: 115%;
    }
}
/*--------- Product Page Store Details ------*/
.click-store-details{
	margin-top: 2%;
}
.click-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.click-items {
	background: #fff;
    margin: 2% 0;
    padding: 10px;
    border: 1px solid #ccc;
}

.stote-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.selectstore{
	top: 100%;
    left: 100%;
    transform: translate(0%, 0%);
}

button.selectstore {
	background: #009688;
    border: 2px solid #ffffff;
    border-radius: 0px;
    outline: none;
    color: #FFF;
    font-weight: bold;
}

#collectionstores .modal-header button{
	position: absolute;
    right: 5%;
    top: 2%;
}

.store-name span, .prod-name span{
	color: #033552 ;
	font-weight: bold;
}
.stock-availability span{
	color: #008000;
}

.collect-stores p{
	margin-bottom: 5px;
}

#click-store-message{
	overflow-y: scroll;
    max-height: 600px;
}
a#changestore {
    color: #075a90;
    font-weight: bold;
    text-decoration: underline;
	cursor: pointer;
}
.store-name{
	color: #075a90;
}

#click-store-message::-webkit-scrollbar {
    width: 5px;
}
#click-store-message::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #009688;
    -webkit-box-shadow: inset 0 0 6px #009688;
}
#click-store-message::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #009688;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.mr-2 {
	display: inline-flex;
}

.mr-2 input.form-control {
	width: 100%;
    background: none;
    outline: none;
    padding: 12px;
    border-radius: 5px 0px 0px 5px;
	border-color: #0071bb;
    border-right: none;
    border-width: 2px;
}

.mr-2 button {
	padding: 10px 15px;
    border-radius: 0 5px 5px 0;
	background: none;
    color: #0071bb;
    border-color: #0071bb;
    outline: none;
    border-width: 2px;
    height: 54px;
}

.checkstock-tle p{
	font-weight: 600;
}

.availability {
	width: 100%;
    border: 1px solid #ccc;
    margin: 2% 0;
    padding: 6px 10px;
    color: #008000;
}

.availability p {
    margin-bottom: 0;
    font-weight: 600;
}

.store-sec {
	position: relative;
}

#selectedstoredetails #addtocart {
	position: absolute;
    right: 3%;
    bottom: 6%;
	padding: 3px 11px;
    font-size: 14px;
}

#addtocart i.material-icons.shopping-cart{
	color: #FFF !important;
	font-size: 20px;
}

.store-sec #changestore {
	position: absolute;
    bottom: 6%;
    left: 3%;
}

div#collectionstores::before {
    position: absolute;
    content: '';
    background: #000000b5;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

/*------------- Cart Page Design -------------*/

.click-collect-cart-inner .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.click-collect-cart-sec{
	margin-top: 3%;
}

.choosenstore-sec {
	margin: 15px 15px;
    padding: 10px 10px;
    border: 1px solid #ccc;
}

.choosenstore-sec .mr-2{
	width: 100%;
}

.selectedStore p{
	font-size: 20px;
}

.selectedStore p span{
	color: #0a4e8c;
    font-weight: bold;
    font-size: 16px;
}

.choosenstore-sec a{
	cursor: pointer;
    color: #2196F3 !important;
    font-weight: bold;
    text-decoration: underline !important;
}

.cart-title {
	background: #0071bb;
    padding: 10px 15px;
    color: #FFF;
}

.cart-title h6{
	color: #FFF !important;
    margin-bottom: 0px;
	text-align: center;
	margin-bottom: 0px !important;
}

.cart-pickup-store-details, .cart-delivery-details {
    background: #f3f6fa;
    padding: 10px 15px;
    min-height: 50px;
    border: 1px solid #c4d4e8;
	position: relative;
}

.cart-pickup-store-details .note{
	text-align: center;
    vertical-align: middle;
	color: #4caf50;
	padding-top: 6px;
    margin-bottom: 0px;
	font-weight: bold;
}

.cart-delivery-details .note{
	text-align: center;
    vertical-align: middle;
	font-weight: bold;
	margin-bottom: 0px;
}

.cart-action-btns{
	background: #ffffff;
    border: 1px solid #ccc;
    padding: 15px 5px;
}

.cart-action-btns .btn {
	background: #fce60a;
    color: #0071bb;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #0071bb;
	font-size: 14px;
}

.store-details .store-name {
	color: #0071bb;
	font-size: 13px;
}

.cart-item {
    padding: 26px 0 !important;
    border-bottom: 1px solid #ccc;
}

.cart-pickup-store-details .radio {
	width: fit-content;
	font-weight: bold;
}

.cart-delivery-details .radio {
	width: fit-content;
	font-weight: bold;
}

.cart-pickup-store-details .radio input, .cart-delivery-details .radio input {
	vertical-align: middle;
}	

.form-group.mr-2{
    margin-bottom: 0px !important;
}

p.no-stock {
	text-align: center;
    vertical-align: middle;
    padding-top: 0;
    font-weight: 700;
    transform: translate(0%,18%);
    font-size: 14px;
    margin-bottom: 0px;
}
.cart-delivery-details label, .store-details label {
	color: #0a4e8c;
}

#choosetime {
	background-color: #2196F3;
    color: #FFF !important;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    border-color: #ccc;
}

#chosenDate {
	font-size: 13px;
	font-weight: bold;
}

p.product-name {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

input#pickuptimecac {
	width: 86%;
	display: inline-flex;
}

input#timeformatecac {
	width: 13%;
	display: inline-flex;
}

#cactabsmobile {
	padding: 0px 5px 5px 5px;
}

ul.nav.nav-tabs.clickCollectLinks li {
    width: 49%;
    background: #0071bb;
}

.clickCollectLinks a.nav-link.active {
    background: #0071bb !important;
}

.clickCollectLinks a.nav-link {
    color: #FFF !important;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
}

li.nav-item {}

.clickCollectLinks li.nav-item {
    padding: 0px 3px !important;
}

#cactabsmobile.tabs {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.no-stock i.material-icons{
	font-size: 20px !important;
    vertical-align: bottom !important;
}

#ui-datepicker-div {
	top: 315px;
	z-index: 9999 !important;
}
/*-------------- Order Confirmation Page -------------*/
table#tableStores {
	color: #000;
    border-color: #ccc;
}

table#tableStores tbody{
	border: 1px solid #ccc;
}

table#tableStores td, table#tableStores th{
	border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#datetime {
	background: rgba(0, 0, 0, 0.58);
}

#thecheckout-shipping {
	display: none;
}
/*----------- Media Query -----------*/

@media(max-width:375px){
	input#pickuptimecac {
		width: 75% !important;
		display: inline-flex;
	}

	input#timeformatecac {
		width: 23% !important;
		display: inline-flex;
	}
	
	.choosenstore-sec {
		margin: 15px 4px;
	}
	
	#ui-datepicker-div {
		top: 224px !important;
		z-index: 9999!important;
	}
}

div#checkstockform {
	border:1px solid #ccc;
	background: #f5f7fd;
}

div#checkstockform .mr-2 {
	margin-left: 1px;
	margin-top: 25px;
	width: 98% !important; 
}
#storename {
	margin-left: 5px;
	margin-bottom: 25px;
}
.checkstock-tle {
	border: 1px solid #ccc;
}
#checkstockbutton {
	margin-bottom: 25px !important;
}

/*---------- Code Added By Prakash Balan - on 27-03-2021 -----------*/
.displayCACBlock {
	border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.displayCACBlock .click-collect-sec {
	margin-top: 0%;
	padding-top: 14px;
}

.displayCACBlock .click-collect-sec.card {
	margin-bottom: 0px;
	background-color: #f5f5f5;
}

.displayCACBlock .click-collect-inner {
	padding: 0 13px;
}
/*---------- Code End By Prakash Balan - on 27-03-2021 -----------*/

/*---------- Code Added By Prakash Balan - on 28-05-2021 -----------*/
@media screen and (max-width: 425px) {
	#selectedstoredetails #addtocart {
		padding: 0px 3px;
		font-size: 10px;
	}
	#addtocart i.material-icons.shopping-cart {
		font-size: 13px;
		margin-right: 6px;
		vertical-align: text-top;
	}
}

/*---------- Code End By Prakash Balan - on 28-05-2021 -----------*/