@font-face {
    font-family: 'Olivia';
    src: url('/_fonts/Olivia-Regular.otf') format('opentype'); /* IE9 Compat Modes */
}

body {
    background: white;
    color: #222222;
    font-size: 12px;
    min-width: 350px;
}

* {
    font-family: 'Montserrat', sans-serif;
}

.f-olivia {
    font-family: 'Olivia', sans-serif;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

p {
    line-height: 25px;
    margin-bottom: 0;
}

h1 {
    font-size: 22px;
    font-weight: 500;
    margin: 75px 0;
    text-transform: uppercase;
}

h1 ~ h1 {
    margin-top: 30px;
}

h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 55px 0;
    text-transform: uppercase;
}

.mt-5r, .my-5r {
    margin-top: 5rem!important;
}


@media (min-width: 576px) {
    .mt-sm-5r, .my-sm-5r {
        margin-top: 5rem!important;
    }
}
.mw-600 {
    max-width: 600px !important;
}

.table td {
    vertical-align: middle;
}

table td {
    padding: 5px;
}

table img {
    max-width: 100%;
}

.button {
    background: #222222;
    color: #dcdbd9 !important;
    padding: 10px 40px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    display: inline-block;
    margin: 0 5px 5px;
    height: 35px;
}

.button.pink {
    background: #ee2e80;
    color: white !important;
}

.button[type=submit] {
    top: 1px;
    position: relative;
}

.container {
    max-width: 1880px !important;
}

#langBar {
    background: #222222;
    position: relative;
    height: 50px;
    color: #eae8e6;
    display: flex;
    justify-content: center;
    align-items: center;
}

#langBar .f-olivia {
    font-size: 30px;
    margin-left: 6px;
    top: 2px;
    position: relative;
}

#langBar > div:not(#langs) {
    width: 100%;
    text-align: center;
}

#langs {
    width: 200px;
    color: #71706f;
    position: absolute;
    top: 16px;
    right: 0;
}

#langs span {
    margin-right: 30px;
}

#langs a {
    color: #71706f;
    margin-right: 20px;
}

#langs a.active {
    color: #eae8e6;
}

#header {
    min-height: 100px;
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px;
}

.navbar-collapse {
    background: #f3f3f3;
}

.navbar-collapse ul {
    padding: 80px 0 20px;
}

.navbar-collapse a {
    padding: 7px 20px;
    display: block;
    font-size: 14px;
}

#header .container,
#footer .container,
#catalogMarka,
.home-cont,
.breadcrumb-cont {
    max-width: 97%;
}

#header .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    max-width: 97%;
    flex-wrap: wrap;
}

#header .container > div {
    display: flex;
    align-items: center;
    max-height: 100%;
}

#header .left-box {
    /*width: 100%;*/
    flex: 1;
}

#logo {
    width: 167px;
    height: 200px;
    display: block;
    overflow: hidden;
    background: url(../_gfx/logo.png) no-repeat, #222222;
    background-size: 100%;
    flex: 1 0 auto;
    position: absolute;
    top: 50px;
    z-index: 100;
}

#logo a, #logo img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.menu {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 160px;
}

.menu li {
    display: flex;
    text-align: center;
}

.menu li a {
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    padding: 10px 20px;
    text-transform: uppercase;
}

.menu li a:hover, .menu li a.active {
    color: #EE2E81;
}

#header .right-box {
    display: flex;
}

#header .right-box > div {
    margin-right: 30px;
    position: relative;
}

#header .right-box img,
.search img {
    cursor: pointer;
}

.search {
    position: relative;
}

.search button {
    position: absolute;
    top: 0;
    right: 5px;
    height: 44px;
    background: none;
    border: none;
}

.search input {
    color: #a9a9a9;
    padding: 11px 50px 11px 20px;
    width: 250px;
}

.navbar-collapse .search form {
    display: inline-block;
    position: relative;
    margin: 20px 20px 0;
}

#header .popup {
    position: absolute;
    right: -2px;
    top: 40px;
    z-index: 10;
    background: #222222;
    color: #ffffff;
    min-width: 200px;
    padding: 10px 20px;
    display: none;
}

#header .popup div {
    display: flex;
    flex-direction: column;
}

#header .popup.open {
    display: flex;
}

#header .popup a {
    padding: 5px;
}

.slider-cont.container {
    max-width: 1905px;
    padding: 0;
}

#slider {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#slider > a {
    position: absolute;
    max-width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

#slider img {
    max-width: 100%;
}

#slider #thumbNav {
    z-index: 2;
}

#slider img.ghost {
    opacity: 0;
    max-width: 100%;
    display: block !important;
}

#banners {
    display: flex;
    justify-content: center;
    align-items: center;
}

#banners a {
    width: 33.33%;
}

#banners img {
    width: 100%;
}

.items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
}

.items .item {
    max-width: 317px;
    width: 100%;
    margin: 0 5px 30px;
}

.items .item > a {
    position: relative;
    display: block;
}

.item a .new {
    width: 61px;
    height: 61px;
    overflow: hidden;
    text-indent: -999px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-repeat: no-repeat;
    background-image: url(../_gfx/icons/icon-new.png);
    background-size: 100%;
}

.items .item img {
    width: 100%;
    height: auto;
}

.item a span.shadow {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(34, 34, 34, 0.66);
}

.item a:hover span.shadow {
    display: flex;
}

.item a:hover span.button {
    display: flex;
    width: 70%;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.item h2 {
    text-align: center;
    margin: 30px 0;
    line-height: 17px;
}

.item h2 a {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 15px;
}

.breadcrumb-cont {
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.breadcrumb {
    margin: 0;
    padding: 10px 20px;
    background: none;
    color: #EE2E81;
}

.breadcrumb-item:last-of-type {
    color: #222222;
    font-weight: 600;
}

.breadcrumb-separator {
    display: inline-block;
    margin: -17px 10px;
    color: #555555;
    content: "&#8539;";
    font-weight: 200;
    font-size: 30px;
}

.text-menu {
    background: #eae8e6;
    font-size: 14px;
    margin: 0 15px 60px;
}

.text-menu .header + div {
    padding-bottom: 18px;
}

.text-menu .header {
    background: #f6f2ed;
    padding: 30px 40px;
    font-weight: 700;
    margin-bottom: 18px;
}

.text-menu a {
    padding: 12.5px 40px;
    display: inline-block;
    width: 100%;
}

.text-menu a:hover,
.text-menu a.active {
    background: #f6f2ed;
}

.article h1 {
    margin-bottom: 60px;
}

.article a {
    color: #EE2E81;
}

.single-product .small-photos {
    padding-right: 0;
}

.single-product .small-photos > div {
    margin-bottom: 20px;
}

.single-product .smallphoto {
    max-width: 100%;
}

.single-product h1 {
    font-size: 3.6rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 55px;
    margin-top: 0;
}

.single-product .add-to {
    background: #eae8e6;
    padding: 50px 60px;
    max-width: 600px;
    /*width: 90%;*/
    margin-top: 30px;
}

.single-product .add-to h2,
.single-product .stock-alert h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 0;
}

.single-product .add-to table {
    width: 100%;
}

.single-product .add-to table tr:not(:last-child) td {
    padding-bottom: 20px;
}

.single-product .size {
    font-size: 15px;
    font-weight: 700;
    /*max-width: 30px;*/
    /*width: 1%;*/
    /*white-space: nowrap;*/
}

.single-product .price {
    font-size: 13px;
    font-weight: 600;
    color: #b91b61;
    padding-left: 5px;
    padding-right: 40px;
    /*width: 1%;*/
    /*white-space: nowrap;*/
}

.single-product .qty input {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    max-width: 110px;
    height: 30px;
    color: #a9a9a9;
}

.single-product .qty input::placeholder {
    color: #a9a9a9;
}

.single-product .availability {
    text-align: right;
}

.single-product .addtocart {
    background: #222222;
    color: #eae8e6;
    height: 45px;
    max-width: 190px;
    width: 90%;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 70px;
    cursor: pointer;
}

.single-product .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
    opacity: 0.8;
}

.single-product .dot + span {
    margin-left: 5px;
    margin-right: 15px;
}

.single-product .dot.green {
    background: #26ae51;
}

.single-product .dot.red {
    background: #d06e6d;
}

.single-product .dot.gray {
    background: #c8c8c8;
}

.single-product .stock-alert {
    background: #eae8e6;
    padding: 50px 60px;
    max-width: 600px;
    margin-top: 30px;
}

.single-product .stock-alert input[type="email"] {
    font-size: 12px;
    font-weight: 500;
    max-width: 90%;
    width: 100%;
    height: 30px;
    color: #a9a9a9;
}

.single-product .stock-alert input::placeholder {
    color: #a9a9a9;
}

.single-product .stock-alert button {
    background: #222222;
    color: #eae8e6;
    height: 45px;
    max-width: 190px;
    width: 90%;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
}

.event {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px dotted #222;
    width: 100%;
}

.event:last-child {
    border-bottom: none;
}

.event h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.event .gallery {
    overflow: hidden;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.event .gallery .pic {
    float: left;
    margin: 5px;

}

.event .gallery .pic:nth-child(5n) {
    /*margin-right: 0;*/
}

.event .gallery .pic img {
    /*border: 1px solid #808080;*/
    width: 134px;
    height: 193px;
    display: block;
}

#send-mail .form-control {
    height: calc(1.7rem + 2px);
    font-size: 12px;
}

#send-mail textarea.form-control {
    height: auto;
}

#catalogMarka .row div:first-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#catalogMarka .row div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 70px;
}

#catalogMarka {
    font-weight: 500;
}

#catalogMarka p {
    margin-bottom: 40px;
}

#footer {
    background: #151515;
    color: white;
    font-weight: 500;
    padding: 100px 0 35px;
}

#footer h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

#footer h2 span {
    color: #b91b61;
}

#footer small {
    font-size: 11px;
    color: #515151;
}

#footer .contact * {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
}

#footer p {
    margin: 0;
}

#footer .newsletter {
    position: relative;
}

#footer .newsletter input {
    color: #a9a9a9;
    padding: 11px 78px 11px 20px;
    width: 80%;
}

#footer .newsletter button {
    position: absolute;
    top: 1px;
    right: 14%;
    height: 44px;
    background: none;
    border: none;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 3px;
}

#footer .socials {
    justify-content: space-evenly;
    display: flex;
}

#footer .socials a {
    /*margin-right: 40px;*/
}

#footer .links a:not(:last-child) {
    margin-bottom: 25px;
}

body.modal-open {
    overflow: hidden;
}

#loginModal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 100;
}

#loginModal .modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative !important;
    margin: 25px auto;
    overflow: initial;
    height: auto;
}

#loginModal {
    display: none;
}

#loginModal.open {
    display: block;
    background: rgba(34, 34, 34, 0.5);
    overflow: scroll;
}

#loginModal .modal .row {
    width: 90%;
    max-width: 1200px;
}

#loginModal .register,
#loginModal .login {
    padding: 90px;
}

#loginModal .register {
    background: #ffffff;
}

#loginModal .login {
    background: #eae8e6;
}

#loginModal h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 50px;
}

#loginModal .button {
    text-transform: uppercase;
    font-size: 11px;
}

#loginModal .close {
    opacity: 1;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 200;
    position: absolute;
    right: 15px;
    top: 15px;
}

#loginModal input {
    font-size: 14px;
}

#loginModal p {
    margin-bottom: 20px;
}

.pagination {
    justify-content: center;
}

.pagination-sm .page-link {
    padding: 7px 15px;
}

.page-item.active .page-link {
    background-color: #EE2E81;
    border-color: #EE2E81;
    color: white;
}

.grecaptcha-badge {
    display: none;
}

@media (max-width: 1150px) {
    .single-product .add-to,
    .single-product .stock-alert {
        padding: 20px;
    }
}

@media (max-width: 1050px) {
    .items .item {
        max-width: 210px;
    }

    .item a .new {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1000px) {
    .container:not(.breadcrumb-cont) {
        max-width: 100%;
    }

    #loginModal .register, #loginModal .login {
        padding: 20px;
    }

    #loginModal h2 {
        margin: 20px 0;
    }

    .article h1 {
        margin-bottom: 30px;
    }
}

@media (max-width: 940px) {
    .menu {
        margin-left: 170px;
    }

    .menu li a {
        padding: 10px 10px;
    }
}

@media (max-width: 850px) {
    .menu li a {
        padding: 10px 8px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    h1 {
        margin: 40px 0;
    }

    #header {
        min-height: 60px;
    }

    #logo {
        width: 100px;
        height: 120px;
    }

    .menu {
        margin-left: 105px;
    }

    .breadcrumb-cont {
        height: 65px;
    }

    .breadcrumb {
        margin-left: 100px !important;
    }

    .items .item {
        max-width: 150px;
    }

    .item a .new {
        width: 40px;
        height: 40px;
    }

    .item h2 {
        margin: 15px 0;
    }

    .single-product h1 {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }
}

@media (max-width: 700px) {
    #langs {
        position: relative;
        top: 0;
        width: 94px;
    }

    #langs span {
        display: none;
    }

    #langs a {
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .text-menu {
        font-size: 12px;
        margin: 0 0 60px;
    }

    .text-menu .header {
        padding: 15px 40px;
        margin-bottom: 10px;
    }

    .text-menu a {
        padding: 9px 40px;
    }

    .text-menu .header + div {
        padding-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media (max-width: 380px) {
    #langBar > div:first-child span {
        display: none;
    }
    #langBar > div:not(#langs) {
        text-align: left;
        margin-left: 15px;
    }
}