@font-face {
    src: url('../font/FuturaPTBold.otf');
    font-family: 'Futura';
    font-display: swap;
    font-weight: 700;
}
@font-face {
    src: url('../font/FuturaPTBook.otf');
    font-family: 'Futura';
    font-display: swap;
    font-weight: 400;
}
@font-face {
    src: url('../font/FuturaPTCondBold.otf');
    font-family: 'FuturaCond';
    font-display: swap;
    font-weight: 700;
}
@font-face {
    src: url('../font/FuturaPTCondBook.otf');
    font-family: 'FuturaCond';
    font-display: swap;
    font-weight: 400;
}
@font-face {
    src: url('../font/FuturaPTLight.otf');
    font-family: 'Futura';
    font-display: swap;
    font-weight: 300;
}
@font-face {
    src: url('../font/FuturaPTMedium.otf');
    font-family: 'Futura';
    font-display: swap;
    font-weight: 500;
}

a, .btn, .form-control, button {
    transition: 0.2s all;
    box-shadow: none;
    text-shadow: none;
    outline: none !important;
    border-radius: 0px;
}

html {
    scroll-behavior: auto !important;
}

@media ( min-width: 1920px ) {
    .container {
        max-width: 1890px;
    }
    .container.checkout-container {
        max-width: 1440px;
    }
}

a {
    color: #616161;
    text-decoration: none;
}
a:hover {
    color: #2e2e2e;
}

.btn.btn-default {
    background: #dddddd;
    border: 1px solid #dddddd;
    color: #000000;
}
.btn.btn-default:hover {
    background: #4b4b4b;
    border: 1px solid #4b4b4b;
    color: #ffffff;
}

.btn.btn-primary {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}
.btn.btn-primary:hover {
    background: #ffffff;
    border: 1px solid #555555;
    color: #555555;
}

.btn.btn-success {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}
.btn.btn-success:hover {
    background: #ffffff;
    border: 1px solid #555555;
    color: #555555;
}


.btn, .form-control, button {
    border-radius: 35px;
    padding-left: 25px;
    padding-right: 25px;
}

.form-control {
    background: #F5F5F5;
    color: #000000;
    border: 1px solid #F5F5F5;
}

body {
    font-family: 'Futura', 'Arial', 'Tahoma', sans-serif;
    background: #ffffff;
}

header {
    position: relative;
    display: block;
    background: #FAFAFA;

    z-index: 3;

    padding: 15px 15px;
}

header .header-menu {
    display: block;
    text-align: center;
}
header .header-logo {
    position: relative;
    display: block;
    margin: -15px;
    white-space: nowrap;
}
header .header-logo img {
    display: inline-block;
    vertical-align: middle;
}
header .header-logo img.logo-a {

}
header .header-logo img.logo-b {
    margin: 11px 0px;
    margin-left: 15px;
}

header .header-menu-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px 7px 12px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    transition: 0.5s padding, 0.5s color;
}
header .header-menu-item:hover {
    padding: 2px 12px 12px 12px;
    color: #777777;
}

header .header-category-sub {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    z-index: 10;

    background: #ffffff;
    padding: 30px 30px;

    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);

    transition: 0.5s top;

}
header .header-category-sub .header-category-title {
    position: relative;
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
    color: #000000;
}
header .header-category-sub .text-columns {
    position: relative;
    display: block;
    columns: 4;
    column-gap: 30;
    column-fill: auto;
    column-span: none;
    text-align: left;
    max-width: 1440px;
    margin: 0 auto;
}
header .header-category-sub a {
    position: relative;
    display: block;
}
header .header-category-sub a.big {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}
header .header-category-sub a.small {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 2px;
    padding-left: 15px;
}

header .header-category-sub a.big:hover,
header .header-category-sub a.small:hover {
    color: #999999;
}

header .header-category-sub a.small + a.big {
    margin-top: 10px;
}

header .header-search {
    position: relative;
    display: inline-block;

    float: right;

    max-width: 200px;
    margin-right: 30px;
}
header .header-search .search-error {
    position: relative;
    display: block;
    color: #ff0000;
    text-align: right;
}

header .header-search .btn {
    background: #F5F5F5;
    border-color: #F5F5F5;
    padding: 1px 7px;
    font-size: 24px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
header .header-search .btn:hover {
    background: #F5F5F5;
    border-color: #F5F5F5;
    color: #7c7c7c;
}
header .header-search input.form-control {
    padding-left: 5px;
}


header .header-cart {
    position: relative;
    display: inline-block;
}
header .header-cart .btn.cart-toggle {
    color: #666666;
    position: relative;
    display: inline-block;
    padding: 0px 0px;
    vertical-align: middle;
}
header .header-cart .btn.cart-toggle > img {
}
header .header-cart .btn.cart-toggle #cart-count {
    position: absolute;
    top: -7px;
    left: -2px;
    background: #4C4C4C;
    color: #ffffff;
    border-radius: 100%;
    padding: 0px 7px;
    font-size: 12px;
}
header .header-cart .cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 500px;
    background: #ffffff;

    padding: 15px 15px;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

header .header-cart .cart-dropdown .cart-name {
    text-align: left !important;
    font-size: 14px;
}

header .header-buttons {
    position: relative;
    display: inline-block;
    text-align: right;
    float: right;
}
header .header-buttons .header-button {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;

    background: none;
    border: none;
}
header .header-buttons .header-button  > img {
    height: 32px;
}
header .header-cart > a > img {
    height: 32px;
}


@media ( max-width: 992px ) {
    header .header-buttons .header-button {
        margin-right: 10px;
    }
    header .header-buttons .header-button  > img {
        width: 16px;
        height: 16px;
    }
    header .header-cart > a > img {
        width: 16px;
        height: 16px;
    }

}

.breadcrumb {
    border: none;
    margin-bottom: 0px;
    font-size: 12px;

    margin-top: 10px;
}
.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: -5px;
    width: 10px;
    background: #cccccc;
    height: 1px;
    border: none;
    transform: none;
}
.breadcrumb>li:nth-last-child(1):after {
    display: none;
}

.added-to-cart {
    position: fixed;
    top: 30px;
    right: 30px;

    max-width: 90%;

    width: 300px;
    padding: 15px;

    z-index: 10000;
    background: #ffffff;

    -webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);

        font-size: 14px;
}
.added-to-cart .atc-close {
    position: absolute;
    top: -15px;
    left: -15px;
    border: none;
    -webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    z-index: 10001;
}
.added-to-cart .atc-close:hover {
    background: #333333;
    color: #ffffff;
}

.added-to-cart.has-image img {
    position: absolute;
    lefT: 15px;
    top: 15px;
    border: 1px solid #dddddd;
}
.added-to-cart span {
    display: block;
}
.added-to-cart.has-image span {
    padding-left: 70px;
}


.added-to-cart.is-cart {
    width: 500px;
    max-width: 90%;
    font-size: 20px;
}
.added-to-cart.is-cart a {
    font-weight: 400;
    color: #000000;
}
.added-to-cart.is-cart .btn {
    position: relative;
    display: inline-block;
    width: 49%;
    font-weight: 400;
    vertical-align: middle;
}
.added-to-cart.is-cart a.btn.btn-success {
    color: #ffffff;
}
.added-to-cart.is-cart a.btn.btn-success:hover {
    color: #000000;
}

.header-cart .btn.btn-xs {
    font-size: 11px;
    padding: 1px 5px;
}

.pagination .page-item.active .page-link {
    background-color: #8C1914;
    border-color: #8C1914;
}
.pagination .page-link {
    color: #8C1914;
}


.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
}
.dummy {
    position: relative;
    display: block;
    opacity: 0;
}

@media (max-width: 575px) {
    header {
        padding: 15px;
    }


    .header-mobile-menu > .dropdown > .dropdown-toggle {
        font-size: 21px;
        padding: 0px 10px;
        margin-top: 2px;
    }
    .header-mobile-menu > .dropdown > .dropdown-toggle::after {
        display: none;
    }

    header .header-menu .dropdown,
    header .header-menu,
    header .position-relative {
        position: static !important;
    }

    header .dropdown-menu.show {
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
    }
}


.floating-telephone {
    position: fixed;
    z-index: 10;
    right: -47px;
    top: 50%;
    transform-origin: center center;
    transform:translateY(-50%) rotate(90deg);

    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 2px 2px 0px #000000;
    mix-blend-mode: difference;
}
.floating-telephone:hover {
    color: #000000;
    text-shadow: 2px 2px 0px #ffffff;
}

@media ( min-width: 1440px ) and ( max-width: 1600px ) {
    header .header-logo img.logo-a {
        height: 37px;
        width: auto;
    }
    header .header-logo img.logo-b {
        height: 62px;
        width: auto;
    }
    header .header-menu-item {
        padding: 7px 7px 7px 7px;
    }
}

@media ( min-width: 1200px ) and ( max-width: 1440px ) {
    header .header-logo img.logo-a {
        height: 37px;
        width: auto;
    }
    header .header-logo img.logo-b {
        height: 62px;
        width: auto;
    }
    header .header-menu-item {
        padding: 7px 7px 7px 7px;
        font-size: 13px;
    }

    header .header-buttons .header-button > img,
    header .header-cart > a > img {
        width: 18px;
        height: 18px;
    }

    header .header-buttons .header-button {
        margin-right: 9px;
    }

    header .header-search {
        max-width: 170px;
        margin-right: 10px;
    }
}


@media ( min-width: 1601px ) and ( max-width: 1920px ) {
    header .header-logo img.logo-a {
        width: 130px;
        height: auto;
    }

    header .header-logo img.logo-b {
        margin-left: 5px;
        width: 132px;
        height: auto;
    }
    header .header-menu-item {
        font-size: 13px;
    }
}

@media ( min-width: 768px ) and ( max-width: 1199px ) {
    header .header-logo img.logo-a {
        width: 75px;
        height: auto;
    }

    header .header-logo img.logo-b {
        margin-left: 5px;
        width: 89px;
        height: auto;
    }
    header .header-menu-item {
        font-size: 13px;
    }
}
