/************ RESET DERWI SCAFFOLDING ******************/

main > div > div.content, #resultBox{
    font-size: 14px;
}

.form-control{
    font-size: 1rem;
    padding: .3125rem 1rem;
}

label {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
}

body{
    font-family: "Poppins", sans-serif;
}

.section {
    margin-bottom: 50px;
}

.section:last-child{
    margin-bottom: 0;
}


th{
    padding: 10px 10px;
}

tbody td, tfoot td{
    padding: 7px 10px;
}

b, strong {
    font-weight: 600;
}

.actionFilePdf::before{
    padding-right: 6px;
}

.navbar-vertical .navbar-nav{
    font-size: .875rem;
}

input, button, select, optgroup, textarea, label, .alert, .badge, .blockquote-footer, .btn, [data-list] .page, .navbar, .pagination, .valid-feedback, .invalid-feedback{
    font-family: "Poppins";
}

.navbar-vertical .navbar-vertical-label{
    font-size: .875rem;
}

.navbar-vertical .navbar-vertical-label{
    font-weight: 600;
}

/*************** END RESET *****************/


/***************** EDIT FALCON THEME *****************/
body{
    font-size: 14px;
    line-height: 1.6em;
}

:root {
    --falcon-body-color: #0d0d0d;
    --falcon-headings-color: #0d0d0d;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/Poppins/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

h6{
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 1px rgb(237, 242, 249) solid;
    padding-bottom: 5px;
}

h6.noborder{
    border-bottom: none;
    padding-bottom: 0px;
}

.action.btn-md::before{
    margin-right: 5px;
}

.btn, [data-list] .page{
    font-size: 14px;
}


.navbar-vertical .navbar-collapse{
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
    padding-bottom: 10px;
    border-bottom: 1px var(--falcon-navbar-vertical-hr-color) solid;
}

.form-text{
    line-height: 1.6em;
}

.form-check label{
    font-weight: 400 !important;
}

.form-check label.fw-bold{
    font-weight: 600 !important;
}

.fw-semi-bold{
    font-weight: 500 !important;
}

@media (min-width: 1200px) {
    .navbar-brand {
        font-size: 15px;
    }

    .navbar-vertical .navbar-collapse{
        /*background: none;*/
        box-shadow: none;
        border-bottom: none;
        padding-bottom: 0;
    }

    not(navbar-vertical-collapsed-hover) .navbar-vertical .navbar-collapse{
        background: none;
    }
}


/*************** END EDIT FALCON THEME *****************/


/*************** REUSABLE CONTENT ***********************/
.tab-pane{
    max-width: 800px;
}

.form-field-readonly{
    /*display: flex;*/
    gap: 10px;
}

.form-field-readonly label{
    margin-bottom: 0;
    /*text-align: right;*/
    display: block;
    /*max-width: 300px;*/
    /*text-align: right;*/
}

.form-field-readonly label .info{
    text-align: left;
}

.form-field-readonly .form-control-plaintext {

    flex: 1;
}



.form-field-inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 2rem;
}

.form-field-inline .form-label {
    margin-bottom: 0;
}

.form-field-inline .form-control-plaintext {
    flex: 0 1 auto;
}

.form-field-inline .info {
    display: block;
    font-size: 0.8em;
    color: #999;
}

.line-through{
    text-decoration: line-through;
}

.more-info{
    display: block;
    width: 25px;
    height: 25px;
    border: 1px #CCCCCC solid;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    padding-top: 2px;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    flex-shrink: 0;
}

.more-info::before{
    /*content: "\f129";*/
    /*font-family: "FontAwesome";*/
    content: "i";
}

.action{
    white-space: nowrap;
}

.actionPay::before {
    content: "\f09d";
    padding-right: 5px;
}

.actionZoom::before{
    content: "\f002";
}


.fw-semibold{
    font-weight: 600;
}



/************** END REUSABLE CONTENT ********************/

.address-collection {
    position: relative;
}

.address-collection-slider .ac-item {
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
    cursor: pointer;
    height: auto;
    margin-right: 24px;
    min-height: 0;
    min-height: 160px;
    padding: 16px 20px 42px;
    transition: all .2s ease;
    width: 275px;
    width: 240px;
}

.address-collection-slider .ac-item:hover{
    border-color: #3c1400;
}



.swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.address-collection-slider {
    margin: 0 -5px 24px;
    margin-bottom: 24px;
    padding: 5px;
}


.swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%;
    z-index: 1;
}

.align-items-stretch {
    align-items: stretch !important;
}


.swiper-slide {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 100%;
    outline-offset: -2px;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%;
}

.address-collection-slider .ac-item::after {
    border: 4px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 8px;
    bottom: -1px;
    content: "";
    left: -1px;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: all .2s ease;
}

.address-collection-slider .ac-item.active-item, .address-collection-slider .ac-item.active-item::after, .address-collection-slider .ac-item:hover {
    border-color: #3c1400;
}

.address-collection-slider .ac-item-add a:hover {
    color: inherit;
}

.address-collection-slider .ac-item-add:hover{
    border-color: #3c1400;
}

.ac-item .ac-name {
    color: #0d0d0d;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
    position: relative;
    word-break: break-word;
}

.ac-item .ac-info p {
    margin: 0;
}

.ac-item .ac-controls {
    bottom: 14px;
    left: 20px;
    position: absolute;
    right: 16px;
}

.ac-item .ac-controls a + a {
    margin-left: 20px;
}
.ac-item .ac-controls a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.ac-new-address {
    margin-top: 10px;
    /*text-align: center;*/
    margin-bottom: 20px;
}

.ac-new-address .btn-add-new-address, .ac-new-address .btn-get-points-map {
    max-width: 100%;
    width: 350px;
}


.btn.btn-md {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 16px;
}

.form-sidebyside {
    display: flex;
    gap: 1rem; /* odstęp między radiobuttonami */
    align-items: center;
}


/******************** wybór metody wysyłki ***************/
.options-item {
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px 0;
}

.options-item:last-child {
    border-bottom: none;
}

.options-item .name {
    align-items: center;
    display: flex;
    line-height: 24px;
}

.options-item .main-col, .options-item .name-col {
    align-items: center;
    display: flex;
}
.options-item .main-col {
    justify-content: space-between;
}

.delivery-type-date.mobile-delivery-time {
    font-size: 12px;
    max-height: 0;
    max-width: 0;
    visibility: hidden;
}

.options-item .price-col {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.delivery-type-date {
    color: #0d0d0d;
    font-size: 12px;
    opacity: 1;
}

.delivery-message-widget-font-green {
    color: #496b48;
}

.options-box, .inner-block-delivery{
    max-width: 1000px;
}

.options-box .options-item {
    border-bottom: none;
    border-top: 1px solid #eee;
}

.options-box .options-item:first-child {
    border-top: none;
}

.basket-box-delivery .touch-delivery-type.open .clickable > i.icon-arrow-right::before {
    transform: rotate(-90deg);
}
.basket-box-delivery .touch-delivery-type .clickable > i.icon-arrow-right::before {
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}
[class*=" icon-"]::before, [class^="icon-"]::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1;
    position: relative;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}
.icon-arrow-right::before {
    content: "\f054";
}

.icon-arrow-left::before {
    content: "\f104";
}

.icon-contact::before {
    content: "\f0e6";
}


.icon-info::before {
    content: "\f05a";
}

.options-item .show-tooltip {
    color: #3c1400;
    margin-left: 16px;
    width: auto;
}

.basket-box-delivery .touch-delivery-type .touch-delivery-type_dropdown .options-item:first-child {
    border-top: none;
}


.options-item .form-control-input {
    margin: 0;
}
.form-control-input {
    margin-bottom: 10px;
    position: relative;
}


.order-box:not(.address-box):not(.invoice-box) .form-control-input label {
    color: #0d0d0d;
}
.options-item .radio-container label {
    color: #0d0d0d;
    font-size: 14px;
    font-weight: 400 !important;
    margin: 0;
    padding-left: 40px;
}
.checkbox-container .checkbox, .checkbox-container .radio, .radio-container .checkbox, .radio-container .radio {
    cursor: pointer;
    display: inline-block;
    left: auto;
    letter-spacing: .2px;
    line-height: 24px;
    margin-bottom: 10px;
    min-height: 24px;
    padding: 0 0 0 42px;
    padding-left: 42px;
    pointer-events: auto;
    position: relative;
    right: auto;
    top: auto;
    user-select: none;
    vertical-align: middle;
}

.payments-items .options-item .payments-items-name {
    flex-wrap: nowrap;
}

.options-item .name-col .payment_icon-container {
    display: flex;
    justify-content: center;
    max-width: 65px;
    min-width: 65px;
    width: max-content;
}

.options-item .payments-icon {
    height: 20px;
    margin-left: 8px;
}

.options-item .name-col .payment_icon-container img {
    max-width: 50px;
}
.options-item .payments-icon img {
    height: 100%;
    display: block;
}

.radio-container .radio input{
    position: absolute;
    left: 0px;
    top: 5px;
}

.options-item .name-col .form-checkbox[data-id="14"] ~ .name .payment_icon-container .payments-icon img, .options-item .name-col .form-checkbox[data-id="41"] ~ .name .payment_icon-container .payments-icon img, .options-item .name-col .form-checkbox[data-id="58"] ~ .name .payment_icon-container .payments-icon img {
    margin-right: 5px;
    max-width: 30px;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.link {
    display: block;
    /*padding: 0 24px 16px;*/
}
.text-link-2 {
    color: #3c1400;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.basket-box-delivery .touch-delivery-type .clickable{
    color: #2c7be5;
    cursor: pointer;
    padding-bottom: 4px;
    padding-top: 4px;
}

/************* FOOTER **************/
.order-footer footer .order-btn {
    border: 1px solid #3c1400;
    color: #3c1400;
    margin-bottom: 24px;
    min-width: 160px;
}

.order-footer footer .basket-button{
    margin-bottom: 24px;
}


.order-footer footer {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 24px 0;
}

.order-footer footer .order-btn i {
    display: inline-block;
    margin-right: 8px;
}

.ask-widget {
    column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(2,max-content);
}

.ask-widget__button {
    background: transparent;
    border: none;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.ask-widget__button:hover {
    cursor: pointer;
    text-decoration: underline;
}


.cartSubmitBasket{
    flex: 0;
}

/************* ZMIANA KALKULATORA **************/





/************** RESPONSIVE ******************/
@media (max-width: 1200px) {
    .breadcrumb{
        margin-left: 0px;
    }
    .container-fluid {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .navbar-top {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

    .mainContent {
        /*border-radius: 0;*/
    }

    .navbar-vertical{
        margin: 0 -.5rem;
    }

    .cartSubmitBasket{
        flex: 1;
    }
}

@media (max-width: 767px) {
    .delivery-type-date {
        max-height: 0;
        max-width: 0;
        visibility: hidden;
    }

    .delivery-type-date.mobile-delivery-time {
        margin-left: 32px;
        margin-top: 2px;
        max-height: 60px;
        max-width: 100%;
        visibility: inherit;
        padding-left: 8px;
    }
    .options-item .name-col {
        display: block;
    }


}

@media (max-width: 570px) {

    .dashboard{
        overflow: hidden;
        padding-bottom: 10px;
    }

    .dashboard .card{
        /*border-radius: 0;*/
    }

    .sm-col-cards{
        /*background: #fff;*/
        /*box-shadow: var(--falcon-box-shadow);*/
    }

    .sm-col-cards .card{
        /*box-shadow: none;*/
    }
}

