#subMenu li {font-weight: bold;text-transform: uppercase;}
/*#subHeader6 li a, .subTableColumn a {text-shadow: 0px 0px 1px #000;}*/
.compliter .heading {text-shadow: 0px 0px 2px #000;}
.fastBack {display: none !important;}
.fastBayContainer {display: none;}

.catalogAvailable-N .mobilePriceContainer {
    display: none !important;
}


.catalogAvailable-N .price {
    opacity: 0;
}

.itemRow.catalogAvailable-N .price {
    display: none !important;
}
.tbl td{border: 1px solid black;border-collapse: collapse;padding: 0.25rem;padding:10px;}
.txt{
	width:20px;
	font-weight:bolder;
	left: calc(50% - 0.5rem);
    line-height: 1;
    padding-top: 0.5rem;
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.sale-order-list-button {display: none;}

.delivery-item-price s {
display: none!important;
}

@media (max-width: 700px) {
#basketProductList .productTable {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.bx-searchtitle {
    margin: 0; 
    position: relative;
    top: 33px;
}
}