@font-face {
    font-family: 'Zapf Humanist 601';
    src: url('./fonts/ZapfHumanist601BT-Demi.eot');
    src: url('./fonts/ZapfHumanist601BT-Demi.eot?#iefix')
            format('embedded-opentype'),
        url('./fonts/ZapfHumanist601BT-Demi.woff2') format('woff2'),
        url('./fonts/ZapfHumanist601BT-Demi.woff') format('woff'),
        url('./fonts/ZapfHumanist601BT-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.zapf {
    font-family: 'Zapf Humanist 601';
}
.cormorant {
    color: #4b4b4b;
    font-family: 'Cormorant Garamond', serif;
}
html,
body {
    min-width: 300px;
    font-size: 16px;
    color: #555;
    background-color: #f4f1ef;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

header {
    position: relative;
    background-color: #f4f1ef;
    /* background: url(../img/subpage_background.jpg) no-repeat center center; */
    background-size: cover;
}
a {
    transition-duration: 0.2s;
}
#top-search {
    width: 25px;
    overflow: hidden;
    display: flex;
    justify-content: end;
}

header .form-control {
    height: 25px;
    font-size: 14px;
    color: #4b4b4b;
}

header .form-control:focus {
    outline: none;
    box-shadow: none;
}

header .form-control::-webkit-input-placeholder {
    color: #4b4b4b;
}

header .form-control:-moz-placeholder {
    color: #4b4b4b;
}

header .form-control::-moz-placeholder {
    color: #4b4b4b;
}

header .form-control:-ms-input-placeholder {
    color: #4b4b4b;
}

header .input-group-btn .btn {
    background: url(../img/ico-search.svg) no-repeat center center;
    margin-left: 1rem !important;
    padding: 0px;
    width: 25px;
    height: 25px;
}

header .input-group-btn .btn:focus:active,
header .input-group-btn .btn:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggle div {
    margin-right: 5px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #8c6339;
}

.dropdown-menu > li > a:hover {
    background-color: #fffbf5;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.open > .btn-default.dropdown-toggle:focus {
    background-color: transparent;
    border: 0;
    color: #4b4b4b;
}

.dropdown-menu {
    /*border: 1px solid #ccc;*/
}

.open > .btn-default.dropdown-toggle {
    color: #4b4b4b;

    background-color: transparent;
    border-color: transparent;
}

.navbar {
    margin-bottom: 3rem;
}

.navbar-header {
    padding-right: 0;
    width: 100%;
}

.navbar-brand {
    height: auto;
}

.navbar-toggle {
    margin-left: 10px;
    margin-top: 45px;
}

.small-nav {
    padding-right: 30px;
    position: relative;
    margin-top: 45px;
}
.small-nav > div {
    margin-right: 2rem;
}

.small-nav .btn {
    padding: 10px;
    outline: none;
    box-shadow: none;
    color: #4b4b4b;
    text-transform: uppercase;
    border-left: 0;
}

.small-nav .btn:focus:active,
.small-nav .btn:focus {
    color: #4b4b4b;
    outline: none;
    box-shadow: none;
    border-left: 0;
}

.small-nav .currencyIco,
.small-nav .languageIco {
    color: #4b4b4b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    padding: 0px;
    width: 25px;
    height: 25px;
    font-weight: bold;
    margin-right: 5px;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
}

.small-nav .currencyIco:focus:active,
.small-nav .currencyIco:hover,
.small-nav .currencyIco:focus,
.small-nav .languageIco:focus:active,
.small-nav .languageIco:hover,
.small-nav .languageIco:focus {
    text-decoration: none;
    color: #c69c6d;
}

.small-nav .form-control {
    border-color: #4b4b4b;
}
.small-nav .dropdown-menu {
    border: 1px solid #4b4b4b;
    background: #fff;
    min-width: 20px;
    padding: 3px;
}
.small-nav .dropdown-menu.textMenu {
    right: auto;
    left: -11px;
}
.small-nav .textMenu a {
    margin-bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    width: 40px;
    padding: 0px;
    height: 40px;
    text-transform: uppercase;
    color: #4b4b4b;
}

.small-nav .textMenu a:hover,
.small-nav .textMenu a:focus:active,
.small-nav .textMenu a:focus {
    outline: none;
    box-shadow: none;
}
.btn.btn-default.dropdown-toggle.messages,
.small-nav .messages {
    background: url(../img/ico5.png) no-repeat center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: #fff2df 1px solid;
    border-radius: 30px;
    font-size: 1rem;
    width: 40px;
    padding: 0px;
    height: 40px;
    margin-right: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #665e58;
    text-transform: uppercase;
    border: 1px solid #fff2df;
    border-radius: 20px;
}

.small-nav .messages:focus:active,
.small-nav .messages:hover,
.small-nav .messages:focus {
    opacity: 0.9;
    color: #665e58;
    outline: none;
    box-shadow: none;
    border: 1px solid #fff2df;
}

.small-nav .account {
    background: url(../img/ico-account.svg) no-repeat center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    padding: 0px;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    font-size: 14px;
    text-transform: uppercase;
    text-transform: uppercase;
}

.small-nav .account:focus:active,
.small-nav .account:focus {
    opacity: 0.7;
}

.small-nav .btn.basket.dropdown-toggle,
.small-nav .basket {
    background: url(../img/ico-shop.svg) no-repeat center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0px;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.small-nav .btn.basket.dropdown-toggle:focus:active,
.small-nav .btn.basket.dropdown-toggle.dropdown-toggle,
.small-nav .btn.basket.dropdown-toggle:focus,
.small-nav .basket:focus:active,
.small-nav .basket.dropdown-toggle,
.small-nav .basket:focus {
    background: url(../img/ico-shop.svg) no-repeat center center !important;

    outline: none;
    box-shadow: none;
}

.small-nav .basketDiv {
    padding: 25px;
}

@media (max-width: 767px) {
    .small-nav {
        width: 100%;
        display: flex;
        padding-left: 15px;
    }
}
#main-nav {
    display: none;
}
.toggle {
    border: 0;
}

.toggle.hc-nav-trigger {
    top: 0;
    right: 0;
}

@media (max-width: 767px) {
    .toggle.hc-nav-trigger {
        right: 20px;
    }
}
.toggle.hc-nav-trigger span,
.toggle.hc-nav-trigger span::before,
.toggle.hc-nav-trigger span::after {
    height: 1px;
    width: 45px;
    background: #4b4b4b;
}

header .basketDiv {
    border: 1px solid #eee;
}

.basketDiv {
    margin-top: 10px;
    width: 385px;
    background: #fff;
    padding: 0px 20px 10px;
}

.basketDiv ul {
    padding-left: 0;
}

.basketDiv li {
    display: block;
    clear: both;
    margin-bottom: 15px;
}

.basketDiv .basketTitle {
    padding: 0;
    font-size: 14px;
    line-height: 14px;
}

.basketDiv .basketDesc {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 17px;
}

.basketDivColor {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 43px;
    width: 43px;
}

.basketDiv .basketPrice {
    margin: 0;
    font-weight: bold;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
}

.basketDiv img {
    margin-right: 10px;
    float: left;
}

.basketDiv .priceSum {
    font-weight: bold;
    font-size: 16px;
    margin-right: 25px;
    text-align: right;
}

.basketDiv .collectionTitle {
    padding-left: 0;
    text-transform: uppercase;
    color: #4b4b4b;
}

.mb0 {
    margin-bottom: 0;
}

.messageDiv {
    font-size: 12px;
    margin-top: 10px;
    width: 205px;
    background: #fff !important;
    padding: 10px 20px;
}

.messageDiv a {
    padding: 0;
}

.logoutButton {
    position: relative;
    top: -10px;
}

#navbar hr {
    margin-top: 0;
    border-color: #ffffde;
}

#navbar.in hr {
    display: none;
}

.subpagePadding {
    margin-top: 150px;
}

.navbar-default {
    border: none;
    background: transparent;
}

.navbar-default .navbar-nav > li.active > a {
    color: #4b4b4b;
    background: none;
}

.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus {
    color: #4b4b4b;
    background: none;
}

.navbar-default .navbar-nav > li > a {
    padding: 10px;
    text-transform: uppercase;
    color: #4b4b4b;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #4b4b4b;
    background: none;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.mainPage {
    margin-bottom: 0;
}

.mainPageTitle {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    text-align: center;
    font-size: 48px;
    margin: 10px auto 10px;
    color: #fff2df;
}

.moreAbout {
    margin-bottom: 50px;
    text-align: center;
    display: block;
    color: #fff2df;
    font-size: 18px;
    text-transform: uppercase;
}

.moreAbout:hover {
    color: #fff2df;
}

.box {
    margin: 20px 0 60px;
    border: 1px solid #fff2df;
    height: 150px;
    position: relative;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.box {
    display: block;
}

.box p {
    text-transform: uppercase;
    color: #fff2df;
    position: absolute;
    z-index: 13;
    left: 15px;
    font-size: 18px;
    bottom: 2px;
}

.box span {
    position: absolute;
    z-index: 12;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.box:hover span {
    opacity: 1;
    background-size: cover;
}

.boxesContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
}

@media (max-width: 768px) {
    .boxesContainer .col-xs-3 {
        padding: 2px;
    }
    .box p {
        font-size: 12px;
    }
}

@media (max-width: 468px) {
    .inputRow label {
        display: block;
        text-align: left;
        width: 100%;
    }

    .boxesContainer .col-xs-3 {
        padding: 2px;
    }

    .box p {
        padding: 5px;
        left: 0px;
        bottom: 0;
    }
}

.flexContent {
    position: relative;
    top: 350px;
}

.tar {
    text-align: right;
}

.mt20 {
    margin-top: 20px;
}

.goldLink {
    margin-right: 20px;
    text-transform: uppercase;
    display: inline-block;
    color: #4b4b4b;
    font-size: 14px;
    font-weight: bold;
}

.goldLink:hover {
    color: #4b4b4b;
    text-decoration: none;
    opacity: 0.9;
}

.goldLinkPlain {
    display: inline-block;
    color: #4b4b4b;
    font-size: 14px;
    font-weight: bold;
}

.goldLinkPlain:hover {
    color: #4b4b4b;
    text-decoration: none;
    opacity: 0.9;
}

.goldLinkBorder {
    margin: 0 20px;
    text-transform: uppercase;
    display: inline-block;
    color: #4b4b4b;
    background: transparent;
    padding: 9px 25px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #4b4b4b;
}

.goldButton.big-button,
.big-button {
    padding: 21px 36px;
    border-radius: 35px;
}
.goldLinkBorder:hover {
    color: #4b4b4b;
    text-decoration: none;
    opacity: 0.8;
}

.goldLinkBorderSlide {
    margin: 0 20px;
    display: inline-block;
    color: #fff2df;
    padding: 9px 25px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #fff2df;
}

.goldLinkBorderSlide:hover {
    color: #fff2df;
    text-decoration: none;
    opacity: 0.9;
}

.modal-footer .btn,
.goldButton {
    border: none;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background: #4b4b4b;
}

.goldButton:focus,
.goldButton:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.withFB {
    border: none;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 25px 10px 40px;
    border-radius: 20px;
    border: 1px solid #4b4b4b;
    color: #4b4b4b;
    text-transform: uppercase;
    display: inline-block;
    background: #fff url(../img/ico1.png) no-repeat;
    background-position: 12px 8px;
}

.withFB:focus,
.withFB:hover {
    text-decoration: none;
    opacity: 0.9;
    color: #4b4b4b;
}

h4.pageTitle {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    font-size: 48px;
    margin: 20px auto;
    color: #fff2df;
}

.product__title {
    font-size: 6rem;
    color: #4b4b4b;
    margin-bottom: 2rem;
}

.product__sum {
    margin-top: 5rem;
    margin-right: -15px;
}

@media (max-width: 767px) {
    .product__sum {
        margin-right: 0;
    }
}
.product__sum .priceSum {
    padding-bottom: 1rem;
    margin-bottom: 11px;
    font-size: 21px;
}
.product__colors {
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 700;
}
.product__buttons {
    margin-top: 2rem;
}

@media (max-width: 767px) {
    .product__buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product__buttons input {
        margin-bottom: 2rem;
    }
}
.product .colorImgs {
    margin-bottom: 10px;
}

.product .colorImgs img {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 0 5px 5px 0;
}

.product .productImagePadding {
    padding: 1px 2px 1px 1px;
}

.product__img {
    border-radius: 5px;
}

.product__img--margin {
    padding: 1rem 1rem 0 0;
}
.product__pictograms {
    margin-top: 1rem;
    margin-bottom: 8rem;
}
.product__description {
    margin-top: 4rem;
}
.product__description ol,
.product__description ul {
    padding-left: 20px;
}

.product__description li {
    margin-bottom: 0.5rem;
}

.product #collectionSum {
    margin-bottom: 0;
}
#carousel {
    margin-top: 12px;
}
.editable__title {
    border-bottom: 3px solid #444444;
    font-weight: 800;
    padding-left: 0;
    /* padding-right: 0; */
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 1rem;
    margin-top: 3rem;
}
.editable .greySelect {
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #444444;
}
.editable .greySelect::-webkit-inner-spin-button,
.editable .greySelect::-webkit-outer-spin-button {
    opacity: 1;
}
.ttu {
    text-transform: uppercase;
}

.tac {
    text-align: center;
}

.breadcrumb {
    display: none;
    font-size: 12px;
    padding: 0;
    margin: 20px 0;
    background: transparent;
}

.breadcrumb a {
    color: #999999;
}

.breadcrumb .active {
    font-weight: bold;
}

.greyIcon {
    display: inline-block;
    border: #bbbbbb 1px solid;
    border-radius: 30px;
    font-size: 1rem;
    width: 40px;
    padding: 0px;
    height: 40px;
    margin-right: 5px;
    mix-blend-mode: darken;
}

.goldIcon {
    display: inline-block;
    border: #4b4b4b 1px solid;
    border-radius: 30px;
    font-size: 1rem;
    width: 40px;
    padding: 0px;
    height: 40px;
    margin-right: 5px;
}

.iconFB {
    background: #fff url(../img/ico1.png) no-repeat center center;
}

.icon1 {
    background: #fdfdfd url(../img/ico9.png) no-repeat center center;
}

.icon2 {
    background: #fdfdfd url(../img/ico10.png) no-repeat center center;
}

.icon3 {
    background: #fdfdfd url(../img/ico11.png) no-repeat center center;
}

.icon4 {
    background: #fdfdfd url(../img/ico12.png) no-repeat center center;
}

.icon5 {
    background: #fdfdfd url(../img/ico15.png) no-repeat center center;
}

.dropdownBasket .badge {
    position: absolute;
    right: 0;
}

.badge {
    background: #4b4b4b;
}

.basketTable {
    width: 100%;
    padding: 20px 15px 15px 0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 30px;
}

.basketTable td {
    padding-top: 18px;
    padding-bottom: 18px;
}

.basketStep {
    margin: 0;
    line-height: 39px;
    font-size: 16px;
}

.basketStep span {
    margin-right: 10px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 1rem;
    width: 41px;
    padding: 0px;
    height: 41px;
    font-size: 15px;
}

.finished .basketStep,
.active .basketStep {
    color: #4b4b4b;
    font-weight: bold;
}

.finished .basketStep span,
.active .basketStep span {
    color: #4b4b4b;
}

.basket1Buttons {
    text-align: center;
}

.basket1Buttons a {
    margin-bottom: 10px;
}

.radioRow {
    padding: 15px 5px;
    border-top: 1px solid #d0d0d0;
}

.radioRow input {
    margin-right: 15px;
}

.greyParagraph {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.basket_1 .greyParagraph {
    border-bottom: 0;
    margin-bottom: 15px;
}

.tooltip.top .tooltip-arrow,
.tooltip-arrow {
    border-top-color: #4b4b4b;
}

.tooltip-inner {
    background: #4b4b4b;
}

.inputGroup {
    margin-bottom: 10px;
}

.inputGroup label {
    font-weight: normal;
    text-align: right;
    min-width: 100px;
    margin-bottom: 5px;
}

.inputGroup textarea,
.inputGroup input {
    width: 100%;
    padding: 5px 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #b0b0b0;
    border-radius: 15px;
}

.inputGroup input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #b0b0b0;
}

.inputRow {
    margin-bottom: 15px;
}

.inputRow label {
    width: 150px;
    line-height: 155%;
    font-weight: normal;
    margin-right: 15px;
    text-align: right;
}

.inputRow label span {
    color: red;
}

.inputRow select,
.inputRow input {
    max-width: 500px;
    width: 100%;
    padding: 6px 13px;
    outline: none;
    border: 1px solid #b0b0b0;
    border-radius: 15px;
}

.changeUserData .inputRow select,
.changeUserData .inputRow input {
    max-width: 328px;
}

.inputRow select:focus,
.inputRow input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #b0b0b0;
}

.inputsRow {
    margin-bottom: 15px;
}

.inputsRow label {
    width: 150px;
    font-weight: normal;
    margin-right: 15px;
    text-align: right;
}

.inputsRow label span {
    color: red;
}

.inputsRow input {
    max-width: 100px;
    width: 100%;
    padding: 5px 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #b0b0b0;
    border-radius: 15px;
}

.inputsRow input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #b0b0b0;
}

.inputsRow input.firstInput {
    max-width: 328px;
}

@media (max-width: 468px) {
    .basketStep {
        line-height: 24px;
    }

    .basketStep span {
        float: none;
        text-align: center;
        display: block;
    }

    .inputRow {
        padding-left: 15px;
    }

    .inputsRow {
        padding-left: 15px;
    }

    .inputsRow label,
    .inputRow label {
        display: block;
        text-align: left;
        width: 100%;
    }

    .boxesContainer .col-xs-3 {
        padding: 2px;
    }

    .box p {
        padding: 5px;
        left: 0px;
        bottom: 0;

        /*position: relative;*/
        font-size: 12px;
    }

    .boxesContainer {
        /*display: none;*/
    }
}

.redSpan {
    color: red;
}

.mr15 {
    margin-right: 15px !important;
}

.sumParagraph {
    font-weight: bold;
}

.sumParagraph span {
    font-weight: normal;
}

.sumParagraph span.bigPrice {
    font-weight: bold;
    font-size: 16px;
}

.thankDiv {
    padding-top: 70px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../img/thank.png) no-repeat center top;
}

.errorDiv {
    padding-top: 70px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../images/error.png) no-repeat center top;
}

.secondInputDiv {
    display: inline-block;
}

.secondInputDiv label {
    width: 50px;
}

.m5x0 {
    margin: 10px 0 15px;
}

.imgBorder {
    display: inline-block;
    background: #fff;
    padding: 6px;
    border: 1px solid #e0d2c0;
    border-radius: 1px;
}

.gallery_paragraph {
    text-transform: uppercase;
    text-align: center;
    color: #4b4b4b;
    font-size: 16px;
    padding: 5px 0;
}

.collections {
}

.collections .row {
    line-height: 38px;
    font-size: 14px;
    margin-right: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .collections .row {
        margin-right: 30px;
    }
}

.collections .row span {
    float: left;
    margin-right: 10px;
}

.collections .row a {
    line-height: 38px;
    display: block;
    font-size: 14px;
    color: #666666;

    /*padding-left: 40px;*/
}

.collectionParagraph {
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #666666;
}

.collectionParagraph a {
    text-transform: none;
    color: #4b4b4b;
}

.greySelect {
    color: #666666;
    padding: 8px 0;
    height: 40px;
    border: 1px solid #b0b0b0;
    border-radius: 1px;
}

.greySelect:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #b0b0b0;
}

.mt0 {
    margin-top: 0 !important;
}

.deleteThis {
    float: right;
    line-height: 0px;
    width: 20px;
    height: 25px;
    background: url(../img/delete.png) no-repeat center bottom;
    display: inline-block !important;
}

.priceSelect {
    display: inline-block;
    width: 70px;
}

:lang(en) .priceSelect {
    width: 40px;
}

.priceSum {
    border-bottom: 3px solid #444444;
    font-weight: bold;
    margin: 20px 0;
}

.priceSumUp {
    font-weight: bold;
    text-align: right;
    margin: 20px 0 20px 0;
}

.goldButton.addToBasket {
    border: none;
    position: relative;
    background: #c69c6d url(../img/ico-shop-white.svg) 15px center no-repeat;
    background-size: 15px;
    margin-bottom: 1rem;
    padding-left: 45px;
}

@media screen and (max-width: 767px) {
    .goldButton.addToBasket {
        margin: 0 20px 10px 20px;
    }
}
.goldButton.addToBasket:before {
    content: 'aa';
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    background: #c69c6d url(../img/ico-shop.svg) center center no-repeat;
}
.gallery {
    padding: 55px 0;
    background: #f4f3f3;
}

.gallery h4 {
    font-size: 20px;
    font-weight: bold;
    color: #666666;
}

.gallery h4:after {
    content: ' ';
    display: block;
    text-align: center;
    margin: 15px auto 30px;
    height: 3px;
    width: 55px;
    background: #d5bd9d;
}

.gallery div {
    text-align: center;
}

.basket,
.gallery_page {
    padding: 0 0 55px 0;
}

footer {
    font-size: 12px;
    padding: 20px 0;
    background: #f4f1ef;
}

footer .mailToFooter {
    color: #666666;
}

footer .input-group {
    max-width: 300px;
    margin: 0 auto;
}

footer .form-control {
    padding: 20px 15px;
    font-size: 14px;
    background: #f4f1ef;
    color: #4b4b4b;
    border: 1px solid #4b4b4b;
    border-radius: 20px;
}

footer .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #4b4b4b;
    border-right: 0;
}

footer .form-control::-webkit-input-placeholder {
    color: #4b4b4b;
}

footer .form-control:-moz-placeholder {
    color: #4b4b4b;
}

footer .form-control::-moz-placeholder {
    color: #4b4b4b;
}

footer .form-control:-ms-input-placeholder {
    color: #4b4b4b;
}

footer .btn {
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 21px;
    color: #4b4b4b;
    background: #f4f1ef;
    text-transform: uppercase;
    border: 1px solid #4b4b4b;
    border-left: 0;
    border-radius: 20px;
}

footer .btn:focus:active,
footer .btn:focus {
    color: #4b4b4b;
    outline: none;
    box-shadow: none;
    border: 1px solid #4b4b4b;
    border-left: 0;
}

footer p {
    color: #4b4b4b;
}

footer ul {
    padding: 0;
}

footer li {
    list-style: none;
}

footer li a {
    font-size: 15px;
    color: #4b4b4b;
    line-height: 30px;
}

footer li a:hover {
    text-decoration: none;
    color: #c69c6d;
}

footer hr {
    margin: 4rem auto 2rem;
    width: 100%;
    border-top: 1px solid #4b4b4b;
}

footer .icons a {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    padding: 20px;
    border-radius: 20px;
}

footer .fb {
    background: url(../img/ico-f.svg) no-repeat center center;
}

footer .pin {
    background: url(../img/ico2.png) no-repeat center center;
}

footer .ins {
    background: url(../img/ico-i.svg) no-repeat center center;
}
footer .walk {
    background: url(../img/ico-360-2.svg) no-repeat center center;
}

footer .tw {
    background: url(../img/ico4.png) no-repeat center center;
}
.kepp-in p,
.kepp-in b {
    font-size: 14px;
}
@media screen and (max-width: 767px) and (min-width: 645px) {
    .small-nav {
        padding-left: 120px;
    }
}

@media screen and (max-width: 992px) and (min-width: 767px) {
    .basketStep {
        line-height: 39px;
        font-size: 12px;
    }

    .basketStep span {
        margin-right: 5px;
    }
}

@media screen and (min-width: 1200px) {
    .priceSumUp {
        margin: 20px 118px 20px 0;
    }
}

@media screen and (min-width: 992px) {
    .priceSumUp {
        margin: 20px 85px 20px 0;
    }
}

#wysuwane {
    background: #eee no-repeat scroll 0 0;
    padding: 10px;
    padding-top: 0;
    width: 355px;
    height: 402px;
    position: fixed;
    margin-top: -200px;
    left: -355px;
    top: 50%;
    z-index: 1001;

    /*justify-content: center;*/
}

#wewnatrz {
    height: 402px;
    display: flex;
    align-items: center;
}

.newstimg {
    position: absolute;
    margin-left: 335px;
    margin-top: 20px;
}

.zamknij {
    background-position: 0px 0px -242px 0px;
}

#otherAddressForm {
    display: none;
}

.flexslider {
    background: transparent;
    margin-bottom: 0;
    border-radius: 0;
}

.flexslider-container.mainSlides {
    background: url('../img/ajax.gif') no-repeat center center
        rgba(0, 0, 0, 0.45);
}

.flexslider.mainSlides {
    background: rgba(0, 0, 0, 0.65);
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0) 100%
    );

    /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0) 100%
    );

    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0) 100%
    );

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);

    /* IE6-9 */
}

.flex-direction-nav a {
    height: 45px;
}

#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
    font-size: 21px;
    max-width: 500px;
    max-height: 540px;
}

#preview img {
    max-height: 500px;
}

.preview {
    display: inline-block;
}

.flexslider .slides > li {
    background-position: center;
    height: 100%;
    width: 100%;
    display: none;
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.flexslider .slides li:before {
    content: '';
    background: #4b4b4b58;
    width: 100%;
    height: 100%;
    display: block;
}

.flexslider-container,
.flexslider .slides,
.flex-viewport {
    height: 100%;
}

.slidesChild {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slidesChild .goldLinkBorderSlide {
    margin-top: 1rem;
}

@media screen and (max-width: 767px) {
    .flexslider-container.mainSlides,
    .mainSlides .flexslider .slides,
    .mainSlides .flex-viewport {
        height: 120%;
    }

    .slidesChild {
        top: 42%;
        transform: translateY(-50%);
    }

    /*.slidesChild {
      top: 400px!important;
    }*/
    .box {
        margin: 20px 0 20px;
    }

    .navbar-header {
        width: auto;
    }

    .container > .navbar-header {
        margin: 0;
    }
}

@media screen and (max-width: 430px) {
    .mainPageTitle {
        font-size: 32px;
        position: relative;
        top: -20px;
    }

    .box {
        margin-top: 0;
        height: 90px;
    }

    .pull-right > .dropdown-menu {
        right: 5px;
        left: 5px;
    }

    .basketDiv {
        width: 97%;
    }

    .small-nav div {
        margin-bottom: 10px;
    }

    .navbar-toggle {
        margin-left: 10px;
        margin-top: 26px;
    }

    #contactTop {
        display: none;
    }

    .navbar-brand img {
        width: 140px;
    }
}
#slider .flex-viewport .slides a {
    display: inline-block;
    width: 100%;
    max-width: 720px;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
}

ul.slides {
    margin: 0;
    padding: 0;
}

.flexslider {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0px;
    overflow: hidden;
}

header .mainPage {
    left: 0;
    right: 0;
    position: absolute;
    z-index: 10;
}

.flex-direction-nav a {
    color: #fff2df;
}

.flex-direction-nav a:before {
    color: #fff2df;
}

.slidesParent {
    position: relative;
}

.linkColor {
    color: #4b4b4b;
}

.linkColor:hover {
    color: #4b4b4b;
    text-decoration: none;
    opacity: 0.9;
}

.accountTitle {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
    color: #4b4b4b;
}

.mb10 {
    margin-bottom: 10px;
}

.db {
    display: block;
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}

.cc-window.cc-invisible {
    opacity: 0;
}

.cc-animate.cc-revoke {
    transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0);
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline;
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

.cc-window.cc-static {
    position: static;
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cc-revoke {
    padding: 0.5em;
}

.cc-header {
    font-size: 18px;
    font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer;
}

.cc-link {
    opacity: 0.8;
    display: inline-block;
    padding: 0.2em;
}

.cc-link:hover {
    opacity: 1;
}

.cc-link:active,
.cc-link:visited {
    color: initial;
}

.cc-btn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
    min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
}

.cc-close {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 1.6em;
    opacity: 0.9;
    line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1;
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}

.cc-top {
    top: 1em;
}

.cc-left {
    left: 1em;
}

.cc-right {
    right: 1em;
}

.cc-bottom {
    bottom: 1em;
}

.cc-floating > .cc-link {
    margin-bottom: 1em;
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1;
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1;
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1;
}

.cc-btn + .cc-btn {
    margin-left: 0.5em;
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal;
    }
}

@media screen and (max-width: 414px) and (orientation: portrait),
    screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0;
    }

    .cc-window.cc-bottom {
        bottom: 0;
    }

    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0;
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1;
    }

    .cc-window.cc-floating {
        max-width: none;
    }

    .cc-window .cc-message {
        margin-bottom: 1em;
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset;
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none;
}

.cc-theme-classic .cc-btn {
    border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}

.cc-theme-edgeless.cc-window {
    padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: 0.8em 1.8em;
    height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0;
}

.cc-message {
    padding: 10px;
}

.full-content-center {
    width: 100%;
    padding: 5px 0px;
    max-width: 500px;
    margin: 6% auto;
    text-align: center;
}

.full-content-center h1 {
    font-size: 150px;
    line-height: 150px;
    font-weight: 700;
    color: #252932;
}

.full-content-center h2 {
    font-weight: 300;
    color: #252932;
}

.input.error {
    color: red;
    display: inline-block;
}

.inputRow,
.inputsRow,
.inputRow label,
.inputsRow label {
    vertical-align: top;
}

.inputRow label,
.inputsRow label {
    margin-top: 5px;
}

.fwn {
    font-weight: normal;
}

.productsHeader {
    font-size: 20px;
    color: #4b4b4b;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

#collectionSum {
    display: inline-block;
}

.pageTemplate {
    margin: 15px 0 45px 0;
}

.pageTemplate img {
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
    border: 12px solid #fff;
    background: #fff;
    margin: 12px;
    transition: 200ms;
}

.pageTemplate img:hover {
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.25);
    transform: translate(-0px, -3px);
}

.fwb {
    font-weight: bold;
}

.modal-title {
    font-size: 20px;
    color: #4b4b4b;
}

.flexslider.loading .slides > li:first-child {
    opacity: 1 !important;
}

.slides,
.slides li {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.requiredField {
    font-size: 12px;
}

.requiredField span {
    color: red;
}

.closeBasket {
    float: right;
    cursor: pointer;
}

.mw400 {
    max-width: 400px;
}

.dn {
    display: none;
}

.pickup {
    font-weight: bold;
    margin-top: 10px;
}

.promotionSpan {
    font-size: 8px;
    text-transform: uppercase;
    color: red;
}

@media (min-width: 992px) {
    .col-md-4:nth-child(3n + 1) {
        clear: both;
    }
}

@media (max-width: 991px) {
    .col-md-4:nth-child(2n + 1) {
        clear: both;
    }
}

#toast-container.toast-top-right {
    top: 50%;
    right: 50%;
    margin-right: -150px;
    margin-top: -25px;
}

/* .sub-header-shadow {
    position: absolute;
    content: '';
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    width: 100%;
    height: 100%;
    display: block;
} */

.iconFB {
    width: auto;
    background-position: 8px 7px;
    padding-left: 5px;
}

.iconFB span {
    display: block;
    color: #4b4b4b;
    padding: 13px 20px 0 26px;

    /*position: relative;
    top: 17px;
    left: 22px;*/
    text-transform: uppercase;
    font-size: 10px;
}

.iconFB:hover {
    text-decoration: none;
}

.categoryTitle {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    color: #fef2de;
    padding-bottom: 30px;
}

.search_page .imgBorder {
    width: 100%;
}

.search_page .imgBorder a {
    display: block;
    width: 100%;
    min-height: 193px;
    background: url('../img/placeholder.gif') no-repeat center center;
    background-size: cover;
}

.attentionDelivery {
    color: #4b4b4b;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.product .col-lg-5 li {
    margin-bottom: 5px;
}

ul > br {
    display: none;
}

.pr {
    position: relative;
}

.newCollection {
    position: absolute;
    right: 15px;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #4b4b4b;
    color: #fff;
    border: 0;
    background: #bab8b5;
    top: 5px;
    font-weight: 400;
    padding: 7px 20px;
}

#easypack-map {
    width: 100%;
    height: 600px;
}

#pickNumber {
    font-weight: bold;
    margin-top: 14px;
}

#lRegulations p {
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
}

#lRegulations li {
    margin-bottom: 8px;
}

#gdprModal .modal-body {
    max-height: 250px;
    padding-right: 30px;
    overflow-y: scroll;
}

div#regulaminRR td[colspan='11'] {
    padding: 24px;
}

.modal-footer .btn-inverted {
    background: #fff;
    border: 1px solid #4b4b4b;
    padding: 9px 24px;
    color: #4b4b4b;
}

#gdprModal {
    display: flex;
}

#gdprModal .pageTemplate {
    margin-bottom: 0;
}

#gdprModal > div {
    align-self: flex-end;
    margin-bottom: 156px;
}

#gdprModal .modal-body {
    padding: 0;
}

.g-recaptcha {
    margin-top: 10px;
    float: right;
}

.five-columns {
    display: flex;
    flex-wrap: wrap;
}

.column-item {
    flex-basis: 19%;
    flex-grow: 0;
    margin: 0.5% !important;
    padding: 15px;
}

@media (max-width: 767px) {
    .column-item {
        flex-basis: 100%;
        flex-grow: 1;
        margin: 0.5% !important;
        padding: 15px;
    }
}

.footer-slider {
    height: 250px;
}

.card {
    position: relative;
    color: #4b4b4b;
    margin-bottom: 3rem;
}
.card__image span {
    display: block;
    padding: 1rem 0;
    font-weight: 500;
    color: #4b4b4b;
    box-sizing: border-box;
}

.card__image:hover {
    text-decoration: none;
}
.card__image:hover span {
    color: #ae9476;
    text-decoration: none;
}
.card__image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    border-radius: 8px;
    height: 13vh;
}

.card__image--collection {
    height: 15vh;
}
@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}
@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
}

.bottom-flex {
    display: flex;
    min-height: 40px;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .footer-line > .pull-left {
        display: flex;
        flex-direction: column;
    }

    .pull-left .bottom-flex {
        display: flex;
        flex-direction: column;
    }
    .footer-line {
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-line .icons {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-line > .pull-right {
        display: flex;
        justify-content: center;
    }
}
footer {
    padding-top: 6rem;
}

@media (max-width: 767px) {
    footer {
        padding-top: 2rem;
    }
}
.footer-logo-container {
    display: flex;
    min-height: 200px;
    justify-content: flex-start;
    align-items: end;
}

@media (max-width: 767px) {
    .footer-logo-container {
        margin-bottom: 2rem;
        min-height: auto;
    }
    footer p,
    footer li {
        text-align: left;
    }
    footer .input-group {
        margin-left: 0;
    }
}
.footer-logo-container img {
    max-width: 150px;
}
.navbar-brand {
    width: 240px;
    margin-top: 2rem;
}

#mc_embed_signup {
    margin-top: 1.5rem;
}

.created-by {
    color: #4b4b4b;
}

.created-by:hover {
    text-decoration: none;
    color: #c69c6d;
}

.ml-1 {
    margin-left: 1rem;
}

.news-button {
    height: 42px;
    font-size: 12px !important;
    font-weight: 600;
}

.page-title span {
    display: block;
}

.page-title__first-line {
    color: #4b4b4b;
    letter-spacing: 1rem;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.page-title__second-line {
    color: #4b4b4b;
    font-style: italic;
    font-size: 4rem;
    margin-bottom: 1rem;
}
.page-title__third-line {
    color: #4b4b4b;
    font-size: 5rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .page-title__first-line {
        letter-spacing: 1rem;
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    .page-title__second-line {
        font-size: 5rem;
    }
    .page-title__third-line {
        font-size: 4rem;
    }
}
.page-link {
    font-size: 15px;
    text-transform: uppercase;
    color: #4b4b4b;
}
.flower-img {
    margin-bottom: 3rem;
}
.main-new-collections__title {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.main-new-collections__title h2 {
    margin-top: 0;
}

.main-new-collections__items {
    margin-bottom: 8rem;
}

.category__title {
    font-size: 6rem;
    margin-bottom: 2rem;
    color: #4b4b4b;
}
@media (max-width: 767px) {
    .category__title {
        font-size: 4rem;
    }
}

.categories-menu {
    padding-left: 0;
}

@media (max-width: 767px) {
    .categories-menu {
        display: none;
    }
}
@media (min-width: 767px) {
    .categories-menu {
        margin-top: 150px;
    }
    .categories-menu.has-children {
        margin-top: 230px;
    }
}
.categories-menu li {
    list-style: none;
    margin-bottom: 0rem;
    padding: 0.6rem 0;
}
.categories-menu li a {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    color: #4b4b4b;
}
.categories-menu li a.active,
.categories-menu li a:hover {
    color: #c69c6d;
    text-decoration: none;
}

.categories-menu-children {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 3rem;
}
.categories-menu-children li {
    list-style: none;
    margin-bottom: 0.5rem;
    margin-right: 2rem;
}
.categories-menu-children li a {
    font-size: 1rem;
    text-transform: uppercase;
    color: #4b4b4b;
}
.categories-menu-children li a.active,
.categories-menu-children li a:hover {
    color: #c69c6d;
    text-decoration: none;
}

.productCalc {
    display: none;
}

.productCalc.productCalc--show {
    display: block;
}

.productPricing {
    font-weight: 300;
}

.collection__quantity {
    padding-right: 0;
}
/*y edit */

#productType0,
#productType1,
#productType2,
#productType3 {
    font-weight: normal;
}
.collections .row {
    line-height: 1.4;
    font-size: 1rem;
}
.editable .greySelect {
    margin-bottom: 0.5rem;
}
.collection__quantity {
    font-size: 14px;
}
.editable__title:after {
    height: 3px;
    width: 100%;
    background: #444;
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.7rem;
}
.editable__title {
    display: flex;
    flex-direction: column;
    border-bottom: 0;
    margin-bottom: 1.5rem;
}
.omnibus-price {
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
}
.omnibus-price__en,
.omnibus-price__pl {
    display: none;
    margin-right: 3px !important;
}
.omnibus-price__pl:lang(pl) {
    display: inline-block;
}
.omnibus-price__en:lang(en) {
    display: inline-block;
}
.bottom-flex span {
    margin-right: 12px;
    line-height: 1.7;
}

@media (min-width: 992px) {
    .editable .col-md-5 {
        width: 36%;
    }
    .editable .collection__quantity {
        width: 28%;
    }
    .product .container div:has(.productImagePadding) {
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .page-title__first-line {
        font-size: 1.5rem;
        letter-spacing: 0.5rem;
    }
    .page-title__second-line {
        font-size: 2.2rem;
    }
    .page-title__third-line {
        font-size: 2.1rem;
    }
    .flower-img {
        width: 100px;
    }

    .card {
        margin-bottom: 1.3rem;
    }
    .card__image span {
        padding: 0.6rem 0;
    }
    .container {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    .navbar-brand {
        padding: 0;
    }
    .small-nav {
        margin-top: 25px;
        padding-left: 0px;
    }
    .navbar {
        margin-bottom: 2rem;
    }
    .category__title {
        font-size: 4rem;
        margin-bottom: 2rem;
        line-height: 1;
    }
    .product__title {
        font-size: 3.5rem;
        line-height: 1;
    }
    .card__image {
        height: 11vh;
    }
    .card__image--collection {
        height: 18vh;
    }
    .categories-menu-children li {
        padding: 8px 16px;
        border-radius: 99px;
        margin-right: 0.8rem;
        border: 1px solid #999;
        margin-bottom: 1rem;
    }
    .categories-menu-children li a {
        font-size: 0.8rem;
    }
    #carousel {
        display: none;
    }
    .product .productImagePadding {
        padding: 0;
        width: 96vw;
        margin-left: -8vw;
    }
    .product__img {
        border-radius: 0;
    }
    .collections .row {
        margin-right: 0px;
    }
    .slidesChild {
        top: 0%;
        height: 100%;
        display: flex;
        transform: translateY(0%);
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mainPageTitle {
        top: 0;
    }
    .goldButton.addToBasket,
    .big-button {
        margin: 20px 0 0 0;
    }

    .editable__title span:first-child {
        width: 100%;
    }
    .editable__title .productCalc span {
        width: auto;
    }

    .footer-line .icons {
        justify-content: flex-start;
    }
    footer {
        font-size: 14px;
    }
    .ml-1 {
        margin-left: 0;
        margin-top: 20px;
    }
    .pull-left .bottom-flex {
        align-items: flex-start;
    }
    .footer-line > .pull-right {
        justify-content: flex-start;
        padding: 2rem 0;
    }
}


.deliveryCost{
	display:block;
	padding-left:32px;
}

