
@media (min-width: 479px) {
    .center-div {
    
        width: 50%;
        margin-left: auto;margin-right: auto;
    }
};
.separator {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .separator::before,
  .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #eee;
  }

  .separator:not(:empty)::before {
    margin-right: .25em;
  }

  .separator:not(:empty)::after {
    margin-left: .25em;
  }
.swiper-wrapper{
	height:auto;
}
input.error,select.error{
	border: 1px solid indianred;
}
label.error{
	color: indianred;
	font-weight: 100;
}
.span-lowquantity {
	font-weight: bolder;
	color: #ee9128;
}

.span-quantity {
	font-weight: bolder;
	color: #0f9b3a;
}

.span-outofstock {
	font-weight: bolder;
	color: #ff5b36;
}

.product-image-gap>figure.product-media {
	min-height: 176px;
}

.small-box-padding {
	padding: 0.3em 1em;
}
.custom-search-box {
    border-left: 2px solid #336699 !important;
    border-right: 2px solid #336699 !important;
    border-radius: 4px !important;
}
@media(min-width: 600px){

	.product-image-gap>figure.product-media {
		max-height: 200px;

	}
}

.d-md-display {
  display: none !important;
}
@media (max-width: 768px) {
  .d-md-display {
    display: flex !important;
  }

  .header-middle {
    padding-bottom: 1.2rem !important;
  }
}
