/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Global styles */

html{
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -ms-overflow-style:scrollbar;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent;
}
*,:after,:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@-ms-viewport{width:device-width}
html{height: auto!important;}
body{height:100%}

body{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    margin:0;
    font-family: 'Lato', sans-serif;
    color: rgba(0,0,0,0.7);
}

#header {
    float: left;
    width: 100%;
}

#wrapper {
    background: none;
    box-shadow: none;
    padding-top: 0;
}

#custom-text {
    padding: 0;
    max-width: 95%;
    margin: 0 auto;
}

#custom-text a {
    color: #4E4E4E;
}

/* Header styles */

.header-info {
    height: 40px;
    background: #909C9D;
}

.header-info .contact-info {
    display: flex;
    flex-direction: row;
    height: 40px;
    justify-content: flex-end;
    align-items: center;
    color: #ffffff;
    font-size: 13px;
}

.header-info .contact-info span {
    font-weight: 900;
    padding-right: 11px;
}

.header-info .contact-info span:last-child {
    padding-right: 0;
}

.header-info .contact-info span.grey {
    color: #E2E2E2;
}

#header .header-info .contact-info a {
    color: #ffffff;
}

#header .header-info .contact-info a:hover {
    color: rgba(255,255,255,0.8) !important;
}

.fil0 {fill:#2B2A29}
.fil1 {fill:#62808E}
.fil3 {fill: #ffffff}

#_desktop_logo {
    text-align: center;
    margin-top: 23px;
}

#checkout #_desktop_logo {
    width: 100%;
    margin-top: 0;
}

#_desktop_logo svg {
    width: 270px;
    max-width: 100%;
    position: relative;
    top: 10px;
}

#_mobile_logo svg {
    width: 250px;
    max-width: 100%;
}

#header .header-nav {
    border-bottom: none;
    max-height: none;
    margin-bottom: 0;
    padding: 30px 0 48px;
    background: #FAFAFA;
}

#header .header-top {
    padding-bottom: 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    background-color: #FAFAFA;
}

#header .header-nav .blockcart {
    background: none;
}

#header .header-nav .blockcart .header, .user-info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 16px;
    font-weight: 300;
    color: #989898;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#_desktop_user_info a span{
    padding-top: 10px;
    line-height: 18px;
}

#_desktop_cart .header div {
    padding-top: 10px;
    line-height: 18px;
}

.search-widget {
    min-width: unset;
}

.search-widget form input[type="text"] {
    padding: 0 0 4px 0;
    min-width: 200px;
    color: #989898;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #E3E3E3;
    margin-top: 4px;
    font-size: 15px;
    font-weight: 300;
    background: none;
}

.search-widget form input[type="text"]:focus {
    outline: none;
    color: #232323;
    background: none;
    border-bottom: 1px solid #989898;
}

.search-widget form button[type="submit"] {
    padding-right: 0;
    cursor: pointer;
    top: 2px;
}

.search-widget form button[type="submit"] i {
    font-size: 20px;
}

/* Menu styles */

#top-menu a.dropdown-item:hover {
    color: #e61b73;
}

/*Footer styles*/

#instagram-boxes {
    float: left;
    width: 100%;
    text-align: center;
}

#instagram-boxes p {
    margin: 10px 0 25px 0;
    font-size: 13px;
}

#instagram-boxes p a {
    color: #5A5A5A;
    font-weight: bold;
}

#instagram-boxes > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

#instagram-boxes > div a {
    flex-basis: 19.7%;
    position: relative;
    display: inline-block;
    z-index: 1;
}

#instagram-boxes img {
    max-width: 100%;
}

#instagram-boxes a img, #instagram-boxes div.div_instagram img {
    width: 270px;
}

#instagram-boxes div.div_instagram img {
    /*width: auto;*/
}

#instagram-boxes > div > a > div.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0);
    transition: opacity 0.3s ease-in-out;
    padding-top: 30%;
}

#instagram-boxes > div > a:hover > div.cover {
    opacity: 1;
    background: rgba(0,0,0,0.3);
    transition: opacity 0.6s ease-in-out;
}

#instagram-boxes > div > a > div.cover span {
    color: white;
}

#instagram-boxes > div > a > div.cover span.date_instagram {
    display: block;
    padding-bottom: 20px;
}

#instagram-boxes > div > a > div.cover span.likes_instagram {
    margin-right: 10px;
}

#footer {
    padding: 0;
    margin-top: 10px;
}

.footer-container {
    box-shadow: none;
    background: #909c9d;
    color: #ffffff;
    margin-top: 5px;
    padding-top: 40px;
}

.footer-container .links {
    border-bottom: 1px solid #b1b8b9;
}

.footer-blocks {
    display: flex;
    justify-content: space-between;
}

.footer-left {
    flex-basis: 15%;
}

#footer-logo {
    flex-basis: 30%;
}

#footer-logo div {
    width: 70%;
    float: right;
}

#footer-logo span {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 14px;
    float: right;
}

#footer .h3 {
    font-family: 'Lora', serif;
    text-transform: none;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 8px;
}


.footer-container li a {
    color: #ffffff;
}


.footer-container ul li a:hover {
    color: rgba(255,255,255,0.8);
}

.footer-container ul {
    margin-bottom: 45px;
}

.footer-container li {
    font-size: 13px;
    line-height: 16px;
}

#footer-socials {
    text-align: center;
    padding: 10px 0 0;
}

#footer-socials a {
    display: inline-block;
    color: #ffffff;
}

#footer-socials a:hover {
    color: #ffffff !important;
}

#footer-socials a i {
    font-size: 40px;
    margin-right: 35px;
}

#footer-socials a:last-child i {
    margin-right: 0;
}

#copyright {
    text-align: center;
    margin: 13px 0 75px;
}

body#checkout section.checkout-step div.content {
    margin: 0 auto;
    width: 80%;
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 0.75rem;
}

body#checkout section.checkout-step .custom-radio input[type=radio]:checked + span {
    background-color: green;
}

body#checkout section.checkout-step .payment-options label {
    line-height: 1.15;
    font-weight: bold;
}

body#checkout section.checkout-step .payment-options label img {
    height: 2rem;
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-left: -12px;
}

body#checkout div.payment-options .additional-information {
    margin-left: 1.25rem;
}


/* menu */

.mg-menu {
    border-bottom: none;
}

.new-submenu .menu-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    width: 100%;
    text-align: left;
}

.new-submenu .menu-column {
    width: 100%;
    padding-right: 20px;
}

.new-submenu .menu-column div {
    margin-bottom: 30px;
}

.menu-level-0_1 .menu-column {
    width: 50%;
}

.menu-level-0_1 .menu-column:last-child {
    margin-left: 25px;
}

.menuhtml li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.new-submenu h3 {
    position: relative;
    margin-bottom: 5px;
}

#mega_menu_plus .sub .rows .cols:last-child {
    min-width: 471px;
    min-height: 471px;
}

#mega_menu_plus .new-submenu h3 span {
    font-family: 'Lato', sans-serif;
    color: #000000;
}

#mega_menu_plus .new-submenu h3 span.menu-item-link-text {
    font-weight: 600;
}

.new-submenu img {
    width: 100%;
}

#mega_menu_plus ul.mg-menu.menu-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

#mega_menu_plus ul.mg-menu > li.mainmenu-parent:hover > a:after, a:before {
    display: none !important;
}

#mega_menu_plus ul.mg-menu > li.mainmenu-parent:hover > a > span.menu-item-link-text:after {
    display: none;
}

#mega_menu_plus ul.mg-menu > li > a {

    padding: 0;
}

#mega_menu_plus li.submenu > a > span::after {
    display: none;
}

#mega_menu_plus .menu-item-link-text {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
#mega_menu_plus .submenu-container .menu-item-link-text {
    font-weight: 400;
}

#mega_menu_plus {
    margin: 0 !important;
    border-bottom: none;
    border-top: none;
}

#mega_menu_plus .sub .rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


#mega_menu_plus .fullwidth {
    width: auto;
    left: unset;
}

#mega_menu_plus ul li .menu-banner a {
    color: #ffffff !important;
}

.menu-banner {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 471px;
}

.menu-banner button, .black-box {
    position: absolute;
    cursor: pointer;
    left: 50%;
    border-radius: 10px;
    text-transform: uppercase;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: #003562;
    border: 1px solid #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 18px;
    transition: linear 100ms;
}

.menu-banner button:hover, .black-box:hover {
    background: #346996;
}

.menu-banner button {
    bottom: 11.5%;
}

.black-box {
    color: #ffffff;
    line-height: 54px;
    min-width: 270px;
    padding: 0;
}

.two-box .black-box {
    top: 67%;
}

.single-box .black-box {
    top: 68%;
}

.four-box .black-box {
    top: 79%;
}

.four-box img, .two-box img, .single-box img  {
    max-width: 99%;
}


body #mega_menu_plus ul.mg-menu.menu-content {
    margin: 0;
}

body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent > .sub {
    padding: 12px 15px 15px 22px !important;
    font-family: 'Lato', sans-serif;
}

body #mega_menu_plus .submenu-level-0_1 {
    width: 1046px;
}

body #mega_menu_plus .submenu-level-0_2, body #mega_menu_plus .submenu-level-0_3, body #mega_menu_plus .submenu-level-0_4, body #mega_menu_plus .submenu-level-0_5, body #mega_menu_plus .submenu-level-0_6 {
    width: 852px;
}

#mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent > .sub .submenu-container .menu-column ul > li > a:hover {
    color: #993333;
}

#mega_menu_plus ul li div.sub {
    -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
}

#mega_menu_plus ul li.mainmenu-parent > .submenu-level-0_1, #mega_menu_plus ul li.mainmenu-parent > .submenu-level-0_2, #mega_menu_plus ul li.mainmenu-parent > .submenu-level-0_3 {
    left: 5.7%;
}

#mega_menu_plus ul li.mainmenu-parent > .submenu-level-0_4 {
    left: 25.5%;
}

#mega_menu_plus ul li.mainmenu-parent > .submenu-level-0_6 {
    left: 25.5%;
}

#mega_menu_plus ul.mg-menu > li > a {
    text-transform: none !important;
}

.fixpaddingsize2018 {
    padding: 0;
}

.content_submenu h3 a {
    text-transform: uppercase;
}

.content_submenu ul a {
    color: #666666;
}

.pink-element {
    color: #993333;
}

body#checkout #order-summary-content .order-confirmation-table {
    background-color: #e8e2db;
}

div#order-items hr {
    border-color: white;
}

#order-items table tr.total-value {
    border-top: white 1px solid;
    background-color: transparent;
}

#payment-confirmation {
    margin-top: 1rem;
}

#payment-confirmation div .btn-primary {
    width: 370px;
    margin: 0;
    float: right;
}

body#checkout article.address-item header.h4 {
    min-height: 136px;
}

body#checkout article.address-item header.h4 label {
    width: 100%;
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 0;
}

body#checkout section.checkout-step article.address-item {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body#checkout section.checkout-step article.address-item:hover {
    outline: 2px black solid;
}

body#checkout section.checkout-step article.address-item.selected {
    outline: 2px green solid;
}

body#checkout section.checkout-step article.address-item .address-footer {
    text-align: right;
    text-transform: uppercase;
}

body#checkout section.checkout-step article.address-item div.address {
    line-height: 90%;
    font-size: 90%;
}

body#checkout section.checkout-step .done {
    color: green;
    font-weight: bold;
}

.featuredbg {
    position: absolute;
    width: 100%;
    max-width: 100vw;
    left: 0;
    background: #E7E2D9;
    height: 430px;
}

/* product page */

.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
    text-transform: none;
}

/* icons */
.icofill {
    fill:#d6d3d2;
}

.icostr1 {
    stroke:#d6d3d2;stroke-width:0.468692;
}

.icostr2 {
    stroke:#d6d3d2;stroke-width:0.535404;
}

.icostr3 {
    stroke:#d6d3d2;stroke-width:0.377052;
}


a:hover {
    color: #993333 !important;
}

/*css carousel*/

.css-carousel-item{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    transition: all 0.5s ease-in-out;
}
.arrow{
    display: inline-block;
    padding: 0;
}

.arrow .material-icons {
    font-size: 45px;
}

.arrow-prev, .arrow-next {
    text-shadow: 0 1px 1px rgb(0, 0, 0);
}

#mega_menu_plus li a.arrow-prev{
    left: 0;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

}

#mega_menu_plus li a.arrow-next{
    right:0;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

}

/* PDP */

#product #content-wrapper {
    margin-top: 43px;
}

#product #base-price {
    font-weight: 600;
}

#product .manufacturer {
    color: #989898;
}

.bootstrap-touchspin {
    display: flex;
    flex-direction: row;
}

#product #quantity_wanted {
    order: 2;
}

.bootstrap-touchspin-up, .bootstrap-touchspin-down {
    height: 2.75rem;
    border-top: 1px solid #f0efea;
    border-bottom: 1px solid #f0efea;
    font-size: 13px;
    color: #b5b5b5;
}

.bootstrap-touchspin-up {
    order: 3;
    border-right: 1px solid #f0efea;
    border-left: none;
}

.bootstrap-touchspin-down {
    order: 1;
    border-left: 1px solid #f0efea;
    border-right: none;
}

.product-pricesproduct-name {
    font-weight: 700;
    color: #000;
    font-size: 24px;
}

.product-prices {
    background: #E8E2DB;
    width: 400px;
    padding: 12px 17px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    color: #5A5A5A;
}

.product-prices .product-price {
    flex-basis: 100%;
    margin-bottom: 0;
}

.product-contact-info {
    display: inline-block;
}

.product-contact-info a {
    background: #EFEFEF;
    border-radius: 4px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: inline-block;
    padding: 0 17px;
    color: #4E4E4E;
}

.product-contact-info a:hover {
    color: #ffffff !important;
    background: #5A5A5A;
}

.short-product-description p {
    color: #4E4E4E;
    font-size: 16px;
}

.product-description p {
    font-size: 16px;
    display: inline;
}

#balls {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

#balls .thumb-container {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 16px;
}

#balls .thumb-container i {
    width: 12px;
    display: inline-block;
    height: 12px;
    background: #fff;
    border-radius: 30px;
    border: 2px solid #4E4E4E;
}

#balls .thumb-container:hover i {
    background: #3E3939;
    width: 16px;
    height: 16px;
    border: none;
    position: relative;
    top: 2px;
}

#balls .thumb-container i.selected {
    background: #3E3939;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    position: relative;
    top: 2px;
}

#close-image-modal {
    width: 22px;
    height: 22px;
    cursor: pointer;
    padding: 0;
    background: #4E4E4E;
    border: none;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    top: 6px;
    right: 6px;
}

#close-image-modal:focus {
    border: none;
    outline: none;
}

#close-image-modal i.fa-times::before {
    font-size: 18px;
}

#more-container {
    margin-top: 20px;
    text-align: right;
}
.show-more {
    display: inline-block;
    cursor: pointer;
}

#total-price {
    color: #993333;
    font-size: 18px;
    font-weight: 600;
}

p.accessories {
    font-size: 24px;
    margin-top: 80px;
    color: #4e4e4e;
    text-align: center;
    font-weight: 700;
    margin-bottom: 55px;
}

#mobile-home-baner {
    display: none;
}


@media (max-width: 480px) {
    .arrow, .light .arrow {
        background-size: 10px;
        background-position: 10px 50%;
    }
}

/*Select every element*/
[id^="item"] {
    display: none;
}

.css-carousel-item-1 {
    z-index: 2;
    opacity: 1;
    background:url('/img/cms/terakota.jpg');
    background-size:cover;
}
.css-carousel-item-2{
    background:url('/img/cms/plytki-cement.jpg');
    background-size:cover;
}
.css-carousel-item-3{
    background:url('/img/cms/gresowe.jpg');
    background-size:cover;
}
.css-carousel-item-4{
    background:url('/img/cms/szkliwione.jpg');
    background-size:cover;
}

*:target ~ .css-carousel-item-1, *:target ~ .css-carousel-item-2, *:target ~ .css-carousel-item-3, *:target ~ .css-carousel-item-4 {
    opacity: 0;
}

#item-1:target ~ .css-carousel-item-1, #item-2:target ~ .css-carousel-item-2, #item-3:target ~ .css-carousel-item-3, #item-4:target ~ .css-carousel-item-4 {
    z-index: 3;
    opacity: 1;
}

#inspirations .inspiration-text {
    text-align: center;
    max-width: 995px;
    margin: 0 auto;
    font-size: 16px;
}

#inspirations p:first-child {
    margin: 29px 0 24px;
}

#inspirations p:last-child {
    margin: 24px 0 29px;
    font-weight: 100;
}

#inspirations h4, .home-header {
    font-family: 'Lora', serif;
    font-size: 22px;
    margin-top: 42px;
}

#inspirations h4 {
    color: #000000;
}

.home-header {
    color: #000000;
}

#inspirations .inspiration-images {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 49px;
}

#inspirations div.inspiration-images a {
    display: inline-block;
    flex-basis: 24%;
}

#inspirations div.inspiration-images a img {
    width: 330px;
    max-width: 100%;
}

p.image-desc {
    font-size: 13px;
    color: #000000;
    width: 80%;
    margin: 14px auto 40px auto;
}

p.image-desc a, .inspiration-text a {
    text-decoration: underline;
    cursor: pointer;
}

#adddescription {
    max-width: 993px;
    margin: 0 auto;
}

#adddescription p {
    margin-bottom: 33px;
    margin-top: 25px;
    font-weight: 400;
    color: #7a7a7a;
    font-size: 16px;
}

.four-box, .single-box, .two-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.single-box .home-header, .two-box .home-header {
    margin-bottom: 16px;
}

.four-box {
    flex-wrap: wrap;
}

.single-box, .two-box {
    flex-wrap: nowrap;
}

.four-box div, .two-box div {
    flex-basis: 50%;
}

.single-box div {
    flex-basis: 100%;
}

.four-box div div, .single-box div div, .two-box div div{
    position: relative;
}

#homecontainer {
    max-width: 1220px;
    margin: 0 auto;
    font-size: 16px;
}

#home-bottom-text p {
    text-align: left;
    color: #4E4E4E;
}

#featured-category-products-block-center {
    min-height: 430px;
}

.glide-container {
    max-width: 87%;
    margin: 0 auto;
    position: relative;
    min-height: 340px;
}

.products.glide--carousel {
    min-height: 340px;
}

.glide__slide .slick-arrow .material-icons {
    font-size: 45px;
    cursor: pointer;
}

.page-home .featuredslide {
    max-width: 87%;
    margin: 0 auto;
    position: relative;
    height: 340px;
}

.featuredslide .slick-arrow .material-icons {
    font-size: 45px;
    cursor: pointer;
}

.featureheader {
    font-family: 'Lora', serif;
    font-size: 22px;
    margin: 33px 0;
    text-align: center;
    color: #000000;
}

.glide__slide .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    -webkit-transform: translateY(-130%);
    -moz-transform: translateY(-130%);
    -o-transform: translateY(-130%);
}

.glide__slide .thumbnail-container {
    margin: 0 auto;
    max-width: 250px;
    min-height: 310px;
}

.glide__slide .thumbnail-container .product-price-and-shipping {
    padding-bottom: 10px;
}

.glide__slide .icon-prev {
    left: -40px;
}

.glide__slide .icon-next {
    right: -40px;
}

.featuredslide .slick-arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    -webkit-transform: translateY(-130%);
    -moz-transform: translateY(-130%);
    -o-transform: translateY(-130%);
}

.page-home .featuredslide .thumbnail-container {
    margin: 0 auto;
    max-width: 250px;
    min-height: 322px;
}

.featuredslide .thumbnail-container .product-price-and-shipping {
    padding-bottom: 10px;
}

.featuredslide .icon-prev {
    left: -40px;
}

.featuredslide .icon-next {
    right: -40px;
}

.product-accessories article.product-miniature {
    padding: 10px;
}

/* category page */

.category-mobile-navigation {
    display: none;
}

#breads {
    background: #EEEEEE;
    line-height: 45px;
    margin-bottom: 18px;
}

#index #breads {
    display: none;
}

.category-image img {
    width: 100%;
    margin-bottom: 25px;
}

h1.category-head {
    color: #000000;
    text-align: center;
    line-height: 29px;
    font-size: 24px;
    margin-bottom: 21px;
}

#js-product-list div.products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#js-product-list div.products .js-product-miniature {
    display: flex;
    flex-basis: 26%;
    width: 26%;
}

#js-product-list .product-miniature .thumbnail-container {
    max-width: unset;
}

#js-product-list-top {
    margin-bottom: 30px;
}

#js-product-list-top p {
    margin-bottom: 0;
}

#js-product-list-top, #js-product-list-top p {
    font-size: 14px;
}

#category #left-column, #prices-drop #left-column {
    padding-left: 0;
    padding-right: 50px;
}

#category #content-wrapper {
    padding: 0;
}

#category #category-description h1, #category #category-description h2, #category #category-description h3, #category #category-description h4, #category #category-description h5 {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 5px;
    color: #4E4E4E;
}

#category #category-description h2, #category #category-description h3, #category #category-description h4{
    font-size: 16px;
    margin-bottom: 12px;
}

#category #category-description p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
    color: #4E4E4E;
}

#category #category-description a {
    text-decoration: underline;
}

.hoverimage {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.hoverimage img {
    width: 100%;
}

#cms-block {
    margin-bottom: 15px;
    font-size: 14px;
}

#thumbs-arrows {
    position: absolute;
    width: 100%;
    display: flex;
    height: 45px;
    justify-content: space-between;
}

#thumbs-arrows a {
    color: #ffffff;
    cursor: pointer;
}

#thumbs-arrows a:hover {
    color: #ffffff !important;
}

#thumbs-arrows .arrow-prev, #thumbs-arrows .arrow-next {
    text-shadow: 0 2px 1px rgb(0, 0, 0);
}

#thumbs-arrows .arrow-prev {
    margin-left: 8px;
}

#thumbs-arrows .arrow-next {
    margin-right: 8px;
}


#cart #wrapper #content-wrapper, #order-confirmation #wrapper #content-wrapper {
    margin-top: 27px;
    max-width: 82%;
    margin-left: 6%;
}


.cart-summary {
    background: #E8E2DB;
    padding: 10px 17px 19px;
}

.cart-container .product-line-grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.cart-container .product-line-grid .product-line-grid-left {
    display: flex;
    align-items: center;
    flex-basis: 11%;
}

.cart-container .product-line-grid .remove-from-cart .material-icons {
    color: #666666;
    font-size: 20px;
}

.cart-container .product-line-grid .cart-line-product-actions {
    margin-right: 10px;
}

.cart-container .product-line-grid .product-line-info {
    font-size: 11px;
    color: #5A5A5A;
    font-weight: 700;
    flex-basis: 25%;
}

.cart-container .product-line-grid .product-line-info a.label {
    display: block;
    text-align: left;
    font-size: 14px;
}

.cart-container .product-line-grid .price, .cart-container .product-line-grid .product-price strong {
    font-size: 12px;
    color: #000000;
    font-weight: 700;
}

.cart-container .product-line-grid .product-line-grid-right {
    flex-basis: 30%;
    display: flex;
    justify-content: center;
    padding-left: 5%;
}

.cart-container .product-line-grid .product-price {
    flex-basis: 20%;
    text-align: center;
}

.cart-container .product-line-grid .product-price:last-child {
    text-align: right;
}

.cart-container .product-line-grid .qty .input-group .bootstrap-touchspin-up {
    height: 44px;
}

.cart-container .product-line-grid .qty .input-group .bootstrap-touchspin-down{
    height: 44px;
}

.cart-summary-title {
    text-align: center;
    color: #5A5A5A;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
}

.commerce-contact {
    flex-basis: 40%;
    display: flex;
    justify-content: center;
}

.commerce-contact div {
    max-width: 250px;
}

.commerce-contact span {
    width: 100%;
    border-radius: 30px;
    border: none;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.commerce-contact span.contact-white-button {
    background: #ffffff;
    font-size: 13px;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
}

.commerce-contact span.contact-white-button a {
    display: block;
    color: #000000;
    font-weight: bold;
    line-height: 45px;
}

.commerce-contact span.contact-dark-button {
    font-size: 16px;
    font-weight: bold;
    background: #003562;
    height: 45px;
}

.commerce-contact span.contact-dark-button a {
    color: #ffffff;
    line-height: 45px;
}

.commerce-contact span.contact-dark-button:hover a {
    color: #ffffff !important;
}

.commerce-contact p {
    margin: 0;
    padding: 0;
    size: 13px;
    color: #ffffff;
    text-align: center;
}

#products .products-list-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#products .total-products {
    margin-right: 15px;
}

/* Info pages */

#cms .page-cms {
    margin: 40px 0 28px;
}

#cms .page-cms p {
    font-size: 14px !important;
}

#cms .page-cms li {
    list-style-type: circle;
    margin-left: 1.25rem;
}

#cms .page-cms img {
    max-width: 100% !important;
}

/* Checkout */

#blockcart-modal .modal-header {
    height: 60px;
}

#blockcart-modal .modal-header .close {
    position: absolute;
    right: 3px;
    font-size: 20px;
    top: 3px;
}

#blockcart-modal .modal-header .close i {
    color: #C7C4B8;
}

#blockcart-modal .modal-content {
    padding: 0px 40px 35px;
    position: relative;
    border-radius: 0;
}

#blockcart-modal .modal-header, #blockcart-modal .modal-body {
    padding: 0;
}

#blockcart-modal .modal-title {
    line-height: 60px;
}

#blockcart-modal .modal-body {
    padding-top: 30px;
}

#blockcart-modal .modal-body .col-md-8 {
    background: #E8E2DB;
}

#blockcart-modal .cart-content p.cart-products-count {
    height: 40px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ffffff;
}

#blockcart-modal #product-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#blockcart-modal #product-info img {
    margin-right: 15px;
}

#blockcart-modal #product-info .product-price{
    color: #5A5A5A;
    font-size: 14px;
}

#blockcart-modal #product-info .product-price p {
    margin: 0;
}


#blockcart-modal #product-info .product-price p strong {
    color: #000000;
    font-weight: 700;
    font-size: 14px;
}

#wrapper .breadcrumb[data-depth="1"] {
    display: block;
}

#checkout div.cart-grid-right {
    background: #E8E2DB;
    color: #000000;
    font-size: 14px;
    padding: 12px;
}

#checkout div.cart-grid-right .cart-summary-subtotals-container {
    border-top: 1px solid #ffffff;
    color: #5A5A5A;
    padding-top: 10px;
}

#checkout div.cart-grid-right .cart-summary-totals {
    font-size: 16px;
}

#checkout .form-control-label {
    font-size: 13px;
    color: #5A5A5A;
    font-style: italic;
}

#checkout .btn-primary {
    width: 250px;
    margin-bottom: 1rem;
    margin-right: -1rem;
}

#checkout-guest-form .btn-primary {
    margin-bottom: 30px;
}

#checkout-guest-form p {
    font-size: 14px;
    color: #989898;
    font-style: italic;
}

#checkout-guest-form p span.font-weight-bold {
    color: #000000;
    font-style: normal;
}

#customer-form .custom-checkbox label {
    font-size: 13px;
    color: #5A5A5A;
    font-style: italic;
    display: flex;
    align-items: center;
}

#login-form button.continue {
    margin-bottom: 30px;
}

#login-form div.forgot-password {
    text-align: center;
    font-size: 13px;
}

#login-form div.forgot-password a {
    color: #5A5A5A;
}

/** Checkout **/
body#checkout section.checkout-step .delivery-option {
    background-color: #fff;
    padding: 1.2375rem 0 0.9375rem 0;
    border: 1px solid #E3E3E3;
}

body#checkout section.checkout-step .delivery-option > label {
    margin: 0;
}

body#checkout section.checkout-step .step-title {
    margin: 5px 0;
}

div.order-options label[for="delivery_message"] {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}

div.order-options.col-md-9 {
    padding: 0;
}

div.order-options textarea#delivery_message {
    border-color: #E3E3E3;
}

div.js-payment-option-form form.payment-form {
    margin-left: 35px;
}

div.js-payment-option-form div.dotpay-one-channel.row {
    margin-bottom: 10px;
}

form.payment-form div.dotpay-one-channel {
    background-color: white;
}

div.payment-row > div.payment-option > span.custom-radio {
    margin-top: 4px;
}

div.payment-row > div.payment-option > label {
    padding-top: 4px;
}

div.payment-row > div.payment-option > label.with-logo {
    padding-top: 0;
}

body#checkout section#order-summary-content > div.row > div > h4.title {
    text-align: center;
    margin-bottom: 0;
}

body#checkout section#order-summary-content > div.row:nth-child(n+2) > div > h4 {
    margin-top: 1.5rem;
    font-size: 1rem;
}

body#checkout section#order-summary-content div.card-block {
    line-height: 1.2rem;
}

body#checkout section#order-summary-content div.summary-selected-carrier {
    border: none;
    background: none;
}

body#checkout section#order-summary-content h4 span.step-edit {
    margin-left: 10px;
}

body#checkout section.checkout-step span.step-edit {
    text-transform: uppercase;
    font-size: 0.8rem;
}

div.summary-selected-carrier span.carrier-price {
    font-weight: bold;
}

div.summary-selected-carrier p.delivery-message {
    color: #777;
    margin-top: .85rem;
}

body#checkout #delivery textarea, body#checkout #gift_message textarea {
    width: 100%;
}

div#order-items div.row h3 {
    text-transform: none;
}

#modal {
    width: 60%;
    height: 80%;
    margin: 100px auto;
}

/** Koszyk **/
body#cart div.product-discount {
    display: inline-block;
}

body#cart div.product-price.has-discount div.current-price:nth-child(2) {
    display: inline-block;
}

body#cart div.product-price.has-discount div.current-price span.price {
    font-weight: 700;
}

body#cart div.product-price div.unit-price-cart {
    color: #7a7a7a;
    font-weight: 400;
}

body#cart div.product-line-actions div.qty div.qty-unit-row {
    text-align: center;
    font-size: 12px;
    color: #7a7a7a;
}

/** Podsumowanie **/
body#order-confirmation section#content-hook_order_confirmation h3.h1 {
    text-align: center;
    text-transform: none;
}

body#order-confirmation section#content-hook_order_confirmation p {
    text-align: center;
    font-size: 13px;
    color: #5A5A5A;
    font-style: italic;
}

body#order-confirmation section#main div.order-confirmation-table {
    background-color: #e8e2db;
    padding: 10px 20px;
}

body#order-confirmation div#order-items > div.row > h3:nth-child(1) {
    padding-left: 35px;
}

body#order-confirmation div#order-items table tr:last-child td span {
    font-size: 1rem;
    font-weight: bold;
}
div#order-items hr {
    margin-top: 0;
    margin-bottom: .5rem;
}
#order-items table tr td {
    padding: .4rem;
    font-size: 1rem;
}

#order-items table tr.total-value > td {
    padding-top: .5rem;
}

#order-items {
    border-right: none;
}

#pshowinstagram .row-eq-height-instagram>div {
    margin-bottom: 10px;
}

div.instagram-rustykalny {
    float: left;
    width: 100%;
    text-align: center;
}

div.instagram-rustykalny > img {
    margin-bottom: 10px;
}

div.instagram-rustykalny p {
    font-size: 13px;
}

div.instagram-rustykalny p a {
    font-weight: bold;
}

.pagination {
    display: flex;
    padding-left: 0;
    border-radius: 0;
    justify-content: space-between;
}
.pagination .page-list {
    margin-bottom: 0;
}

/* header mobile */

@media (max-width: 1279px) {
    #mega_menu_plus ul li.mainmenu-parent > .sub {
        left: 0;
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .four-box .black-box {
        top: 70%;
    }
    .black-box {
        line-height: 40px;
        min-width: max-content;
        padding: 0 15px;
    }
}

@media (max-width: 1000px) {
    #mega_menu_plus .sub .rows {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #mega_menu_plus .sub .rows .cols {
        width: 100%;
    }
    #inspirations h4, .home-header {
        font-size: 16px;
        margin-top: 30px;
    }
    #custom-text h2 {
        font-size: 24px;
    }
    .footer-container .links {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .footer-container .links .footer-blocks {
        justify-content: space-between;
    }
    #footer-logo {
        text-align: center;
        width: 100%;
    }
    #footer-logo span {
        float: none;
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
    }
    #footer-socials {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    body, html {
        height: 100%;
        overflow-x: hidden;
        position: relative;
        overflow-y:scroll;
    }

    #product .scroll-box-arrows.scroll i {
        font-size: 50px;
        width: 40px;
        z-index: 10;
        color: #797979;
    }

    #product .scroll-box-arrows.scroll i.left {
        left: -20px;
    }

    #product .scroll-box-arrows.scroll i.right {
        right: -10px;
    }

    #product .product-add-to-cart .qty {
        width: 40%;
    }

    #product .product-add-to-cart .add {
        width: 60%;
    }

    #product .product-add-to-cart .add button {
        width: 100%;
    }

    #product .product-add-to-cart .product-quantity #quantity_wanted {
        width: calc(100% - 88px);
    }

    #footer-logo div {
        float: none;
        width: 100%;
    }

    #header .header-nav #search-mobile .search-widget {
        margin-top: 0;
        width: 100vw;
        position: relative;
        right: 23px;
        background: #012B4E;
        height: 50px;
     }

    #header .header-nav #search-mobile .search-widget form {
        line-height: 50px;
        padding: 0 8px 0 25px;
    }
    #header .header-nav #search-mobile .search-widget form input {
        color: #ffffff;
        border: none;
        padding: 0;
        margin: 0;
        font-weight: 500;
        font-style: italic;
    }

    #header .header-nav #search-mobile .search-widget form input::placeholder {
        color: #ffffff;
        opacity: 1;
        font-style: italic;
        font-size: 16px;
        font-weight: 500;
    }

    #header .header-nav #search-mobile .search-widget form input::-webkit-input-placeholder {
        color: #ffffff;
        opacity: 1;
        font-style: italic;
        font-size: 16px;
        font-weight: 500;
    }

    #header .header-nav #search-mobile .search-widget form input::-moz-placeholder {
        color: #ffffff;
        opacity: 1;
        font-style: italic;
        font-size: 16px;
        font-weight: 500;
    }

    #header .header-nav #search-mobile .search-widget form input:-ms-input-placeholder {
        color: #ffffff;
        opacity: 1;
        font-style: italic;
        font-size: 16px;
        font-weight: 500;
    }

    #header .header-nav #search-mobile .search-widget form input:-moz-placeholder {
        color: #ffffff;
        opacity: 1;
        font-style: italic;
        font-size: 16px;
        font-weight: 500;
    }

    #header .header-nav #menu-icon .icon-open {
        display: block;
    }
    #header .header-nav #menu-icon .icon-close {
        display: none;
    }
    #header.is-open .header-nav #menu-icon .icon-open {
        display: none;
    }
    #header.is-open .header-nav #menu-icon .icon-close {
        display: block;
    }
    .header-info {
        display: none;
    }
    #header .header-top {
        border-bottom: none ;
    }
    #header .header-nav {
        padding: 100px 35px 0 23px;
    }
    #_mobile_logo {
        text-align: center;
    }
    #header .container {
        width: 100%;
        padding: 0;
    }
    #mega_menu_plus ul.mg-menu.menu-content {
        display: block;
        background: none !important;
    }
    #mega_menu_plus ul.mg-menu.menu-content > li.mainmenu-parent {
        width: 100%;
    }
    #mega_menu_plus ul, #mega_menu_plus div.sub {
        background: #012B4E !important;
        color: #ffffff !important;
        padding-left: 18px;
    }
    body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent:hover {
        background: #012B4E !important;
    }
    body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent > .sub {
        padding: 0 !important;
    }
    .new-submenu .menu-column {
        text-align: center;
        margin: 0;
    }
    .new-submenu .menu-column div {
        margin: 0;
    }
    .new-submenu .menu-column div:last-child {
        border-bottom: none;
    }
    .new-submenu h3 {
        margin: 0;
        border-bottom: 1px solid #034F8E;
        border-top: 1px solid #034F8E;
    }
    .col_0 .menu-column li a span {
        text-transform: none !important;
    }
    body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent>.sub .submenu-container ul>li>a {
        border-bottom: 1px solid #034F8E;
    }
    body #mega_menu_plus ul.mg-menu.menu-content li.mainmenu-parent>.sub .submenu-container ul>li:last-child>a {
        border-bottom: none;
    }
    #mega_menu_plus .new-submenu h3 span{
        color: #ffffff;
    }
    #mega_menu_plus {
        padding: 0 27px !important;
        background: #012B4E;
        min-height: 0;
    }
    #mega_menu_plus ul li a {
        width: 100%;
        padding: 10px 0;
        text-align: left;
        height: 50px;
        line-height: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    #mega_menu_plus ul li a span {
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold !important;
    }
    #mega_menu_plus ul li a span.pink-element {
        color: #FF0D4D;
    }
    #mega_menu_plus ul li a span.orange-element {
       color: #D19D69;
    }
    .menu-level-0_1 .menu-column {
        width: 100%;
    }
    .menu-level-0_1 .menu-column:last-child {
        margin-left: 0;
    }
    .menuhtml li {
        display: block;
    }
    .container {
        padding: 0 15px;
    }
    .four-box, .single-box, .two-box {
        flex-direction: column;
    }
    .footer-container {
        margin-top: 40px;
        padding-top: 25px;
    }
    .footer-container .links {
        align-items: center;
    }
    #footer-logo {
        margin-top: 20px;
    }
    #footer-logo svg {
        max-width: 240px;
    }
    #footer-socials {
        padding-bottom: 0;
    }
    .footer-container .links .footer-blocks {
        flex-direction: column;
    }
    .footer-container .links .footer-blocks div {
        flex-basis: 100%;
        width: 100%;
        padding: 0;
        line-height: 45px;
    }
    .footer-container .links ul > li {
        background: rgba(255,255,255,0.1);
        margin-bottom: 0;
    }
    .footer-blocks div:nth-child(3n), .footer-blocks div:nth-child(4n) {
        margin: 10px 0;
    }
    .featureheader {
        font-size: 20px;
    }

    #breads {
        margin-bottom: 0;
        line-height: 50px;
    }

    #breads a {
        color: #797979;
        display: block;
    }

    #breads svg {
        position: relative;
        top: 6px;
    }

    #authentication #breads {
        display: none;
    }

    #cart #breads {
        height: 50px;
    }

    #cart #breads svg {
        display: none;
    }

    #cart #wrapper #content-wrapper {
        margin: 27px 0 0;
        max-width: 100%;
    }

    #cart .row {
        padding: 0;
    }

    .cart-grid {
        margin-bottom: 0;
    }

    #cart .cart-grid-body {
        padding: 0 15px;
    }

    .cart-container .product-line-grid {
        display: block;
    }

    .cart-container .product-line-grid .product-line-grid-left {
        float: left;
        width: 100px;
    }

    .cart-container .product-line-grid .product-line-info {
        float: left;
        width: calc(100% - 100px);
    }

    .cart-container .product-line-grid .product-price {
        text-align: left;
    }

    .cart-container .product-line-grid .product-line-grid-right {
        float: left;
        width: calc(100% - 30px);
        padding-left: 30px;
        margin-top: 20px;
        justify-content: flex-start;
    }

    .cart-item {
        float: left;
        width: 100%;
        padding: 20px 0;
        position: relative;
        z-index: 1;
    }

    h1.category-head {
        margin-top: 20px;
    }

    #main .category-mobile-navigation {
        display: none;
    }

    #main .category-mobile-navigation:first-child {
        display: flex;
    }

    .category-mobile-navigation {
        flex-direction: row;
        justify-content: space-around;
        padding: 20px 18px 0;
        background: #E8E2DB;
        flex-wrap: wrap;
        width: 100vw;
        position: relative;
        left: -15px;
    }

    .category-mobile-navigation a {
        display: block;
        width: 30%;
        text-align: center;
    }

    .category-mobile-navigation img {
        box-shadow: 0px 3px 6px #00000099;
        border-radius: 5px;
        max-width: 100%;
    }

    .category-mobile-navigation p {
        color: #4E4E4E;
        font-weight: bold;
        font-size: 17px;
        padding: 10px 0;
        margin: 0;
        word-break: break-word;
    }


    .category-image {
        display: none;
    }

    .card-block.checkout {
        margin-top: 0;
    }

    .card-block.checkout .btn {
        width: 100%;
    }

    .cart-detailed-totals {
        margin-bottom: 30px;
    }

    .cart-container .product-line-grid .product-price:last-child {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 30px;
    }

    .cart-container .product-line-grid .product-price:last-child strong {
        font-size: 14px;
    }

    .swap-buttons {
        display: flex;
        flex-direction: column;
    }
    .swap-buttons .back {
        order: 2;
    }

    .cart-summary {
        margin-top: 30px;
    }

    .card-block p.products-count {
        padding: 0 15px;
        margin-bottom: 0;
    }

    .cart-container .product-line-grid .product-price .current-price {
        float: left;
        padding-right: 5px;
    }
    .product-line-grid-right .price, .product-line-grid-right .qty {
        display: flex;
        align-items: center;
    }
    body#cart div.product-line-actions div.qty div.qty-unit-row {
        margin-left: 5px;
    }
    /*PDP mobile */
    h1.product-name {
        float: left;
        width: 100%;
    }
    .btn-third {
        width: 100%;
    }
    .commerce-contact span.contact-white-button, .commerce-contact span.contact-dark-button {
        font-size: 18px;
        margin: 20px 0;
    }
    .commerce-contact p {
        line-height: 20px;
    }
    .product-prices {
        width: auto;
    }
    #product #content {
        float: unset;
        width: 100%;
    }
    .product-actions .add-to-cart {
        padding: 0 10px;
    }

    #product #content-wrapper {
        margin-top: 0;
    }

    #product .images-container {
        width: 100vw;
        position: relative;
        left: -15px;
    }
    body#checkout section.checkout-step .address-item {
        flex: 100%;
    }

    #payment-confirmation div {
        text-align: center;
    }

    #payment-confirmation div .btn-primary {
        float: none;
        width: auto;
        display: inline-block;
    }
    body#checkout section.checkout-step div.content {
        width: 100%;
    }
    body#checkout #order-summary-content .noshadow {
        padding: 10px 0;
    }
    #checkout .btn-primary {
        float: none !important;
    }
    body#checkout #delivery {
        padding: 0 15px;
    }
    div.order-options label[for="delivery_message"] {
        text-align: left;
    }
    #order-confirmation .mobile-category-back {
        height: 50px;
    }
    #order-confirmation .mobile-category-back svg {
        display: none;
    }
    #my-account #breads, #identity #breads, #history #breads, #module-psgdpr-gdpr #breads, #module-dotpay-ocmanage #breads {
        margin-bottom: 20px;
    }
    #my-account #breads, #module-dotpay-ocmanage #breads {
        height: 50px;
        float: left;
        width: 100%;
    }
    #my-account #breads svg, #module-dotpay-ocmanage #breads svg {
        display: none;
    }
    .featuredbg {
        position: relative;
        width: 100%;
        min-width: 100vw;
        background: #E7E2D9;
        left: -15px;
        padding-top: 15px;
    }
    #mobile-home-baner {
        display: block;
    }

    #mobile-home-baner img {
        width: 100vw;
        position: relative;
        left: -15px;
    }
    .mobile-fiters-part {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 25px;
    }
    .mobile-fiters-part button {
        background: #003562;
        color: #ffffff;
        text-align: center;
        border-radius: 10px;
        min-width: 200px;
    }
    .bgBeige {
        background: #e8e2db;
    }
    #category #left-column #search_filters {
        padding: 0 20px;
        margin: 0;
        border: none;
    }
    .btn-blue {
        background: #003562;
        color: #ffffff;
        border-radius: 10px;
        text-transform: uppercase;
        line-height: 12px;
        height: 32px;
        font-weight: bold;
        font-size: 14px;
        padding: 0 10px;
    }
    .btn-light-blue {
        background: #346996;
        color: #ffffff;
        border-radius: 10px;
        line-height: 12px;
        height: 32px;
        font-weight: bold;
        font-size: 14px;
        padding: 0 10px;
    }
    .btn-light-blue .material-icons {
        margin-right: 0;
    }
    #category #left-column #search_filter_controls {
        display: flex;
        justify-content: center;
        position: relative;
    }

    .pagination {
        flex-direction: column;
        align-items: center;
    }

    .pagination .page-list {
        margin-top: 26px;
    }
    .active_filters {
        background: none;
        text-align: center;
    }
    .active_filters .filter-block .close {
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        margin-top: 0;
        position: relative;
        bottom: 3px;
    }
    .active_filters .active-filter-title {
        display: none;
    }
    .active_filters .filter-block {
        box-shadow: unset;
        background: #346996;
        color: #ffffff;
        border-radius: 10px;
        line-height: 12px;
        height: 32px;
    }
}

@media (max-width: 480px) {
    #js-product-list div.products .js-product-miniature {
        flex-basis: 48%;
        width: 48%;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    #payment-confirmation div .btn-primary {
        width: 100%;
    }
    #checkout .btn-primary {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    #payment-confirmation div .btn-primary {
        width: 100%;
    }
    #checkout .btn-primary {
        width: 100%;
    }
    #featured-category-products-block-center {
        min-height: 500px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .card-block.checkout {
        margin-top: 20px;
    }
    .swap-buttons {
        display: flex;
    }
    .footer-left {

    }
    .commerce-contact {
        flex-basis: 30%;
    }
    .footer-logo {
        flex: 30%;
    }
}

@media (max-width: 600px) {
    .header-info .contact-info span {
        display: none;
    }
    .header-info .contact-info span:last-child {
        display: block;
    }
    #mega_menu_plus .sub .rows .cols:last-child {
        display: none;
    }
    #inspirations .inspiration-images {
        flex-direction: column;
        text-align: center;
    }
    #inspirations div.inspiration-images a {
        flex-basis: unset;
        margin-bottom: 10px;
    }
    .single-box .black-box {
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    #instagram-boxes div {
        flex-wrap: wrap;
    }
    #instagram-boxes div a {
        flex-basis: 50%;
    }
    #instagram-boxes div a:last-child {
        display: none;
    }
    #inspirations .inspiration-images {
        align-items: center;
    }
}

/* product list mobile */
@media (max-width: 1199px) {
    #products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
        width: 100%;
    }
    #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
        margin-bottom: 40px;
        max-width: 95%;
    }
}

@media (max-width: 991px) {
    #js-product-list div.products {
        justify-content: space-between;
    }
}

.btn-third {
    color: #ffffff;
    background: #989898;
    font-weight: 700;
}

.btn-third:hover {
    background: #727272;
}

a.btn:hover {
    color: #ffffff !important;
}

#checkout-title {
    text-align: center;
    margin-bottom: 20px;
}

#checkout-title span {
    color: #5A5A5A;
    font-style: italic;
    font-size: 13px;
}

/** Generalne **/
div#_desktop_user_info div.user-info a {
    display: initial;
    font-size: 1rem;
    color: #000;
}

div#_desktop_user_info div.user-info a.logout {
    color: #989898;
    position: relative;
    top: 2px;
    font-size: 15px;
}

div#_desktop_cart a {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 0.8rem;
}

#header .header-nav .cart-preview.active a {
    color: #7a7a7a;
}


div#_desktop_cart div.blockcart span.cart-products-count {
    color: #993333;
    font-weight: 900;
}

.product-reference {
    color: #989898;
    font-size: 12px;
    font-style: italic;
}

.product-reference span {
    color: #4E4E4E;
}

/** Mobilne **/

@media (max-width: 504px) {
    #js-product-list div.products {
        justify-content: space-between;
    }
}

@media (max-width: 700px) {
    #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
        margin-bottom: 50px;
    }
}

@media (max-width: 1000px) {
    body#product #blockcart-modal .modal-dialog .modal-content .modal-body {
        display: none;
    }
    body#product #blockcart-modal .modal-content {
        padding: 0 40px 0;
        position: fixed;
        width: 100vw;
        background-color: #003562;
        top: 5%;
        max-height: 62px;
    }
    body#product #blockcart-modal .modal-title {
        color: white;
        background-color: #003562;
    }
    body#product #blockcart-modal .modal-header .close i {
        color: white;
    }
    body#product .modal-backdrop.fade.in {
        opacity: 0;
    }
    body#product #blockcart-modal.modal {
        background: rgba(0,0,0,0);
        display: block;
    }
    .product-prices {
        width: auto;
    }
    #product .product-add-to-cart .qty {
        width: 40%;
    }

    #product .product-add-to-cart .add {
        width: 60%;
    }

    #product .product-add-to-cart .add button {
        width: 100%;
    }

    #product .product-add-to-cart .product-quantity #quantity_wanted {
        width: calc(100% - 88px);
    }
    .product-actions .add-to-cart {
        padding: unset;
    }
}

.swap-buttons .col-lg-6.back .text-sm-center .btn{
    display: block;
    float: right;
}

.swap-buttons .col-lg-6 .text-sm-center .btn{
    display: block;
    float: left;
}

.cart-container .product-line-grid .product-line-info {
    padding-left: 10px;
}

.copyright {
    color: #ffffff;
    text-align: right;
    font-size: 13px;
    margin-top: 10px;
}

#invoice-address .form-control-comment {
    display: none;
}

@media (min-width: 1000px) {
    #footer-socials {
        margin-bottom: 50px;
    }
}

/* Gallery */

#gallery_list {
    padding: 0 12.5%;
}

#gallery_list h1.page-heading, #galleryWrapper h1.page-heading {
    font-size: 26px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
}

#gallery_list p.gallerique-gallery-list-description {
    margin: 0 auto 27px;
    text-align: center;
    width: 560px;
    max-width: 100%;
}

.gallerique-gallery-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gallerique-gallery-list .mobile_gallery_info {
    display: none;
}

.gallerique-gallery {
    position: relative;
    flex: 32%;
    z-index: 1;
    min-width: 32%;
    border: 1px solid #ffffff;
}

.gallerique-gallery h2 {
    display: none;
}

.gallerique-gallery .gallerique-gallery-desc {
    display: none;
}

.gallerique-gallery:hover .gallerique-gallery-desc {
    display: flex;
}

.gallerique-gallery-desc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 34, 64, 0.8);
    color: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gallerique-gallery-desc i.material-icons {
    font-size: 62px;
}

.gallerique-gallery-desc span {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.gallerique-gallery-desc p {
    position: absolute;
    color: #ffffff;
    top: 50%;
    text-align: center;
    padding-top: 50px;
    width: 60%;
    font-size: 13px;
}

.gallerique-gallery-cover a {
    display: block;
    position: relative;
    z-index: 2;
}

.gallerique-tags {
    text-align: center;
    margin-bottom: 27px;
}

.gallerique-tags span {
    display: inline-block;
    padding: 0 12px;
    font-size: 11px;
    text-transform: uppercase;
    color: #5A5A5A;
    cursor: pointer;
}

.gallerique-tags span.active {
    font-weight: bold;
}

.gallerique-tags span.gallery-filter-all {
    font-weight: bold;
}
.hide {
    display: none;
}

.show {
    display: block;
}

#module-gallerique-gallerylist .pagination {
    justify-content: center;
}

#module-gallerique-gallerylist .pagination .col-md-4 {
    display: none;
}

#module-gallerique-gallerylist .pagination .col-md-6 {
    margin: 30px 0 0;
    padding: 0;
}

#module-gallerique-gallerylist .pagination .previous {
    margin: 0;
}

#module-gallerique-gallerylist .pagination .next {
    margin: 0;
}

#galleryWrapper .gallery-top-description p {
    font-size: 16px;
    line-height: 22px;
    margin: 25px 0;
}

#galleryWrapper .tags-container {
    max-width: 100%;
}

#galleryWrapper .tags-container .tag_item {
    color: #5A5A5A;
    font-size: 11px;
    padding: 0;
    margin: 0 25px 0 0;
    text-transform: uppercase;
    background: none;
}

#galleryWrapper .tags-container .tag_item:last-child {
    margin: 0;
}

#galleryWrapper .tags-container .tag_item:hover {
    text-decoration: underline;
}

#galleryWrapper .tags-container .tag_item.active {
    font-weight: bold;
}

#galleryWrapper #gallery_container li {
    width: 300px;
    height: 300px;
    position: relative;
    margin-bottom: 2px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    background-size: cover;
}

#galleryWrapper #gallery_container li .gallerique-gallery-desc {
    display: none;
}

#galleryWrapper #gallery_container li:hover .gallerique-gallery-desc {
    display: flex;
}

#galleryWrapper #gallery_container li .gallerique-gallery-desc i.material-icons {
    font-size: 80px;
}

#galleryWrapper #gallery_container li img {
    width: 100%;
    height: 100%;
}

#gallery_container li a {
    padding: 0;
    margin: 0;
    border: none;
}

.gallery_products {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.gallery_products .gallery_product_item {
    width: 33%;
    text-align: center;
}
#gallery_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery_products_header {
    font-size: 20px;
    font-weight: bold;
    margin: 95px 0 60px;
    text-align: center;
}

@media (max-width: 999px) {
    .gallery_products .gallery_product_item {
        width: 45%;
    }
}

@media (max-width: 767px) {
    #galleryWrapper #gallery_container li {
        width: 100%;
        height: auto;
        position: relative;
        margin: 0 0 12px;
        background-image: none !important;
    }
    .gallerique-gallery {
        min-width: 100%;
        flex: 100%;
        margin: 0 0 32px;
        border: none;
    }
    #gallery_list {
        padding: 0;
    }

    .gallerique-gallery h2 {
        margin: 10px 0 0;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #000000;
        display: block;
    }

    .gallery_products .gallery_product_item {
        width: 100%;
    }
    .gallerique-gallery-list .mobile_gallery_info {
        display: inline-block;
        color: #ffffff;
        position: absolute;
        right: 10px;
        top: -75px;
        z-index: 10;
    }
    .gallerique-gallery-list .mobile_gallery_info i.search {
        font-size: 55px;
    }
    .gallery-mobile-additional {
        position: relative;
    }
    .gallerique-gallery:hover .gallery-mobile-additional .mobile_gallery_info{
        display: none;
    }
    #module-gallerique-gallerylist .pagination .page-list {
        margin-top: 0;
    }
    .forbutton {
        font-size: 16px;
        position: relative;
        bottom: 1px;
    }
}

#cookie-notice {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
}

#cookie-notice p.cookie-notice {
    text-align: center;
    background: #ffffff;
    padding: 20px;
    font-size: 15px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

#cookie-notice p.cookie-notice button {
    background: #003562;
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
}

#cookie-notice p.cookie-notice button:hover {
    opacity: 0.8;
}

@media (min-width: 1001px) {
body.modal-open #blockcart-modal {
        display: flex !important;
    }

    body.modal-open #blockcart-modal[aria-hidden="true"] {
        display: none !important;
    }
}

body.modal-open #product-modal {
    display: flex !important;
}

body.modal-open #product-modal[aria-hidden="true"] {
    display: none !important;
}

#home-header {
    margin-top: 20px;
    font-family: 'Lora',serif;
    font-size: 22px;
    line-height: 30px;
    color: #4E4E4E;
}

#home-slogan {
    color: #4E4E4E;
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
    line-height: 25px;
}

.youtube-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Glide*/

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.glide * {
    box-sizing: inherit;
}
.glide__track {
    overflow: hidden;
}
.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}
.glide__slides--dragging {
    user-select: none;
}
.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
}
.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none;
}
.glide--rtl {
    direction: rtl;
}

/*# sourceMappingURL=glide.core.css.map */

.glide__arrow {
    position: absolute;
    display: block;
    top: 45%;
    z-index: 2;
    text-transform: uppercase;
    background-color: transparent;
    opacity: 1;
    cursor: pointer;
    transform: translateY(-50%);
    border: none;
}
.glide__arrow:focus {
    border: none;
    outline: none;
}
.glide__arrow--left {
    left: -3em;
}
.glide__arrow--right {
    right: -3em;
}

.glide__arrow--left i.material-icons, .glide__arrow--right i.material-icons {
    font-size: 45px;
    color: #454341;
}
.glide__arrow--disabled {
    opacity: 0.33;
}
.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%);
}
.glide__bullet {
    background-color: rgba(255, 255, 255, 0.5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    margin: 0 0.25em;
}
.glide__bullet:focus {
    outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
    background-color: white;
}
.glide--swipeable {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.glide--dragging {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/*# sourceMappingURL=glide.theme.css.map */

#anfrage {
    margin: 0;
    outline: none;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    background: #fff;
    box-shadow: 0 2px 5px #ccc;
    position: fixed;
    top:20px;
    padding: 8px;
    z-index: 100;
    max-width: calc(100vw - 30px);
    overflow-y: auto;
    max-height: 90vh;
}

#anfrage .anfrage-close {
    position: absolute;
    right: 8px;
    top: 8px;
}

#anfrage .anfrage-close svg{
    float: right;
    cursor: pointer;
}

#anfrage .anfragebox {
    display: flex;
    flex-direction: column;
    height: inherit;
    padding: 3px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 72px;
}

#anfrage .anfragebox p {
    color: #969696;
    line-height: 22px;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}

#anfrage .anfrage-title {
    font-weight: 800;
    color: #000000;
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: 30px;
}

#anfrage .anfrage-label {
    font-weight: 800;
    color: #A7334D;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
}

#anfrage .anfrage-product-data h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
}

#anfrage input {
    width: calc(100% - 10px);
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
}
#anfrage input:hover, textarea:hover {
    outline: none;
    border: 1px solid #095484;
}
#anfrage textarea {
    width: calc(100% - 20px);
    border: 1px #D1D1D1 solid;
}
#anfrage .btn-block {
    margin-top: 10px;
    text-align: center;
}
#anfrage button {
    width: 194px;
    padding-left: 10px;
    padding-right: 10px;
    height: 36px;
    line-height: 36px;
    border: none;
    background-color: #A7334D;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    margin: 15px 14px 0;
}
#anfrage button:hover {
    background-color: #9c2e47;
}

#anfrage button.anfrage-weiter {
    background-color: #969696;
}

#anfrage button.anfrage-weiter:hover {
    background-color: #8e8c8c;
}

@media (min-width: 568px) {
    #anfrage th, #anfrage td {
        word-break: keep-all;
    }
}

@media  (max-width: 1199px) {
    .glide-container {
        min-height: 460px;
    }
    .products.glide--carousel {
        min-height: 460px;
    }

    #featured-category-products-block-center {
        min-height: 500px;
    }
    .featuredbg {
        height: 500px;
    }
    .glide__slides {
        height: 500px;
    }
    .glide__arrow {
        top: 35%;
    }
}