	
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@charset "UTF-8";

.page-my-account #content .links a {
    text-align:center;
    display:inline-block;
    font-size:1rem;
    font-weight:700;
    text-transform:uppercase;
    color:#7a7a7a;
    padding:0 12px;
    text-decoration:none;
	width: 33.333333%;
}
.page-my-account #content .links a span.link-item {
    display:block;
    height: 100%;
    box-shadow: none;
    background-color: #fff;
    padding: 16px 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: 2px solid #ececec;
    align-content: flex-start;
	position: relative;
}
.page-my-account #content .links a:hover span.link-item {
	border: 2px solid #164a98;
}
.page-my-account #content .links a:hover .title {
    color: #164a98;
}
.page-my-account #content .links a i{
    display:block;
    font-size: 3.5rem;
    color: #232323;
    padding-bottom: 0;
    width: 30px;
    height: 32px;
    float: left;
}
.page-my-account #content .links a:hover {
    color:#232323;
}
.page-my-account #content .links a:hover i{
    color: #164A98;
    text-decoration:none;
}
@media(max-width:767px){
    .page-my-account #content .links a{width:50%}
}

.page-addresses .address {
    display: flex;
    flex-wrap: nowrap;
    margin: 10px;
    background-color: #f3f3f3;
    box-shadow: unset;
    border: 1px solid #d5d5d5;
    border-radius: 3px;

}
.page-addresses .address .address-body {
    width: 90%;
}

.page-addresses .address .address-footer {
    padding: unset;
    border: unset;
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    width: 10%;
    align-items: center;
}

.page-addresses .address .address-footer a i {
    font-size: 1.8rem;
}
.page-addresses .address .address-footer a i:hover{
    color: #164A98;
}
.page-addresses .address .address-footer a {
    color: #919191;
    margin-top: .3rem;
    margin-right: 0;
    position: relative;
}
.page-addresses .address .address-footer a:first-child{
    margin-top: 0;
}
.page-addresses .address .address-footer a span:not(.zip) {
    position: absolute;
    left: calc(100% + 30px);
    bottom: 0;
    padding: 10px 10px 10px 0;
    background-color: #c5c5c5;
    min-width: 180px;
    text-align: center;
    display: none;
    z-index: 10;
}
.page-addresses .address .address-footer a span:not(.zip):after{
    content: '';
    position: absolute;
    width: auto;
    height: auto;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #c5c5c5;
    top: 0;
    left: -20px;
}
.page-addresses .address .address-footer a i:hover~span{
    display: block;
}


.page-addresses .address {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    background-color: #f6f6f6;
    box-shadow: unset;
    border: 2px solid #d5d5d5;
    border-radius: 3px;
    position: relative;
}
.page-addresses .address .address-body {
    width: 80%;
}
.page-addresses .address .address_default, .address_title.address_default
{
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    background-color: #cdcdcd;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
}
#opc_wrapper.page-addresses .address .address_default,
#opc_wrapper .address_title.address_default {
text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 10px;
    position: relative;
    bottom: 0;
    font-family: 'OpenSansBold';
    color: #333333;
    width: auto;
    float: left;
	font-weight: normal;
}
.address_title.address_default
{

}

.page-addresses .address .address-footer {
    padding: unset;
    border: unset;
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    width: 20%;
    align-items: center;
    padding-right: 10px;
}

.page-addresses .address .address-footer a i {
    font-size: 1.8rem;
}
.page-addresses .address .address-footer a i:hover{
    color: #164A98;
}
.page-addresses .address .address-footer a {
    color: #919191;
    margin-top: .3rem;
    margin-right: -17px;
    position: relative;
}
.page-addresses .address .address-footer a:first-child{
    margin-top: 0;
}
.page-addresses .address .address-footer a span:not(.zip) {
    position: absolute;
    left: calc(100% + 30px);
    bottom: -5px!important;
    padding: 5px 5px 5px 5px;
    background-color: #c5c5c5;
    min-width: 180px;
    text-align: center;
    display: none;
    z-index: 10;
}
.page-addresses .address .address-footer a span:not(.zip,.hover) {
	bottom: -2px!important;
}
.page-addresses .address .address-footer a span:not(.zip):after{
    content: '';
    position: absolute;
    width: auto;
    height: auto;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #c5c5c5;
    top: 0;
    left: -15px;
}
@media(max-width:1300px){
    .page-addresses .address .address-footer a span {
        left: -200px;
        bottom: -4px;
    }
}

.page-addresses .address .address-footer a i:hover~span{
    display: block;
}


.page-addresses .addresses-footer{
      margin:0;
  }
.page-addresses .addresses-footer .address{
    background-color: #fff;
    min-height: calc(100% - 20px);
}
.page-addresses .addresses-footer .nowy-adres{
    width: 100%;
    min-height: 255px;
    padding: 10px;
}
.page-addresses .addresses-footer .nowy-adres div{
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    background-color: #fefffe;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.page-addresses .addresses-footer .nowy-adres div a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    text-decoration: none;
    color: #164A98;
}

.page-addresses .addresses-footer .nowy-adres div .material-icons{
    width: 100%;
    font-size: 6rem;
    text-align: center;
    color: #164A98;
}
.page-addresses .addresses-footer .nowy-adres div .nowy-adres-tekst{
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 13px;
    font-weight: 600px;
}

/* ---------------- */

#history .my-account-itembody{
    display: inline-block;
	margin-bottom: 50px;
}
#history .search_fields form{
    display: flex;
    flex-wrap: nowrap;
    color: #000;
    font-family: "OpenSans";
    margin-bottom: 5px;
}
#history .search_fields form .form-control{
    background-color: #efefef;
    color:#000;
    font-size: 14px;
    font-family: "OpenSans";
}
#history .search_fields form input{
    padding: 5px;
    border-color: rgba(0,0,0,.25);
}
#history .search_fields form input[type=submit]{
    padding: 0px;
    font-family: "OpenSans";
}
#history .search_fields form .hist-search-1{
    width: 70%;
}
#history .search_fields form .hist-search-1 div{
    margin-bottom: 10px;
}
#history .search_fields form .hist-search-1 .search_numer{
    width: 88%;
    display: inline-block;
}
#history .search_fields form .hist-search-1 .btn-primary{
    width: 12%;
}
#history .search_fields form .hist-search-1 .hist-search-date{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
#history .search_fields form .hist-search-1 .hist-search-number{
    display: flex;
}
body#history .search_fields form .hist-search-1 .search_data {
    width: 130px;
    padding: 10px 23px;
    height: 48px;
	font-size: 14px;
}
#history .search_fields form .hist-search-2{
    width: 30%;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#history .search_fields form .hist-search-2 .btn-primary{
    width: auto;
    max-width: 130px;
    padding-left: 10px;
    padding-right: 10px;
}
#history .search_fields form .hist-search-2 .search_status{
    text-transform: uppercase;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}


#history .table{
    line-height: 1.2em;
}
#history .table tbody tr:nth-child(even){
    background-color: #f1f1f1;
}


#history .table tbody .status-ikona{
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 0px;
    box-shadow: none;
}
#history .table tbody .status-opis {
    color: #232323;
    font-size: 14px;
}

#history .table tbody .status-grupa{
    display: flex;
    align-items: center;
	padding-left: 7px;
}
@media(max-width:768px){
    main > #notifications
    {
      float: left;
	  width: 100%;
      margin-top: 0px;
      margin-bottom: 0px;
    }
	.alert.errorsbig.fixed
	{
		/*top:54px !important;*/
		top:0px !important;
	}
    #history .search_fields form .hist-search-1{
        width: 100%;
    }
    #history .search_fields form .hist-search-2{
        width: 100%;
        margin-left: 0;
        flex-direction: column-reverse;
    }
    #history .search_fields form .hist-search-2 .search_status{
        margin-bottom: 10px;
    }
    #history .search_fields form{
        flex-wrap: wrap;
    }
    #history .search_fields form .hist-search-1 .hist-search-date{
        flex-wrap: wrap;
    }
    #history .search_fields form .hist-search-1 .hist-search-date .search_label{
        width: 100%;
    }
    #history .search_fields form .hist-search-1 .btn-primary {
        width: 78px;
    }
    #history .search_fields form .hist-search-2 .btn-primary{
        margin-bottom: 10px;
    }
}



.page-order-detail .my-account-itembody{
    display:inline-block
}
.page-order-detail .box{
    box-shadow: unset;
    border-radius:3px;
    padding: unset;
    font-family: "OpenSans";
    line-height: 1.6em;
    color: #000;
}
.page-order-detail .box .single-box {
    border: 1px solid #dfdfdf;
    border-radius:3px;
    background-color: #edebeb;
}
.page-order-detail .box .single-box .w1 {
	height: 46px;
    line-height: 27px;
    overflow: hidden;
}
.page-order-detail .box .single-box .w2,
.page-order-detail .box .single-box .w4,
.page-order-detail .box .single-box .w5,
.page-order-detail .box .single-box .w6,
.page-order-detail .box .single-box .w7 {
	height: 47px;
    line-height: 27px;
    overflow: hidden;
}
.page-order-detail .box .single-box .w7 {
	height: 100%;
}
.page-order-detail .box .single-box .w3 {
    height: 100%;
}
.page-order-detail .box .single-box .w3.more-rows {
    height: 47px;
}
.page-order-detail .box .single-box,
body#order-detail .box .single-box-2 {
	overflow: hidden;
}
.page-order-detail .box .single-box > div > div {
    padding: 10px;
    padding-left: 26px;
	letter-spacing: 0.5px;
}
.page-order-detail .box .single-box > div > div p:last-child{
    margin-bottom: 0;
}

.page-order-detail .box .single-box-1 h4{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.page-order-detail .box .single-box-1 p{
    font-family: "OpenSans";
    margin-bottom: 5px;
    font-weight: bold;
}
.page-order-detail .box .single-box-1 p>span,
.page-order-detail .box .single-box-1 h4>span{
    width: 40%;
    float: right;
    font-weight: normal;
}

.page-order-detail .box .single-box-2 {
    padding: 15px;
}
.page-order-detail .box .single-box-2 span{
    padding: 10px 30px;
    border-radius: 3px;
    margin-left: 10px;
    text-transform: none;
    text-align: center;
}
.page-order-detail .box .row {
    display: flex;
    flex-wrap: wrap;
}
.page-order-detail .order-infos .box .row {
	display: block;
}
body#order-detail.page-order-detail .box .single-box-2.zapytanie .w1 {
	height: 176px;
}
body#order-detail.page-order-detail .box .single-box-2.zapytanie .w1 .right {
	/*padding: 5px 10px;*/
	padding: 8px 24px;
}

.page-order-detail .addresses {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.page-order-detail .addresses .single-box{
    border: 1px solid #dfdfdf;
    border-radius:3px;
}
.page-order-detail .addresses .single-box address{
    margin-bottom: 0;
}
.page-order-detail .addresses .single-box>article{
    margin: unset;
    display: inline-block;
    padding: 10px;
    padding-left: 15px;
}
.page-order-detail .addresses .single-box>article h4{
    text-transform: uppercase;
    font-weight: unset;
    font-size: 14px;
    margin-bottom: 20px;
}

.page-order-detail .addresses .single-box-left{
    width: 60%;
}
.page-order-detail .addresses .single-box-right{
    width: calc(40% - 15px);
    margin-left: 15px;
}
@media(max-width: 992px){
    .page-order-detail .box .row{
        justify-content: center;
    }
    .page-order-detail .box .single-box-1,
    .page-order-detail .box .single-box-2,
    .page-order-detail .addresses .single-box-left,
    .page-order-detail .addresses .single-box-right{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .page-order-detail .box .single-box-1,
    .page-order-detail .addresses .single-box-left{
        margin-bottom: 15px;
    }
}

.order-podsumowanie{
    margin-left: auto;
    width: max-content;
    border: 1px solid #dfdfdf;
    border-radius:3px;
    background-color: #fcfcfc;
    margin-top: 15px;
    margin-bottom: 15px;
    min-width: 380px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 20px;
	line-height: 1.6em;
}
.order-podsumowanie table td{
    font-size: 16px;
    color:#000;
    line-height: 1.6em;
}
.order-podsumowanie table td.row-1{
    width: 280px;
    text-align: start;
}
.order-podsumowanie table td.row-2{
    width: 100px;
    text-align: end;
}
.order-podsumowanie table tr.line-total{
    font-weight: bold;
}
table#order-products{
    line-height: 1.2em;
}
table#order-products .grupa-ikona .status-ikona{
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0px 2px 5px rgba(255,255,255,0.7) inset;
    margin-right: 10px;
}
body#order-detail table#order-products .grupa-ikona .status-ikona{
	border-radius: 0px;
    box-shadow: none;
	margin-right: 4px;
}
table#order-products .grupa-ikona {
    display: flex;
    align-items: center;
}
table#order-products td{
    vertical-align: middle;
}
table#order-products .check-table{
    border-right: unset;
    padding-right: 0.2em;
}
table#order-products .check-table + th,
table#order-products .check-table + td{
    border-left: unset;
}
table#order-products .tyt-prod,
table#order-products .tyt-prod a{
    color: #164a9b;
    text-decoration: none;
}

@media(max-width: 767px){
    .order-podsumowanie{
        display: none;
    }
}


.page-order-detail .messages h3{
    font-weight: normal;
    text-transform: none;
    margin-bottom: .5rem;
    font-size: 14px;
}
.page-order-detail .messages .message>div{
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    font-size: 13px;
    width: 100%;
    padding: 10px;
    padding-left: 15px;
}




.page-order-detail .box-faktury>ul{
    display: flex;
    color:#000;
	line-height:35px;
}
.page-order-detail .box-faktury>ul a{
    color:#000;
    position: relative;
    text-decoration: underline;
}
.page-order-detail .box-faktury>ul .single-box-left{
    width: 60%;
	width: 67%;
    border: 1px solid #dfdfdf;
    border-radius:3px;
    padding: 10px;
    padding-left: 15px;
}
.page-order-detail .box-faktury>ul .single-box-right{
    width: calc(40% - 15px);
	width: calc(33% - 10px);
    margin-left: 15px;
    border: 1px solid #dfdfdf;
    border-radius:3px;
    padding: 10px;
    padding-left: 15px;
}
.page-order-detail .box-faktury>ul .single-box-left>h4,
.page-order-detail .box-faktury>ul .single-box-right>h4{
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;

}
.page-order-detail .box-faktury>ul .single-box-left ul li a::before,
.page-order-detail .box-faktury>ul .single-box-right ul li a::before{
    content:'';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom:0;
    color:#000;
    background-color: #dfdfdf;

}


@media(max-width: 992px){
    .page-order-detail .box-faktury>ul{
        justify-content: center;
        flex-wrap: wrap;
    }
    .page-order-detail .box-faktury>ul .single-box-right,
    .page-order-detail .box-faktury>ul .single-box-left{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .page-order-detail .box-faktury>ul .single-box-left{
        margin-bottom: 15px;
    }
}


.page-order-detail .box-faktury .box-zapytania-numer p{
    text-transform:uppercase;
    margin-bottom: 0.2em;
    font-family: "OpenSans";
}
.page-order-detail .box-faktury .box-zapytania-numer p.dane{
    text-transform:none;
    font-weight: bold;
}
.page-order-detail .box-faktury .box-zapytania-oferta>p{
    font-weight: bold;
    margin-bottom: 20px;
    text-transform:uppercase;
    font-family: "OpenSans";
}
.page-order-detail .box-faktury .box-zapytania-oferta address{
    margin-bottom: 0;
}


.moje-koszyki{
    display: flex;
    flex-wrap: wrap;
}
.moje-koszyki .box-left p
{
	width:85%;
	line-height:30px;
	border-bottom:1px solid #cdcdcd;
}
.moje-koszyki .box-left p:last-child
{
	border-bottom:0px solid #cdcdcd;
}
.moje-koszyki p,
.moje-koszyki a{
    font-family: "OpenSans";
    font-size:13px;
    margin-bottom: 0px;
    color:#000;
}
.moje-koszyki .single-koszyk {
    background-color: #edebeb ;
    margin-bottom: 15px;
    margin-right: 15px;
    border: 1px solid #d5d5d5;
    border-radius:3px;
    min-height: 235px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.moje-koszyki .single-koszyk:nth-child(3n+0)
{
	margin-right: 0px;
}
.moje-koszyki .nowy-koszyk{
    background-color: #fff;
}
.moje-koszyki .nowy-koszyk a{
    padding:10px;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.moje-koszyki .nowy-koszyk .content-box{
    background-color: #fefffe;;
    border: 1px solid #f3f3f3;
    width: 100%;
    height: 100%;
}
.moje-koszyki .nowy-koszyk .content-box .box-nowy-koszyk{
    display:flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.moje-koszyki .nowy-koszyk .content-box .box-nowy-koszyk .box-icon{
    width: 100%;
}
.moje-koszyki .nowy-koszyk .content-box .box-nowy-koszyk .box-icon i{
    width: 100%;
    color: #929292;
    font-size: 4.5rem!important;
    text-align: center;
}
.moje-koszyki .nowy-koszyk:hover .content-box .box-nowy-koszyk .box-icon i
{
	color: #164A98;
}
.moje-koszyki .nowy-koszyk .content-box .box-nowy-koszyk .box-after-icon p{
    width: 100%;
    color: #929292;
    font-size:13px;
    text-align: center;
    text-transform: uppercase;
    margin-top:20px;
    font-weight: bold;
}
.moje-koszyki .nowy-koszyk:hover .content-box .box-nowy-koszyk .box-after-icon p
{
	color: #164A98;
}
.moje-koszyki .single-koszyk .content-box{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 30px;
}
.moje-koszyki .domyslny{
    width: 100%;
}
.moje-koszyki .single-koszyk .content-box .box-left{
    width: 90%;
    padding:10px;
	padding-top: 20px;
    padding-left: 15px;
}
.moje-koszyki .single-koszyk .content-box .box-left p span{
    font-weight: normal;
}
.moje-koszyki .single-koszyk .content-box .box-right{
    width: 10%;
    padding-right: 5px;
    padding-top: 10px;
    position: relative;
}
.moje-koszyki .single-koszyk .content-box .box-right a{
    position: relative;
    display:block;
}
.moje-koszyki .single-koszyk .content-box .box-right span:not(.zip) .radio_button_unchecked {
    height: 20px;
    right: 28px;
    width: 50px;
    display: block;
    position: relative;
    background: url(../img/ico/unchecked.png) 0 0 no-repeat transparent;
}
.moje-koszyki .single-koszyk .content-box .box-right span:not(.zip) .radio_button_unchecked:hover{
    background: url(../img/ico/unchecked-hover.png) 0 0 no-repeat transparent;
}
.moje-koszyki .single-koszyk .content-box .box-right span:not(.zip) .radio_button_checked{
    height: 20px;
    right: 28px;
    width: 50px;
    display: block;
    position: relative;
    background: url(../img/ico/checked.png) 0 0 no-repeat transparent;
}
.moje-koszyki .single-koszyk .content-box .box-right .trash-ico{
    width: 21px;
    height: 26px;
    display: block;
    margin-top: 12px;
    margin-left: 1px;
    position: relative;
    background: url(../img/ico/trash.png) 0 0 no-repeat transparent;
}
.moje-koszyki .single-koszyk .content-box .box-right .trash-ico:hover{
    background: url(../img/ico/trash-hover.png) 0 0 no-repeat transparent;
}
.moje-koszyki .single-koszyk .content-box .box-right .koszyk-nofill{
    width: 26px;
    height: 26px;
    display: block;
    margin-top: 35px;
    margin-left: -4px;
    position: relative;
    background: url(../img/ico/cart-grey-med.png) 0 0 no-repeat transparent;
}
.moje-koszyki .single-koszyk .content-box .box-right .koszyk-nofill:hover{
    background: url(../img/ico/cart-grey-med-hover.png) 0 0 no-repeat transparent;
}
.moje-koszyki .single-koszyk .content-box .box-right .koszyk-nofill:hover~.opis,
.moje-koszyki .single-koszyk .content-box .box-right .trash-ico:hover~.opis,
.moje-koszyki .single-koszyk .content-box .box-right .radio_button_unchecked:hover~.opis{
    display:block;
}
.moje-koszyki .domyslny p{
    background-color: #cdcdcd;
    margin-bottom: 10;
}
.moje-koszyki .domyslny p{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.moje-koszyki .single-koszyk .content-box .box-right .opis{
    position: absolute;
    left: calc(100% + 15px);
    bottom: 2px!important;
    padding: 5px 5px 5px 5px;
    background-color: #c5c5c5;
    min-width: 200px;
    text-align: center;
    display: none;
    z-index: 10;
}
.moje-koszyki .single-koszyk .content-box .box-right #trash .opis {
	bottom: -2px!important;
}
.moje-koszyki .single-koszyk .content-box .box-right .opis::after{
    content: '';
    position: absolute;
    width: auto;
    height: auto;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #c5c5c5;
    top: 0;
    left: -15px;
}
@media(max-width:1300px){
    .moje-koszyki .single-koszyk .content-box .box-right .opis::after{
        content: '';
        display: none;
    }
}
@media(max-width:1200px){
    #realiz_warianty h2
    {
      font-size: 24px;
    }
    #realiz_warianty h3
    {
      font-size: 14px;
    }
    .realiz_wariant_text
    {
      font-size: 14px;
      padding: 0 20px;
    }
}
@media(max-width:992px){
    .moje-koszyki .single-koszyk {
        width: 100%;
    }
    #realiz_warianty h2
    {
      font-size: 20px;
    }
    #realiz_warianty h3
    {
      font-size: 14px;
    }
    .realiz_wariant_text
    {
      font-size: 13px;
      padding: 0 5px;
    }
}
@media(max-width:767px){
  #realiz_warianty
  {
    padding: 20px 0;
  }
  #realiz_warianty h2
  {
    font-size: 20px;
  }
  #realiz_warianty h3
  {
    font-size: 14px;
    margin: 20px 0;
  }
  #realiz_warianty_all
  {
    width:100%;
    float: left;
    padding: 10px 10px;
  }
  .realiz_wariant
  {
    width:100%;
    float: left;
    padding: 15px 0px;
    border-right: 0;
    border-bottom: 1px solid #eaeaea;
  }
  .realiz_wariant:last-child
  {
    border:0;
  }
  #koszyki_warianty_all #realiz_wariant_2
  {
    border-left: 0;
  }
  #koszyki_warianty_all
  {
    padding: 0;
  }
  #realiz_warianty_all .realiz_wariant_text
  {
    float: left;
    width:65%;
    margin-left: 15%;
    font-size: 14px;
    padding: 0 0px;
    text-align: left;
  }
  #koszyki_warianty_all .realiz_wariant_text
  {
    padding: 0;
    text-align: left;
  }
  .realiz_wariant_icon
  {
    float: right;
    width:20%;
    height: 75px;
    background-size:contain;
  }
  #realiz_warianty .realiz_wariant .realiz_wariant_wybieram
  {
    position: absolute;
    top:50px;
    left: 0;
    padding: 0;
    margin: 0;
    border: 1px solid #dde2e5;
    border-radius: 34px;
    width: 31px;
    height: 16px;
    overflow: hidden;
  }
  #realiz_warianty .realiz_wariant_wybieram:hover
  {
    background: none;
  }
  #realiz_warianty .realiz_wariant a.realiz_wariant_wybieram:before
  {
    content: ""!important;
    display: none!important;
  }
  #realiz_warianty .realiz_wariant a.realiz_wariant_wybieram:after {
    position: absolute;
      content: "x";
    height: 12px;
      width: 12px;
      left: 2px;
      bottom: 1px;
    -webkit-transition: .4s;
      transition: .4s;
      border-radius: 50%;
      background-color: #dde2e5;
	  display: block;
  }
  #realiz_warianty .realiz_wariant.active a.realiz_wariant_wybieram
  {
    background-color: #ffc600!important;
	  border: 1px solid #ffc600!important;
  }
  #realiz_warianty .realiz_wariant.active a.realiz_wariant_wybieram:after
  {
      content:"x";
      background-color: #555555;
      -webkit-transition: .4s;
      transition: .4s;
      border-radius: 50%;
      -webkit-transform: translateX(14px);
      -ms-transform: translateX(14px);
      transform: translateX(14px);
      background-color: #ffffff;
  }
}

@media(max-width:600px)
{
    .moje-koszyki .single-koszyk{
        width: calc(100% - 15px);
    }
    #related-full #search_filters h4 > div:nth-of-type(1) > span
    {
      font-size: 13px;
    }
    .FiltrowanieTitle .mobile
    {
      display: none;
    }
}
@media(max-width:400px)
{
  section#category_description
  {
      margin: 10px auto!important;
  }
  section#category_description .container
  {
      font-size: 13px!important;
      line-height: 22px!important;
  }
  #realiz_warianty h2
  {
    font-size: 18px;
  }
  #realiz_warianty h3
  {
    font-size: 14px;
  }
  #realiz_warianty_all
  {
    padding: 0px 10px;
  }
  .realiz_wariant
  {
    padding: 15px 0;
  }
  .realiz_wariant_text
  {
    height: 60px;
    line-height: 20px;
    font-size: 13px;
  }
  .realiz_wariant_text br
  {
    display: none;
  }
  .realiz_wariant_icon
  {
    height: 60px;
  }
}


.order-confirmation-table .order-table{
    border-collapse: collapse;
}
.order-confirmation-table .order-table thead{
    background-color: rgba(0,0,0,.05)
}
.order-confirmation-table .order-table thead th,
.order-confirmation-table .order-table tbody td{
    border: 1px solid #dfdfdf;
}
.order-confirmation-table .order-table thead p,
.order-confirmation-table .order-table tbody td p{
    font-family: "OpenSans";
    font-size: 0.9rem;
    line-height: 1rem;
    text-align: center;
    margin-top:1rem;
    padding-left: 5px;
    padding-right: 5px;
}
.order-confirmation-table .order-table tbody tr td.k2 .image{
    border: 1px solid #dfdfdf;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.order-confirmation-table .order-table tbody tr td.k2 .image img{
    width: 72px!important;
    margin-bottom:0!important;
}
.order-confirmation-table .order-table thead th.k2,
.order-confirmation-table .order-table thead th.k3,
.order-confirmation-table .order-table tbody td.k2,
.order-confirmation-table .order-table tbody td.k3{
    border-left:unset;
}
.order-confirmation-table .order-table thead th.k1,
.order-confirmation-table .order-table thead th.k2,
.order-confirmation-table .order-table tbody td.k1,
.order-confirmation-table .order-table tbody td.k2{
    border-right:unset;
}

.order-confirmation-table .order-table thead th.k3,
.order-confirmation-table .order-table tbody td.k3{
    width:55%;
    padding-left: 10px;
}
.order-confirmation-table .order-table thead tr th.k3 p,
.order-confirmation-table .order-table tbody td.k3 p{
    text-align: inherit;
}

.order-confirmation-table .order-podsumowanie-div{
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
}
.order-confirmation-table .order-podsumowanie-div p{
    font-family: "OpenSans";
}
.order-confirmation-table .order-podsumowanie-div .podsumowanie-box-left{
    width: 65%;
    padding-right: 100px;
}
.order-confirmation-table .order-podsumowanie-div .podsumowanie-box-left .podsumowanie-opcje p> .material-icons{
    font-size: 0.9rem;
    margin-right: 5px;
    color: rgb(37, 83, 233);
}
.order-confirmation-table .order-podsumowanie-div .podsumowanie-box-left .podsumowanie-uwagi>p{
    font-size:18px;
    color:black;
    margin-bottom: 3px;
}
.order-confirmation-table .order-podsumowanie-div .podsumowanie-box-left .podsumowanie-uwagi-pole{
    border: 1px solid #d5d5d5;
    min-height: 50px;
    width: 100%;
    padding:15px;
    background-color: #fcfcfc;
}
.order-confirmation-table .order-podsumowanie-div .podsumowanie-box-right{
    width: 35%;
}
.order-confirmation-table .order-podsumowanie-div .podsumowanie-box-right .podsumowanie-koszty,
.order-confirmation-table .order-podsumowanie-div .podsumowanie-box-right .podsumowanie-koszty .sum-row{
    background-color: #fcfcfc;
}
.order-confirmation-table .order-podsumowanie-div .podsumowanie-box-right .podsumowanie-koszty{
    border: 1px solid #d5d5d5;
}




.search_popup_on > .mCustomScrollBox > .mCSB_container
{
  top:0!important;
}
@media screen and (min-width: 768px) and (max-width: 1018px), screen and (min-width: 538px) and (max-width: 650px)
{
  #search_filters h4 > div:first-child
  {
    width: 250px;
    line-height: 36px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1270px)
{
  #filters_manage
  {
    width: 100%!important;
    height: 120px!important;
    background-position: center 20px;
  }
  #filters_manage span span
  {
    bottom: 5px;
  }
  #_desktop_search_filters_clear_all, #empty-filter
  {
    margin-top: 0;
  }
  .product_show_list .product-flags
  {
    width: auto;
    left:0.8rem;
  }
  .product_show_list li.product-flag.has_discount
  {
    left:0rem!important;
  }
  #search_filters h4
  {
    height: auto;
    min-height: 55px;
  }
  #search_filters h4 .navbar-toggler.collapse-icons22
  {
    position: relative;
    float: right;
  }
  .search_popup_on #menu-icon2
  {
    display: none;
  }
  .search_popup_on #search_block_top
  {
    width:65%!important;
  }
  #_desktop_logo.zindex
  {
    left:0px;
    z-index: 9;
    margin-right: 0px;
  }
  .wrap_search_widget #search_popup
  {
    position: fixed;
    left: 0;
    top:40px;
    width:96%;
    min-width: 100vw;
  }
  .header-top.fixed-menu .wrap_search_widget #search_popup
  {
    top:0px;
  }
  #search_popup .search-query
  {
    padding-left: 20px;
  }
  #search_popup .wrap_item .catprodrow .catprod
  {
    padding: 0 0 0 20px;
  }
  #search_popup .phsearchcol-image
  {
    margin-right: 10px!important;
  }
  #search_popup .phsearch-item .regular-price
  {
    margin-top: -7px;
    font-family: 'OpenSans';
    text-transform: none;
  }
  #search_popup .phsearch-item .regular-price.vh
  {
    visibility: visible!important;
  }
  #search_popup .phsearch-item .phsearch-post.phsearch-numer span:last-child
  {
    white-space: nowrap;
  }
  #resultsPerPageDiv
  {
    width: 266px;
    float: left;
    margin-bottom: 10px;
  }
  .pagination
  {
    margin: 20px 0px;
  }
  .pagination .page-list
  {
    display: inline-block;
    float: right;
  }
  .pagination .page-list li:last-child
  {
    margin-top: 0;
    width: 176px;
    border: 1px solid #dfdfdf;
  }
  #history .pagination .page-list li:last-child
  {
    width: 30px;
  }
  #pageNo
  {
    height: 28px;
    border: none;
  }
}


#search_filters .check-all .search-link.search-link-short
{
	display:none!important;
}
@media screen and (max-width: 450px), screen and (min-width: 600px) and (max-width: 650px)
{
	#search_filters .check-all .search-link.search-link-short
	{
		display:inline!important;
	}
	#search_filters .check-all .search-link.search-link-long
	{
		display:none!important;
	}
}
@media screen and (min-width: 850px) and (max-width: 1019px)
{
  #search_filters .check-all .search-link
  {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px)/*, screen and (min-width: 600px) and (max-width: 650px), screen and (max-width: 450px)*/
{
  #search_filters .check-all
  {
	position:relative;
  }
  #search_filters .check-all .search-link
  {
    font-size: 12px;
	position:absolute;
	top:0px;
	left:30px;
	width:160px;
	text-align:left;
  }
}
@media screen and (min-width: 1019px) and (max-width: 1270px), screen and (min-width: 600px) and (max-width: 850px)/*, screen and (max-width: 500px)*/
{
  #search_filters .check-all .search-link
  {
    font-size: 12px;
  }
  #search_filters .facet .facet-label span.name
  {
    font-size: 13px;
  }
  #search_filters .facet .facet-title
  {
    font-size: 13px;
  }
  #search_filters .facet.medium-string > h3.facet-title span
  {
    font-size: 13px;
    line-height: 13px;
  }
  .facet_remove
  {
    right: 5px;
  }
  .custom-field-range-label
  {
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 1270px)
{
  .product-miniature.product_show_list .product-title a
  {
    font-size: 13px;
    line-height: 14px;
	display:block!important;
  }
  .product-miniature.product_show_list .product-references
  {
    width: calc(100% - 140px);
  }
  .product-miniature.product_show_list .product-references .product_reference span
  {

  }
  .product-miniature.product_show_list .product-references .product_reference span.ref_long
  {
    float: left;
    height: 2rem;
    line-height: 1rem;
    display:flex;
    align-items: center;
    word-break:break-all;
  }
  .product-miniature.product_show_list .product-references .product_manufacturer b
  {
    float: left;
    width:80px;
    font-size: 12px;
  }
  .product-miniature.product_show_list .product-references .product_manufacturer span
  {
    float: left;
    width:calc(100% - 80px);
    height: 2rem;
    line-height: 1rem;
    display:flex;
    align-items: center;
    font-size: 12px;
  }
  .product-miniature.product_show_list .product-quantity .add,
  #products .product-miniature .product-quantity .add
  {
    float: right;
	order: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1018px), screen and (min-width: 1px) and (max-width: 670px)
{
  .product-miniature.product_show_list,
  #products .product-miniature.product_show_list,
  #content-wrapper.left-column .product-miniature.product_show_list
  {
    position: relative;
    min-height: 200px;
    border: 1px solid #d5d5d5;
  }
  .product-miniature.product_show_list22:hover
  {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
  }
  .product-miniature.product_show_list:hover .thumbnail-container22
  {
    box-shadow: none!important;
  }
  .product-miniature.product_show_list .thumbnail-container, #products .product-miniature.product_show_list .thumbnail-container
  {
    border: 0;
    height: 100%!important;
  }
  .product-miniature.product_show_list .product-references
  {
    margin-top: 8px;
    width: calc(100% - 270px)!important;
    border-right: 1px solid #f4f4f4;
  }
  .product_show_list .regular-price
  {
    position: absolute;
    right: 10px;
    top: -25px;
    margin: 0;
  }
  body#product #oferta-specjalna .oferta-reszta .product_show_list .regular-price, 
  body#product #oferta-specjalna.b2b .oferta-reszta .product_show_list .regular-price {
	position: relative;
	top: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px), screen and (min-width: 1px) and (max-width: 600px)
{
  .product-miniature.product_show_list .product-references .product_reference b
  {
    line-height: 1rem;
  }
  .product-miniature.product_show_list .product-references .product_manufacturer b
  {
    display: none;
  }
  .product-miniature.product_show_list .product-references .product_manufacturer span
  {
    width:100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 540px)
{
	.product-miniature.product_show_list.accessory, 
	#products .product-miniature.product_show_list.accessory, 
	#content-wrapper.left-column .product-miniature.product_show_list.accessory {
		min-height: 430px;
	}
}
@media screen and (min-width: 768px) and (max-width: 900px), screen and (min-width: 1px) and (max-width: 540px)
{
  
  .product-miniature.product_show_list .product-price-and-shipping
  {
    bottom: 90px;
  }
  .product-miniature.product_show_list .product-references
  {
    display: block;
    width:calc(100% - 20px)!important;
    height: auto;
    border-right: 0;
    position: absolute;
    left: 10px;
    bottom: 0px;
  }
  .product-miniature.product_show_list .product-references .product_reference
  {
    width: 60%;
  }
  .product-miniature.product_show_list .product-references .product_reference b
  {
    line-height: 2rem;
  }
  .product-miniature.product_show_list .product-references .product_manufacturer
  {
    width: 40%;
  }
  .product-miniature.product_show_list .product-references .product_manufacturer b
  {
    width:100%;
    display: inline-block;
    border-bottom: 1px solid #f4f4f4;
  }
  .product-miniature.product_show_list .product-references .product_manufacturer span
  {
    border-bottom: 1px solid #f4f4f4;
  }
}
@media screen and (min-width: 76668px) and (max-width: 100018px)
{
  .product-miniature.product_show_list,
  #products .product-miniature.product_show_list,
  #content-wrapper.left-column .product-miniature.product_show_list
  {
    position: relative;
    height: auto!important;
    min-height: 300px;
  }
  .product-miniature.product_show_list .thumbnail-container, #products .product-miniature.product_show_list .thumbnail-container
  {
    position: static;
  }
  .product-miniature.product_show_list .product-thumbnail
  {
    width: 80px!important;
  }
  .product-miniature.product_show_list .product-description
  {
    position: static!important;
    width:calc(100% - 90px)!important;
    height: 10rem!important;
  }
  .product-miniature.product_show_list .product-references
  {
    width: 100%;
  }
  .product-miniature.product_show_list .product-price-and-shipping
  {
    position: absolute!important;
    left:40px;
    bottom: 30px;
    width:110px!important;
  }
  .product-miniature.product_show_list .quickview_cart
  {
    width:calc(100% - 150px)!important;
    max-width: 270px;
  }
}

@media screen and (max-width: 1018px)
{
  section#category_description
  {
      margin: 25px auto;
  }
  section#category_description .container
  {
      font-size: 14px;
      line-height: 24px;
  }
  #left-column
  {

  }
  .search_popup_on #header .header-nav
  {
    padding: 0px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1018px)/*, screen and (max-width: 599px)*/
{
  #search_filters .facet,
  #search_filters .two-section
  {
    width: 50%;
  }
  #search_filters .facet {
	width: 31.1%;
  }
  #search_filters .facet.name-producent ul.collapse > li
  {
    padding: 0 6%;
  }
  #search_filters .facet,
  #search_filters .two-section .sbox
  {
    border-right:1px solid #dfdfdf!important;
  }
  #search_filters > div > .sbox:nth-child(3n),
  #search_filters > div > .sbox:nth-child(3n).two-section .sbox
  {
  	border-right: 1px solid #dfdfdf!important;
  }
  #search_filters > div > .facet:nth-child(2n+1),
  #search_filters > div > .sbox:nth-child(2n+1).two-section .sbox
  {
  	border-right: 0px solid #dfdfdf!important;
  }
  #search_filters > div .facet.feature_moved
  {
    border-right: 1px solid #dfdfdf!important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px)
{
  #search_filters .facet,
  #search_filters .two-section
  {
    width:33.3%;
  }
  #search_filters .facet,
  #search_filters .two-section .sbox
  {
    border-right:1px solid #dfdfdf!important;
  }
  #search_filters > div > .facet:nth-child(3n),
  #search_filters > div > .sbox:nth-child(3n).two-section .sbox
  {
  	border-right: 0px solid #dfdfdf!important;
  }
  #search_filters > div > .facet.feature_moved
  {
    border-right: 1px solid #dfdfdf!important;
  }
  #search_filters section.name-producent
  {
    width:66.6%;
  }
  #search_filters .facet.name-producent ul.collapse > li
  {
    padding: 0 3%;
  }
  #search_filters .check-all .search-link
  {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px)
{
  .FiltrowanieTitle .desktop
  {
      display: none;
  }
  .FiltrowanieTitle .mobile
  {
      display: inline;
      color:#ffc600;
  }
  .search_popup_on #search_block_top
  {
    margin-left: 30px!important;
	left: -4.3vw;
  }
  #search_popup .search-query
  {
    padding-left: 5px;
  }
  #search_popup .wrap_item .catprodrow .catprod
  {
    padding: 0 5px;
  }
  #search_popup .phsearchcol-image
  {
    margin-right: 10px!important;
  }
  #search_popup .phsearch-item .phsearchcol-price
  {
    margin-top: -10px!important;
  }
  #search_popup .phsearch-item .regular-price,
  #search_popup .phsearch-item .price-for-you
  {
    white-space:normal;
    font-weight: bold;
    font-size: 13px;
  }
}
@media screen and (max-width: 950px)
{
  .product-miniature:not(.product_show_list) .product-quantity .qty
  {
    width:100px!important;
  }
  .product-miniature:not(.product_show_list) .quickview_cart .add
  {
    width: calc(100% - 130px);
  }
  .product-miniature:not(.product_show_list) .quickview_cart .add-to-cart
  {
    width:100%;
  }
  .search_popup_on #search_block_top {
	left: -4.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px), screen and (max-width: 600px)
{
  .product-miniature:not(.product_show_list) .quickview_cart .add-to-cart span
  {
    display: none;
  }
  .owl-carousel .product-miniature:not(.product_show_list) .quickview_cart .add-to-cart span {
	display: none;
  }
}
@media screen and (max-width: 900px)
{  
  #search_filters h4 .navbar-toggler
  {
    width: auto;
  }
  .products-sort-order
  {
    width: 230px;
  }
  .search_popup_on #search_block_top
  {
	margin-left: 30px !important;
  }
  #filters_manage
  {
    width:33%;
  }
  .facets_popup
  {
    width:94%!important;
    left: 3%;/*!important;*/
  }
  .facets_popup .fancybox-skin
  {
    padding: 10px!important;
  }
  #facets_popup .wrap_search_widget,
  #facets_popup .products-sort-order
  {
    width:49%;
    max-width: 260px;
  }
  #facets_szukaj
  {
    height: 40px;
  }
  #facets_popup .products-sort-order
  {
    margin-top: 0;
  }
  .search_popup_on #search_block_top {
	left: -4.8vw;
  }
}
@media screen and (max-width: 800px)
{
	.search_popup_on #search_block_top {
		left: -5.1vw;
	}
}
@media screen and (max-width: 767px)
{
  #left-column /*#category*/
  {
    display: none;
  }
  #content-wrapper.left-column
  {
    width:100%!important;
  }
  #search_filters
  {
    margin-top: 10px;
  }
  .products-selection
  {
    margin: 10px 0px;
  }
  #facets_popup .cscroll
  {
    height: auto;
  }
  .wrap_search_widget #search_popup
  {
    top:5px;
  }
  .search_popup_on
  {
    overflow: hidden;
  }
  #search_popup.no-products .wrap_item
  {
    padding-top: 100px;
  }
  .search_popup_on .header-top .mobile #_desktop_logo
  {
    margin-top: 15px;
    width:calc(100% - 50px)!important;
    padding-left: 30px;
  }
  .search_popup_on .mobile #_desktop_logo.zindex a.phone,
  .search_popup_on .mobile #_desktop_logo.zindex a.mail,
  .search_popup_on .mobile #_desktop_logo.zindex a.log-user,
  .search_popup_on .mobile #_desktop_logo.zindex a.reg-user,
  .search_popup_on .mobile #_desktop_logo.zindex a.logout,
  .search_popup_on .mobile #_desktop_logo.zindex a.account
  {
    display: none;
  }
  .search_popup_on #header .header-nav
  {
    height: 10px;
    padding: 0px 30px;
  }
  .search_popup_on .header-top .row.second
  {
    margin-top: 2px!important;
  }
  #search_popup .phsearch-additionnal
  {
    float: right;
    width: 100%;
    margin-bottom: 10px;
  }
  #search_popup .close a {
	width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
    padding-top: 4px;
	margin-right: 13px;
  }
	
  #_desktop_logo.zindex
  {
    margin-top: -0px;
    background: none;
  }
  .search_popup_on #header .search-cart
  {
    width:100%;
    clear: left;
    margin-top: 0px;
  }
  #search_popup .search-query.label,
  #search_popup .wrap_item .catprodrow .catprod.category
  {
    display: none;
  }
  #search_popup .wrap_item .catprodrow .catprod
  {
    width:100%;
    max-height:500px;
    overflow-y: auto;
  }
  #search_popup .phsearch-item > .row > div.phsearchcol-desc
  {
    width:72%!important;
    max-width:72%;
  }
  #related-full #search_filters .facet
    {
        width:48%!important;
        margin: 0 1% 10px;
    }
	body#order-detail.page-order-detail .box .single-box-2.zapytanie .w1 .right {
		padding: 8px 14px;
	}
}
@media screen and (max-width: 740px)
{
  .search_popup_on #header .search-cart22
  {
    margin-top:-15px;
  }
}
@media screen and (max-width: 537px) {
	#facets_popup .wrap_search_widget {
		width: 100%;
		max-width: 100%; 
	}
  #related-full #search_filters .panel
  {
    padding-bottom: 0;
  }
  #related-full #search_filters .facet
  {
    height:47px;
    margin: 0 0% 10px;
    width:100%!important;
  }
  #related-full #search_filters .facet.zwin
  {
    height:auto;
  }
  #related-full #search_filters .facet .facet-title
  {
    background: none!important;
  }
  #related-full #search_filters .facet.zwin .facet-title
  {
    background: #ffc600!important;
  }
  #related-full .total-products
  {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px)
{
  #search_filters .check-all .search-link
  {
    font-size: 14px;
  }
}
@media screen and (max-width: 491px)
{
  #search_filters h4 .navbar-toggler
  {
    width: auto;
  }
  #search_filters h4 .navbar-toggler div span
  {
    /*display: none;*/
  }
  #related-full #search_filters h4
  {
    padding: 0 15px;
  }
  #related-full #search_filters h4 .navbar-toggler.collapse-icons
  {
    /*right: 10px;*/
  }
  .FiltrowanieTitle .mobile
  {
    display: inline;
  }
  #related-full #search_filters h4 > div:nth-of-type(1) > span
  {
    /*padding-left: 0;
    background: none;*/
	font-size: 13px;
	text-align: left;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	align-content: center;
	justify-content: flex-start;
    /*max-width: calc(100% - 35px) !important;*/
  }
  #related-full #search_filters h4 .navbar-toggler
  {
    margin-top: 0;
    position:relative;
    /*width: 40px!important;*/
    height: 55px;
    /*background: url(../img/ico/filter.png) center no-repeat;*/
  }
  #related-full #search_filters h4 .navbar-toggler div
  {
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
  }
  #related-full #search_filters h4 .navbar-toggler div i
  {
    /*display: none!important;*/
  }
  #facets_szukaj
  {
    height: 40px;
    font-size: 13px;
  }
  #facets_popup .products-sort-order
  {
    margin-top: 0;
    width: 170px;
  }
  #facets_popup .products-sort-order .select-title
  {
    font-size: 12px;
    padding-left: 5px;
  }
  .search_popup_on #menu-icon22
  {
    height: 40px;
  }
  .search_popup_on #header .search-cart22
  {
    margin-top: 5px;
  }
  #search_popup .phsearch-item > a.row > div
  {
    flex:none!important;
    float: left!important;
  }
  #search_popup .phsearch-item > .row > div.phsearchcol-desc
  {
    width:68%!important;
    max-width:68%;
  }
  #search_popup .phsearch-item > .row > div.phsearchcol-price
  {
    width:75%;
    margin-left: 70px;
    margin-top: 0px!important;
  }
  #search_popup .phsearch-item > .row > div.phsearchcol-price > div
  {
    text-align: left;
  }
  #search_popup .phsearch-item > .row > div.phsearchcol-price > div br
  {
    display: none;
  }
  #search_popup .phsearch-item > .row > div.phsearchcol-price > div span
  {
    margin-right: 5px;
  }
  #search_popup .phsearch-item > .row > div.phsearchcol-price > div b
  {
    margin-left: 0px;
  }
  #search_popup .phsearch-item .regular-price
  {
    margin-top: 0px;
  }
  #search_popup .regular-price::before
  {
    display: none;
  }
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 800px)
{
	.product-miniature .info {
		margin-right: 0;
		margin-left: 0;
	}
	.product-miniature:not(.product_show_list) .quickview_cart #product-availability > span {
		padding: 0;
	}
  .product-miniature:not(.product_show_list) .quickview_cart #product-availability > span i
  {
    width: 27px;
  }
  .product-miniature:not(.product_show_list) .product-quantity .qty
  {
    width:85px!important;
  }
  .product-miniature:not(.product_show_list) .quickview_cart input.input-group
  {
	width: 73px;
    font-size: 0.9rem;
  }
  .product-miniature:not(.product_show_list) .quickview_cart .add
  {
    margin-right: 5px;
    clear: none!important;
    width: calc(100% - 105px);
  }
  .product-miniature .quickview_cart #product-availability
  {
    line-height: 1rem;
  }
  .product-miniature .info
  {
    border: 0;
  }
  .product-miniature:not(.product_show_list) .info > span
  {
    float:left!important;
    width:auto!important;
    padding:0!important;
    font-size: 0.75rem !important;
	font-size: 0.8rem !important;
    max-width: calc(100% - 30px) !important;
  }
  .product-miniature:not(.product_show_list) .infostock b,
  .product-miniature:not(.product_show_list) .infoczas b,
  .product-miniature:not(.product_show_list) .infokrotn b,
  .product-miniature:not(.product_show_list) .inforefer b,
  .product-miniature:not(.product_show_list) .infomarka b
  {
    width: 0 !important;
    text-indent: -9999px;
  }
  .product-miniature.product_show_list .product-price-and-shipping .product-shipment span i
  {
    display: none;
  }
  .product-miniature:not(.product_show_list) .infostan
  {
    padding-top: 0;
    padding-left: 25px;
  }
  .product-miniature:not(.product_show_list) .infostock b
  {
    padding-left: 30px;
    background: url(../img/magazyn.png) no-repeat left center;
    background-size: contain;
  }
  .product-miniature:not(.product_show_list) .infostock.infostockwarn b {
	margin-top: 3px;
  }
  .product-miniature .infostock b
  {
    width: 30px;
    height: 1.0rem;
    text-align: left;
    box-sizing: content-box;
    overflow: hidden;
  }
  .product-miniature .infoczas b
  {
    padding-left: 30px;
    background: url(../img/wysylka.png) no-repeat -5px center;
    background-size: contain;
  }
  .product-miniature .infoczas span
  {
    min-width: 23px;
    height: 1.0rem;
    overflow: hidden;
    text-align: right;
  }
  .product-miniature .infoczas span i
  {
    float: right;
  }
  .product-miniature .infoczas22 span span
  {
    display: none;
  }
  .product-miniature.product_show_list .product-shipment span span
  {
    display: inline!important;
  }
  .product-miniature:not(.product_show_list) .infokrotn,
  .product-miniature .infomarka
  {
    display: none!important;
  }
  .product-miniature:not(.product_show_list) .infokrotn b
  {
    width: 90px;
    height: 1.0rem;
    overflow: hidden;
    text-align: left;
    padding-left: 30px;
    box-sizing: content-box;
    background: url(../img/i_grey.png) no-repeat left center;
    background-size: contain;
  }
  .product-miniature .inforefer b, .product-miniature .infomarka b
  {
    padding-left: 30px;
    background: url(../img/nr_kat.png) no-repeat left center;
    background-size: contain;
    height: 1.0rem;
    overflow: hidden;
    text-align: left;
    font-size: 0.7rem;
	font-size: 0.8rem;
  }
  .product-miniature .inforefer span
  {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    text-align: right;
  }
  .product-miniature .infomarka span
  {
    width: auto;
    max-width: 100%;
    padding-left: 0px;
    text-align: right;
  }
  .product-miniature .inforefer.inforefer_long span.ref_long
  {
    padding-left: 0px;
    font-size: 0.65rem;
    text-align: left;
    word-break: break-all;
  }
  .product-miniature.product_show_list .product-title
  {
    width:100%!important;
  }
  .product-miniature.product_show_list .product-price-and-shipping
  {
    bottom: 20px;
  }
  .product-miniature.product_show_list .product-references
  {
    right: 10px;
    left: auto;
    bottom: 4px;
    width: calc(100% - 160px)!important;
  }
  .product-miniature.product_show_list .product-references .product_reference
  {
    width:100%;
  }
  .product-miniature.product_show_list .product-references .product_manufacturer
  {
    width:100%;
  }
  .product-miniature.product_show_list .product-references .product_manufacturer b
  {
    width:80px;
    border: 0;
  }
  .product-miniature.product_show_list .product-references .product_manufacturer span
  {
    width:calc(100% - 80px);
    border: 0;
  }
  .product_show_list .price2
  {
    margin-bottom: 0;
  }
  .product_show_list .label-price
  {
    left: 10px;
    right: auto;
    top: 5px;
  }
  .product_show_list .product-quantity .add
  {
    clear: none;
    width:50%;
  }
  .product_show_list .quickview_cart .add-to-cart
  {
    width: 100%;
  }
  .product_show_list #product-availability
  {
    height: 34px!important;
  }
  .product_show_list #product-availability > span
  {
    text-align: right;
    line-height: 0.8rem;
  }
}
@media screen and (max-width: 400px)
{
  .relatedcategory
  {
    width:100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  body#product #related-full #products
  {
    /*margin-top: 10px;*/
  }
  body#product #accessories-full > .desc,
  body#product #related-full > .desc
  {
    margin-bottom: 15px;
  }
  #eMailExistOpcje a.icos.refresh
  {
    padding-right: 10px;
  }
  #search_filters h4
  {
    font-size: 13px;
    padding: 0 15px;
  }
  #search_filters .facet.medium-string > h3.facet-title span
  {
    font-size: 12px;
    line-height: 13px;
  }
  .product-miniature.product_show_list .product-references b.num_medium
  {
    display: block!important;
  }
  .product-miniature.product_show_list .product-references b.num_long,
  .product-miniature.product_show_list .product-references b.num_short
  {
    display: none!important;
  }
  .product-miniature.product_show_list .product-references .product_manufacturer b
  {
    display: none;
  }
  .product-miniature.product_show_list .product-references .product_manufacturer span
  {
    width:100%;
  }
}
