:root {
    --border-radius: 4px;
    --color-primary: #01458b !important;
    --color-background: #FFF;
    --color-rgb-highlighter: 0, 188, 139;
    --color-background-shadow: #f7f7f7;
    --color-buttons: #01458b !important;
    --packer: 1280px;
    --font-weight-default: 300;
    --font-weight-medium: 400;
    --font-weight-bold: 500;
    --font-size: 15px;
    --font: var(--font-weight-default) var(--font-size)/1.5 "Poppins", Helvetica, sans-serif;
    --font-color: #999;
    --hfont-size: 24px;
    --hfont: var(--font-weight-bold) var(--hfont-size)/1.1 "Poppins", Helvetica, sans-serif;
    --hfont-color: #000;
    --padding: 80px;
    --gap-lg: 20px;
    --gap: 16px;
    --gap-sm: 12px;
    --transition-speed: .3s ease-in-out;
    --transition: all var(--transition-speed);
    --header-height: 64px;
    --shadow: 0 var(--gap) calc(var(--gap) * 3) rgba(0, 0, 0, 0.1);
}
a.item-offer-horizontal:hover h6 {
    color: #01458b;
}
a:hover, a:focus {
    color: #01458b;
    text-decoration: none;
    outline: none;
}
#addToCart1 button {
    color: white;
    background-color: #01458b;
    justify-content: center;
 transition: all 0.3s
}

/*
.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #1142ce;
    mix-blend-mode: color;
}*/
button:hover, .button:hover {
    filter: brightness(1.1);
    text-decoration: none;
    box-shadow: inset 1px 5px 10px hsl(210.46deg 47.42% 59.56%);
    transition: all 0.3s;
}
.btn_hero {
    color: #555;
    background-color: #01458b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    line-height: 1;
    padding: 10px 15px;
    color: #fff !important;
    font-weight: 500;
    text-decoration: none !important;
    display: inline-block;
    white-space: nowrap;
    align-items: center;
}