
<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">

<h4>A PHP Error was encountered</h4>

<p>Severity: 8192</p>
<p>Message:  strripos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior</p>
<p>Filename: helpers/browser_helper.php</p>
<p>Line Number: 65</p>


	<p>Backtrace:</p>
	
		
	
		
	
		
	
		
			<p style="margin-left:10px">
			File: /var/www/tcfixingsco/public_html/application/helpers/browser_helper.php<br />
			Line: 65<br />
			Function: strripos			</p>

		
	
		
			<p style="margin-left:10px">
			File: /var/www/tcfixingsco/public_html/application/models/Mcheckout.php<br />
			Line: 14<br />
			Function: getBrowser			</p>

		
	
		
	
		
	
		
	
		
	
		
	
		
			<p style="margin-left:10px">
			File: /var/www/tcfixingsco/public_html/application/controllers/main/Customcss.php<br />
			Line: 7<br />
			Function: __construct			</p>

		
	
		
	
		
			<p style="margin-left:10px">
			File: /var/www/tcfixingsco/public_html/index.php<br />
			Line: 324<br />
			Function: require_once			</p>

		
	

</div>#articleSingle 

h1 { 
  color: black;
  text-align: center;
}

h4 {
  color: white;
  margin-top: 4px;
  margin-bottom: 4px;
}

h5 {
  color: white;
}

p {
  padding: 7px;
}

div.gallery {
  margin: 3px;
  border: 1px solid #525252;
  float: left;
  width: 100%;
}

div.gallery:hover {
  border: 2px solid #FF0000;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 5px;
  text-align: center;
  background-color: #525252;
}

div.desc a {
 color: white;
}

#mc-sub-heading{
  width: 100%;
  margin: auto;
  margin-bottom: 8px;
  padding: 2px;
  border: 3px solid #FF0000;
  background-color: #FF0000;
  text-align: center;
}

#mc-sub-heading2{
  width: 100%;
  margin: auto;
  margin-bottom: 8px;
  padding: 2px;
  border: 3px solid #525252;
  background-color: #525252;
  text-align: center;
}

#mc-sub-heading3{
  width: 100%;
  margin: auto;
  margin-bottom: 8px;
  padding: 2px;
  border: 3px solid #4CAF50;
  background-color: #4CAF50;
  text-align: center;
}

#mc-art-thumbnail{
  padding-left: 5px;
  padding-right: 5px;
}

#mc-art-thumbnail-2{
  padding-left: 5px;
  padding-right: 5px;
}

#mc-art-row{
  margin: 3px;
}

.mc-button{
  background-color: #FF0000;
  margin: 0px 0px 15px 15px;
  font-weight: bold;
  color: white;
}

.mc-button:hover {
  background-color: white;
  color: red;
}

.tabHeading {
  background: #FF0000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
}
.tabHeading:hover, .tabHeading.active {
  background: #880000;
}
.tabContent {
  padding: 10px;
  background-color: white;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.tabContent a {
  background: #FF0000;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  padding: 2px 5px;
}

.tabHeading:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f054'; /* character for "right" sign (>) */
  font-size: 13px;
  color: #FFFFFF;
  float: right;
  margin-top: 3px;
}

.tabHeading.active:after {
  content: "\f078"; /* character for "down" sign (v) */
}

/* [END OF TAB CSS] */

div.mc-counters {
    counter-reset: section;
    padding: 10px;
}

div.mc-counters h6::before {
    font-weight: bold;
    counter-increment: section;
    content: counter(section);
    display:inline-block;
    color:white;
    background: #FF0000;
    border: 5px solid #FF0000;
    padding:4px 4px;
    margin-right:16px;
    border-radius: 50%;
}

@media only screen and (max-width: 600px){
  #mc-no-mobile, #mc-art-thumbnail-2 {
    display: none;
  }
}

.pricetopleft {
  position: absolute;
  top: 3px;
  left: 8px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  background-color: #525252;
  color: white;
}

.gallery:hover > .pricetopleft {
  position: absolute;
  top: 3px;
  left: 8px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  background-color: red;
  color: white;
}

.gallery:hover > div.desc {
  padding: 5px;
  text-align: center;
  background-color: #FF0000;
}

#mc-table, #mc-table2 {
  border-collapse: collapse;
  width: 90%;
  margin: auto;
}

#mc-table td, #mc-table th, #mc-table2 td, #mc-table2 th {
  border: 1px solid #ddd;
  padding: 8px;
}


#mc-table tr:hover {background-color: #ddd;}

#mc-table2 tr:hover {background-color: #ddd;}

#mc-table th, #mc-table2 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #4CAF50;
  color: white;
}

#mc-table td, #mc-table2 td {
  text-align: center;
}

.mc-table-max {
  background-color: #add8e6;
}

@media only screen and (max-width: 600px){
  #mc-table, #mc-table2 {
    margin: 5px;
  }
}

.mc-img-container {
        text-align: center;
        display: block;
      }

.mc-img-container img {
  width: 100%;
  height: auto;
}

.mc-img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #FF0000;
}

.mc-img-container:hover .mc-img-overlay {
  opacity: 0.8;
}

.mc-img-text {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


#mc-table2 tr:nth-child(odd){background-color: #add8e6;}
#mc-table2 tr:nth-child(odd):hover {background-color: #ddd;}
