/* modifikatory */

body {
    background-color: #f2f1f6;
}

* {
    font-family: 'Quicksand', sans-serif;
}
a {
    color: #a8987d;
}
a:hover {
    color: #76674d;
}
strong {
    color: unset;
}
.nowrap {
    white-space: nowrap;
}

[v-cloak] {
    display: none;
}

.content img {
    height: auto !important;
    max-width: 100% !important;
}
.container {
    max-width: 1280px !important;
}
.container {
    padding: 0 0.75rem;
    overflow: hidden;
}

.pagination {
    margin: 0 0 0 2rem;
}
.pagination-link, .pagination-next, .pagination-previous {
    height: 2.5rem;
    min-width: 2.5rem;
    border: none;
    border-radius: 50%;
    background-color: #f5fcff;
    color: #e4e4e4;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 0.5rem;
}
.pagination-link.is-current {
    color: #333;
    border: none;
    background-color: #c6e2e2;
}
.pagination-ellipsis {
    color: #E7E7E7;
}

.input, .select select, .textarea {
    background-color: #fff;
    border-color: #ddd;
    border-radius: 0;
    color: #111;
}
.input, .textarea {
    box-shadow: none;
    max-width: 100%;
    width: 100%;
}

/* modyfikatory pojedyncze */

.navbar {
    display: block;
}
.navbar.is-white {
    color: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.05);
}
.navbar-brand {
    transition: min-height 0.25s ease-in;
}
.navbar.is-white {
    transition: background-color 0.25s ease-in;
}
.navbar-item img {
    max-height: 2.5rem;
    transition: max-height 0.25s ease-in;
}
.navbar.is-fixed-top .navbar-item img {
    max-height: 1rem;
}
.nav-hr {
    transition: height 0.25s ease-in;
}

.custom-page .navbar-brand {
    min-height: 4rem;
}
.custom-page .navbar-item img.logo-desktop {
    max-height: 2rem;
}
.custom-page .navbar-item img.logo-touch {
    max-height: 1rem;
}
.custom-page .nav-hr {
    height: 5px;
}

.top-container {
    overflow: visible;
}
.navbar-item img.logo-desktop {
    max-height: 3rem;
}
.navbar-item img.logo-touch {
    max-height: 2rem;
}
.navbar-brand, .navbar-tabs {
    min-height: 5.25rem;
}
.navbar.is-fixed-top .navbar-brand,
.navbar.is-fixed-top .navbar-tabs {
    min-height: 2rem;
}
.mfp-figure:after {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    background: #333333;
}
.page-content {
    padding: 1rem 0 2rem;
}
.page-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    padding: 2rem 0 1rem;
}

.product-item, .product-item__add {
    border-radius: 2rem;
}

.button, .file-cta, .file-name, .input, .pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous, .select select, .textarea {
    padding: 0 1em;
    border-radius: 2rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2em;
}
.input, .select select, .textarea {
    background: rgb(255,255,255);
    border: solid 1px rgba(65,61,105,0.25);
}
.box, .card, .map-container {
    border-radius: 2rem;
    margin-top: 1rem;
    margin-bottom: 3rem !important;
}
.card-header {
    border-radius: 2rem;
    box-shadow: 0 9px 16px rgba(10,10,10,0.025);
}

.modal-card-head {
    border: none;
}
.content .modal .modal-card-title {
    color: #fff;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 300;
}
.modal-card-foot {
    border: none;
    justify-content: space-between;
}
.modal-photo {
    width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    border-radius: 2rem;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* elementy ogólne */

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.cp {
    cursor: pointer;
}
.box-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.search-field {
    position: relative;
}
.search-button {
    position: absolute;
    right: 0;
    top: 0;
}
.search-field .input {
    font-size: 1.125rem;
    color: #000;
    height: 2rem;
    line-height: 2rem;
}
.search-button .button {
    border: none;
    background: transparent;
    color: #000;
    height: 2rem;
    line-height: 2rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.navbar-item {
    font-size: 1.125rem;
    color: #000;
}
.navbar-item [class^="icon-"], .navbar-item [class*=" icon-"] {
    font-size: 1.45rem;
}
.navbar-end .navbar-item, .navbar-end  .navbar-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.navbar-start {
    margin-left: 10%;
}



.container__home-slider {
    overflow: hidden;
    max-width: 1600px !important;
    padding: 0;
}
.home-slider {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 2rem;
}
.home-slider-area {
    position: relative;
}
.home-slider-slide {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 2rem;
}


.main-slide-box {
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.main-slide-column {
    position: relative;
}
.main-slider-gradient .subtitle {
    margin-top: 1rem;
    color: #505050;
    padding-right: 5%;
}
.main-slider-text {
    position: relative;
    z-index: 1;
}

.main-slide-box h2 {
    display: inline-block;
    font-weight: 900;
    font-size: 3rem;
    line-height: 1.1em;
    padding: 0.3em 1rem 0.4em;
}
.main-slide-box p {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5em;
    padding: 1em 1rem;
}
.main-slide-box a {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 2em;
    padding: 0 1em;
    color: #444;
    text-transform: uppercase;
    font-weight: 300;
}
.main-slide-box a:hover {
    color: #222;
}
.main-slide-box .label {
    color: #fff;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.75rem;
}
.slider-side {
    position: absolute;
    height: 25%;
    width: auto;
}
.slider-arrow-left {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.875rem;
    width: 1.75rem;
    height: 1.75rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/left.svg");
    opacity: 0.5;
}
.slider-arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.875rem;
    width: 1.75rem;
    height: 1.75rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/right.svg");
    opacity: 0.5;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover {
    opacity: 1;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 1rem;
    left: 0.5rem;
    text-align: left;
}
.slick-dots li {
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
}
.slick-dots li button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
}
.slick-dots li button::before {
    content: "";
    display: none;
}
.slick-dots li.slick-active button {
    background: #413f3b;
}





.container-h1 {
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.container-h1 h1, .container-h1 h2 {
    font-size: 2.625rem;
    font-weight: 300;
    color: #323232;
    line-height: 1.1em;
}







.box-horizontal-area {
    position: relative;
    background-color: #fff;

}
.box-horizontal__image-src {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem 0 0 2rem;
}
.box-horizontal__content {
    color: #696969;
    padding: 2rem 1rem;
    font-weight: 300;
}
.box-horizontal__content h3 {
    font-size: 2.25rem;
    line-height: 1.1em;
    font-weight: 300;
    padding-bottom: 0.75em;
    color: #333;
}
.box-horizontal__content .box-horizontal__text {
    line-height: 1.5em;
    font-weight: 300;
}
.box-horizontal-action {
    vertical-align: middle;
    font-size: 3rem;
    padding: 1em;
    color: #3b215d;
    font-weight: 100;

    background: rgb(214,255,225);
    background: -moz-linear-gradient(left,  rgba(214,255,225,1) 0%, rgba(243,255,231,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(214,255,225,1)), color-stop(100%,rgba(243,255,231,1)));
    background: -webkit-linear-gradient(left,  rgba(214,255,225,1) 0%,rgba(243,255,231,1) 100%);
    background: -o-linear-gradient(left,  rgba(214,255,225,1) 0%,rgba(243,255,231,1) 100%);
    background: -ms-linear-gradient(left,  rgba(214,255,225,1) 0%,rgba(243,255,231,1) 100%);
    background: linear-gradient(to right,  rgba(214,255,225,1) 0%,rgba(243,255,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6ffe1', endColorstr='#f3ffe7',GradientType=1 );
}
.box-horizontal-action strong {
    font-weight: 300;
    color: #3b215d;
}
.box-horizontal-action a {
    white-space: nowrap;
    color: #3b215d;
}
.box-horizontal-action .button {
    vertical-align: middle;
    margin-left: 2rem;
    padding: 0.75rem 2rem;
    height: auto;
    /*border: solid 1px #413f3b !important;
    color: #413f3b !important;*/
    font-weight: 300;
}

.box-why-area {
    padding: 2rem;
}
.box-why__header {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.box-why__header h4 {
    font-size: 3rem;
    color: #2b2b2b;
    font-weight: 600;
    line-height: 1.1em;
}
.box-why__header img {
    width: 100%;
    height: auto;
}
.box-why_text {
    font-size: 1.0625rem;
    font-weight: 300;
    color: #6c6b6b;
    line-height: 1.47em;
}
.box-why__image {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66.666%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box-footer {

    background: rgb(29,22,61);
    background: -moz-linear-gradient(45deg,  rgba(29,22,61,1) 0%, rgba(91,41,118,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(29,22,61,1)), color-stop(100%,rgba(91,41,118,1)));
    background: -webkit-linear-gradient(45deg,  rgba(29,22,61,1) 0%,rgba(91,41,118,1) 100%);
    background: -o-linear-gradient(45deg,  rgba(29,22,61,1) 0%,rgba(91,41,118,1) 100%);
    background: -ms-linear-gradient(45deg,  rgba(29,22,61,1) 0%,rgba(91,41,118,1) 100%);
    background: linear-gradient(45deg,  rgba(29,22,61,1) 0%,rgba(91,41,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d163d', endColorstr='#5b2976',GradientType=1 );


    padding: 3rem 0 3.5rem;
    color: #ececec;
}
.box-footer h4 {
    font-size: 1.25rem;
    line-height: 1.1em;
    color: #ffffff;
    font-weight: 100;
    padding-bottom: 0.25rem;
}
.box-footer .subtitle {
    font-size: 0.875rem;
    line-height: 1.3em;
    color: #d0d0d0;
    font-weight: 300;
    text-transform: uppercase;
}
.box-footer .box-footer__txt {
    font-size: 0.875rem;
    line-height: 1.4em;
    color: #cccccc;
    font-weight: 400;
}
.box-footer .box-footer__txt a {
    color: #ffffff;
}
.box-footer .box-footer__txt a:hover {
    color: #dedede;
}
.box-footer .content {
    padding: 0.25rem 0;
}
.box-footer .columns .column {
    text-align: center;
}
.box-footer .columns .column:first-of-type {
    text-align: left;
}
.box-footer .columns .column:last-of-type {
    text-align: right;
}
.footer-menu {
    font-size: 0.875rem;
    padding: 2rem 1rem 0;
    text-align: center;
}
.footer-menu a {
    display: inline-block;
    color: #b9b9b9;
    text-transform: uppercase;
    padding: 0 0.5rem;
    font-size: 0.875rem;
}
.footer-menu a:hover {
    color: #8a8a8a;
}
.footer-menu-categories {
    padding: 1rem 1rem 0;
    text-align: center;
}
.footer-menu-categories a {
    display: inline-block;
    color: #b9b9b9;
    padding: 0 0.5rem;
    font-size: 0.875rem;
}
.footer-menu-categories a:hover {
    color: #333;
}

footer {
    background: #fff;
    padding: 2.5rem 0;
    font-size: 1rem;
    line-height: 1.5em;
    color: #b6b6b6;
    font-weight: 300;
}
footer a {
    color: #b6b6b6;
}

.h1 {
    padding: 0.5em 0;
    margin: 0;
    font-size: 5rem;
    font-weight: 700;
}
.h2 {
    padding: 0.5em 0;
    margin: 0;
    font-size: 3.5rem;
    line-height: 1.25em;
    font-weight: 400;
}
.path {
    display: block;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1em;
    color: #424e4e;
}
.path a {
    color: #424e4e;
}
.path a:hover {
    color: #000;
}
.path i {
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: rgba(110,130,130,0.75);
}
.lead {
    font-style: italic;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.35em;
    padding: 0 0 1em;
}
.content {
    padding: 1em 0;
}

.map-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.map-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.main-img {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}
.page-cover {
    background-color: #eefef0;
    width: 100%;
    color: #3e205c;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1.5rem 0;
    margin-bottom: 2rem;
}
.product-site .page-cover {
    padding: 1.5rem 0;
}
.page-cover .h1 {
    color: #3e205c;
}

.iframe-4x3 {
    width: 100% !important;
    height: 600px !important;
}
.iframe-200 {
    width: 100% !important;
    height: 200px !important;
}

.box-image {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.666%;
}








.product-item {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 0;
    padding-bottom: 113.5%;
    margin: 1rem 0;
    overflow: hidden;
}
.product-item__h {
    padding-bottom: 140%;
    margin: 0 0 1rem 0;
}
.product-item:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(224,215,219,0.6);
    -moz-box-shadow: 0px 5px 20px 0px rgba(224,215,219,0.6);
    box-shadow: 0px 5px 20px 0px rgba(224,215,219,0.6);
}


.product-item:hover .product-item__image>div.packshot {
    display: none;
}
.product-item:hover .product-item__image>div.arrangement {
    display: block;
}

.product-item__image {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    padding: 0.5rem;
    width: 100%;
    height: 50%;
}
.product-item__image>div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-item__image>div.arrangement {
    background-size: cover;
    display: none;
}
.product-item__details {
    position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
    padding: 0 0.75rem;
    text-align: center;
}
.product-item__category {
    font-size: 0.875rem;
    line-height: 1em;
    font-weight: 100;
    color: #000;
    max-height: 2em;
    overflow: hidden;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}
.product-item__name {
    font-size: 1.125rem;
    line-height: 1.1em;
    font-weight: 400;
    color: #2c2b29;
    max-height: 2.2em;
}
.product-item:hover .product-item__name {
    color: #000;
}
.product-item__price {
    font-size: 1.125rem;
    line-height: 1em;
    font-weight: 300;
    color: #464646;
    max-height: 1em;
    overflow: hidden;
    margin-top: 0.75rem;
}
.product-item__price-old {
    font-size: 0.875rem;
    line-height: 1em;
    font-weight: 300;
    color: #949494;
    text-decoration: line-through;
}
.product-item__price-promo {
    color: #96681b;
}
.product-item__price-promo-label {
    font-size: 0.65rem;
    line-height: 1em;
    font-weight: 300;
    color: #b27f28;
    text-transform: uppercase;
    margin-top: 0.25rem;
}
.product-item__price-new-label {
    font-size: 0.65rem;
    line-height: 1em;
    font-weight: 600;
    color: #b7e0a9;
    text-transform: uppercase;
    margin-top: 0.25rem;
}
.product-item__price-reco-label {
    font-size: 0.65rem;
    line-height: 1em;
    font-weight: 600;
    color: #c3a4de;
    text-transform: uppercase;
    margin-top: 0.25rem;
}
.product-item__label-margin {
    margin-top: -1rem;
    margin-bottom: 1rem;
}
.product-item__label-margin-top {
    margin-top: 0.4rem;
    margin-bottom: -0.4rem;
}

.product-item__price-100 {
    font-size: 0.9rem;
    font-weight: 300;
}
.product-item__price-currency {
    font-size: 1rem;
    font-weight: 400;
}
.product-item__add {
    white-space: nowrap;
    display: inline-block;
    font-size: 0.8125rem;
    line-height: 1rem;
    padding: 0.5rem;
    font-weight: 400;
    color: #8c8c8c;
    border: solid 1px #f0f0f0;
    position: absolute;
    left: 50%;
    bottom: 1rem;
    text-align: center;
    transform: translateX(-50%);
}
.product-item:hover .product-item__add {
    background-color: #f3f3f3;
    color: #242424;
}




.product-page-cover {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.image-presentation {
    background-color: #fff;
    padding: 1.25rem;
    border-radius: 2rem;
}
.image-presentation img {
    width: 100%;
}
.product-label {
    font-size: 0.75rem;
    font-weight: 300;
}
.product-price {
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 1rem;
}
.product-price-old {
    position: relative;
    font-size: 1rem;
    font-weight: 300;
    margin-top: 0.5rem;
    margin-bottom: -0.75rem;
    text-decoration: line-through;
}
.product-weight, .product-detail {
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 1rem;
}
.product-detail-light {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    font-weight: 300;
    color: #999;
}
.product-detail-light span {
    font-weight: 400;
    color: #666;
}
.product-shipping {
    padding-bottom: 1rem;
}
.product-count {
    font-size: 1rem;
    font-weight: 300;
    padding-bottom: 1rem;
}
.product-count-box {
    display: inline-block;
}
.product-count-flex {
    display: flex;
}
.product-count__minus,
.product-count__plus {
    display: inline-block;
    background: #222;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.45rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    cursor: pointer;
}
.product-count__minus:hover,
.product-count__plus:hover {
    background: #a6a096;
}
.product-pieces {
    text-align: center;
    display: inline-block;
    margin: 0 1rem;
    font-weight: bold;
    min-width: 3ex;
    color: #333;
}

.product-add {
    font-weight: 400;
    color: #3e205c !important;
    background: #b08ec2 !important;
    text-align: center;
    border: none !important;
    font-size: 1rem;
    line-height: 2.5em;
}
.product-add:hover {
    color: #000 !important;
    background: #ccabde !important;
}


.product-count-box__basket .product-pieces {
    margin: 0 0.25rem;
    line-height: 1.4em;
}
.product-count-box__basket .product-pieces input {
    border: none;
    max-width: 4ex;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.basket-step {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 2em;
    margin-right: 1em;
}
.basket-step.is-active {
    background-color: #bbf1ca !important;
    color: #3e205c !important;
    font-weight: 900;
}

.basket_product_link {
    display: block;
    line-height: 1.4em;
    color: #525252;
    font-weight: 600;
}
.basket_product_link:hover {
    color: #000;
}
.basket_product_preview {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.basket-payment .radio {
    display: block;
    padding: 1rem;
}
.radio-frame {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #ddd;
}
.radio-frame:hover {
    border: 1px solid #3e205c;
}
input[type=radio]:checked ~ .radio-frame {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #363636;
}

.page-gallery-slider {
    padding: 0.5rem 0 0;
}
.page-gallery__box {
    padding: 0.5rem;
    position: relative;
}
.page-gallery__item {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: solid 1px #444;
}

.phone-order {
    padding: 1rem;
    font-size: 0.95rem;
    margin: 1rem 0;
    border-radius: 2rem;
    background: rgb(214,255,225);
    background: -moz-linear-gradient(left,  rgba(214,255,225,1) 0%, rgba(243,255,231,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(214,255,225,1)), color-stop(100%,rgba(243,255,231,1)));
    background: -webkit-linear-gradient(left,  rgba(214,255,225,1) 0%,rgba(243,255,231,1) 100%);
    background: -o-linear-gradient(left,  rgba(214,255,225,1) 0%,rgba(243,255,231,1) 100%);
    background: -ms-linear-gradient(left,  rgba(214,255,225,1) 0%,rgba(243,255,231,1) 100%);
    background: linear-gradient(to right,  rgba(214,255,225,1) 0%,rgba(243,255,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6ffe1', endColorstr='#f3ffe7',GradientType=1 );
}
.phone-order a {
    color: #3e205c;
}


.modal-basket {
    overflow: visible;
    background: #fff;
    padding: 3rem;
}
.modal-basket .basket-info {
    padding-bottom: 2rem;
}
.modal-basket .delete {
    position: absolute;
    left: 100%;
    bottom: 100%;
}
.modal-basket .columns {
    margin-bottom: 0;
}


.navbar>.main-container {
    min-height: auto;
    display: block;
}
.main-icon {
    display: inline-block;
    color: #fff;
    margin: 0 0.5rem;
}
.main-icon:hover {
    color: #fff;
}
.icon__badge {
    display: inline-block;
    margin-left: 2ex;
    color: #a6a096;
    font-size: 0.75rem;
    line-height: 1.75rem;
    text-align: center;
    font-weight: bold;
}


.content .gallery-list-header {
    color: #1D1D1B;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2em;
    padding: 2rem 0 1rem;
    border-top: solid 1px #E7E7E7;
    margin-top: 2rem;
}
.file-list li {
    list-style: none;
}
.file-list li a {
    display: block;
    margin: 11px 0;
    color: #8ac6c9;
    font-size: 14px;
    line-height: 16px;
}
.file-list li a span:first-child {
    margin-right: 20px;
}
.file-list__name {
    text-decoration: underline;
}
.file-list__extension {
    color: #D9D9D9;
    text-decoration: underline;
    font-weight: 300;
}

.menu-list a.is-active {
    background-color: #dccae5;
    color: #3e205c;
}
.menu-list .level-2 {
    margin-left: 1rem;
    font-size: 0.9rem;
}
.payments img {
    width: 95%;
    height: auto;
}



/* google oceny */
.ratings-box {
    padding: 2rem 2rem 3rem;
}
.g-logo img {
    width: 3rem;
    height: auto;
    vertical-align:top;
}
.ratings {
    position: relative;
}
.rating {
    position: relative;
    display: inline-block;
    vertical-align:top;
    margin: 1rem 0;
    background: rgb(243,243,243);
    background: -moz-linear-gradient(top,  rgb(243,243,243) 0%, rgb(239,239,239) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(243,243,243)), color-stop(100%,rgb(239,239,239)));
    background: -webkit-linear-gradient(top,  rgb(243,243,243) 0%,rgb(239,239,239) 100%);
    background: -o-linear-gradient(top,  rgb(243,243,243) 0%,rgb(239,239,239) 100%);
    background: -ms-linear-gradient(top,  rgb(243,243,243) 0%,rgb(239,239,239) 100%);
    background: linear-gradient(to bottom,  rgb(243,243,243) 0%,rgb(239,239,239) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#efefef',GradientType=0 );
}
.rating-bar {
    position: absolute;
    left: 0;
    top: 1%;
    height: 98%;
    border: solid 1px #fff;
    box-sizing: border-box;
    background: rgb(243,224,2);
    background: -moz-linear-gradient(top,  rgb(243,224,2) 0%, rgb(254,220,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(243,224,2)), color-stop(100%,rgb(254,220,0)));
    background: -webkit-linear-gradient(top,  rgb(243,224,2) 0%,rgb(254,220,0) 100%);
    background: -o-linear-gradient(top,  rgb(243,224,2) 0%,rgb(254,220,0) 100%);
    background: -ms-linear-gradient(top,  rgb(243,224,2) 0%,rgb(254,220,0) 100%);
    background: linear-gradient(to bottom,  rgb(243,224,2) 0%,rgb(254,220,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e002', endColorstr='#fedc00',GradientType=0 );

}
.rating img {
    position: relative;
    z-index: 2;
    vertical-align:top;
    width: auto;
    height: 3.75rem;
    display: block;
}

.ratings-slider {
    margin-top: 2rem;
}
.rating-box {
    height: 100%;
    background: #fff;
    margin-bottom: 0 !important;
    position: relative;
    overflow: hidden;
}
.rating-box .content {
    padding: 0;
    position: relative;
}
.rating-box .rating-text {
    line-height: 1.5em;
    min-height: 9em;
    max-height: 12em;
    position: relative;
    overflow: hidden;
}
.rating-box:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3em;
    bottom: 0rem; /* tyle co box padding lub border radius */
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.rating-box .columns {
    margin-bottom: 0.5rem !important;
}
.rating-author {
    margin-left: 1rem;
}
.rating-box .rating {
    margin: 0 0 0.5rem;
}
.rating-box .rating img {
    height: 1.5rem;
    display: block;
}
/* google oceny */

.kpo {
    padding: 2rem 0.5rem;
    background-color: #fff;
    text-align: center;
}
.kpo img {
    max-width: 75%;
    height: auto;
}


@media (max-width: 1024px) {

    .main-slide-box h2 {
        font-size: 2rem;
    }
    .navbar-start {
        margin-left: 0;
    }
    .box-horizontal-action {
        font-size: 2rem;
    }
    .page-cover .h1 {
        font-size: 3.5rem;
    }

    .box-main__content {
        min-height: unset;
    }
    .h2 {
        font-size: 3rem;
    }

}

@media (max-width: 768px) {


    .home-slider-slide {
        padding-bottom: 50%;
    }

    .slick-dots {
        bottom: 0.25rem;
    }
    .slick-dots li {
        width: 0.5rem;
        height: 0.5rem;
        margin: 0 0.25rem;
    }

    .slick-dots li button {
        width: 0.5rem;
        height: 0.5rem;
    }

    .main-slide-box h2 {
        font-size: 1.5rem;
    }
    .box-footer .columns .column,
    footer *
    {
        text-align: center !important;
    }
    .box-horizontal-action {
        font-size: 1.75rem;
    }

    .page-cover .h1 {
        font-size: 2.5rem;
    }

    .box-horizontal-action .button {
        margin-left: 0;
        clear: both;
        display: block;
    }

    .box-horizontal__image-src {
        position: relative;
        left: unset;
        top: unset;
        width: 100%;
        height: 0;
        padding-bottom: 37.5%;
        border-radius: 2rem 2rem 0 0;
    }
    .h2 {
        font-size: 2.5rem;
    }

    .product-item {
        height: auto;
        padding: 1rem 0;
    }
    .product-item__image {
        position: relative;
        height: 9rem;
    }
    .product-item__details {
        position: relative;
        top: 0;
    }
    .product-item__name {
        line-height: 1.25em;
    }
    .product-item__add {
        position: relative;
        bottom: 0;
        margin-top: 0.75rem;
    }

    .page-cover .h1 {
        font-size: 2.5rem;
    }

    .rating img {
        height: 2.75rem;
    }

}