.error{
	color: red;
}
.block-space--layout--after-header {
	height: 30px !important;
}
.block-space--layout--before-footer {
	height: 30px;
}
.card-title {
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 8px;
	border-bottom: 1px solid #CA1F1F;
	margin-bottom: 1rem;
	margin-top: 0px;
}
.card-body--padding--2 {
	padding: 1rem;
}
.align-center {
	text-align: center;
}
.card {
	border-radius: 15px;
}
.form-control {
	border-radius: 2px;
	background-clip: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,background .15s ease-in-out;
	color: #262626;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
	height: 46px;
	padding: 7.5px 10px;
	font-size: 16px;
	line-height: 19px;
}
.section-header__title {
    text-transform: capitalize !important;
}
    
.border-button {
  border: 1px solid white;
  color: white;
}
.border-button2 {
    border: 1px solid black !important;
    color: black;
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.verified-badge {
    color: #108FDD !important;
    font-weight: bold;
    font-size: 14px !important;
    border: 1px solid;
    padding: 3px;
}
 .image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* You can also use fixed height */
    overflow: hidden;
    background: #eee;
}

.image-placeholder,
.image-actual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.4s ease-in-out;
}

.image-placeholder {
    opacity: 1;
    z-index: 1;
}

.image-actual {
    opacity: 0;
    z-index: 2;
}

.image__shimmer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        100deg,
        #f0f0f0 8%,
        #e0e0e0 18%,
        #f0f0f0 33%
    );
    background-size: 200% 100%;
    animation: shimmer 1.2s infinite linear;
}

@keyframes shimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}
.review__content.typography {
    padding: 3px;
}

.footer-contacts__contacts dt {
    color: #f4f4f4;
}
.mobile-menu__indicator {
    border-radius: 2px;
    padding: 8px 0 6px;
    border: 1px solid #b3b2b2;
    padding: 7px;
    margin: 4px;
    font-size: 1.7rem;
}
.mobile-menu__indicator-title {
    color: #000;
}
@media (max-width: 420px) {
.product-card__name  a{
 display: inline-block;
  padding: 14px 24px;
  font-size: 16px;
  min-width: 48px;
  min-height: 48px;
  margin-top: 8px; 
  border: 1px solid gray;
}
.product-card--layout--grid .product-card__name {
    padding: 0 3px;
    line-height: 1.1875;
}
.product-tabs__pane--active {
    padding: 10px 3px 13px !important;
}
.card {
    background-color: #fff;
    /* box-shadow: 0 1px 3px rgba(0,0,0,.09); */
    border: none;
    border-radius: 0;
    width: 93% !important;
    margin-left: 14px;
}

}