@font-face {
    font-family: 'Minion Pro';
    src: url('fonts/MinionPro-Regular.woff2') format('woff2'),
        url('fonts/MinionPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('fonts/MinionPro-Medium.woff2') format('woff2'),
        url('fonts/MinionPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('fonts/MinionPro-Semibold.woff2') format('woff2'),
        url('fonts/MinionPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('fonts/MinionPro-Bold.woff2') format('woff2'),
        url('fonts/MinionPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Pro';
    src: url('fonts/AkzidGrtskNext-ExtraLight.woff2') format('woff2'),
        url('fonts/AkzidGrtskNext-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Pro';
    src: url('fonts/AkzidenzGroteskPro-Light.woff2') format('woff2'),
        url('fonts/AkzidenzGroteskPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Pro';
    src: url('fonts/AkzidenzGroteskPro-Regular.woff2') format('woff2'),
        url('fonts/AkzidenzGroteskPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Pro';
    src: url('fonts/AkzidenzGroteskPro-Md.woff2') format('woff2'),
        url('fonts/AkzidenzGroteskPro-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Pro';
    src: url('fonts/AkzidenzGroteskPro-Bold.woff2') format('woff2'),
        url('fonts/AkzidenzGroteskPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Pro';
    src: url('fonts/AkzidenzGroteskPro-Super.woff2') format('woff2'),
        url('fonts/AkzidenzGroteskPro-Super.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Akzidenz-Grotesk Pro';
}

.h1, .h2, .h3, .h4, body {
    color: #000;
}

p {
    color: inherit;
    font-size: inherit;
}

#wrapper {
    background: #fff;
}

.supercontainer {
    position: relative;
}

.container1524 {
    position: relative;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 1554px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
}

.redbar-bg-100 {
    position: absolute;
    left: 0;
    top: 0;
    background: #FF0000;
    height: 316px;
    width: 100%;
    z-index: 0;
}

.btn {
    border-radius: 22px;
}

.btn-primary {
    border: 1px solid #000;
    background-color: #000;
    text-transform: none;
    font-family: 'Akzidenz-Grotesk Pro';
    font-size: 25px;
    font-weight: 400;
    padding: 12.5px 20px;
    color: #fff;
    transition: 0.3s ease;
}

.btn-primary:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

.btn-secondary {
    border: 1px solid #000;
    background-color: #fff;
    text-transform: none;
    font-family: 'Akzidenz-Grotesk Pro';
    font-size: 25px;
    font-weight: 400;
    padding: 12.5px 20px;
    color: #000;
    transition: 0.3s ease;
}

.btn-secondary:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.breadcrumb {
    display: none;
}

.page-header h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
}

.page-footer a:not(.btn) {
    color: #000;
}

.page-footer a span {
    text-decoration: underline;
}

.product-miniature .nameandwish {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 14px;
}

.product-miniature .product-title {
    text-align: left;
    margin: 0;
}

.product-miniature .product-title a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.product-miniature .ecwishlist-mini {
    margin-left: 15px;
}

.product-miniature .miniatxt {
    font-family: 'Minion Pro';
    line-height: 1.66;
    margin-top: 8px;
}

.product-miniature .miniatxt p {
    margin-bottom: 0;
}

.product-miniature .product-price-and-shipping {
    font-family: 'Minion Pro';
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    margin-top: 8px;
}

.form-group-alternatif input.form-control {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #707070;
    background: transparent;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
}

.mbzoom-container {
  position: relative;
  overflow: hidden;
}

.mbzoom-image {
  transition: transform 0.3s;
  transform-origin: center center;
  display: block;
}

@media (max-width: 1399px) {
    .btn-primary,
    .btn-secondary {
        font-size: 22px;
    }
}