/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700");
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,200;0,400;0,600;1,200;1,400;1,600&display=swap');

strong,
b {
    font-weight: 600;
}

html body,
body .products-selection,
body .list .product_desc,
body select,
body select.form-control,
body .category-miniature .h2,
body .product-variants .control-label,
body .product-description-short,
body .more-info {

    font-family: "Kanit", sans-serif;

}

/* skip-linki do nawigacji WCAG */
.skip-links {
    position: absolute;
    top: -200px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 15px;
    margin: 5px 10px;
    z-index: 100;
    display: inline-flex;
    flex-flow: column;
    line-height: 2rem;
}

.skip-links a {
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
}

.skip-links:focus-within {
    top: 10px;
    position: absolute;
}

/* moje zmiany w wyglądzie szablonu */
:root {
    --malina: #E41B47;
    --krem: #FFFFF0;
}

.topcolumn-section {
    text-shadow: 0px -1px 9px #1118, -1px 0px 9px #1118, 1px 0px 9px #1118, 0px 1px 9px #1118 !important;
}

/* features rozjaśniona tinta */
.features-home::before {
    background: rgba(0, 0, 0, 0.3);
}

.header-slide .slide_title-two {
    font-weight: 600 !important;
}

.top-menu * {
    font-size: 1.55rem !important;
    text-shadow: 0px -1px 7px #1119, -1px 0px 7px #1119, 1px 0px 7px #1119, 0px 1px 7px #1119 !important;
}

.top-menu:hover * {
    text-shadow: none !important;
}

.dropdown-menu li>a {
    font-size: 1.55rem !important;
}

/* pasek nagłówka zmniejsza rozmiar po przyklejeniu */
header[class="fixed-top hide-bar"] #_desktop_logo {
    max-width: 18%;
}

/* poprawa czytelności nawigacji, dodanie tinty */
.header-nav {
    background-color: rgba(0, 0, 0, 0.30);
    font-size: 1.55rem;
}

#_desktop_logo {
    flex: 0 0 25%;
    max-width: 25%;
    padding-top: 6px;
    padding-bottom: 6px;
}

#_desktop_top_menu {
    flex: 0 0 75%;
    max-width: 75%;
}

.headerslider .owl-nav .owl-next {
  right: 10px;
  width: 80px;
}

.headerslider .owl-nav .owl-prev {
  right: 10px;
  width: 80px;
}

/* naprawia buttony w szablonie, których kolory są wymieszane */
.material-icons:hover {
    color: var(--malina) !important;
}

.blog_post a.post_thumbnail::after {
    background: var(--malina) !important;
}


.btn {
    color: var(--krem) !important;
    background-color: var(--malina) !important;
}

.btn:hover {
    color: var(--malina) !important;
    background-color: var(--krem) !important;
}

.top-banner .banner-link::before {
    background: rgba(0, 0, 0, 0.2) !important;
}

.top-banner .banner-link:hover::before {
    background: rgba(0, 0, 0, 0) !important;
}


/* galeria w blogu */
.galBtn::after {
    content: '' !important;
    font-size: unset !important;
    padding: unset !important;
}

.modal-body-galeria {
    display: inline-flex;
    align-content: space-between;
    justify-content: space-between;
}

/* treść na stronach */
.page-cms,
#description,
.page-content {
    line-height: 2rem;
    font-size: 1.55rem;
    font-weight: 200;
}

.rte {
    line-height: 2rem !important;
}



footer a {
    font-size: 1.55rem;

}

footer .h3 {
    font-size: 2rem !important;
}



/* okruszki - nav */
.breadcrumb {
    font-weight: 400;
}

/* gruba, malinowa linia */
hr.mal {
    height: 2px;
    background-color: var(--malina);
}

/* dwukolumnowy układ treści na stronach */
.art-cols::before {
    content: "";
    display: block;
    clear: both;
}

.art-cols::after {
    content: "";
    display: block;
    clear: both;
}

.art-cols {
    width: 100%;
    align-content: center;
    display: block;
}

/* zdjęcie w całej szerokości kolumny */
.art-cols img {
    display: block;
    width: 100%;
    max-width: max-content;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
}

/* mały obrazek w kolumnie obok tekstu*/
.art-cols .maly-img {
    display: block;
    max-width: 45%;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
}

.art-col-l {
    display: block;
    width: 49%;
    float: left;
}

.art-col-r {
    display: block;
    width: 49%;
    float: right;
}


/* wielokolumnowe obrazki */


.art-imgs figure {
    display: inline-block;
}

.art-imgs figcaption {
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    font-size: 1.1em;
}

.art-imgs::before {
    content: "";
    display: block;
    clear: both;
}

.art-imgs::after {
    content: "";
    display: block;
    clear: both;
}


/* używać jako div przed użyciem obrazków w kolumnach */
.art-imgs {
    display: block;
    margin: 0 auto 0 auto;
    width: 95%;
    text-align: center;
}

/* cztery obrazki w kolumnie*/
.art-img-4col {
    width: 23%;
    padding: 1%;
}


/* trzy obrazki w kolumnie */
.art-img-3col {
    width: 31%;
    padding: 1%;
}

/* dwa obrazki w kolumnie */
.art-img-2col {
    width: 47%;
    padding: 1%;
}


/* obrazek 1-kolumnowy, można używać także bez div .art-imgs */
.art-img-1col {
    display: block;
    margin: 0 auto 1% auto;
    max-width: 92%;
    text-align: center;
    align-content: center;
}