/*
Theme Name: Ark - Child
Theme URI: http://themeforest.net/user/freshface/portfolio
Description: Premium WordPress Theme
Author: FRESHFACE
Author URI: http://themeforest.net/user/freshface/portfolio
License: Go to the "license" folder
License URI: Go to the "license" folder
Text Domain: ark-child
Tags: white
Version: 1.0.0
Template: ark
*/
span.price {
    font-size: 22px !important;
}

.shopping-cart-wrapper {
    display: none !important;
}

p {
    font-size: 18px;
    font-weight: 300;
    color: #2c2c2c;
    line-height: 1.4;
}

li,
li a {
    font-size: 18px;
    font-weight: 300;
    color: #2c2c2c;
}


b,
strong {
    font-weight: 500 !important;
}

/* -- STYLI KOSTRZEWA IMPORT -- */
body .k-import-wrapper {
    font-family: inherit !important;
    line-height: 1.6 !important;
}

body .k-import-wrapper * {
    box-sizing: border-box !important;
}

body .k-columns {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
    margin-top: -0.75rem !important;
}

body .k-column {
    display: block !important;
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    flex-shrink: 1 !important;
    padding: 0.75rem !important;
}

body .k-import-wrapper .k-half-mob {
    width: 50% !important;
    flex: none !important;
}

body .k-import-wrapper .k-third-tab {
    width: 33.3333% !important;
    flex: none !important;
}

body .k-import-wrapper .k-quarter-desk {
    width: 25% !important;
    flex: none !important;
}

body .k-card {
    background-color: #fff !important;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, .1) !important;
    color: #4a4a4a !important;
    max-width: 100% !important;
    border-radius: 6px !important;
    padding: 1.5rem !important;
    margin-bottom: 2rem !important;
}

body .k-box {
    background-color: #fff !important;
    border-radius: 6px !important;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, .1), 0 0px 0 1px rgba(10, 10, 10, .02) !important;
    color: #4a4a4a !important;
    display: block !important;
    padding: 1.25rem !important;
}

body .k-title {
    color: #363636 !important;
    font-size: 2rem !important;
    font-weight: 600 !important;
    line-height: 1.125 !important;
    word-break: break-word !important;
}

body .k-subtitle {
    color: #4a4a4a !important;
    font-size: 1.25rem !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    margin-top: -1.25rem !important;
}

body .k-tabs {
    user-select: none !important;
    align-items: stretch !important;
    display: flex !important;
    font-size: 1rem !important;
    justify-content: space-between !important;
    overflow: hidden !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    border-bottom: 1px solid #dbdbdb !important;
    margin-bottom: 1.5rem !important;
    flex-wrap: wrap !important;
}

body .k-tabs ul {
    align-items: center !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    display: flex !important;
    flex-grow: 1 !important;
    flex-shrink: 0 !important;
    justify-content: flex-start !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
}

body .k-tabs li {
    display: block !important;
    margin: 0 10px 0 0 !important;
}

body .k-tabs li a {
    align-items: center !important;
    border-bottom-color: transparent !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    color: #4a4a4a !important;
    display: flex !important;
    justify-content: center !important;
    margin-bottom: -1px !important;
    padding: 0.5em 1em !important;
    vertical-align: top !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

body .k-tabs li a:hover,
body .k-tabs li.k-active a {
    background-color: #f5f5f5 !important;
    color: #363636 !important;
    border-bottom-color: #363636 !important;
    font-weight: 600 !important;
}

body .k-table {
    background-color: #fff !important;
    color: #363636 !important;
    border-collapse: collapse !important;
    margin-bottom: 1.5rem !important;
    width: 100% !important;
}

body .k-table td,
body .k-table th {
    border: 1px solid #dbdbdb !important;
    padding: 0.5em 0.75em !important;
    vertical-align: top !important;
}

body .k-table th {
    font-weight: bold !important;
    text-align: left !important;
}

body .k-fullwidth {
    width: 100% !important;
}

body .k-tab-content {
    padding-top: 1rem !important;
}

body .k-import-wrapper img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

@media screen and (min-width: 769px) {
    body .k-import-wrapper .k-columns {
        display: flex !important;
    }

    body .k-import-wrapper .k-half-mob {
        width: auto !important;
        flex-basis: 0 !important;
        flex-grow: 1 !important;
        flex-shrink: 1 !important;
    }
}

@media screen and (max-width: 768px) {
    body .k-import-wrapper .k-columns {
        flex-direction: column !important;
        display: block !important;
    }

    body .k-import-wrapper .k-column {
        width: 100% !important;
    }
}