.owl-carousel__progress {
    width: 100%;
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center
}

.owl-carousel__progress button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e20710;
    padding: 0;
    border: 0;
    margin: 2px 3px
}

.owl-carousel__progress button:not(.active) {
    opacity: .3
}

.owl-carousel__item {
    transition: all .3s ease-in-out;
    margin-bottom: 0 !important
}

.owl-carousel__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2
}

.owl-carousel__nav .owl-carousel__btn {
    position: absolute;
    height: 40px;
    margin-left: 5px;
    border: none;
    top: 50%;
    transform: translateY(-20px)
}

.owl-carousel__nav .owl-carousel__progress {
    margin-right: 20px
}

.owl-carousel__btn {
    min-width: 40px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0px;
    z-index: 40;
    padding: 0;
    opacity: 0;
    background: transparent
}

.owl-carousel__btn.noactive {
    opacity: .1 !important
}

.owl-carousel__btn:before {
    display: block;
    min-width: 14px;
    width: 14px;
    height: 14px;
    content: "";
    border-left: 3px solid #e20710;
    border-bottom: 3px solid #e20710;
    transition: opacity .3s ease-in-out;
    margin-bottom: 40px;
    margin-left: 10px;
    transform: rotate(225deg)
}

.owl-carousel__btn.owl-carousel__btn--left {
    right: initial !important;
    left: 0px
}

.owl-carousel__btn.owl-carousel__btn--left:before {
    transform: rotate(45deg)
}

@media(max-width: 0) {
    .owl-carousel__btn {
        right: 0px;
        transform: scale(0.9)
    }
    .owl-carousel__btn.owl-carousel__btn--left {
        left: 0px
    }
}

.is--desktop .owl-carousel__btn:hover:before {
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.36))
}

.owl-carousel--loop,
.tab-owl-carousel--loop {
    position: relative;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px
}

.owl-carousel__row {
    flex-wrap: nowrap;
    overflow: hidden;
    padding-bottom: 10px
}

.box2__figure {
    height: 0;
    padding-top: 60%;
    position: relative
}


.owl-carousel__row{
    display:flex;    
}
.owl-carousel__row:after{
    content:none;
}
.owl-carousel__row:before{
    content:none;
}

.owl-carousel__row li{
    border-bottom:0;
}
.owl-carousel__row.row--10{
    margin-left:-10px;
    margin-right:-10px; 
}
.owl-carousel__row.row--10 [class*="col-"]{
    padding-left:10px;
    padding-right: 10px;
}


.owl-carousel__row .col-xs-6 {
    width: 50%;
    flex: 0 0 50%;
}


@media (min-width: 768px)
{.owl-carousel__row .col-sm-4 {
     width: 33.33333333%;
     flex: 0 0 33.33333%;
 }}

@media (min-width: 992px){
    .owl-carousel__row .col-md-3 {
        width: 25%;
        flex: 0 0 25%;
    }
}
@media (max-width: 992px){
    .owl-carousel__progress{
        display:none;
    }
}



#metodyWysylki, #metodyPlatnosci{
    margin-bottom:35px;
}

.form-radio{
    position: relative;

    display: block;
}

.form-radio input{
    position: absolute;
    z-index: -1000;
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-radio label{
    padding: 5px 5px 5px 25px;
    font-size: 14px;
    width: 100%;
    display: block;
    color: #000;
    cursor: pointer;
    text-transform: initial; 
    font-weight:400;
    margin-bottom:0;
}

.form-radio label:before{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 6px;
    left: 0;
    border: 1px solid #e20710;
}

.form-radio input[type="radio"]+label:before {
    top: 5px;
    border-radius: 50%;
}   
.form-radio input:checked+label:after {
    content: "";
    display: block;
    width: 12px;
    height: 9px;
    position: absolute;
    top: 7px;
    left: 4px;
    transform: rotate(-55deg) skew(-25deg);
    border-bottom: 3px solid #e20710;
    border-left: 3px solid #e20710;
}

.form-radio input[type="radio"]:checked+label:after {
    height: 8px;
    width: 8px;
    border: none;
    background: #e20710;
    border: none;
    border-radius: 50%;
    transform: none;
    top: 10px;
    left: 5px;
}

#paczkomat_box{
    display:none;
   padding-left:25px;    
}
#paczkomat-selected{
    font-weight:600;
    font-size:13px;    
}
#paczkomat_box button{
     margin-top:10px;
}

#paczkomat_box button img{
 width:60px;
 margin-left:10px;
   
}


#widget-modal:before{
    content:"";
    position:absolute;
    display:block;
    width:100vw;
    height:100vh;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background:rgba(0,0,0, 0.6);
}

.widget-modal .widget-modal__topbar { 
    position: relative;
    z-index: 10;
}

.dostawy-opis{
    padding-left: 25px;
    font-size:11px;
    margin-bottom:5px;
}