@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

body {
    font-family: 'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    min-width: 360px;
    background: url(../img/background.png) repeat transparent;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: rgb(25, 25, 25);
    line-height: 0.563;
}

h3{
    font-size: 30px;
}

.side-top{
    border-bottom: 1px solid #eaeae7;
}

.side-top img{
    height: 25px; 
    width: auto;
}

/********* NAWIGACJA **********/
.navbar-light .navbar-nav{
    display: table;
    table-layout: auto;
    width: 100%;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link{
    font-size: 24px;
    padding: 15px;
    letter-spacing: 2px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-item{
    display: table-cell;
    margin: 0;
    border-right: 1px solid #e9e9e9;
    border-top: 3px solid #000;
}

.navbar-light .navbar-nav .nav-item:last-child {
    border-right: 0;
}

.navbar-light .navbar-nav .nav-item{
    border-top-color: #67b2eb;
}

.navbar-light .navbar-nav .nav-item:nth-child(2n+1){
    border-top-color: #dc3fd6;
}

.navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
    z-index: 99999;
}

.navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}
/*********** SLAJDER *************/
.carousel{
    overflow: hidden;
}

.carousel-item{
    position: relative;
}

.carousel-inner{
    position: relative;
}

.img-top{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.body-slide{
    width: 400px;
}

.body-slide p{
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 99.8%;
    color: #FFFFFF;
    margin-top: 16px;
}

.number-slajd{
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
}

.number-slajd span{
    font-family: Comfortaa;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 137.8%;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.carousel-control-prev {
    width: 40px;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: 0 none;
    z-index: 52;
    text-align: center;
    font-size: 1.43em;
    color: #474747;
    background: #ffffff;
    outline: none;
    text-decoration: none;
    height: 40px;
    opacity: 1;
}

.carousel-control-next {
    width: 40px;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: 0 none;
    z-index: 52;
    text-align: center;
    font-size: 1.43em;
    color: #474747;
    background: #ffffff;
    outline: none;
    text-decoration: none;
    height: 40px;
    opacity: 1;
}

.carousel-control-prev-icon {
    background-image: url(../img/icon/prev.svg);
    width: 100px;
    height: 93.5px;
}

.carousel-control-next-icon {
    background-image: url(../img/icon/next.svg);
    width: 100px;
    height: 93.5px;
}

/*************** PRODUCT BOX ***************/
.prod-box h2{
    font-size: 40px;
    font-weight: bold;
}

.prod-box h2 span{
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    color: #b85b5b;
}

.prod-box .pp{
    font-weight: 700;
}

.product-box .card-product{
    border: 1px solid #a5a5a5;
}

.product-box .card-header{
    background: transparent;
    border: none
        
}

.product-box .card-footer{
    border-top: 1px solid #a5a5a5;
    background: transparent;
    font-size: 14px;
}

.product-box h3{
    font-family: 'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    color: #363636;
    margin-bottom: 10px;
}

.product-box .card-body p{
    color: #b85b5b;
    font-weight: bold;
}

/************** FOOTER ********************/

footer{
    background-color: #e7e6dd;
}

footer h3{
    font-weight: bold;
}

footer .navbar-nav .nav-link{
    padding: 3px 0;
    color: rgb(25, 25, 25);
    font-size: 16px;
    font-weight: 600;
}

footer .notka{
    color: #656565;
}

footer .map{
    height: auto;
    width: 100%;
}

/************* MEDIA QUERIES **************/
@media (min-width: 979px){
    .container {
        width: calc(100% - 30px);
        max-width: 1024px;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1300px){
    .container {
        max-width: 1366px;
    }
}

@media (min-width: 1400px){
    .container {
        max-width: 1440px;
    }
}


@media (max-width:768px) {
    .navbar-light .navbar-toggler{
        z-index: 99999999 !important;
        position: relative;
    }
    
    .navbar-light .navbar-nav {
        display: flex;
        /* table-layout: auto; */
        width: 100%;
        text-align: center;
    }
    
    .navbar-light .navbar-nav .nav-item {
        display: block;
        margin: 0;
        border-right: none;
        border-top: 3px solid #000;
        width: 100%;
    }

    #menu_search_text {
        width: 100%;
    }

    .menu-search button{
        top: 27px;
    }

    .collapsing.width{
        width: 0;
        height: auto;
        transition-property: width;
    }

    .navbar-toggler {
        color: rgba(0,0,0,.55);
        border-color: rgba(0,0,0,.1);
    }

    .navbar-toggler-icon {
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    }

    .collapse, .width{
        left: 0;
        z-index: 900;
        transition-timing-function: ease;
        transition-duration: 0.35s;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
        padding-bottom: 120px !important;
        position: fixed !important;
        top: 0;
        bottom: -60px;
        overflow: auto;
        width: 100%;
        background: #fff;
        display: block;
        padding-top: 110px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 0;
        margin-top: 10px;
        color: rgba(71,71,71,0.8);
        font-weight: 400;
        line-height: 30px;
        border-bottom: 1px solid #E4E4E4;
        font-size: 14px;
        font-family: 'NunitoSans',Arial,sans-serif;
    }

    #primary-menu li:nth-child(3){
        display: list-item;
    }

    .menudropmob{
        display: inline-block;
    }

    #primary-menu li:nth-child(2){
        display: none;
    }

    .box-kolekcja{
        min-height: auto;
    }

    .btn-home-kol{
        margin-top: 15px;
        padding: 26px 5px;
    }

    .body-slide {
        margin-left: 0;
        width: 100%;
    }

    .box-kolekcja{
        padding: 66px 30px;
    }

    .kolekcja h3{
        font-size: 40px;
    }

    .blog-home .card-body {
        height: 270px;
    }

}