html, body{
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: 'Nunito', sans-serif !important;
    font-size: 14px;
}
header{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.logo{
    padding: 20px;
}
.logo img{
    width: 200px;
}
header .info{
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.info .phone{
    display: flex;
    flex-direction: column;
    flex-grow: 0;
}
.info li{
    padding: 3px;
}
.phone a{
    text-decoration: none;
    color: #1a1e21;
    padding: 3px;
}
.viber ul, .whatsapp ul{
    list-style: none;
}
.viber img, .whatsapp img{
    width: 20px;
}
.buttons{
    display: flex;
}
.top-nav{
    margin: 20px 0;
    box-shadow: 2px 5px 5px #5c636a;
    border-radius: 8px;
}
.wrap{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.table-resp-title{
    height: 0;
    overflow: hidden;
}
table tr img{
    width: 100px;
}
#slide-row img:hover{
    cursor: pointer;
}
.images img{
    width: 100%;
    height: 100%;
}
.column300 {
    column-width: 300px;
}
.column300 p{
    margin-bottom: 3px !important;
}
.hide-modal{
    height: 0;
    overflow: hidden;
}
.show-modal{
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(10, 10, 10, 0.95);
    justify-content: center;
    align-items: center;
    z-index: 999;
    padding: 20px;
    overflow: scroll;
}
.images-wrap{
    display: flex;
    align-items: flex-end;
    align-content: center;
    width: 90%;
    height: 100%;
}

.images-wrap .slick-img{
    color: #fff;
    overflow: scroll;
}
.slick-track {
    display: flex !important;
}


.slick-img img{
    max-width: 80%;
    margin: auto;
    overflow: scroll;
}
.close{
    display: none;
    top: 10px;
    right: 10px;
    z-index: 9999;
    border: 3px #fff solid;
    border-radius: 50%;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.close::before {
    content: "X";
}
.show-close{
    display: block;
    position: absolute;
}

.delivery, .payment{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.delivery img{
    padding: 50px;
}
.payment img{
    max-width: 250px;
    max-height: 125px;
}
.policy, .contract {
    text-align: justify;
}
.policy ol, .contract ol {
    list-style: none;
    counter-reset: li;
}
.policy ol li:before, .contract ol li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
}
.card .accordion-button {
    cursor: pointer;
}
.card .accordion-button:hover {
    background-color: rgba(0, 102, 238, 0.08);
}

footer{
    display: flex;
    padding: 20px;
    border-top: 1px #555 solid;
}
footer li{
    list-style: none;
}
footer .link {
    display: flex;
    flex-direction: row;
    font-size: 10px;
    justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
    .address, .msg{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    body{
        font-size: 12px;
    }
    #table-responsive table,
    #table-responsive thead,
    #table-responsive tbody,
    #table-responsive th,
    #table-responsive td,
    #table-responsive tr {
        display: block;
    }

    #table-responsive thead tr {
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden;
    }

    #table-responsive tr {
        border: 1px solid #ccc;
        border-radius: 3px;
        margin: 0px 0px 15px 0px;
    }

    #table-responsive td {
        border: none;
        position: relative;
        padding-left: 40%;
        text-align: left;
        min-height: 2em;
    }

    #table-responsive td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    #table-responsive td:before {
        content: attr(data-title);
    }

}

