/*Catalogue Main Page CSS*/

.catalogueActionButton{
	padding: 5px 15px;
}
.addCartButton{
	background-color: #00abc2;
}

.addWishlistButton{
	background-color: #E98C00;
}

.callToOrderButton{
	background-color: #fff;
	/* border: 2px solid #008CFF; */

}

.quantity-input{
	display: flex;
	flex-direction: row;
	
}

.quantity-input>input{
	padding:0;
	width: 50px;
}

.quantity-input>label{
	margin: auto;
}

/* .catalogue-table-heading{
	font-family: 'Gotham-Bold';
	border: none;
	border-bottom: none !important;
} */

.catalogue-action-cell
{
	margin: auto;	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

tr.odd:hover,tr.even:hover,.cart-selection-item:hover{
	background-color: rgba(23,157,171,0.1);
	filter: none;
}

.out-of-stock-pill{
	background-color: #f8d7da;
	padding:5px;
}

.special-order-pill{
	background-color: #cce5ff;
	padding:5px;
}

.available-pill{
	background-color: #d4edda;
	padding:5px;
}

.catalogue-table-cell,.catalogue-table-cell{
	/* font-size: 14px;
	text-wrap: nowrap;
	font-weight: 400;
    line-height: 18px;
    color: #000000; */
	font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;

}

.catalogue-table-cell.catalogue-table-cell-name,.catalogue-table-cell.catalogue-table-cell-name{
	/* font-size: 16px;
    text-wrap: nowrap;
    font-weight: 600;
    line-height: 24px;
    color: #1E2F53; */
	font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 15px;
display: flex;
align-items: center;
color: #000000;
}

span.GothamMediumCell{
	font-family: 'GothamMedium';
}

/* #productTable_wrapper{
	padding-top: 10px;
} */

.dataTables_filter input { 
	height: 50px;
    width: 400px;
    border: 2px solid;
    margin-bottom: 10px;}

/*Catalogue table inner row*/

.catalogue-inner-row{
	display: flex;
	flex-direction: row;
	/* gap:50px; */
	justify-content: space-evenly;
	background-color: #F2FBFC;
}
.catalogue-inner-row>div{
	margin-top: auto;
	margin-bottom: auto;
}

table.dataTable td.dt-control {
	background-image: url(/catalogue-row-expand-icon);
    /* background-size: 50px; */
    background-position-y: 20%;
    width: 50px;
	background-repeat: no-repeat;
	background-position: center center;
}
table.dataTable tr.dt-hasChild td.dt-control{
	background-image: url(/catalogue-row-collapse-icon);
    /* background-size: 50px; */
    background-position-y: 20%;
    width: 50px;
	background-position: center center;
}

table.dataTable td.dt-control:before{	
	background-color: none!important;
	border: none !important;
	box-shadow: none!important;
	cursor: pointer;	
	display: none!important;
}



table.dataTable tr.dt-hasChild td.dt-control:before{
	background-color: none!important;
	border: none !important;
	box-shadow: none!important;
	cursor: pointer;	
	content: none!important;
}

dt{
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
}

dd{
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

.catalogue-inner-row-image{
	width:144px
}


/*Catalogue - Product Popup*/
/* Modal Styles -Not needed =. Popup on catalogue not used anymore*/
/*
.modal {
	display: none; 
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 60px;
}

.modal-content {
	background-color: #fff;
	margin: 10% auto;
	padding: 20px;
	border-radius: 8px;
	
	max-width: 600px;
	display: flex;
	flex-direction: column;
	width: 20%;
}

#modalTitle{
	margin:auto;
}

.modal-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modal-row{
	display: flex;
	flex-direction: row;
}

.modal-row-title{
	width:50%;
	text-align: right;
	margin-right: 10px;
}
.modal-row-content{
	width:50%;
	text-align: left;
	font-family: 'Gotham-Book';
}
.modal-content>img{
	width:100px;
	height: 100px;
	margin:auto;
}

.modal-row-heading>h2{
	margin:auto;	
}
	*/

/*Filter Button*/
.filterBtn{
	height: 30px;
    width: 30px;
    padding: 0;
    margin: 0;
	background-color: white;
	border-radius: 0;
} */
/* .filterBtn:hover,.filterBtn:focus{
	background-color: white;
}*/

.filterSubmitBtn{		
	height: 60px;
    margin-top: auto;		
}


/*FilterCanvas*/
.offcanvas.offcanvas-end{
	
	padding-left:10px;
	overflow:auto;
}

.offcanvas.offcanvas-end>h2{
	font-size:20px; 
	margin-top:10px
}

/*#filterForm{
	display:flex;
	flex-direction: row;
	padding-left: 10px;
	justify-content: space-between;
}
*/
.filter-form-input-group{
	padding-top: 10px;
	display:flex;
	flex-direction: column;
}

.filter-form-input-group>label,.form-check-label{
	font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #1B365D;
}

/*Cart Selection canvas*/

#addToCartOffcanvas{
	width:30%;
}
.cart-selection{
	padding-top: 10px;
	display:flex;
	flex-direction: column;	
}


.cart-selection-item{
	margin-top: 5px;
	display:flex;
	flex-direction: row;
}

.cart-selection-item>*{
	margin:10px;
}

.cart-selection-item:has(input[type=radio]:checked){
	background-color: rgba(23,157,171,0.1);
}

.cart-selection-item:not(:last-child) {
    border-bottom: 1px solid #00abc2;
}

#addToCartForm > fieldset{
	border:none;
	padding:11px 40px 0;
}
#loadingImage{
	width:100px;
	margin:auto;
}

/*Wishlist Selection canvas*/

#addToWishlistOffcanvas{
	width:30%;
}
.wishlist-selection{
	padding-top: 10px;
	display:flex;
	flex-direction: column;	
}


.wishlist-selection-item{
	margin-top: 5px;
	display:flex;
	flex-direction: row;
}

.wishlist-selection-item>*{
	margin:10px;
}

.wishlist-selection-item:has(input[type=radio]:checked){
	background-color: rgba(23,157,171,0.1);
}

.wishlist-selection-item:not(:last-child) {
    border-bottom: 1px solid #00abc2;
}

#addToWishlistForm > fieldset{
	border:none;
	padding:11px 40px 0;
}

#WishlistloadingImage{
	width:100px;
	margin:auto;
}

/*Toast - Product Added to Cart*/

.toast {
	position: fixed;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	width: fit-content;
	background-color: #ffffffe6;
}


.toast-header{
	justify-content: space-between;
}

.toast-close{
	position: absolute; 
	right: 5%; 
	top: 2%; 
	opacity: 1;
}

.toast-close > img{
	width:15px;
}

.toast-body{
	display: flex; 
	flex-direction: column;   
	align-items: center;
}

.toast-body > img{
	width: 100px;
}

.toast-body{
	margin-bottom: 0;
}

/*Toast - Product Added to Wishlist*/

.wishlisttoast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1055;
  width: fit-content;
  background-color: #ffffffe6;
}

.wishlisttoast.hide {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
  }

.wishlisttoast-header{
	justify-content: space-between;
}

.wishlisttoast-close{
	position: absolute; 
	right: 5%; 
	top: 2%; 
	opacity: 1;
}

.wishlisttoast-close > img{
	width:15px;
}

.wishlisttoast-body{
	display: flex; 
	flex-direction: column;   
	align-items: center;
}

.wishlisttoast-body > img{
	width: 100px;
}

.wishlisttoast-body{
	margin-bottom: 0;
}

.wishlisttoast.toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1055;
  min-width: 300px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.full-screen-loading-div{
	position: fixed; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    display: none; 
    justify-content: center;
    align-items: center;
    z-index: 9999; 
}

.full-screen-loading-image{
	position: fixed;
    top: 40%;
    left: 45%;
	display: flex;
    flex-direction: column;
}

.cart-submission-progress-text{
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
	display:none;
	background-color: #00abc2;
	color: white;
	padding: 5px;
    margin-top: 10px;
    text-align: center;
	font-size: 20px;
	font-family: 'GothamMedium';
}

.cart-submission-progress-text > img{
	width:20px;
}

.modal-body{
	font-family: 'Gotham-Book', sans-serif !important;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media only screen and (min-width: 1400px){
	#productTableMobile_wrapper{
		display :none;		
	}
	#productTable_filter{
		width: 80%;
	}
	#productTable_filter>label{
		width: -webkit-fill-available;
	}
	#productTable_filter>label>input{
		width: 90%;
	}
	
}

@media only screen and (max-width: 900px){
	#productTable{
		display :none;		
	}
	#productTable_wrapper{
		display :none;		
	}

	#productTableMobile{		
		width :95vw !important;
	}

	.addCartButton{
		height: fit-content;
		width: fit-content;
		background-color: rgba(0,0,0,0);		
	}
	.addCartButton:hover{
		background-color: rgba(0,0,0,0);
	}

	.addToCartImg{
		width:40px;
		height: 40px;
	}

	.catalogue-action-cell{
		align-items: center;
	}

	#addToCartOffcanvas{
		width:80%;
	}
}

.search-container {
    display: flex;
    justify-content: flex-start; /* Horizontally centers the search box */
    align-items: center;
	margin-top: 20px;
	margin-bottom: 10px;
	width: auto;
    /* Adjusts container height to fill the screen */
}

.search-box {
    width: 100%;
    margin-left: 20px;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    border: 2px solid #ccc;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s;    
}


.search-box:focus {
    border-color: #00abc2 
}

.dataTables_length,.dataTables_filter{
	display:none;
}

.filter-icon {
	cursor: pointer;
	margin-left: 10px;
  }
  .popup {
	position: absolute;
	background-color: white;
	border: 1px solid #ccc;
	padding: 20px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	display: none;
	max-height: 300px;
	overflow-y: auto;
  }
  .popup.active {
	display: block;
  }
  .popup button {
	margin-top: 10px;
  }

  input.filter-supplier-option{
	margin-top: 0px;
  }
  div.filter-supplier-div{
	margin-top: 10px;
  }
  div.filter-supplier-div>label{
	padding-left: 10px;
  }

  .filter-dropdown-button{
	font-size: .875rem;
	padding-bottom: .5rem;
    padding-top: .5rem;
	background-color: var(--color-core-gray-10,#f1f1f2);
	color: var(--color-core-black,#000);
	display: flex;
	border-radius: 9999px;
	border-style: none;
    border-width: 0;
	font-size: 12px;
  }

  .filter-dropdown-button.filter-button-active{
	background-color: #385988;
	color: #fff;
  }
  .filter-dropdown-button.filter-button-active:hover{
	background-color: #385988;
	color: #fff;
  }

  .filter-dropdown-button:hover,.filter-dropdown-button:focus,.filter-dropdown-button:active{
	background-color: var(--color-core-gray-10,#f1f1f2);
	color: var(--color-core-black,#000);
  }

  .filter-container{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 20px;
	padding-bottom: 10px;
  }

  .catalogue-secondary-filter-container{
	display: flex;
    gap: 2rem;
    padding: 0px 10px;
    /* border: 1px solid black; */
    border: 2px solid #ccc;
    border-radius: 20px;
    height: 40px;
    align-items: center;
	width: 100%;
	max-width: 1200px;
  }

  .secondary-filter-dropdown{
	height: 10px;
    border-radius: 5px;
  }

  .form-check-label-supplier {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

  .secondary-filter-dropdown-supplier{
	height: 25px;
	min-height: 20px;
	border-radius: 5px;
	font-family: 'Gotham-Medium', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #1E2F53;
	width: 290px;
	padding: 0 8px; 
  }

  .secondary-filter-dropdown-category{
	height: 25px;
	min-height: 20px;
	border-radius: 5px;
	font-family: 'Gotham-Medium', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #1E2F53;
	width: 150px;
	padding: 0 8px; 
  }

  .form-check.form-switch {
    border-right: 1px solid #000;
    padding-right: 2rem;
}

.filter-container {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}


  /* Catalogue as per wireframe - Feb 11th 2025*/

  table#productTable {
    /* border: none; */
    /* border-collapse: separate; */
    /* border-collapse: separate; */
    /* border-spacing: 0 15px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0; */
	border: 1px solid #C8C9C7;
border-radius: 16px;
background: #FFFFFF;
padding: 0;
}



th.catalogue-table-heading {
    background-color: #ffff;
    color: #000000;
}



table.dataTable thead th, table.dataTable tbody td {
    /* border: none; */
    /* border: 5px solid white; */
	border-bottom: 1px solid #C8C9C7;
    padding: 5px;
    border-right: hidden;
    border-left: hidden;
}



table.dataTable tbody tr {
    background: white;
    filter: drop-shadow(0 0 0.75rem rgba(208, 213, 221, 0.8));
    border-spacing: 25px 25px;
    radius:8px;
    border: 3px solid black;
    border-radius: 100px;
}



table.dataTable tbody tr td:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
    padding-top:0px;
    padding-bottom:0px;
}

table.dataTable tbody tr td:last-of-type {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
    padding-top:0px;
    padding-bottom:0px;
}

/* th.catalogue-table-heading {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
} */

button.search-button-catalogue{
	/* position: absolute; */
    /* right: 6vw;
    transform: translateY(1%); */
    height: 30px;
    padding: 0px 20px;
}

.catalogue-notices-container{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
}


