/*
  Theme Name:   Blood Draws
  Version:      1.0.3
  Text Domain:  bd
  Author:       DevTeam
*/

/* FIX FOR HEADER WITH ADMIN BAR */
body.admin-bar header.header {
	margin-top : 32px;
}

/* END FOR HEADER WITH ADMIN BAR */

/** SUBSCRIBE FORM STYLES */
.footer-form-validations[data-type="success"] {
	color : green;
}

.footer-form-validations[data-type="error"] {
	padding-top : 10px;
	color       : red;
}

.footer-form.sending-data button {
	background-color : gray;
}

/** END SUBSCRIBE FORM STYLES */

.modal--active {
	z-index:1111111;
}

.enter-form__button,
.enter-form__checkbox .checkmark,
.enter-form__input {
	-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.3); 
	box-shadow:0 6px 12px 0 rgba(0,0,0,.3); 
}

@media screen and (max-width: 767px) {
  .header-functionals>.link-wrapper {
		padding-left: 0;
		margin-left: 0;
		display: block;
		margin-bottom: 12px;
  }
  .card-item {
	width:125px;
	width:131px;
  }
  
  .card-type{ 
      flex-shrink: 0;
    flex-grow: 1;
  }
}

.nav-list__item .current-menu-item {
	color: var(--burnt-sienna);
}

.enter-form__checkbox {
	margin-top: 30px;
    margin-bottom: 0;
}

.enter-form__button {
	margin-top:50px;
}

.card-type{ 
	height: auto;
}

.section-products-filter-by-categories .card-type{ 
	height:96%;
}

.cards-button-wrapper {
	padding-top:30px;
}

@media screen and (min-width: 968px) {
	.card-item { 
		width:136px;
	}
}

.section-offset .offset {
	border-bottom: 1px solid #F5F5F5;
}


@media screen and (max-width: 991px) {
	.header-right {
		justify-content: flex-start;
	}
}

.cards-slider__label {
	font-weight:bold;
}

.cards-slider__label:after {
	clear:both;
	content:" ";
	position:relative;
	font-size:0;
	line-height:0;
	height:0;
	width:0;
}

.cards-slider__label-cat {
	display: inline-block;
}
.cards-slider__label-results {
	float:right;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.footer-form__input {		
		-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.3); 
		box-shadow:0 6px 12px 0 rgba(0,0,0,.3) !important; 
		opacity: 1;
		-webkit-appearance: none;
	}
}