select,input:not([type="radio"]),textarea{
    height: 53px;
    border: 1px solid #c1c1c1;
    box-sizing: border-box;
    background:transparent;
    width:100%;
    padding:6px 15px 4px 15px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color:#333;
}

*::placeholder{
    color:#bdbdbd;
}

textarea{
    padding-top:16px;
}

label{
    cursor: pointer;
}

.radio-wrap,
.checkbox-wrap{
    border-radius: 50%;
    display: inline-block;
    width: 18px;
    min-width:18px;
    height: 18px;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    position: relative;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.radio-wrap input[type=radio],
.checkbox-wrap input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.radio-wrap label, 
.checkbox-wrap label{
    display: inline;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.radio-wrap label::after{
    border-radius:50%;
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 2px;
    top: 2px;
}

.radio-wrap input[type=radio]:checked+label::after{
    background-color: #333;
    border:none;
}

.checkbox-wrap,
tr.address_type .radio-wrap{
    border-radius:4px;
}

.checkbox-wrap label::after,
tr.address_type .radio-wrap label::after{
    content: "";
    display: block;
    position: absolute;
    width:16px;
    height:16px;
}

.checkbox-wrap input[type=checkbox]:checked+label::after,
tr.address_type .radio-wrap input[type=radio]:checked+label::after{
    background:url('/userdata/public/assets/scandicsofa/svg/tick.svg') transparent no-repeat center;
    top:0;
    left:0;
}

em{
    font-style: normal;
}

/* KOSZYK */
.link-logo-basket{
    margin: 54px 0 0 0;
    display: block;
    text-align: center;
}

#box_basketlist{
    margin:28px 0;
}

.preboxhead{
    color: #4f4f4f;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 33.6px;
    margin-bottom:8px;
}
#box_basketlist .boxhead h3,
#box_basketstep2 .boxhead,
#box_basketaddress .boxhead,
#box_basketsummary .boxhead{
    text-align: center;
    font-weight: 400 !important;
    font-size:28px;
    line-height: 32px;
    margin-bottom:25px;
}

@media screen and (max-width:767px){
    /* .preboxhead{
        font-size:14px;
        line-height: 21px;
    } */
    #box_basketlist .boxhead h3,
    #box_basketstep2 .boxhead,
    #box_basketaddress .boxhead,
    #box_basketsummary .boxhead{
        font-size:18px;
        line-height: 25.5px;
    }
}

#box_basketlist .productlist .productitem,
#box_basketsummary .productlist .productitem{
    display: flex;
    background-color: #ffffff;
    padding: 38px;
    margin-bottom:20px;
}

#box_basketlist .productlist .productitem .img,
#box_basketsummary .productlist .productitem .img{
    width: 226px;
    display: flex;
    min-height:148px;
}

@media screen and (max-width:320px){
    #box_basketlist .productlist .productitem .img,
    #box_basketsummary .productlist .productitem .img{
        width:100%;
        min-height: auto;
    }
}

#box_basketlist .productlist .product-basket-right,
#box_basketsummary .productlist .product-basket-right{
    display: flex;
    flex-wrap:wrap;
    width: calc(100% - 266px);
}

#box_basketlist .productlist .product-basket-right .name,
#box_basketsummary .productlist .product-basket-right .name{
    width: 100%;
    margin-bottom: 25px;
}

#box_basketlist .productlist .product-basket-right .name a,
#box_basketsummary .productlist .product-basket-right .name a{
    color: #555555;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    display: block;
}

#box_basketlist .productlist .product-basket-right .name-variant,
#box_basketsummary .productlist .product-basket-right .name-variant{
    width:40%;
}

#box_basketlist .productlist .name-variant .variant span,
#box_basketsummary .productlist .name-variant .variant span{
    display: block;
    color: #555555;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 5px;
    display: flex;
}
#box_basketlist .productlist .product-basket-right .name-variant .variant span em,
#box_basketsummary .productlist .product-basket-right .name-variant .variant span em{
    width: 100px;
}
#box_basketlist .productlist .name-variant .variant span em,
#box_basketsummary .productlist  .name-variant .variant span em{
    margin-right:3px;
}

#box_basketlist .productlist .product-basket-right >div:not(.name):not(.name-variant),
#box_basketsummary .productlist .product-basket-right >div:not(.name):not(.name-variant){
    width:calc(12% - 10px);
}

#box_basketlist .productlist .product-basket-right >div:not(.name):not(.actions):not(.name-variant),
#box_basketsummary .productlist .product-basket-right >div:not(.name):not(.name-variant){
    display: flex;
    flex-direction: column;
    font-size:13px;
    font-weight: 300;
}

#box_basketlist .productlist .product-basket-right >div:not(.name):not(.actions):not(.name-variant) .title,
#box_basketsummary .productlist .product-basket-right >div:not(.name):not(.name-variant) .title{
    font-size:14px;
    color: #555555;
    opacity:0.4;
    margin-bottom: 12px;
}

#box_basketlist .productlist .product-basket-right >div:not(.actions),
#box_basketsummary .productlist .product-basket-right >div{
    margin-right:10px;
}

#box_basketlist .productlist .product-basket-right .actions a span{
    margin: 0;
    padding: 14px 36px;
    font-size:14px;
}

#box_basketlist .productlist .product-basket-right .actions .button:not(.active),
#box_basketlist .product-basket-mobile .actions .button:not(.active){
    display: none;
}

#box_basketlist .productlist .product-basket-right .actions button{
    margin: 0 0 10px 0;
    font-size:14px;
    padding:14px 29px;
    font-weight: 400;
}

#box_basketlist .quantity .shaded_inputwrap{
    margin-top:-4px;
    position: relative;
}

#box_basketlist .quantity .shaded_inputwrap .button-change{
    position: absolute;
    cursor: pointer;
    width: 22px;
    top:5px;
}

#box_basketlist .quantity .shaded_inputwrap .button-change.minus{
    left:0;
}

#box_basketlist .quantity .shaded_inputwrap .button-change.plus{
    right:0;
}

#box_basketlist .quantity .shaded_inputwrap input,
#box_basketlist .quantity .shaded_inputwrap{
    background:#F2F2F2;
    border:none;
    font-size:13px;
    height:27px;
    width:60px;
    font-weight:500;
    text-align: center;
}

#box_basketlist .quantity .shaded_inputwrap input{
    padding-top:1px;
}
#box_basketlist .quantity .shaded_inputwrap .minus.button-change img{
    transform:rotate(180deg);
}

@media screen and (max-width:979px){
    #box_basketlist .quantity .shaded_inputwrap{
        margin-top:0;
    }
    #box_basketlist .quantity .shaded_inputwrap .button-change{
        top:1px;
    }
    #box_basketlist .quantity .shaded_inputwrap input, 
    #box_basketlist .quantity .shaded_inputwrap{
        width:52px;
        height:15px;
    }
    #box_basketlist .quantity{
        display: flex;
        margin-bottom:3px;
    }
    #box_basketlist .quantity .title,
    #box_basketlist .sum .title{
        width:180px;
        display: inline-block;
    }
}

@media screen and (max-width:1200px){
    #box_basketlist .productlist .product-basket-right .name-variant,
    #box_basketsummary .productlist .product-basket-right .name-variant{
        width:100%;
        margin-bottom:20px;
    }    
    #box_basketlist .productlist .product-basket-right >div:not(.name):not(.name-variant),
    #box_basketsummary .productlist .product-basket-right >div:not(.name):not(.name-variant){
        width:calc(20% - 10px);
    }
}
@media screen and (min-width:980px){
    #box_basketlist .mobile,
    #box_basketsummary .mobile{
        display: none;
    }
    
    #box_basketlist .productlist .productitem .img,
    #box_basketsummary .productlist .productitem .img{
        margin-right:40px;
    }
    #box_basketlist,
    #box_basketsummary{
        margin:60px auto;
        max-width:1440px;

    }
}
@media screen and (max-width:979px){
    #box_basketlist .productlist .productitem,
    #box_basketsummary .productlist .productitem{
        flex-direction: column;
    }
    #box_basketlist .product-basket-right,
    #box_basketsummary .product-basket-right{
        display: none !important;
    }
    #box_basketlist .name-mobile a,
    #box_basketsummary .name-mobile a{
        font-size: 18px;
        font-weight: 400;
        color: #555555;
        text-align: center;
        margin-bottom: 20px;
        display: block;
    }
    #box_basketlist .img,
    #box_basketsummary .img{
        margin:0 auto;
    }
    #box_basketlist .product-basket-mobile,
    #box_basketsummary .product-basket-mobile{
        margin-top: 20px;
    }
    #box_basketlist .product-basket-mobile > div:not(.actions),
    #box_basketsummary .product-basket-mobile > div{
        font-size: 13px;
        color:#555555;
        font-weight:300;
        line-height: 20px;
    }
    #box_basketlist .product-basket-mobile > div.price .title,
    #box_basketsummary .product-basket-mobile > div.price .title{
        margin-right:5px;
    }
    #box_basketlist .product-basket-mobile > div.name-variant,
    #box_basketsummary .product-basket-mobile > div.name-variant{
        margin-top:5px;
    }
    #box_basketlist .product-basket-mobile .quantity,
    #box_basketsummary .product-basket-mobile .quantity{
        border-top:1px solid #bdbdbd;
        padding-top:10px;
        margin-top:10px;
    }
    #box_basketlist .product-basket-mobile > div.time,
    #box_basketsummary .product-basket-mobile > div.time{
        margin-bottom: 5px;
        margin-top: 5px;
    }
    #box_basketlist .product-basket-mobile .sum,
    #box_basketsummary .product-basket-mobile .sum{
        border-bottom: 1px solid #bdbdbd;
        padding-bottom:10px;
        margin-bottom:10px;
    }
    #box_basketlist .product-basket-mobile .sum .color,
    #box_basketlist .product-basket-mobile .price .color,
    #box_basketsummary .product-basket-mobile .sum .color,
    #box_basketsummary .product-basket-mobile .price .color{
        font-weight:700;
    }
    #box_basketlist .product-basket-mobile .actions{
        text-align: center;
    }
    #box_basketlist .product-basket-mobile .actions a > span.btn,
    #box_basketlist .product-basket-mobile .actions .button button{
        font-size:14px;
        font-weight: 400;
        line-height: 18px;
        color:#4f4f4f;
        margin-bottom: -13px;
        padding: 9.5px 27px;
    }
}
@media screen and (max-width:450px){
    #box_basketlist .productlist .productitem,
    #box_basketsummary .productlist .productitem{
        padding:20px;
    }
}

#cart-options{
    margin-top: 30px;
    display: flex;
}

#cart-options h5{
    color: #4f4f4f;
    font-size:28px;
    line-height: 33.6px;
    font-weight: 400;
    margin-bottom: 20px;
}
@media screen and (max-width:979px){
    #cart-options h5{
        font-size:18px;
        line-height: 25.2px;
    }
}

#cart-options .summary-wrap{
    flex-grow:1;
}

#cart-options .deliverycountry{
    margin:0 0 8px 0;
}

#cart-options .deliverycountry em{
    color: #4f4f4f;
    font-size:13px;
    font-weight: 300;
    line-height: 19.11px;
}

#cart-options .delivery,
#cart-options .payment{
    margin-bottom:6px;
}

#cart-options .delivery .name,
#cart-options .payment .name{
    display: flex;
    flex-wrap:wrap;
}

#cart-options .delivery label,
#cart-options .payment label{
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 300;
    line-height: 19.11px;
    cursor: pointer;
}

#cart-options .delivery label{
    flex-grow:1;
}
#cart-options .payment label{
    margin-right: 5px;
}

#cart-options .delivery .description,
#cart-options .payment .description{
    display: block;
    width: 100%;
}
#cart-options .delivery .description > *,
#cart-options .payment .description > *{
    color: #4f4f4f;
    font-size: 11px;
    font-weight: 300;
    line-height: 19.11px;
    padding-left:27px;
}

#cart-options .delivery .value,
#cart-options .payment .value{
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 700;
    line-height: 19.11px;
}

#cart-options .summary-container .deliveryhead{
    margin-bottom:8px;
}

#cart-options .summary-container .recount,
#cart-options .summary-container .deliveryhead,
#cart-options .summary-container .promo-container .promo.user,
#cart-options .summary-container .promo-container .promo.group{
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    text-align: right;
}

#cart-options .summary-container .promocode{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#cart-options .summary-container .promo-container .promocode .checkbox-wrap,
#cart-options .summary-container .promo-container .promocode .desc{
    display: none;
}

#cart-options .summary-container .promo-container .promocode .action,
#cart-options .summary-container .promo-container .promocode .input{
    display: inline-block !important;
}

#cart-options .summary-container .promo-container .promocode .input{
    flex-grow:1;
}

#cart-options .summary-container .promo-container .promocode input{
    color:#333;
    margin-bottom: 0px;
}

#cart-options .summary-container .promo-container .promocode button{
    height: 53px;
    padding-top: 5px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 5px;
    font-size:14px;
}
#cart-options .summary-container .promo-container .promocode button span{
    font-family: Montserrat;
    font-weight: 500;
}

#cart-options .summary-container .promo-container .promo.code{
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    text-align: right;
}

#cart-options .summary-container .promo-container .promo.code button{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

#cart-options .summary-container > .sum{
    text-align: right;
    color: #4f4f4f;
    font-size: 36px;
    line-height: 50.4px;
    margin: 20px 0 16px 0;
}

#cart-options .summary-container > .sum .value{
    font-weight: 600;
}

#cart-options .summary-wrap .buttons button{
    width: 100%;
    font-weight: 400;
}

#cart-options .summary-wrap .buttons button.back{
    background-color:white;
}

#cart-options .summary-wrap .buttons button.back:hover{
    background-color:#e3e3e3;
}

@media screen and (min-width:980px){
    #cart-options .delivery-container,
    #cart-options .payment-container{
        width:30%;
        margin-right:3.5%;
    }
}

@media screen and (max-width:979px){
    #cart-options{
        flex-direction: column;
    }

    #cart-options .payment-container h5{
        margin: 15px 0;
    }

    #cart-options .summary-wrap{
        margin-top: 15px;
    }

    #cart-options .summary-container > .sum{
        font-size:24px;
        text-align: center;
        margin: 10px 0;
    }
}

/* proces zamأƒآ³wienia */

.basket-steps{
    width: 100%;
    margin:40px 0 50px 0;
}

.basket-steps ol{
    display: flex;
    list-style: none;
    position:relative;
}

.basket-steps ol li{
    width:25%;
    position: relative;
}

.basket-steps ol li::before{
    content:'';
    position: absolute;
    top:-25px;
    width:22px;
    height:22px;
    background-color:#4f4f4f;
    border-radius:100%;
}

.basket-steps ol li{
    font-size:14px;
    font-weight: 400;
    line-height: 22.4px;
    color:#4f4f4f;
}

.basket-steps ol li.active-step{
    color:#d7c286;
    font-weight:700;
}

.basket-steps ol li.active-step::before{
    background-color:#d7c286;
}

.basket-steps ol::before{
    content:'';
    position: absolute;
    top:-14px;
    left:0;
    height:1px;
    width:100%;
    background:#bdbdbd;
}   

.basket-step-border .innerbox{
    display: flex;
}

.basket-step-border .innerbox > .register,
.basket-step-border .innerbox > .basket-no-register{
    margin-right:25px;
    display: flex;
    flex-direction: column;
}

.basket-step-border h3{
    color: #4f4f4f;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom:25px;
}
@media screen and (max-width:767px){
    .basket-step-border h3{
        font-size: 18px;
        line-height: 25.2px;
    }
}

.basket-step-border .innerbox ul{
    padding-left:16px;
}

.basket-step-border .innerbox p,
.basket-step-border .innerbox li{
    color: #000000;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
}

.basket-step-border .innerbox > .register > div,
.basket-step-border .innerbox > .basket-no-register > div{
    flex-grow:1;
}

.basket-step-border .innerbox > .login{
    display: flex;
    flex-direction: column;
}

.basket-step-border .innerbox > .login form{
    flex-grow: 1;
}

.basket-step-border .innerbox > .login form fieldset{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.basket-step-border .innerbox > .login form fieldset .flexgrow{
    flex-grow:1;
    display: flex;
    align-items: flex-end;
}

.basket-step-border .innerbox > .login .shaded_inputwrap a{
    font-size:13px;
    font-weight: 300;
    text-decoration: underline;
}

.social-btn,
.social-login-buttons .btn{
    width: auto;
    height: 54px;
    border-radius: 7px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 15.6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.social-login-buttons .btn,
.social-login-buttons a{
    padding: 0 20px;
}


.social-btn.btn-login-facebook,
.social-login-buttons .btn-login-facebook{
    background-color: #4469b0;
    color:white;
    margin-bottom:0;
}

.social-btn.btn-login-facebook:hover,
.social-login-buttons .btn-login-facebook:hover{
    background-color:#324f86;
}

.social-btn.btn-login-google,
.social-login-buttons .btn-login-google{
    background-color: white;
    color: #585555;
}

.basket-step-border .innerbox > .register > form button,
.basket-step-border .innerbox > .basket-no-register > form button{
    font-weight: 400;
}
.basket-step-border .innerbox > .login > form button{
    font-weight: 400;
}

@media screen and (max-width:500px){
    .social-btn,
    .social-login-buttons .btn{
        width: 100%;
    }
}
@media screen and (min-width:980px){
    #box_basketstep2,
    #box_basketaddress,
    #box_basketsummary,
    #box_basketfinal,
    #box_basketdone{
        margin: 35px auto 80px auto;
        max-width:1440px;
    }
    .basket-step-border .innerbox > div{
        width:calc(100% / 3 - (50px / 3));
    }
    .basket-step-border .innerbox > .login h3{
        margin-bottom:14px;
    }
    .basket-step-border .innerbox > .login form button{
        width: 100%;
        max-width: 230px;
    }
    body:not(.shop_login).social-login-buttons{
        text-align: right;
        margin-top:15px;
    }
}

@media screen and (max-width:979px){
    #box_basketstep2,
    #box_basketaddress,
    #box_basketsummary,
    #box_basketfinal,
    #box_basketdone{
        margin: 28px auto 60px auto;
    }
    #box_basketstep2 .boxhead,
    #box_basketaddress .boxhead,
    #box_basketsummary .boxhead,
    #box_basketfinal .boxhead,
    #box_basketdone .boxhead{
        text-align: center;
    }

    .basket-steps ol{
        justify-content: space-around;
    }
    .basket-steps ol:before{
        width:100%;
    }
    .basket-steps ol li{
        display: flex;
        width:auto;
        justify-content: space-evenly;
        margin: 0 3px;
        font-size: 12px;
        text-align: center;
        line-height: 15px;
    }

    .basket-step-border .innerbox{
        flex-wrap:wrap;
        flex-direction: column;
    }
    .basket-step-border .innerbox > .register, 
    .basket-step-border .innerbox > .basket-no-register{
        border-bottom:1px solid #bdbdbd;
        padding-bottom: 15px;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .basket-step-border h3{
        text-align: center;
    }
    .basket-step-border .innerbox ul{
        list-style: none;
        padding-left:0;
    }
    .basket-step-border .innerbox p, .basket-step-border .innerbox li{
        text-align: center;
        margin-bottom: 5px;
    }
    .basket-step-border button{
        width: 100%;
    }
    .social-login-buttons{
        text-align:center;
        margin-top:10px;
    }
    .social-login-buttons a{
        margin-bottom:10px;
        width: 100%;
    }
    .social-login-buttons a:first-child{
        margin-bottom:10px;
    }
}

/* address */
#box_basketaddress .innerbox h4{
    color: #4f4f4f;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom:8px;
}

@media screen and (max-width:767px){
    #box_basketaddress .innerbox h4{
        font-size:18px;
        line-height: 25.2px;
    }
}
#box_basketaddress .basket-step-border-wrap .client-data-wrap .client-data h4{
    margin-bottom:20px;
}

#box_basketaddress table{
    width:100%;

}

#box_basketaddress table tr td.error ul{
    list-style: none;
}
#box_basketaddress table tr td.error ul li{
    color: #fe0404;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14.7px;
}

#box_basketaddress .address_type .input,
#box_basketaddress .different_address .input{
    display: flex;
    color: #000000;
    font-family: Montserrat;
    font-size: 13px;
    line-height: 19.11px;
    font-weight: 300;
    padding-bottom: 25px;
}

#box_basketaddress .different_address .input{
    padding-top: 12px;
    padding-bottom: 15px;
}

#box_basketaddress .address_type .input .radio-wrap{
    margin-right: 7px;
}
#box_basketaddress .address_type .input label{
    margin-right:18px; 
}

#box_basketaddress .client-address-different h4{
    display: none;
}

#box_basketaddress .client-add-info tr td{
    display: flex;
    flex-wrap:wrap;
}

#box_basketaddress .client-add-info tr td .shaded_textareawrap{
    width: 100%;
}
#box_basketaddress .client-add-info tr td .checkbox-wrap{
    width:18px;
}

#box_basketaddress .client-add-info tr td label{
    width:calc(100% - 28px);
}

#box_basketaddress .client-add-info tr td label{
    margin-top: 1px;
}
#box_basketaddress .client-add-info tr{
    color: #838383;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14.7px;
}

#box_basketaddress .client-add-info tr td p,
#box_basketaddress .client-add-info tr.errorline .error ul{
    padding-left: 28px;
}

#box_basketaddress .client-add-info tr .color{
    color: #fe0404;
}

#box_basketaddress .bottombuttons{
    margin-top:10px;
}

#box_basketaddress .bottombuttons button{
    width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}

.select-address-user{
    display: block;
    margin: 15px 0 8px 0;
    font-size:13px;
    font-weight: 300;
}

@media screen and (min-width:768px){
    #box_basketaddress .basket-step-border-wrap{
        display: flex;
    }    
    #box_basketaddress .basket-step-border-wrap .client-data-wrap{
        display: flex;
        width:calc(100% / 3 * 2);
    }
    #box_basketaddress .basket-step-border-wrap .client-add-info{
        width:calc(100% / 3);
    }
}

@media screen and (min-width:980px){
    #box_basketaddress .basket-step-border-wrap .client-data-wrap > div{
        width:calc(50% - 70px);
        margin-right: 70px;
    }
}

@media screen and (max-width:979px) and (min-width:768px){
    #box_basketaddress .basket-step-border-wrap .client-data-wrap > div{
        width:calc(50% - 15px);
        margin-right: 15px;
    }
}

@media screen and (max-width:767px){
    #box_basketaddress .innerbox h4{
        text-align: center;
        margin: 25px 0 16px 0;
    }
    #box_basketaddress .basket-step-border-wrap .client-data-wrap .client-data h4{
        margin-top:0;
    }
    #box_basketaddress .address_type .input, #box_basketaddress .different_address .input{
        justify-content: center;
    }
}

/* step 3 */
#box_basketsummary .step3-summary{
    display:flex;
    margin-top: 40px;
}

#box_basketsummary .step3-summary .address.delivery,
#box_basketsummary .step3-summary .address.invoice{
    width:25%;
    margin-right:35px;
}

#box_basketsummary .step3-summary .address.information{
    width:50%;
}

#box_basketsummary .step3-summary h4{
    color: #4f4f4f;
    line-height: 32px;
    font-size: 28px;
    font-weight: 400;
    margin-bottom:20px;
}

@media screen and (max-width:767px){
    #box_basketsummary .step3-summary h4{
        font-size:18px;
        line-height: 25.2px;
    }
}
#box_basketsummary .step3-summary ul{
    list-style: none;
}

#box_basketsummary .step3-summary p,
#box_basketsummary .step3-summary a,
#box_basketsummary .step3-summary li{
    color: #333333;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20.58px;
    margin-bottom: 6px;
}

#box_basketsummary .step3-summary a{
    font-weight: 600;
    color: #d7c286;
}

#box_basketsummary .taxes{
    text-align: right;
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    margin-bottom: 10px;
}

#box_basketsummary .innerbox > .sum{
    color: #4f4f4f;
    font-size: 24px;
    font-weight: 300;
    line-height: 33.6px;
}

#box_basketsummary .innerbox > .sum > .sum{
    font-weight: 600;
}

#box_basketsummary form .bottombuttons{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 10px;
}

#box_basketsummary form .bottombuttons button{
    width:100%;
    margin-bottom: 3px;
    font-weight: 400;
}

#box_basketsummary .innerbox span.strong{
    font-weight: 600;
}

@media screen and (min-width:768px){
    #box_basketsummary form .bottombuttons button{
        max-width:340px;
    }
    #box_basketsummary .innerbox > .sum{
        text-align: right;
        font-size: 36px;
        line-height: 50.4px;
    }    
}

@media screen and (max-width:767px){
    #box_basketsummary .step3-summary {
        flex-direction: column;
        text-align: center;
    }

    #box_basketsummary .step3-summary > div{
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }

    #box_basketsummary .taxes,
    #box_basketsummary .innerbox > .sum{
        text-align: center;
    }

    #box_basketsummary .innerbox span.strong{
        display: block;
        margin:10px 0 5px 0;
    }
}

/* login, register, panel */


#box_login .boxlogin_wrap{
    display: flex;
    justify-content: space-between;
}


#box_login .boxlogin_wrap h3{
    color: #4f4f4f;
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    margin-bottom:30px;
}

#box_login .boxlogin_wrap ul{
    padding-left:20px;
}

#box_login .boxlogin_wrap ul li,
#box_login .boxlogin_wrap a,
#box_login .boxlogin_wrap p{
    color: #000000;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 15.6px;
    margin-bottom:8px;
}

@media screen and (min-width:980px){
    #box_login{
        margin:50px auto;
        max-width:1440px
    }
    #box_login .boxlogin_wrap > div{
        width:calc(50% - 50px);
    }
}
@media screen and (max-width:979px){
    #box_login{
        margin:10px auto 40px auto;
    }
    #box_login .boxlogin_wrap{
        flex-direction: column;
    }
    #box_login .boxlogin_wrap h3{
        text-align: center;
        margin-top: 30px;
    }
    #box_login .boxlogin_wrap button{
        width:100%;
    }
}

#box_register,#box_passchange{
    margin:30px 0;
}

#box_register h3,
#box_passchange h3{
    color: #4f4f4f;
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    margin-bottom: 22px;
}

#box_register h3.separator{
    margin-top:25px;
}

@media screen and (min-width:768px){
    #box_register{
        max-width:800px;
        margin:60px auto;
    }
    #box_passchange{
        max-width:500px;
        margin:60px auto;
    }
}

@media screen and (max-width:767px){    
    #box_register h3,
    #box_passchange{
        text-align: center;
    }
}

#box_register label,
#box_register p,
.required,
.hint{
    color: #838383;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14.7px;
}

#box_register .hint{
    margin: 5px 0;
    display: block;
}
#box_register .required{
    margin: 10px 0;
}

#box_register p{
    padding-left:28px;
}

#box_register .color{
    color:#fe0404;
}

#box_register button{
    width:100%;
    max-width: 435px;
}

#box_register .shaded_inputwrap.error input{
    background:#ff00000a;
    border-color:#ffc8c8;
}

.input_error {
    padding:5px 0 10px 0;
}

.input_error li{
    list-style: none;
    color: #fe0404;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14.7px;
}

#box_register div.error{
    padding-left:28px;
}

#box_register .details .input{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    margin-bottom: 10px;
}
#box_register .details .input .checkbox-wrap{
    width:18px;
}
#box_register .details .input label{
    width:calc(100% - 28px);
}

#box_login button,
#box_register button,
#box_passchange button{
    font-weight: 400;
}

/* panel */
#box_panel,
#box_useredit,
#box_addresses,
#box_order,
#box_address{
    max-width:700px;
    margin: 40px auto;
}

#box_addresses{
    max-width:772px;
    margin: 40px auto;
}

#box_panel h3{
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    color: #4f4f4f;
    text-align: center;
    margin:30px 0;
}

#box_panel h4:not(.no-border){
    font-family: Montserrat,sans-serif;
    line-height: 19.6px;
    font-size: 14px;
    color: #4f4f4f;
    font-weight: 400;
    margin:20px 0 0 0;
    border-bottom: 1px solid #efefef;
    padding-bottom:12px;
    text-align: center;
}

#box_panel h4.no-border,
#box_panel b.title{
    line-height: 19.6px;
    font-size: 14px;
    font-weight: 400;
    color: #4f4f4f;
    margin: 45px 0 15px 0;
    display: block;
    text-align: center;
}

#box_panel .orders > div{
    border-bottom: 1px solid #efefef;
    padding:12px 0 7px 0;
}
#box_panel .orders .id a{
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    margin-right:5px;
}

#box_panel .orders .id .smalldate{
    color: #5f5f5f;
    font-size: 10px;
}

#box_panel .orders .order-flex-wrap{
    display: flex;
    margin:12px 0 5px 0;
}

#box_panel .orders .order-flex-wrap > .sum{
    min-width:118px;
    font-size: 12px;
    font-weight: 400;
}

#box_panel .orders .order-flex-wrap > .status{
    font-size: 12px;
    font-weight: 400;
}

#box_panel .order .parcels{
    font-size:12px;
    margin:13px 0 0 0;
}

#box_panel ul{
    list-style: none;
}
#box_panel p,
#box_panel a{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom:8px;
}
#box_panel a{
    text-decoration: underline;
}

#box_favourites .favourites > div{
    display: flex;
    border-bottom: 1px solid #efefef;
    padding: 10px 0 0 0;
}

#box_favourites .favourites > div:last-child{
    border-bottom:0;
}

#box_favourites .favourites .img{
    margin-right:6px;
}
#box_favourites .favourites .img img{
    border-radius:6px;
    max-height: 90px;
}

#box_favourites .favourites p,
#box_favourites .favourites a,
#box_favourites .favourites em,
#box_favourites .favourites div,
#box_favourites .favourites span,
#box_favourites .favourites b,
#box_favourites .favourites strong{
    font-size:14px;
    font-style: normal;
    margin-bottom:5px;
}

#box_favourites .favourites .actions{
    margin-top:12px;
}
#box_favourites .favourites .actions a:hover{
    text-decoration: none;
}

#box_favourites .favourites .actions a{
    margin-right:10px;
}

#box_favourites .favourites .actions a span.addtobask{
    position: relative;
}
#box_favourites .favourites .actions a span.addtobask:before{
    content: '+';
    width: 12px;
    height: 12px;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 2px;
    background: black;
    border-radius: 100%;
    color: white;
    padding-top: 1px;
    box-sizing: border-box;
    padding-left: 2px;
}

#box_order .innerbox{
    margin-top:25px;
}

#box_order .order-details h4{
    font-size: 14px;
    text-align: center;
    margin: 25px 0 15px 0;
}

#box_order .order-details ul{
    margin:20px 0;
}
#box_order .order-details ul li{
    list-style: none;
    font-size:12px;
    margin-bottom:4px;
}
#box_order .order-details ul li b{
    margin-bottom:5px;
    display: block;
}

#box_order .products > div{
    border-bottom:1px solid #efefef;
    padding: 10px 0;
}

#box_order .products a,
#box_order .products span,
#box_order .products div,
#box_order .products em
{
    font-size:12px;
    line-height: 18px;
}

#box_order .products .product-name{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#box_order .products .product-name .name{
    margin-right:10px;
} 

#box_order .products .product-name a{
    font-size:13px;
    margin:15px 0 5px 0;
}

#box_order .order-summary{
    margin-top:15px;
}

#box_order .order-summary span{
    font-size:13px;
    padding-top:10px;
}

#box_order h4{
    text-align: center;
    margin: 20px 0 15px 0;
}

#box_orders .orders > div{
    border-bottom:1px solid #efefef;
    padding:10px 0;
}

#box_orders .orders > div:last-child{
    border-bottom:0;
}

#box_orders .orders a,
#box_orders .orders span,
#box_orders .orders div,
#box_orders .orders em{
    font-size:12px;
    line-height: 18px;
}

#box_orders .orders a{
    text-decoration: underline;
}

#box_addresses ul{
    list-style: none;
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
}

#box_addresses p,
#box_addresses a{
    font-size:12px;
    line-height: 18px;
}
#box_addresses a{
    text-decoration: underline;
}
#box_addresses .links{
    margin-top:10px;
}
#box_addresses a.add{
    font-weight: 700;
    padding: 15px 0;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-top:10px;
}

#box_address .shaded_inputwrap{
    width:100%;
    display: block;
}
#box_address div .input{
    display: flex;
    flex-wrap: wrap;
}

#box_useredit label{
    color: #838383;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14.7px;
}

#box_useredit h4{
    line-height: 19.6px;
    font-size: 14px;
    font-weight: 400;
    color: #4f4f4f;
    margin: 15px 0;
    display: block;
    text-align: left;
}
#box_useredit .shaded_inputwrap{
    display: flex;
    align-items: center;
}

.separator_shaded{
    height: 15px;
}

#box_address{
    text-align: center;
}
#box_address table{
    display: flex;
    justify-content: center;
}

/* strony inf */
.box_infopage{
    margin: 0 auto;
    max-width:1680px;
}

#infopage19,
#infopage13,
#infopage20,
#infopage29,
#infopage37{
    max-width: 100%;
}


.box_infopage#infopage16,
.box_infopage#infopage30,
.box_infopage#infopage18,
.box_infopage#infopage21{
    max-width:100%;
}

.two-bottom-banners{
    max-width: 1680px;
    margin:0 auto 50px auto;
}
@media screen and (max-width:979px){
    .two-bottom-banners{
        margin-bottom:30px;
    }
}
/* o nas */
.infopage-flex-wrap{
    display: flex;
    justify-content: center;
}

.infopage-flex-wrap.flexwrap{
    flex-wrap:wrap;
}

.infopage-flex-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.infopage-flex-box:not(.w100){
    max-width: 800px;
}

.infopage-flex-box:not(.w100).textwrap{
    width:820px;
}
.infopage-flex-box:not(.w100):not(.textwrap){
    width:780px
}

.infopage-flex-box.w100{
    width: 100% !important;
    /* min-width: 100%; */
}

.infopage-flex-box h4{
    color: #4f4f4f;
    font-weight: 300;
}

.infopage-flex-box h3{
    color: #4f4f4f;
    font-weight: 400;
}

.infopage-flex-box p{
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 300;
    line-height: 25.2px;
    margin-bottom:15px;
}

.infopage-flex-box .btn-wrap .btn{
    font-family: Montserrat,sans-serif;
    font-weight: 400;
}

.infopage-flex-box .container-iframe{
    overflow:hidden;
    padding-top:57%; 
}

.infopage-flex-iframebox{
    max-width: 1920px;
}
.infopage-flex-wrap iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.employees-wrap h3,
.infopage-flex-iframebox h3,
.create-furniture-wrap h3,
.h3.desktop-hidden{
    color: #4f4f4f;
    font-weight: 400;
    margin:10px 0 25px 0;
}


.create-furniture-wrap{
    margin-bottom:50px;
}

@media screen and (max-width:979px){
    .employees-wrap h3,
    .infopage-flex-iframebox h3,
    .create-furniture-wrap h3,
    .h3.desktop-hidden{
        margin:5px 0 0px 0;
    }
    .create-furniture-wrap{
        margin-bottom:30px;
    }
}
.employees-wrap p{
    color: #333333;
    font-weight: 300;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}
.employees-boxes{
    display: flex;
    flex-wrap:wrap;
    max-width: 1118px;
    justify-content: space-between;
}
.employees-box span{
    display: block;
    text-align: center;
}
.employees-box .employees-name{
    font-weight: 400;
    margin-top: 15px;
}
.employees-box .employees-spec{
    font-weight: 300;
    margin-bottom: 20px;
}

.employees-box img{
    border-radius:100%;
}

@media screen and (min-width:1681px){   
    .infopage-flex-box.textwrap{
        padding: 0 140px;
    }
}
@media screen and (min-width:1301px) and (max-width:1680px){
    .infopage-flex-box.textwrap{
        padding: 0 6.6%;
    }
}
@media screen and (max-width:1300px) and (min-width:980px){
    .infopage-flex-box.textwrap{
        padding: 0 30px;
    }
}
@media screen and (min-width:980px){
    .shop_infopage .centercol{
        margin:50px 0 0 0;
    }
    .two-bottom-banners{
        padding-left:40px;
        padding-right:40px;
    }

    .infopage-flex-wrap:not(.flowers):not(.iframe-wrap):not(.showroomboxhead):not(.projectsofamain){
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 1px solid #bdbdbd;
    }
    
    .infopage-flex-wrap:not(.desktop100){
        padding-left:40px;
        padding-right:40px;
    }

    .infopage-flex-box{
        width:50%;
    }

    .infopage-flex-box h3{
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 35px;
    }
    .infopage-flex-box h4{
        font-size: 24px;
        line-height: 33.6px;
        margin-bottom:10px;
    }
    .employees-wrap{
        margin:50px 0 10px 0;
    }
    .employees-wrap h3,
    .infopage-flex-iframebox h3,
    .create-furniture-wrap h3{
        font-size: 28px;
        line-height: 33.6px;
        text-align: center;
    }
    .employees-wrap p{
        font-size: 18px;
        letter-spacing: 0.72px;
        line-height: 32.4px;
        text-align: center;
    }

    .employees-boxes{
        margin:40px auto 0 auto;
    }

    .employees-box{
        width: calc(33.333% - 40px / 3);
        max-width: 265px;
        margin-bottom:40px;
    }
    .employees-box:nth-child(3n+1),
    .employees-box:nth-child(3n+2){
        margin-right:20px;
    }

    .employees-box .employees-desc{
        color: #333333;
        font-size: 14px;
        font-weight: 300;
        line-height: 25.2px;
    }
    .employees-box .employees-name{
        font-weight: 400;
        margin-top: 15px;
    }
    .employees-box .employees-spec{
        font-size: 18px;
        line-height: 21.6px;
    }

    .infopage-flex-box .btn-wrap{
        margin-top:20px;
    }

    .h3.desktop-hidden,
    .infopage-flex-box .infopage-flex-box-content-toggler{
        display: none;
    }    
}

@media screen and (max-width:979px){
    .box_infopage{
        margin-top:30px;
    }
    .infopage-flex-wrap{
        flex-wrap:wrap;
        margin-top:22px;
    }
    .infopage-flex-wrap.changeDirection{
        flex-direction: column-reverse;
    }
    .infopage-flex-wrap:not(.mobile100),
    .employees-wrap{
        padding:0 20px;
    }
    .infopage-flex-box{
        width:100% !important;
    }
    .infopage-flex-box.mobile-hidden,
    .employees-wrap.mobile-hidden,
    h3.mobile-hidden{
        display: none;
    }
    .infopage-flex-box h3,
    .infopage-flex-iframebox h3,
    .create-furniture-wrap h3,
    .h3.desktop-hidden{
        font-size: 18px;
        line-height: 25.2px;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
        color:#4f4f4f;
    }

    .infopage-flex-iframebox h3{
        text-align: center;
        padding:0 20px;
    }

    .infopage-flex-box h4{
        font-size: 14px;
        text-align: center;
    }

    .infopage-flex-box-content{
        margin-top: 25px;
    }

    .infopage-flex-box-content:not(.active){
        display:none;
    }

    .infopage-flex-box .infopage-flex-box-content-toggler{
        font-size:13px;
        line-height: 17.8px;
        width: 100px;
        margin: 20px auto 0 auto;
        padding: 11px 25px;
    }
    
    .mobile-border{
        border:none;
    }
    .employees-wrap{
        margin: 35px 0 5px 0;
        border-top: 1px solid #bdbdbd;
        padding-top:30px;
    }
    .employees-wrap h3{
        font-size: 18px;
        line-height: 25.2px;
        text-align: center;
        margin-bottom:20px;
    }
    .employees-wrap p{
        font-size: 14px;
        letter-spacing: 0.56px;
        line-height: 25.2px;
        text-align: center;
    }

    .employees-boxes{
        margin: 30px auto;
    }
    .employees-box{
        width: calc(50% - 10px);
        max-width: 265px;
        margin-bottom:10px;
    }
    .employees-box:nth-child(2n+1){
        margin-right:20px;
    }
    .employees-box .employees-desc{
        display: none;
    }
    
    .employees-box .employees-name{
        font-size: 20px;
        line-height: 24px;
    }
    .employees-box .employees-spec{
        font-size: 14px;
        line-height: 16.8px;
    }

    .infopage-flex-box .btn-wrap .btn{
        width: 100%;
    }
    .infopage-flex-wrap.only-mobile-border{
        border-bottom:1px solid #bdbdbd;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

/* custom */

.infopage-flex-wrap.flowers{
    background:#e8e9e7;
}

.infopage-flex-custom.flowers{
    max-width: 1600px;
    margin:0 auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.infopage-flex-custom.flowers p{
    color: #4f4f4f;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 0.48px;
    line-height: 36px;
    max-width: 500px;
}

.infopage-flex-iframebox{
    width: 100%;
}

.infopage-flex-iframebox .container-iframe{
    overflow:hidden;
    padding-top:56%; 
}

.infopage-flex-wrap.desktop100.mobile100{
    border:none;
}

.create-furniture-wrap{
    border-bottom: 1px solid #bdbdbd;
}

.projectsofamain{
    position: relative;
    max-width: 1920px;
    margin-left:auto;
    margin-right:auto;
}

.projectsofamain-textwrap{
    position: absolute;
    top:23%;
    left:10vw;
    color:white;
    max-width: 430px;
}

.projectsofamain-textwrap h2{
    font-weight: 400;
}

.projectsofamain-textwrap p{
    font-family: Montserrat,sans-serif;
    font-weight: 300;
}

.projectsofamain img{
    width: 100%;
}

.infopage-flex-wrap.fabric{
    border-top:1px solid #bdbdbd;
}

.infopage-showroom{
    max-width:1437px;
    margin: 0 auto 40px auto;
    display: flex;
}

.infopage-showroom-box{
    display: flex;
    flex-direction: column;
}

.infopage-showroom-box .showroom-info{
    flex-grow:1;
    background:white;
    padding-bottom: 30px;
    min-height: 500px;
}

.infopage-showroom-box .showroom-info em{
    color: #4f4f4f;
    font-size:16px;
    font-weight: 400;
    line-height: 27px;
    padding: 40px 30px 30px 30px;
    display: block;
}

.infopage-showroom-box .showroom-info strong,
.infopage-showroom-box .showroom-info p{
    color: #4f4f4f;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    line-height: 25.2px;
    padding: 0 30px;
}
.infopage-showroom-box .showroom-info p{
    margin-bottom:15px;
}

.infopage-showroom.owl-carousel .owl-stage .owl-item{
    transition:opacity 250ms linear;
}

.infopage-showroom.owl-carousel .owl-stage .owl-item:not(.active){
    opacity:0.4;
}

/* contact*/

.infopage-contact-box-50 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.infopage-contact-boxes em,
.infopage-contact-boxes h3,
.infopage-contact-boxes strong,
.infopage-contact-boxes p{
    padding: 0 30px;
}
.infopage-contact-boxes em,
.infopage-contact-boxes p{
    font-weight:300;
}

.infopage-contact-boxes em,
.infopage-contact-boxes p,
.infopage-contact-boxes strong{
    color: #4f4f4f;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    line-height: 19.6px;
}

.infopage-contact-boxes em{
    display: block;
    margin:40px 0 5px 0;
}

.infopage-contact-boxes h3{
    margin-bottom:30px;
}

.infopage-contact-boxes p{
    margin-bottom:25px;
}

.infopage-contact-cooperation-subboxhead,
.infopage-contact-cooperation-boxhead,
.infopage-contact-cooperation-boxes{
    max-width: 1437px;
    margin: 0 auto;
}
.infopage-contact-cooperation-boxhead{
    max-width: 900px;
}
.infopage-contact-cooperation-subboxhead{
    color: #4f4f4f;
    font-family: Montserrat,sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.infopage-contact-cooperation-box{
    background:white;
}

.infopage-contact-cooperation-box p{
    padding: 50px 30px 25px 30px;
    color: #4f4f4f;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22.4px;
}

.infopage-contact-cooperation-boxes .owl-stage .owl-item{
    transition: opacity 250ms linear;
}

.infopage-contact-cooperation-boxes .owl-stage .owl-item:not(.active){
    opacity:0.4;
}

.free-sampler-subboxhead{
    color: #4f4f4f;
    font-family: Montserrat,sans-serif;
    font-weight: 300;
    text-align: center;
}

.free-sampler-boxhead{
    color: #4f4f4f;
    font-weight: 400;
    text-align: center;
}

.infopage-flex-wrap.free-sampler{
    padding: 0 40px;
    overflow: hidden;
}

.infopage-flex-wrap.free-sampler .free-sampler-owl-item-img-wrap{
    height:calc( (100vw - 600px ) / 6);
    overflow: hidden;
}

@media screen and (max-width:1399px) and (min-width:1100px){
    .infopage-flex-wrap.free-sampler .free-sampler-owl-item-img-wrap{
        height:calc( (100vw - 540px ) / 4);
        overflow: hidden;
    }
}

@media screen and (max-width:1099px) and (min-width:980px){
    .infopage-flex-wrap.free-sampler .free-sampler-owl-item-img-wrap{
        height:calc( (100vw - 510px ) / 3);
        overflow: hidden;
    }
}

@media screen and (max-width:979px) and (min-width:768px){
    .infopage-flex-wrap.free-sampler .free-sampler-owl-item-img-wrap{
        height:calc( (100vw - 216px ) / 3);
        overflow: hidden;
    }
}
@media screen and (max-width:767px){
    .infopage-flex-wrap.free-sampler .free-sampler-owl-item-img-wrap{
        height:calc( (100vw - 190px ) / 2);
        overflow: hidden;
    }
}

.infopage-flex-wrap.free-sampler .owl-stage{
    display: flex;
    margin: 0 auto;
}

.free-sampler-owl-type{
    position: relative;
}
.free-sampler-owl-type > .owl-nav button:not(.disabled){
    position: absolute;
    top:calc(50% - 30px);
    transform:translateY(-50%);
    min-height: 64px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.free-sampler-owl-type > .owl-nav button span{
    flex-grow:1;
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
}

.free-sampler-owl-type > .owl-nav button.disabled{
    display: none;
}

.free-sampler-owl-type > .owl-nav button.owl-prev{
    left:-40px;
    border-top-right-radius:80px;
    border-bottom-right-radius:80px;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}
.free-sampler-owl-type > .owl-nav button.owl-next{
    right:-40px;
    border-top-left-radius:80px;
    border-bottom-left-radius:80px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}

.free-sampler-owl{
    overflow: hidden;
}

.free-sampler-owl-item{
    background:white;
}

.free-sampler-owl-item-img-wrap img{
    width: 100%;
    /* max-height: 130px; */
    object-fit: cover;
}

.free-sampler-owl p{
    color: #828282;
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 13px;
    text-align: center;
    padding: 15px 10px 15px 10px;
}

.free-sampler-owl .owl-dots{
    margin: 30px 0 0 0;
}

@media screen and (max-width:450px){
    .free-sampler-owl .owl-dots{
        margin-top:15px;
    }
}
.free-sampler-owl .owl-dots.disabled{
    display: none;
}

.free-sampler-owl > .owl-nav{
    display: none;
}

.free-sampler-owl .owl-dots button{
    border: 1px solid black;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin:0 3px;
    border-color:#828282;
    cursor: pointer;
}

.free-sampler-owl .owl-dots button.active span{
    width:12px;
    height:12px;
    margin: 0;
}
.free-sampler-owl .owl-dots button:not(.active) span{
    display: none;
}

@media screen and (min-width:980px){
    .free-sampler-subboxhead{
        /* font-size: 24px; */
        /* line-height: 34px; */
        font-size:18px;
        line-height: 25.2px;
    }
    .free-sampler-boxhead{
        /* font-size: 28px; */
        /* line-height: 36px; */
        font-size:24px;
        line-height: 33.6px;
        margin-bottom: 40px;
    }
    .free-sampler-owl{
        margin:0 180px;
    }
    .free-sampler-owl-type > .owl-nav button:not(.disabled){
        min-width: 170px;
        padding: 5px 20px;
    }
    .free-sampler-owl-type > .owl-nav button.owl-prev img{
        margin: 0 5px 0 16px;
    }
    .free-sampler-owl-type > .owl-nav button.owl-next img{
        margin: 0 16px 0 5px;
    }
}

@media screen and (max-width:979px){
    .infopage-flex-wrap.free-sampler{
     border-bottom:1px solid #bdbdbd !important;
     padding-bottom:30px;
     margin-bottom:30px;
    }
    .free-sampler-subboxhead{
        font-size: 14px;
        line-height: 21px;
    }
    .free-sampler-boxhead{
        font-size: 18px;
        line-height: 25.2px;
        margin-bottom: 30px;
    }
    .free-sampler-owl{
        margin:0 45px;
    }
    .free-sampler-owl-type > .owl-nav button:not(.disabled){
        width:58px;
        padding: 5px;
        justify-content: center;
    }
    .free-sampler-owl-type > .owl-nav > button span{
        display: none;
    }
}



@media screen and (min-width:1250px){
    .infopage-contact-cooperation-box p{
        min-height: 260px;
    }
}

@media screen and (max-width:1249px) and (min-width:1060px){
    .infopage-contact-cooperation-box p{
        min-height: 310px;
    }
}

@media screen and (max-width:1059px) and (min-width:980px){
    .infopage-contact-cooperation-box p{
        min-height: 360px;
    }
}

@media screen and (max-width:979px) and (min-width:768px){
    .infopage-contact-cooperation-box p{
        min-height: 365px;
    }
}

@media screen and (max-width:767px) and (min-width:600px){
    .infopage-contact-cooperation-box p{
        min-height: 280px;
    }
}

@media screen and (max-width:599px) and (min-width:500px){
    .infopage-contact-cooperation-box p{
        min-height: 425px;
    }
}

@media screen and (max-width:499px){
    .infopage-contact-cooperation-box p{
        min-height: 260px;
    }
}

@media screen and (min-width:980px){
    .infopage-contact-cooperation-boxhead{
        text-align: center;
        margin-bottom:50px;
    }
    .infopage-contact-cooperation-subboxhead{
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .infopage-contact-cooperation-subboxhead,
    .infopage-contact-cooperation-boxhead,
    .infopage-contact-cooperation-boxes{
        padding:0 40px;
    }
    .infopage-contact h3,
    .infopage-contact-boxes h3,
    .infopage-contact-cooperation-boxhead{
        color: #4f4f4f;
        font-size: 28px;
        font-weight: 400;
        line-height: 32px;
    }
    .infopage-contact > h3{
        padding:0px 20px 50px 20px;
        text-align: center;
    }
    .infopage-contact-boxes{
        display: flex;
        flex-wrap:wrap;
        padding: 0 40px;
        margin: 0 auto;
        max-width: 1437px;
    }   
    .infopage-contact-box-33{
        width:calc(100% / 3 - 25px);
        background:white;
        margin-right:50px;
        display: flex;
        flex-direction: column;
    }
    .infopage-contact-box-content{
        flex-grow:1;
    }
    
    .infopage-contact-box-66{
        background:white;
        width:calc(100% / 3 * 2 - 25px);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .infopage-contact-box-50{
        width:50%;
        display: flex;
        flex-direction: column;
    }
    .showroomboxhead{
        margin:50px 0 15px 0;
    }
    .infopage-showroom{
        padding: 0 40px;
    }
    .infopage-flex-wrap.fabric{
        padding-top: 50px;
    }

    .infopage-flex-wrap.fabric .infopage-flex-box:nth-child(1){
        margin-bottom: 25px;
    }
    .infopage-flex-wrap.fabric .infopage-flex-box:nth-child(2){
        padding-right:9.5px;
    } 
    .infopage-flex-wrap.fabric .infopage-flex-box:nth-child(3){
        padding-left:8px;
    }
    .infopage-flex-wrap.fabric .infopage-flex-box:nth-child(3) img:first-child{
        padding-bottom:15px;
    }

    .projectsofamain{
        margin-top:-40px;
        margin-bottom: 65px;
    }
    
    .infopage-flex-custom.flowers p{
        font-size:28px;
        letter-spacing: 0.84px;
        line-height: 46px;
    }

    .infopage-flex-custom.flowers{
        min-height: 500px;
        padding: 100px;
        background: url('/userdata/public/assets/scandicsofa/infopages/naszetkaniny3.png') transparent no-repeat right;
    }

    .infopage-flex-iframebox h3{
        padding:0px 20px 25px 20px;
        margin-top:0px;
    }
    .infopage-flex-iframebox .container-iframe{
        margin-bottom: 50px;
    }
    .projectsofamain-textwrap h2{
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 30px;

    }
    
    .projectsofamain-textwrap p{
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width:979px) and (min-width:768px){
    .projectsofamain{
        margin-top:-30px;
        margin-bottom:20px;
    }
}

@media screen and (max-width:979px){
    .onlymobileborder{
        border-top:1px solid #bdbdbd;
        padding-top: 35px !important;
        margin-top: 40px !important;
    }
    .infopage-contact-cooperation-boxhead{
        text-align: center;
        margin-bottom:35px;
    }
    .infopage-contact-cooperation-subboxhead{
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .infopage-contact-cooperation-boxes .owl-stage{
        padding-left:20px !important;
    }
    .infopage-contact-cooperation-subboxhead,
    .infopage-contact-cooperation-boxhead{
        padding: 0 20px;
    }
    .infopage-contact-cooperation-subboxhead{
        font-size:14px;
        line-height:21px;
    }
    .infopage-contact-boxes h3,
    .infopage-contact-cooperation-boxhead{
        color: #4f4f4f;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }
    .infopage-contact > h3{
        display: none;
    }
    .infopage-contact-boxes{
        flex-direction: column;
    }
    .infopage-contact-boxes iframe{
        display: none;
    }
    .infopage-contact-box-33,
    .infopage-contact-box-50{
        text-align: center;
    }
    .infopage-contact-box-33{
        border-bottom: 1px solid #bdbdbd;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .infopage-contact-box-50 img{
        max-height: 270px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .showroomboxhead{
        margin:15px 0 30px 0;
    }
    .infopage-showroom.owl-carousel .owl-stage{
        padding-left:20px !important;
    }
    .infopage-flex-wrap.fabric{
        padding-top: 23px;
    }
    .infopage-flex-wrap.fabric .infopage-flex-box,
    .infopage-flex-wrap.fabric .infopage-flex-box:nth-child(3) img:first-child{
        margin-bottom:15px;
    }

    .infopage-flex-wrap.flowers{
        padding:0px;
        margin-bottom: 30px;
    }
    .infopage-flex-custom.flowers p{
        position: relative;
        z-index: 1;
    }
    .infopage-flex-custom.flowers{
        text-align: center;
        min-height: 260px;
        padding: 30px 60px;
        position: relative;
        overflow: hidden;
    }
    .infopage-flex-custom.flowers:before{
        content:'';
        background:url('/userdata/public/assets/scandicsofa/infopages/flowersbg1.png') transparent no-repeat;
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: -200px;
        bottom: -45px;
    }

    .infopage-flex-custom.flowers:after{
        content:'';
        background:url('/userdata/public/assets/scandicsofa/infopages/flowersbg2.png') transparent no-repeat;
        display: inline-block;
        width: 119px;
        height: 100%;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .infopage-flex-iframebox h3{
        padding:0px 20px 30px 20px;
    }
    .infopage-flex-wrap~.two-bottom-banners{
        margin-top: 30px;
        border-top: 1px solid #bdbdbd;
        padding:30px 20px 0 20px;
    }
    .only-mobile-margin{
        margin-top:15px;
    }
    .projectsofamain img{
        min-height: 300px;
        object-fit: cover;
        filter:brightness(90%);
    }
    .projectsofamain-textwrap{
        left:0;
        padding:0 20px;
    }
    .projectsofamain-textwrap h2{
        font-size: 18px;
        line-height: 25.2px;
        margin-bottom: 25px;
    }
    
    .projectsofamain-textwrap p{
        font-size: 14px;
        line-height: 21px;
    }
}

@media screen and (max-width:767px){
    .projectsofamain{
        margin-top:-18px;
    }
}

@media screen and (max-width:500px){
    .projectsofamain img{
        min-height:auto;
        object-fit:cover;
    }
    .projectsofamain-textwrap{
        top: 50%;
        transform: translateY(-50%);
        text-align:center;
        width: 100%;
    }
    .projectsofamain-textwrap p{
        display: none;
    }
    .projectsofamain-textwrap h2{
        margin-bottom:0px;
        font-size:18px;
    }
}

/* blog */
.shop_news_list article{
    border-bottom:1px solid #BDBDBD;
}

.shop_news_list article .article_container .article-image-wrap{
    text-align: center;
}

.shop_news_list article .article_container .article-content h3,
.shop_news_list article .article_container .article-content p,
.shop_news_list article .article_container .article-content span{
    font-family: 'Poppins' !important;
    font-size:14px !important;
    line-height: 25.2px;
    font-weight: 300;
    color: #4F4F4F;
}

.shop_news_list article:nth-child(2n+1) .article_container{
    flex-direction: row-reverse;
}

.shop_news_list article .article_container a.readmore{
    padding:17px 55px;
}

#box_article{
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    border-bottom:1px solid #bdbdbd;
}

#box_article .article-imagewrap img{
    width: 100%;
}

#box_article .article-container{
    max-width:1320px;
    margin:120px 40px;
    background:white;
    padding:120px;
}

#box_article .article-container .article-name{
    text-align: center;
    font-size:28px;
    line-height: 50.4px;
    display: block;
    margin-bottom: 80px;
    color:#4F4F4F;
}

#box_article .article-container .article-content p{
    font-size:20px;
    line-height: 30px;
    font-weight: 300;
    font-family: Montserrat,sans-serif;
    margin-bottom:35px;
}

#box_article .article-container .article-content strong{
    font-size:24px;
}

/* #box_article ~ .box_custom .custom-wrap{
    max-width:100% !important;
}  */

#box_article ~ .box_custom .custom-wrap .owl-carousel-box-mamezi .products{
    margin-left:0 !important;
}

#box_article ~ .box_custom .custom-wrap .owl-carousel-box-mamezi{
    margin:50px 0;
}

@media screen and (min-width:768px){
    .shop_news_list article{
        padding:0 70px;
    }
    .shop_news_list article .article_container{
        max-width:1680px;
        margin: 80px auto;
        display: flex;
    }
    
    .shop_news_list article .article_container > div{
        width:50%;
    }

    .article-name-mobile{
        display: none;
    }
    .shop_news_list article .article_container .article-header a{
        color: #4F4F4F;
        font-size:36px;
        line-height: 47px;
        display: block;
        max-width: 700px;
        margin-bottom:40px;
    }
    .shop_news_list article .article_container .article_content{
        padding:0 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .shop_news_list article .article_container .article-content{
        margin-bottom:35px;
    }
    #box_articlelist .floatcenterwrap{
        padding-top:50px;
    }
    #box_article .article-imagewrap{
        position: absolute;
        width: 100%;
        z-index: -1;
        max-height: 500px;
        overflow: hidden;
        max-width: 1600px;
    }
}
@media screen and (max-width:767px){
    .article-name-mobile{
        font-size:24px;
        line-height: 33.6px;
        font-family: 'Poppins';
        color:#4f4f4f;
        text-align:left;
        display: block;
        margin:25px 20px;
    }
    .shop_news_list article .article_container .article-header{
        display: none;
    }
    .shop_news_list article .article_container .article_content{
        padding:0 20px;
    }
    .shop_news_list article .article_container a.readmore{
        margin-bottom: 30px;
        display: block;
    }
    .shop_news_list article .article_container .article-content{
        margin-bottom:20px;
    }
    .shop_news_list article .article_container .article_content{
        margin-top: 18px;
    }
    #box_articlelist .floatcenterwrap{
        margin: 45px 0 !important;
    }    
    #box_article{
        margin-top:20px;
        padding-bottom: 50px;
        flex-direction: column;
    }
    #box_article .article-container{
        margin:0;
        padding:50px 25px;
    }
}

/* poprawki 7.10 */
.free-sampler-toggler{
    text-align: center;
    margin:10px 0 0px 0;
}
.free-sampler-toggler .btn{
    margin-bottom:0px;
}
.free-sampler-toggler a{
    color:#4F4F4F;
}

@media screen and (max-width:979px){
    .mobile-none{
        display: none;   
    }
    .mobile-border{
        border-top:1px solid #bdbdbd !important;
        padding-top:30px !important;
    }
}
@media screen and (min-width:980px){
    .desktop-none{
        display: none !important
    }
}
@media screen and (max-width:767px){
    .free-sampler-toggler{
        display: none;
    }
}

/* poprawki */

#box_basketfinal form button{
    transition: 250ms;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    background: transparent;
    display: inline-block;
    padding: 16px 40px;
    margin: 10px 0;
    cursor: pointer;
    border: none;
    color: #4f4f4f;
    background-color: #d9ca94;
    padding: 16px 40px;
    box-shadow: none;
}
#box_basketfinal form button:hover{
    background: #333333;
    color: #d9ca94;
}

@media screen and (min-width:980px){
    .shop_basket_step2 .social-login-buttons{
        display: flex;
        justify-content: space-between;
        text-align: center;
        width: calc(100% / 3 - (50px / 3));
        float: right;
        margin-top: 16px;
    }
    .shop_basket_step2 .social-login-buttons .social-btn{
        padding:0 10px;
        max-width:49%;
        flex-grow:1;
    }
}
@media screen and (max-width:767px){
    /* #cart-options .summary-wrap .buttons button,
    .basket-step-border .innerbox > .register > form button, .basket-step-border .innerbox > .basket-no-register > form button,
    .basket-step-border .innerbox > .login > form button,
    .shop_basket_step2 .social-login-buttons .btn, .shop_basket_step2 .social-login-buttons a,
    #box_basketaddress .bottombuttons button,
    #box_basketsummary form .bottombuttons button{
        padding:7.5px 27px;
        font-size:14px;
    }
    .shop_basket_step2 .social-login-buttons .btn, .shop_basket_step2 .social-login-buttons a{
        font-size:14px;
        height:auto;
        display: block;
        text-align: center;
        padding:14px 27px;
    }
    */
    #cart-options .summary-wrap .buttons span.forward button{
        margin-bottom:0px;
    }
}

/* 16.11 */
#infopage13 .resetcss > div:nth-last-child(2){
    border-bottom:1px solid #bdbdbd;
    margin-bottom: 50px;
}

/* 14.12 */
.shop_infopage#shop_infopage14 .centercol{
    margin-top:0px;
}
.shop_infopage .box_infopage#infopage14{
    padding-left:0px !important;
    padding-right:0px !important;
    max-width:100%;
}
.friendly_banner{
    position: relative;
    z-index: 0;
    margin: 0 auto 60px auto;
    max-width:1920px;
}

.friendly_banner_imgwrap{
    display: flex;
}

.friendly_banner_inner{
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    transform: translateY(-50%);
}

.friendly_banner_inner h2{
    font-size:28px;
    line-height: 40px;
    letter-spacing: 0.5px;
    font-weight:200;   
    color:#333;
    max-width:300px;
    position: relative;
    padding-bottom:18px;
    margin-bottom:28px;
}

.friendly_banner_inner h2:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:158px;
    display: inline-block;
    height: 1px;
    background:#333;
}
.friendly_banner_inner p{
    font-size:16px;
    line-height: 24px;
    font-weight:300;
    color:#4f4f4f;
    max-width:300px;
}

@media screen and (max-width:979px){
    .box_infopage#infopage14{
        margin-top:0px;
    }
    .friendly_banner{
        margin-bottom:30px;
    }
    .friendly_features{
        padding-bottom:0px !important;
    }
}
@media screen and (min-width:451px){
    .friendly_banner:after{
        content:'';
        position:absolute;
        top:0;
        left:0;
        bottom:0;
        width:50%;
        background: linear-gradient(81.38deg, #FFFFFF 52.21%, rgba(255, 255, 255, 0) 82.36%);
        opacity: 0.8;
        pointer-events: none;
    }
    .onlymobile{
        display: none !important;
    }
}
@media screen and (max-width:767px) and (min-width:451px){
    .friendly_banner_imgwrap{
        min-height:280px;
    }
    .friendly_banner_imgwrap img{
        width:100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
    }
}
@media screen and (max-width:450px){
    .friendly_banner:after{
        content:'';
        position:absolute;
        top:0;
        left:0;
        right:0;
        width:100%;
        height: 70%;
        background: linear-gradient(180deg, #FFFFFF 54.72%, rgba(255, 255, 255, 0) 84.88%);
        opacity: 0.8;
        pointer-events: none;
    }
    .friendly_banner_inner {
        transform:none;
        top:50px;
    }
    .friendly_banner_inner h2{
        font-size:18px;
        line-height: 26px;
        margin-bottom:16px;
        padding-bottom:14px;
    }
    .friendly_banner_inner h2 span{
        display: block;
    }
    .friendly_banner_inner h2:after{
        width:150px;
        left:auto;
        transform:translateX(-50%);
    }
    .friendly_banner_inner p{
        font-size:12px;
        line-height: 18px;
    }

    .friendly_banner_inner > .container{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .onlydesktop{
        display: none !important;
    }
}

/* ----- friendly features ----- */

#shop_infopage14 .free-sampler{
    border-bottom:none !important;
    padding-bottom:10px;
}
.friendly_features{
    border-bottom:1px solid #BDBDBD;
    margin-bottom:50px;
    padding-bottom:60px;
}

.friendly_features > .container{
    display: flex;
}

.friendly_features_box{
    width:25%;
    display: flex;
    flex-direction: column;
    padding-right:3%;
    box-sizing: border-box;
}

.friendly_features_imgwrap{
    width:70px;
    height: 70px;
    border-radius:10px;
    border:1px solid #c4c4c4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.friendly_features_inner h3{
    margin-top:0px;
    margin-bottom: 15px;
    font-size:16px;
    line-height: 22.4px;
    font-weight:700;
    letter-spacing:0.8px;
    color:#4f4f4f;
}

.friendly_features_inner p{
    font-size:14px;
    line-height: 19.6px;
    font-weight:400;
    color:#4f4f4f;
    max-width:266px;
}

@media screen and (max-width:979px){
    .friendly_features > .container{
        flex-wrap:wrap;
    }
    .friendly_features_box{
        width:50%;
        margin-bottom:35px;
    }
}
@media screen and (min-width:451px){
    .friendly_features_inner h3 span{
        display: block;
    }
}
@media screen and (max-width:450px){
    .friendly_features_box{
        width:100%;
        padding-right:0px;
        flex-direction: row;
    }
    .friendly_features_imgwrap{
        min-width:50px;
        width:50px;
        height:50px;
        margin-right:20px;
    }
    .friendly_features_imgwrap img{
        max-width:35px;
        max-height:35px;
    }

    .friendly_features_inner h3{
        font-size:14px;
        line-height: 16.8px;
        margin-bottom: 10px;
    }
    .friendly_features_inner p{
        max-width:100%;
        font-size:13px;
        line-height: 19.5px;
    }
    #shop_infopage14 .free-sampler{
        padding-bottom:0px;
    }
}

/* ----- FRIENDLY RULES ----- */
.friendly_rules{
    background:#E8E9E7;
    margin-bottom:333px;
}

.friendly_rules > .container{
    display: flex;
    flex-wrap:wrap;
}
.friendly_rules .head{
    font-size:18px;
    line-height: 25.2px;
    font-weight:300;
    width:100%;
    color:#4f4f4f;
    text-align: center;
    margin:50px 0 15px 0;
}

.friendly_rules h3{
    font-size:24px;
    line-height: 33.6px;
    color:#4f4f4f;
    text-align:center;
    width:100%;
    font-weight: 400;
}

.friendly_rules_imgwrap,
.friendly_rules_inner{
    width:50%;
}

.friendly_rules_inner{
    margin-top: 45px;
}
.friendly_rules_inner ul{
    list-style:none;
    margin-bottom:66px;
}

.friendly_rules_inner ul li{
    position: relative;
    padding-left:62px;
    font-size:14px;
    line-height: 22.68px;
    font-weight:300;
    color:#4f4f4f; 
    margin-bottom: 30px;
    max-width:532px;
}
.friendly_rules_inner ul li strong{
    font-weight:700;
    display: block;
}
.friendly_rules_inner ul li:before{
    content:'';
    position: absolute;
    top:6px;
    left:0px;
    background:url('/userdata/public/assets/przyjazne_zwierzetom/listitem.svg') transparent no-repeat;
    width: 29px;
    height: 25px;
    display: inline-block;
}

.friendly_rules_imgwrap{
    display: flex;
    justify-content: center;
    position: relative;

}
.friendly_rules_imgwrap img{
    position: absolute;

}
@media screen and (min-width:1380px){
    .friendly_rules_imgwrap img{
        width:639px;
        min-width:639px;
    }
}
@media screen and (max-width:1379px) and (min-width:980px){
    .friendly_rules_imgwrap img{
        width:500px;
        min-width:500px;
        bottom:-260px;
    }
}
@media screen and (max-width:979px){
    .friendly_rules{
      margin-bottom: 160px;  
    }
    .friendly_rules > .container{
        flex-direction: column;
        position: relative;
        padding-bottom:220px;
    }
    .friendly_rules .head{
        order:1;
        font-size:14px;
        margin-top: 30px;
    }
    .friendly_rules .head h3{
        font-size:18px;
    }
    .friendly_rules_inner{
        order:2;
        width:100%;
        margin-top: 15px;
    }
    .friendly_rules_inner ul li{
        max-width:100%;
        font-size:13px;
        line-height: 21.06px;
        margin-bottom: 12px;
    }
    .friendly_rules_imgwrap{
        order:3;
        position: absolute;
        bottom:-155px;
        left:50%;
        width:100%;
        transform:translateX(-50%);
        width:300px;
        height:420px;
    }
}

/* paczkomaty */

.inpost_paczkomaty_machines{
    margin-top:16px;
}
.inpost_paczkomaty label, .inpost_paczkomaty p, .inpost_paczkomaty span{
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 20px;
    color: #676767;
}

.js__show-more-machines{
    padding: 8px 0;
    text-decoration: underline;
    display: block;
}

.inpost_paczkomaty_machines .near{
    display: block;
}

.inpost_paczkomaty .checkbox-wrap{
    margin-bottom: 0;
}