* {
    box-sizing: border-box;
}

body {

}

h1 {
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 1.9vw;
letter-spacing: 0.5px;
	font-family: Georgia, 'Times New Roman', Times, serif;

}
@media screen and (max-width: 1200px) {
  h1 {
font-size: 25px;
font-weight: bold;
}
}
h2 {
text-align: center;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.5px;
}

.rightcolumn {
    float: left;
    width: 100%;
    padding: 10px;
}


.card {
    padding: 10px;
    margin-top: 10px;
}
.card h1 {
text-align: center;
}

.card h2 {
text-align: center;
}
.card p {
text-align: justify;
font-size: 18px;
letter-spacing: 0.5px;
}
.top_text {
margin-top: 10px;
margin-bottom: 10px;
padding: 1.3vw;
background: #ffffff; 
  -webkit-box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
  	border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out;

}
.top_text p {
font-weight: 500;
font-family: 'Crimson Text', Georgia, Times, serif;
text-align: justify;
padding: 0.2vw;
font-size: 1.5vw;
letter-spacing: 0.5px;
}
.top_text a{
text-decoration: none;
color: green;
}
.top_text a:hover{
font-weight: 600;
}
.top_text h3{
text-transform: uppercase;
font-size: 1.3vw;
font-family: 'Crimson Text', Georgia, Times, serif;
color: red;
}
@media screen and (max-width: 1200px) {
.top_text p {
padding: 5px;
font-size: 16px;
letter-spacing: 0.5px;
}
.top_text h3{
font-size: 17px;
}

}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 1200px) {
    .leftcolumn, .rightcolumn {   
        width: 100%;
        padding: 0;
    }
}
   .colortext {
     color: red;
   }
.help {
border: 2px double black;
padding: 40px;
background: #000000;
color: #ffffff;
font-size: 20px;
text-align: justify;
text-transform: uppercase;
line-height: 1.5;
}
.help a {
text-decoration: none;
color: green;
font-weight: bold;
letter-spacing: 1.2px;
}
.help a:hover {
text-decoration: underline;
}

#myInput {
  background-image: url(../img/Zoom.png);
  background-position: 0.7vw 0.7vw;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 1.25vw;
  padding: 0.9vw 1.5vw 0.9vw 3.1vw;
  border: 0.1vw solid #000000;
  margin-bottom: 0.9vw;
  margin-top: 0.7vw;
}

#myTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000000;
  font-size: 1.2vw;
}

#myTable th, #myTable td {
  text-align: left;
  padding: 12px;
}

#myTable tr {
  border-bottom: 1px solid #000000;
}
#myTable tr a {
text-decoration: none;
color: #000000;
}
@media screen and (max-width: 800px) {
#myTable {
width: 100%;
font-size: 12px;
overflow: scroll;
  }
}

#myTable tr a:hover {
text-decoration: none;
color: green;
}

#myTable tr.header1, #myTable tr:hover {
  background-color: #ffffff;
}
@media screen and (max-width: 800px) {
#myTable tr.header1, #myTable tr:hover {
overflow: scroll;
font-size: 12px;
  }
}




#myInput1 {
  background-image: url(../img/Zoom.png);
  background-position: 0.7vw 0.7vw;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 1.25vw;
  padding: 0.9vw 1.5vw 0.9vw 3.1vw;
  border: 0.1vw solid #000000;
  margin-bottom: 0.9vw;
  margin-top: 0.7vw;
}

#myTable1 {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000000;
  font-size: 1.2vw;
}

#myTable1 th, #myTable1 td {
  text-align: left;
  padding: 5px;
}

#myTable1 tr {
  border-bottom: 1px solid #000000;
}
#myTable1 tr a {
text-decoration: none;
color: #000000;
}
#myTable1 tr a:hover {
text-decoration: none;
color: green;
}

#myTable1 tr.header1, #myTable1 tr:hover {
  background-color: #ffffff;
}
@media screen and (max-width: 800px) {
#myTable1 tr.header1, #myTable1 tr:hover {
overflow: scroll;
font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {
	#myTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000000;
  font-size: 14px;
 font-weight: bold;
}

#myTable1 {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000000;
  font-size: 14px;
 font-weight: bold;
  }
}


.accordion {
    background-color: #D8D8D8;
    color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.8px;
    cursor: pointer;
    padding: 0.8vw;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.4vw;
	margin-top: 0.7vw;
font-family: Georgia, serif;
    transition: 0.4s;
}
.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
	font-family: FontAwesome;
	color: #000000;
    content: '\f0ab';
    font-weight: bold;
    float: right;
    margin-left: 0.3vw;
	font-size: 1.6vw;
}

.active:after {
	font-family: FontAwesome;
	color: #000000;
    content: '\f0aa';
}
.acc-big {
font-size: 25px;
font-weight: 900;
color: green;
}
.panel {
    padding: 1px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel p {
	letter-spacing: 0.8px;
	line-height: 1.9vw;
}


@media screen and (max-width: 1200px) {
.accordion {
	letter-spacing: 0.8px;
    padding: 18px;
    font-size: 20px;
	margin-top: 10px;
}
.top_text h3{
font-size: 17px;
}
.accordion:after {
    margin-left: 5px;
	font-size: 17px;
}
.panel p {
	letter-spacing: 0.8px;
	line-height: 25px;
}
#myInput {
  background-position: 10px 10px;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 2px solid #000000;
  margin-bottom: 12px;
  margin-top: 10px;
}
#myInput1 {
  background-position: 10px 10px;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 2px solid #000000;
  margin-bottom: 12px;
  margin-top: 10px;
}

}
.head_table {
	width:60%; 
	font-size: 1.1vw; 
	letter-spacing: 0.8px; 
	text-transform: uppercase; 
	font-weight: 900;
}
.head_table_1 {
	width:40%; 
	font-size: 1.1vw; 
	letter-spacing: 0.8px; 
	text-transform: uppercase; 
	font-weight: 900;
}
@media screen and (max-width: 1200px) {
.head_table {
	font-size: 15px; 
	letter-spacing: 0.8px; 
}
.head_table_1 {
	font-size: 15px; 
	letter-spacing: 0.8px; 
}

}
.help_eikc {
	background: #000000;
	color: #ffffff;
	width: 100%;
font-size: 20px;
font-family: 'Crimson Text', Georgia, Times, serif;
text-align: justify;
border: 2px solid black;
padding: 20px;
letter-spacing: 0.8px;
}
.help_eikc a {
text-decoration: none;
color: green;
}
.help_eikc a:hover {
text-decoration: underline;
}
.btn-basket-all {
  border: none;
  outline: none;
  padding: 12px 25px;
  background-color: #00a86b;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
    border: 1px solid black;
	border-radius: 3px;
	margin-top: 10px;
}

.btn-basket-all:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.btn-basket-add {
  background-color: green;
  color: white;
  font-weight: bold;
  padding: 8px;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 3px;
  cursor: pointer;
}

.btn-basket-add-black {
  border: none;
  font-family: GABRIOLA;
  padding: 12px 14px;
  background-color: #000000;
  color: #ffd700;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
	font-size: 19px;
}
.btn-basket-add-black:active {
  background-color: green;
}

.btn-basket-add-red {
  border: none;
    font-family: GABRIOLA;
  outline: none;
  padding: 12px 14px;
  background-color: red;
  color: #ffd700;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
	font-size: 19px;
}
.btn-basket-add-red:active {
  background-color: green;
}
.btn-basket-clear-close {
  border: none;
  outline: none;
  padding: 12px 25px;
  margin: 0 auto;
  background-color: #f1f1f1;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
    border: 1px solid black;
	border-radius: 3px;
}
@media screen and (max-width: 1200px) {
    .btn-basket-clear-close {
        width: 100%;
		margin-top: 5px;
    }
}
.btn-basket-clear-close:hover {
  background-color: green;
  color: #FFFFFF;
}
.basket_container {
border: none;
width: 90%;
margin: 0 auto;
height: auto;
}
