@charset "UTF-8";
/*
Theme Name: CHD elektroservis
Author: Luboš Jeřábek <lubos@lubosjerabek.cz>
Author URI: https://lubosjerabek.cz
Version: 1.0
Template: storefront
Text Domain: twentyseventeen-child
*/


.woocommerce-tabs a {
	text-decoration: underline;
}
.woocommerce-tabs a:hover {
	text-decoration: none;
}

.hentry .entry-content a:not(.button) {
	text-decoration: underline;
}


/* table obecne */
.table-responsive {
	overflow-x: visible;
}

.table  td, .table th {
	padding: .8em 1em;
	text-align: left;
	vertical-align: top;
}

@media screen and (max-width: 830px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive {
		min-height: .01%;
		overflow-x: auto;
	}
	
}



/* table currency converter */
.currency-converter .tab1 {width: 187px; padding-left: 0px; padding-right:0; padding-top: 0px; padding-bottom: 0px; background-color: #bdbd89; border: 2px solid #7a4c00;}
.currency-converter .tab2 {width: 435px; padding-left: 0px; padding-right:0; padding-top: 0px; padding-bottom: 0px; background-color: #bdbd89; border: 2px solid #7a4c00;}
.currency-converter .tab3 {width: 100%;  padding-left: 0px; padding-right:0; padding-top: 0px; padding-bottom: 0px; border: 0px;}
.currency-converter .slctrow {text-align: right;}
.currency-converter .butnrow {text-align:center;}
.currency-converter .slct1 {font-family: sans-serif,arial; font-size: 12px; color: #000000; text-align: left; padding-left: 0px; padding-right: 0px; width: 400px; height: 24px; border: 0px; background-color: #ffffff;}
.currency-converter .slct2 {font-family: sans-serif,arial; font-size: 12px; color: #000000; text-align: left; padding-left: 0px; padding-right: 0px; width: 180px; height: 24px; border: 0px; background-color: #ffffff;}
.currency-converter .txtb1 {font-family: sans-serif,arial; font-size: 12px; font-weight: bold; color: #000000; text-align: left; padding-left: 3px; width: 180px; height: 32px; border: 0px; background-color: #fbf9e7;}
.currency-converter .butn1 {font-family: sans-serif,arial; font-size: 12px; font-weight: bold; color: #7a4c00; text-align:center; padding-left: 0px; padding-right: 0px; width: 30px; height: 24px; background-color: #fbf9e7;}
.currency-converter .butn2 {font-family: sans-serif,arial; font-size: 12px; font-weight: bold; color: #7a4c00; text-align:center; padding-left: 0px; padding-right: 0px; width: 35px; height: 24px; background-color: #fbf9e7;}
.currency-converter .butn3 {font-family: sans-serif,arial; font-size: 12px; font-weight: bold; color: #7a4c00; text-align:center; padding-left: 0px; padding-right: 0px; width: 80px; height: 32px; background-color: #fbf9e7;}
.currency-converter .disp {font-family: sans-serif,arial; font-size: 16px; font-weight: bold; color: #ffffff; text-align:center; padding-left: 0px; padding-right: 0px; width: 170px; height: 36px; background-color: #433773;}
.currency-converter .headtxt {font-family: sans-serif,arial; font-size: 16px; font-weight: bold; color: #7a4c00; text-align: center;}
.currency-converter .normtxt {font-family: sans-serif,arial; font-size: 16px; color: #000000; text-align: left;}


/* CHD Checksum Calculator */
#chsmCalc {
	width: 175px;
	background-color: #bdbd89;
	border: 2px solid #7a4c00; 
	font-family: sans-serif,arial; font-size: 12px;
}
#chsmCalc td {text-align: center; padding: 2px;}
#chsmCalc input {
	text-align: center;
	font-weight: bold;
	padding: 0px;
	border: 2px outset rgb(118, 118, 118);
}
#chsmCalc .disp  {font-size:16px; width: 170px; color: #ffffff; background-color: #433773;}
#chsmCalc .butn1 {width: 30px;  color: #7a4c00; background-color: #fbf9e7;}
#chsmCalc .butn2 {width: 35px;  color: #7a4c00; background-color: #fbf9e7;}
#chsmCalc .headtxt {color: #7a4c00; font-weight: bold;}

/* CHD Shipping Costs */
#currencyConverter {width: auto; background-color: #bdbd89; border: 2px solid #7a4c00;}
#currencyConverter th {text-align: center; color: #7a4c00;}
#currencyConverter td {padding:4px 5px; color: #000000;}
#currencyConverter #slctWeight1, #currencyConverter #slctWeight2, #currencyConverter #slctWeight3, 
#currencyConverter #slctWeight4, #currencyConverter #slctWeight5 {margin-left:10px;}

#currencyConverter input[type='text'] {padding: 0 5px; background-color: #ffffff;}
#currencyConverter select {padding: 0 5px; border: none; background-color: #ffffff;}
#currencyConverter button {font-weight: bold; padding:5px 10px; color: #7a4c00; background-color: #fbf9e7; margin:15px;}
#currencyConverter .center {text-align: center;}