.header{z-index:10;width:100%;position:fixed;top:0;left:0;box-shadow:0 1px 2px 0 rgba(91,104,113,0.32),0 0 1px 0 rgba(26,32,36,0.32);border-radius:8px;background-color:var(--primary-white)}
.header-section{padding:21px 0;justify-content:space-between;align-items:center}
.header-logo-img{width:130px;height:36px}
.header-cart-section{padding:0 8px;gap:8px;align-items:center;cursor:pointer;position:relative}
.header-cart-img{width:24px;height:24px}
.header-cart-text{font-size:16px;font-family:'Inter-Regular',sans-serif;line-height:16px}
.header-cart-count{width:20px;height:20px;position:absolute;border-radius:50%;top:-10px;left:20px;background-color:var(--primary-error);color:var(--primary-white);text-align:center}
.call-us{color:var(--primary-white);background:var(--primary-blue);padding:6px 13px 6px 12px;border-radius:30px;margin-left:10px;font-size:12px}
.call-us img{width:12px;height:12px}
@keyframes blink{0{opacity:1}
50%{opacity:0;transform:scale(1)}
}
@media screen and (max-width:767px){.header{border-radius:0}
.header-logo-img{width:88px;height:24px}
.header-cart-section{padding:0}
.header-cart-count{left:13px}
.call-us{display:flex;align-items:center;font-size:10px;padding:unset;color:var(--secondary-black);background-color:transparent}
.call-us img{width:15px;height:15px}
.mb-callus-img{margin-right:8px}
}