@font-face {
    font-family: 'replica-regularregular';
    src: url('../fonts/replica-regular-webfont.woff2') format('woff2'),
        url('../fonts/replica-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'replica-lightregular';
    src: url('../fonts/replica-light-webfont.woff2') format('woff2'),
        url('../fonts/replica-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'replica-boldregular';
    src: url('../fonts/replica-bold-webfont.woff2') format('woff2'),
        url('../fonts/replica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
ol,
li,
form,
label,
input,
select,
textarea,
button,
header,
nav,
section,
article,
aside,
footer,
table,
tbody,
thead,
tr,
th,
td {
    font-family: 'replica-regularregular';
}

body {
    background-color: #d7e1eb;
    background-image: url("../img/logo_q_black_t.png");
    /* Replace with your image path */
    background-repeat: no-repeat;
    /* Prevent image repetition */
    background-attachment: fixed;
    /* Fix image to viewport */
    background-position: 110% 103%;
    /* Position at bottom right corner */
    background-size: 18%;
    font-size: 0.85rem;
}

h1,
h2,
h3 {
    font-family: 'replica-boldregular';
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

.logo {
    max-width: 200px;
}

.logo-nav {
    max-width: 80px;
}

.login-form {
    max-width: 400px;
    margin: 100px auto;
    background-color: #ffffff;
    padding: 20px;
}

.clip {
    --clip-amount: 5px;
    --top-left-clip-amount: var(--clip-amount);
    --top-right-clip-amount: var(--clip-amount);
    --bottom-right-clip-amount: var(--clip-amount);
    --bottom-left-clip-amount: var(--clip-amount);
    clip-path: polygon(0 var(--top-left-clip-amount), var(--top-right-clip-amount) 0, calc(100% - var(--top-right-clip-amount)) 0, 100% var(--top-right-clip-amount), 100% calc(100% - var(--bottom-right-clip-amount)), calc(100% - var(--bottom-right-clip-amount)) 100%, var(--bottom-left-clip-amount) 100%, 0 calc(100% - var(--bottom-left-clip-amount)));
}

.clip-25 {
    --clip-amount: 25px;
}

.qty-width {
    max-width: 80px;
}

.lh-2p6 {
    line-height: 2.6rem !important;
}

.btn-green {
    background-color: #31a854;
    color: #fff;
}

.bg-metapure {
    background-color: #000;
    color: #fff;
    border: none;
}

.bg-liife {
    background-color: #c5d9e7;
    color: #566e9c;
    border: none;
}

.bg-move {
    background-color: #f96e2d;
    color: #000;
    border: none;
}
.product-count {
    font-family: 'replica-regularregular';
    right: 25px;
    font-size: 4.5rem;
}

.btn-green > h3 > a {
    font-size: 2rem;
    text-decoration: none;
    color: #fff;
}


tfoot#order-footer {
    display: inline-table;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #212529;
    z-index: 1000;
    padding: 1rem;
}

#order-footer {
    display: inline-table;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #212529;
    color: #fff;
    z-index: 1000;
    padding: 1rem;
}

#order-footer table {
    margin: 0 auto;
    color: #fff;
}


#order-footer table td:first-child {
    width: 92%;
    padding: 5px 10px;
}

#order-footer table td:last-child {
    width: 8%;
    padding: 5px 20px;    
}