/* CSS Document */
a:link       { color: #FF9900 }
a:visited    { color: #FF9900 }
a:active     { color: #FF9900 }
body
{
font-family: Verdana, Arial, Helvetica;
background-color: rgb(255,255,255);
color: rgb(0,51,51);
margin: 0;
padding: 0;
background-attachment: fixed;
background-position:center;
}
h2{	color: rgb(102,102,102); }

table        { font-family: Verdana; font-size: 10pt; table-border-color-dark: rgb(0,102,102);
               table-bgcolor: rgb(0,102,102) }
td           { font-family: Verdana; font-size: 10pt; table-border-color-dark: rgb(0,102,102);
               table-bgcolor: rgb(0,102,102); color: #808080 }


#xmain {
	font-family: 'Noto Sans', sans-serif;
}

.max600_noPad {
  padding-bottom: 70px;
  max-width: 600px;
  margin: auto;
  font-size: 12pt;
  text-align: center;;
  color:#696969;
}

.max400 {
  max-width: 400px;
  margin: auto;
  padding: 10px 10px;
  font-size: 12pt;
  text-align: justify;
  color:#696969;
}
.max600 {
  max-width: 600px;
  margin: auto;
  padding: 10px 10px;
  font-size: 12pt;
  text-align: justify;
  color:#696969;
}

.max800 {
  max-width: 800px;
  margin: auto;
  padding: 10px 10px;
  font-size: 12pt;
  text-align: justify;
  color:#696969;
}

.deadcentre {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cold {	color: DodgerBlue;
	font-size: 18px;
}
.warm {	color: DarkOrange;
	font-size: 18px;
}
.more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
}

img.x800 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.ChatDiv {
width: 800px;
margin: auto;
font-family: Verdana;
color: #666666;
font-size: 14px;
padding: 3;
}

div.chat2 {
  max-width: 90%;
  margin: auto;

}

.btn_add2basket{
display: inline-block;
background: none;
background-color: white;
border: 1px solid white;
width: 82px;
height: 28px;
background:url('../images/add-2-basket.gif');
cursor:grab;
}

.GreenButton {
  background-color: #4CAF50;
  color: white;
  padding: 5px;
  margin: 4px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.main
{
position: static;
padding: 0 20px;
box-sizing: border-box;
}
.big_menu
{
position: static;
padding:  10px 10px;
box-sizing: border-box;
}
.BigBasket .xBigChat
{
display: block;
}


.tw800{max-width: 800px;}
.tw600{max-width: 600px;}

.header2
{

position: fixed;
top: 0;
left: 0;

padding: 0 20px;
background: #FD6116;
font-color: #000000;

font-size: 16pt;
z-index: 1;

width: 100%;
box-sizing: border-box;
display: none;
}

.header2 .logo
{
color: #000000;
height: 50px;
line-height: 50px;
font-size; 18px;
font-color: #000000;
float: left;
font-weight: bold;

}

.header2 nav
{
float: right;

}
.header2 nav ul
{
margin: 0;
padding: 0;
display: flex;
}

.header2 nav ul li
{
list-style: none;
color:#cccccc;
}
.header2 nav ul li a
{
height: 50px;
line-height: 50px;
padding: 0 20px;
color:black;
text-decoration: none;
display: block;
}

.header2 nav ul li a:hover,
.header2 nav ul li a.active
{
color: orange;
background: #f4f4f4;
}
.menu-toggle
{
color: #000000;
float: right;
line-height: 50px;
font-size: 18px;
cursor: pointer;
display: none;
}

.search_icon {
position: absolute;
  top: 0;
  left: 0;
}

.x400 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  border-radius:80%;
}

#xMobiBasketTotal {

font-size: 12px;
  position: fixed;
  top: 10px;
  right: 50px;
  font-color: #ffffff;
  background-color: white;
  border: 2px solid green;
  padding: 5px;
  border-radius: 25px;
  z-index: 1;
}
#xMobiBasketTotal2021
{
  position: absolute;
  padding: 18px;
  font-size: 22px;
  right: 10px;
  top: 25px;
  color: green;
  width: 15%;
  float: left;
  height: auto;



  text-align: center;
  background-image: url("../images/ico_shopping-bag.gif");
  background-position: center;
  background-repeat: no-repeat;
}

/*
#MobiBasketTotal a:link a:visited {
  background-color: #f44336;
  color: white;
  padding: 4px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
*/


.ScreenDimensions {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100px;
  background: #FFFFFF;
  border: 3px solid red;
  padding: 25px;
  color: green;
  font-color: "#000066"
}
#CustomerTable{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-color: "#000066"
  border-collapse: collapse;
}

#CustomerTable td, #customers th {
  border: 0px solid #ddd;
  padding: 0px;
}

#CustomerTable tr:nth-child(even){background-color: #f2f2f2;}

#CustomerTable tr:hover {background-color: #ddd;}

#Mobi_x_Header
{
display: none;
}


.product_page_footer{

	  max-width: 800px;
	  margin: auto;
	  padding: 20px 20px;
	  font-size: 12pt;
	  text-align: justify;
	  color:#696969;

}


@media (max-width: 780px) {

  /* #############  mobile  ##############*/

    #xmain {
        position: absolute;
        top: 80px;
        width: 100%;
    }

    .max800 {
      max-width: 95%;
    }

    img {
        max-width: 100%;
        height: auto;
    }



    #Mobi_x_Header, #xMobiBasketTotal, #xMobiBasketTotal2021
    {
    display: block;
    }

    #xMobiBasketTotal2021-2
    {
      position: absolute;
      padding-top: 9px;
      font-size: 19px;
      right: 40px;
      top: 5px;
      color: green;
      width: 15%;
      float: left;
      height: auto;

      text-align: center;
      background-image: url("../images/ico_shopping-bag-orange-50.gif");
      background-position: center;
      background-repeat: no-repeat;
    }

    .MobiDiv, .MobiBuyButton
    {
    display: block;
    }

    .MobiTel {
    display: inline;
    }
    .DeskTel {
    display: none;
    }

    .big_menu, .xBigChat, .BigBasket, .DeskDiv, .DeskBuyButton, .DeskText
    {
    display: none;
    }

    .menu-toggle
    {
    display: block;
    }

    .header2
    {
    padding: 0 20px;
    display: block;
    }

    .dropdown-content {
    font-size: 10pt;
    }
    .header2 nav
    {

    position: absolute;
    width: 100%;
    min-height: calc(100vh - 50px);
    background: #ebebeb;
    left: -100%;
    top: 50px;
    transition: 0.5s;
    z-index: 1;
    }
    .header2 nav.active
    {
    left: 0;
    }
    .header2 nav ul
    {
    display: block;
    text-align: center;
    }
    .header2 nav ul li a
    {
    border-bottom: 1px solid rgba(0,0,0,.2);
    color: black;
    font-weight: bold;
    }
    .product_page_footer{width: 90%;}
    }

.row::after {
    content: "";
  clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}
#xbatteries
{
width:95%;
background-color: white;
}
.go-slow
{
 align-items: center;
}
img2 {
    width: auto;
    height: auto;
}

@media only screen and (min-width: 780px) {
	  /* For desktop: */
	  .col-1 {width: 8.33%;}
	  .col-2 {width: 16.66%;}
	  .col-3 {width: 25%;}
	  .col-4 {width: 33.33%;  margin: auto;}
	  .col-5 {width: 41.66%;}
	  .col-6 {width: 50%;}
	  .col-7 {width: 58.33%;}
	  .col-8 {width: 66.66%;}
	  .col-9 {width: 75%;}
	  .col-10 {width: 83.33%;}
	  .col-11 {width: 91.66%;}
	  .col-12 {width: 100%;}

#xbatteries
		{
		width:800px;
		}
.MobiBuyButton, .MobiDiv, #xMobiBasketTotal
{
display: none;
}

.MobiTel {
display: none;
}
.DeskTel {
display: inline;
}

.big_menu, .xBigChat, .BigBasket, .DeskDiv, .DeskBuyButton
{
display: block;
}
.DeskText
{
display: inline;
}
