a {
 text-decoration:none;
}
a:hover {
 text-decoration:none;
}
header.full {
	background: #fff !important;
	border-bottom: 1px solid #ddd;
}
header a {
    border-bottom: 0;
    color: #000 !important;
    text-decoration: none;
}


@media screen and (min-width: 750px) {
	header .main-nav a.act {
		background-color: #36c !important;
		color: #fff !important;
	}
	header .main-nav a:hover {
		background-color: #36c !important;
		color: #fff !important;
	}
	header .main-nav a {
		background-color: rgba(55,55,55,.1) !important;
		border: 0;
		color: #fff;
		display: block;
		font-weight: 400;
		letter-spacing: 1px;
		padding: 5px 10px;
		text-decoration: none;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
}
.content ul.list  {
	overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 2rem;
}
.content ul.list li {	
    /*background: #f1f1f1;*/
	transition:all 0.2s ease-in-out;
    height:490px
}
.content ul.list li:hover {
	background:#eee;
}
.content ul.list li:nth-child(3) {
	margin-right:0;
}
.content ul.list li img {
	vertical-align: middle;
    max-height: 300px;
}
.helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

table.specs {
	border: 1px solid #eee;	
}
table.specs th {
	font-weight:600;
	width:25%
}
table.specs td {
	width:75%
}
table.specs th,
table.specs td {
	background:#f1f1f1;
	color:#000;
	border: 1px solid #fff;
}
table.specs th,
table.specs td {
	background:#f1f1f1;
	border: 1px solid #fff;
}

.product-img {
	display: block;
    width: 100%;
    padding: 0 0 35px;
    text-align: center;
}
.thumbs {
	width: 100px;
    margin: 15px 15px 0 0;
    padding: 5px;
    border: 2px solid #efefef;
    display: inline-block;
    background: #f1f1f1;
	vertical-align:top;
}
.entries .entry {
    border-bottom-color: #f1f1f1;
    float: left;
    display: block;
    width: 32%;
    margin-right: 2%;
    background: #fff;
    overflow: hidden;
}
.entries .entry:nth-child(3) {
    margin-right: 0;
}
.entries .entry p {
	margin:0 0 15px !important;
}
.list li:before {
	display:none;
}




/************** Navigation *************/

.navi {
	width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}
.navi ul {
	margin: 0;
    padding: 15px 0 25px;
    position: relative;
    list-style: none;
	border-bottom: 1px solid #ddd;
}
.navi ul li a {
	width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    align-items: center;
    padding: 8px 24px;
    justify-content: flex-start;
    text-decoration: none;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
}
.navi ul li a:hover,
.navi ul li a.act {
	background-color: rgb(51 102 204 / 70%);
	color: #fff;
}
.navi ul li a span {
	font-size: 18px;
	width: 30px;
    text-align: center;
    padding: 0 20px 0 0;
    transition: all 250ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;   
}

.ov {
	overflow:hidden;
}

/* Main Container */

header.full {
	padding: 0 !important;
}
.outer {
	display: flex;
	max-width: 100vw;
	overflow: hidden;
}
.outer > .inner {
	min-height: 100vh;
    width: 100vw;
    transition: margin 225ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;    
	margin-left: 0;
}
.outer > .inner-open {
	margin-left: 20px;
}
.inner-open header ul {
    padding-right: 17px;
}


/* Menu Container */

.menu-cont {
	position: fixed;
    z-index: 995;
    inset: 0px;
    width: 230px;
    flex-shrink: 0;
}
.menu-inner {
	transform: none;
    transition: margin 225ms cubic-bezier(0.0, 0, 0.2, 1) 0ms; 
    top: 0px;
    flex: 1 0 auto;
    height: 100%;
    display: flex;
    outline: 0px;
    z-index: 938;
    position: fixed;
    overflow-y: auto;
    flex-direction: column;
    left: 0px;
    right: auto;
    margin-left: -320px;
}
.menu-open {
	margin-left: 0px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 10px -5px, rgba(0, 0, 0, 0.14) 0px 16px 24px 2px, rgba(0, 0, 0, 0.12) 0px 6px 30px 5px;
}
.inner > header {
	position: fixed;
	box-shadow: 0 4px 12px 0 rgba(20, 42, 128, 0.12);
	background-color: #fff;
	display: inherit;
	width: 100%;
	top: 0;
	left: auto;
	right: 0;
	height:60px;
	border:none;
	z-index: 999
}
.inner > header > ul {
	display: block;
    position: relative;
    height: 60px;
    margin: 0;
    width: 100%;
}
.inner > header > ul > li {
	margin-left: 0;
    display: inline;
    float: right;
    padding: 0 15px;
    transition: padding 0.1s ease;
    -webkit-transition: all 0.1s ease-out;
    height: 100%;
}
.inner > header > ul > li > a {
	color: #444;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 18px 0px 14px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding 0.1s ease;
    -webkit-transition: all 0.1s ease-out;
    border-bottom: 3px solid transparent;
}


section.content.dynamic {
	margin-top: 60px;
    min-height: 75vh;
    display: flex;
    flex-direction: column;
}

/*** Menu Bars ***/

.toggle-button {
	position: inherit;
	width: 16px;
	height: 16px;
	transition: .4s;
	z-index: 15;
	float: left;
	margin: 23px 15px 11px 32px;
}

.toggle-button:hover  {
  cursor: pointer;
}

.toggle-button .menu-bar {
  position: absolute;
  border-radius: 2px;
  width: 80%;
  transition: .4s;
}

.toggle-button .menu-bar-top {
  border: 2px solid #555;
    border-bottom: none;
    top: 0;
}

.toggle-button .menu-bar-middle {
  height: 2px;
    background-color: #555;
    margin-top: 1.6px;
    margin-bottom: 2px;
    top: 4px;
	width: 94%
}

.toggle-button .menu-bar-bottom {
      border: 2px solid #555;
    border-top: none;
    top: 11.5px;
}

.button-open .menu-bar-top {
  transform: rotate(45deg) translate(3px, 6px);
  transition: .3s;
}

.button-open .menu-bar-middle {
  transition: .3s ease-in;
  opacity: 0;
}

.button-open .menu-bar-bottom {
  transform: rotate(-45deg) translate(2px, -5px);
  transition: .4s;
}

.slogan {
	color: #000;
	margin: 5px 0 22px;
	float: left;	
	text-transform: uppercase;
    font-weight: 800;

    font-size: 10px;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	opacity: 0;
}
.showme {
	margin: 24px 0;
	opacity: 1;
}
.logo {	
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.logo:hover {	
    color:#000
}
.login-slider {	
    -webkit-transition: margin 225ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    transition: margin 225ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
}
.slide {
	margin-left: -45%;
}

.content {
	/*margin-top: 60px;
	padding: 0 !important;*/
}

#nav-icon {
  width: 22px;
  height: 20px;
  position: relative;
  margin: 2px auto 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #444;
  border-radius: 8px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 8px;
}

#nav-icon span:nth-child(4) {
  top: 16px;
}

#nav-icon.opened span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#nav-icon.opened span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.opened span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.opened span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.mobile-nav li {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #eee;
	font-size: 10px
}

.menu_stack {
	display:block;
	padding: 8px 0 10px;
	border-bottom: 1px dotted #ddd;
	width: 100%;
}
.menu_stack span {
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease-out;
}
.menu_stack:hover span {
	color: #444;	
}

.menu_stack:hover {
	border-bottom: 1px dotted #ddd;
}

.menu_stack.Awaiting.Payment {
	color: #D88600
}
.menu_stack.Confirmed {
	color: #00D07F
}
.menu_stack.Production {
	color: #ff00e0
}
.menu_stack.Preparing {
	color: #8900FF
}
.menu_stack.Canceled {
	color: #444
}
.menu_list {
	display:block;
	padding: 8px 0 10px;
	border-bottom: 1px dotted #00c4ff;
	width: 100%;
}
.menu_list {
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease-out;
}
.menu_list:hover a {
	color: #fff;	
}

.menu_list:hover {
	border-bottom: 1px dotted #00c4ff;
	border-right: 3px solid #fff;
	color: #fff !important;	
}
li.menu_list:hover {
    border-color: #fff !important;
}

.menu_list.Awaiting.Payment {
	color: #D88600
}
.menu_list.Confirmed {
	color: #00D07F
}
.menu_list.Production {
	color: #ff00e0
}
.menu_list.Preparing {
	color: #8900FF
}
.menu_list.Canceled {
	color: #444
}
.menu_list.Shipped {
	color: #00cff9
}

form.update {
	width:800px;
}

:focus {
    outline: none !important;
}

.slick-prev:before, .slick-next:before {
	font-size: 30px !important;
}

.playa-scrollpane {
	height: 250px !important;
}

.playa-ss table, .playa-ss {
	border: none !important;
}
.playa-entry a {
	padding: 2px 10px 2px 22px !important;
}



/* Homepage ************************/

.info-bar > div {
	max-width: 1400px;
    margin: 0 auto;
}
.info-bar ul {
	margin: 0;
    text-align: center;
}
.info-bar ul li {
	display: inline-block;
    width: 29%;
	padding: 0 2%;
    text-align: left;
	vertical-align: top;
}
.info-bar ul li > div {
	padding: 45px 0;
}
.info-bar .left-half {
	width:18%;
	margin-right:6%;
	display:inline-block;
	font-size: 60px;
	vertical-align: top;
	line-height: 64px;
	text-align: right
}
.info-bar .right-half {
	width:70%;
	display:inline-block;
}
.info-bar .right-half h6 {
	margin: 0 0 10px
}

.info-bar .right-half p {
	margin: 0;
	font-size: 13px;
	padding-right: 35px;
}

.ff-container {
    width: 100%;
    background: #00a3fa;
    background: linear-gradient(
160deg
, rgba(0,153,235,1) 40%, rgb(0, 231, 255) 100%);
    color: #222;
    margin: 0;
    padding: 105px 0 145px;
}
.ff-container-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.feature-box {
	max-width: 47%;
	width: 100%;
	float: left;
}
.feature-box-inner {
	-webkit-transition: all .1s ease-out 0.1s;
	-moz-transition: all .1s ease-out 0.1s;
	-o-transition: all .1s ease-out 0.1s;
	transition: all .1s ease-out 0.1s;
	background-color: #f1f1f1;
	padding: 45px 0;
	border-bottom: 3px solid transparent;
	border-radius: 12px
}
.feature-box-inner:hover {
	border-color: blue;
}
.feature-box:hover {
}
.feature-box-left {
	margin: 1% 2% 0 1%;
}
.feature-box-right {
	margin: 1% 1% 0 2%;
}


.ff-title {
	width: 65%;
	margin: 0 auto 95px;
}
.ff-subtitle {
	width: 60%;
    margin: 0 auto;
    text-align: center;
    display: block;
    overflow: hidden;
}

em, i, strong, dfn {
	font-style: normal !important
}

img {
	
}
.slick-slide img {
	text-align: center;
    margin: 0 auto;
}
.slick-prev:before, .slick-next:before {
	color: #000 !important;
}

.cycle-slide {
	width: 100%
}
.cycle-slideshow {
	margin-bottom: 0 !important
}
.container {
	padding: 20px 0;
}
.item, .comments .comment, .entries .entry {
    border-bottom: none !important;
	text-align: center
}

	
    .feat-left {
        margin-left: 10%;
        float: left;
        width: 30%;
        text-align: right;
    }	
    .feat-right {
        float: left;
        width: 45%;
        margin: 0 7% 0 8%;
    }
    
ul {
	margin: 0 !important;
    list-style-position: inside;
}

footer {
	margin-top: 35px !important;
    border-top: 1px solid #ddd;
    padding-top: 35px !important;
}
footer .left-foot {
	/*background-position: center center;
    vertical-align: top;
    background-image: url(https://interactiveit.co.za/themes/user/site/default/asset/img/common/17yr_contact.png);
    background-repeat: no-repeat;
    overflow: hidden;
    height: 275px;*/
    width: 50%;
    display: inline-block;
}
footer .right-foot {
	height: 275px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
footer .right-foot > span:first-child {
	display: block; 
    width: 50%; 
    overflow: hidden;
    padding:0 0 0 25%
}

.slick-slide img {
	max-height:290px
}

.product-img-main {
	vertical-align: middle;
    max-height: 500px;
}
.img-container {
    height: 600px;
    white-space: nowrap;
    text-align: center;
    padding: 0 50px;
    /*background: #f1f1f1;*/
}
.product-left {
	width:40%;
    float: left;
    margin-right: 5%;
}
.product-right {
	width: 55%;
    float: left;
}
.container {
	padding:0
}
.breadcrumb {
	margin-top:75px !important;
}
.header-feature {
margin-top:40px;
}
.breadcrumb ul {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}
.breadcrumb ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    visibility: hidden;
}
.breadcrumb li {
	margin-right: 10px;
    display: inline;
    float: left;
}
.breadcrumb li:not(:last-child):after {
    color: #b5b5b5;
    content: '/';
    padding-left: 10px;
}
.com-output > span {
	background: #36c;
    color: #fff;
    padding: 6px 14px;
    border-radius: 8px;
    font-weight: normal;
    font-size: 13px;
    margin: 5px auto;
    display: inline-block;
}
.filter > span {
	padding: 9px 30px;
    background: #36c;
    color: #fff;
    border-radius: 8px;
    margin: 0;
    display: inline-block;
    text-align: center;
}
.com-input {
	width:12% !important;
    margin-right:1%;
    height:34px !important
}
.com-search {
	background: #f1f1f1; 
    padding:25px;
    margin: -10px 0 25px;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}