
/* Stock Item Page */

body.page-id-11062 {
	overflow: visible !important;
}

body.page-id-11062 .itemlist-box {
	width: 100%;
	cursor: pointer;
}

/* Products in Stock */

.itemlist-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border: 1px solid #c5c5c5;
  border-radius: 26px;
  padding: 10px;
  overflow: hidden;
}
.itemlist-image-container {
  width: 63px;
  margin-top: 16px;
  margin-left: 16px;
  height: 65px
}
.itemlist-image {
  width: 100%;
  min-width: 50px;
}
.elementor-shortcode .itemlist-text-headline {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
}
.itemlist-text {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.itemlist-text-header {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
  width: 175px;
}
.itemlist-text-footer {
  margin: 0;
  width: 175px;
  color: #898989;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
.itemdetail-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  border: 1px solid #EF353A;
  border-radius: 26px;
  padding: 15px 30px 30px 30px;
}
.itemdetail-image-container {
  background-color: #F3F5F6;
  width: 100%;
  height: 200px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.elementor-shortcode .itemdetail-headline {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  color: var(--e-global-color-text);
  margin-top: 15px;
  margin-bottom: 10px;
}
.elementor-shortcode .itemdetail-product {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: var(--e-global-color-text);
  margin-top: 16px;
  margin-bottom: 10px;
}
.itemdetail-description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  margin: 0;
  color: #898989;
}
.flex-row {
  display: flex;
  flex-direction: row;
}

.filter-checkbox-box .flex-row {
	align-items: center;
}


#box-tubes.flex-column {
  display: flex;
  flex-direction: column;
  width: 40%;
  gap: 30px;
}

.dhidhold {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.root-element {
  display: flex;
  flex-direction: row;
  gap: 50px;
  flex-wrap: nowrap;
}

.request-button {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    font-size: 22px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: rgba(239, 53, 58, 1) !important;
    border-width: 1px;
    border-color: rgba(239, 53, 58, 1);
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    border-radius: 33px;
    text-shadow: none;
    padding: 12px 35px 12px 35px;
    box-sizing: border-box;
    box-shadow: none;
    margin-top: 50px;
	margin-left: 0;
    margin-right: 0;
  }

.filter-header {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: var(--e-global-color-text);
  margin-top: 24px;
  
}
.filter-bodytext {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: var(--e-global-color-text);
}
.filter-input {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: var(--e-global-color-text);
  background: #ffffff;
  border-radius: 8px;
  border: 0;
  height: 50px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}


.filter-input::placeholder {
	color: #8d8d8d;
}

.filter-box {
  width: 30%;
  display: flex;
  flex-direction: column;
  height: fit-content;
  background-color: var(--e-global-color-secondary);
  border-radius: 26px;
  padding: 30px 30px 30px 30px;
  
}

.filter-reset {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.filter-reset-button {
  margin: 0;
  width: 175px;
  color: var(--e-global-color-text) !important;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  border: 0;
  text-decoration: underline;
}
.filter-minmax-box {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%;
  padding-top: 10px;
}
.filter-checkbox-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding-top: 10px;
}
.filter-checkbox-text {
  font-style: normal;
  font-size: 16px;
  color: #0B1423;
  margin: 0;
  margin-left: 8px;
}
.filter-checkbox {
  font-style: normal;
  font-size: 16px;
  color: #EF353A;
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  border-color: #EF353A;
	margin: 0;
}
.filter-checkbox:checked {
  background-color: #000000;
  color: #FFFFFF;
  border-color: #000000;
  accent-color: #000000;
}
.filter-reset-button:hover {
  text-decoration: none;
	background-color: var(--e-global-color-secondary);
}
.filter-reset-button:focus {
  text-decoration: underline;
	background-color: var(--e-global-color-secondary);
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 250px;
  transform: translateZ(0);
  backface-visibility: hidden;
}

@media screen and (max-width: 1100px) {

	body.page-id-11062 .root-element {
		flex-direction: column;
		align-items: center;

	}


	body.page-id-11062 .filter-box {
		position: relative;
		top: 0px;
		margin: 0px 0px 0px 0px;
		width: 100%;
	}
	
	#box-tubes.flex-column, .dhidhold {
		width: 100%;
	}


	body.page-id-11062 .itemdetail-box {
		position: relative;
		top: 0px;
		margin: 0px;
		
	}

}

@media screen and (max-width: 650px) {

	.itemlist-box {
  
  flex-direction: column;
	}

}

