.topnavbgd {
  overflow: hidden;
  background-color: #024b30;
  text-align: center;
  color: #ffffff;
  padding: 6px;
  font-size: 14px;
}

.topnav {
  overflow: hidden;
  background-color: ;  
  max-width: 400px;
  margin: auto;
  text-align: center;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 6px 7px;
  text-decoration: none;
  font-size: 10px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.activ {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



/* Categories Menu CSS */

.catnav {
  overflow: hidden;
  background-color: #333;
  color: #ffffff;
  padding: 10px;
  font-size: 16px;
}

.catnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 11.5px;
  text-decoration: none;
  font-size: 14px;
}

.catnav a:hover {
  background-color: #ddd;
  color: black;
}

.catnav a.active {
  background-color: #04AA6D;
  color: white;
}

.catnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .catnav a:not(:first-child) {display: none;}
  .catnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .catnav.responsive {position: relative;}
  .catnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .catnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* End of Categories Menu CSS */


* {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  padding: 0px;
  font-family: Arial;
  margin: 0;
  color: green;
}

.voucher-code {
  overflow: hidden;
  text-align: center;
  color: #000000;
  padding: 6px;
  font-size: 14px;
}

.blue{ color: blue; }

/* Center website */
.main {
  max-width: 1200px;
  margin: auto;
text-align: center;
}

h1 {
  font-size: 40px;
  color: #0C037F;
  word-break: break-all;
}

h3 {
  font-size: 16px;
  word-break: break-all;
}

.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}


/* Content */
.item_title{  
  font-size: 16px;
  font-weight: bold;
}

/* Content */
.item_content{  
  font-size: 15px;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 750px) {
  .column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 320px) {
  .column {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 20px;
  }
}

.desktop{ display: block;}
.mobile{ display: none;}
/* Responsive layout - makes the menu to hide instead of next to each other horizontal */
@media screen and (max-width: 750px) {
  .desktop{ display: none;}
  .mobile{ display: block;}
}


.button {
background-color: #f61e1e;
border: none;
color: white;
padding: 6px 12px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}



.row1 {
  margin: 8px -3px;
}

/* Add padding BETWEEN each column */
.row1,
.row1 > .column1 {
  padding: 2px 2px 20px 2px;
}

/* Create four equal columns that floats next to each other */
.column1 {
  float: left;
  width: 20%;
}

/* Clear floats after rows */ 
.row1:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 5px;
}


/* Content */
.item_title{  
  font-size: 16px;
  font-weight: bold;
}

/* Content */
.item_content{  
  font-size: 15px;
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 750px) {
  .column1 {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 360px) {
  .column1 {
    width: 50%;
  }
}


.button1 {
background-color: #f61e1e;
border: none;
color: white;
padding: 1px 12px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}



.phonepricestitle {
  background-color: #024b30;
  color: #ffffff;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: -10px;
  font-size: 16px;
}

.phone-cat {
  margin: 8px -3px;
}

/* Add padding BETWEEN each column */
.phone-cat,
.phone-cat > .columnphoneprice {
  padding: 2px;
}

/* Create four equal columns that floats next to each other */
.columnphoneprice {
  float: left;
  width: 12.5%;
}

/* Clear floats after rows */ 
.phone-cat:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 5px;
}


/* Content */
.item_title{  
  font-size: 16px;
  font-weight: bold;
}

/* Content */
.item_content{  
  font-size: 15px;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 750px) {
  .columnphoneprice {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 360px) {
  .columnphoneprice {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 750px) {
  .columnphoneofficial {
    float: left;
	width: 25%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 750px) {
  .uptext {
	  font-size: 12px;
  }
}


a {
  text-decoration: none;
}