.tvsshop {
	margin: 0 0 1em 1em;
	padding: 0;
	font-size: 1em !important;
	height: calc(100% - 600px) !important;
	width: 100%;
}

.tvsshop .left {
	float: left;
}

.tvsshop_showbasket,
.tvsshop_article,
.tvsshop_content {
	margin: 0;
	padding: 0;
}



.tvsshop_content,
.tvsshop_item {
	border: 1px solid #ced4da;
	border-radius: 5px !important;
	display: block;
	margin: 15px;
	margin-left: 0;
	padding: 15px;
}

.tvsshop_checkout {
	width: 50%;
}



.art_title {
	font-weight: bold;
}

.art_image {
	width: 25%;
	margin: 0 2em 0 0;
}
.art_image img {
	width: 100%;
	border-radius: 5px !important;
	display: block;
}

.art_description {
	font-weight: normal;
	font-size: 1.2em;
}

.art_price {
	
}

.art_addtocart {
	
}

.art_input_text {
	float: left !important;
	width: 3em !important;
	height: 2em !important;
	margin-right: 5px;
}

.tvsshop_basket {
	width: 100%;
}

.tvsshop_art_table {
	padding: 5px;
}


.tvsshop_navigation,
.tvsshop_related_articles {
	float: left;
}


input[type='submit'] {
    border: 1px solid transparent;
}


.tvsshop input.art_input_submit { 
	background-image: url(./images/icon_basket.png);
    background-position: 6px;
    background-repeat: no-repeat;
	width: 46px;
}



.tvsshop .btn {
	border: 1px solid transparent;
	background-color: #59a7d7;
	color: #fff;
	height: 2.2em !important;
	width: auto;
}


.tvsshop .btn:hover { 
	border: 1px solid #59a7d7;
}

.tvsshop .btn:hover, 
.tvsshop .btn:focus, 
.tvsshop .btn:active, 
.tvsshop .btn.active {
	background-color: transparent;
	color: #59a7d7;
	opacity: 0.9;
}

.tvsshop .btn-link {
	border: 1px solid #59a7d7;
	background-color: #59a7d7;
	color: #fff;
}
.tvsshop .btn-link:hover,
.tvsshop .btn-link:focus,
.tvsshop .btn-link:active,
.tvsshop .btn-link.active {
	background-color: transparent;
	color: #59a7d7;
	opacity: 0.9;
	text-decoration: none;
}








.opacity,.hover-opacity:hover{opacity:0.60}
.opacity-off,.hover-opacity-off:hover{opacity:1}
.opacity-max{opacity:0.25}
.opacity-min{opacity:0.75}

.transparent,.hover-none:hover{background-color:transparent!important}
.hover:hover {background-color: rgba(255, 255, 255, 0.3);}




table.tvsshop_art_table {
    width: calc(100% - 18px);
}
table.tvsshop_art_table thead:first-child tr {
    background-color: #f0f8ff;
	font-weight: bold;
	
}
table.tvsshop_art_table tr th {
	border-top: 1px solid #ccc;
	border-bottom: none;
	margin: 0;
	padding: 7px 5px 7px 5px;
}
table.tvsshop_art_table tr td {
	font-size: 0.9em;
	vertical-align: top;
	padding: 5px;
}

table.tvsshop_art_table tr:nth-last-child(2) td {
	border: none;
}
table.tvsshop_art_table tr:last-child td {
	border-bottom: 1px solid #ccc;
}

table.tvsshop_art_table tr td a:hover {
	background-color: #f0f8ff;
	opacity:0.5;
}

table.tvsshop_art_table img.art_images {
	width: 48px;
}


.bold {
	font-weight: 600;
}






@media (max-width: 991.98px) {
	.tvsshop_art_table { empty-cells: hide; font-size: 80% !important; }
	.tvsshop_art_table th { display:none; }
	.tvsshop_art_table td {
		float: left;
		width: 100%;
		font-size: 0.9em !important;
		padding:0.5em !important;
		margin-top: -1px;
	}
	.tvsshop_art_table { empty-cells: hide !important; height: 0; }
	.tvsshop_art_table tr.td-bottom { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
	.tvsshop_art_table td.td-bottom { font-size: 105% !important; font-weight: 500; border: none !important; }
	
	td::before {
	  content: attr(data-label);
	  word-break: break-word;
	  font-weight: 600;
	  float: left;
	  border-bottom: none;
	}
	.tvsshop .btn-link {
		margin: 0.5em;
	}
}