.tcb-style-wrap h5
{
   color: rgb(115, 116, 117);
}
	
#simple-shop-cart .search {
    padding: 5px 0;
    margin: 5px;
    height: 30px;
    position: relative;

    line-height: 22px;
}
#checkout_gst,#checkout_tax{
	display: none;
}

#ssc_total{
	font-weight: bold;
	font-size: larger;
}
#ssc_total:before{
	content: "$ ";	
}
.ssc_gst{
	font-size: small;
	font-style: italic;
}

    .search input {
display: inline-block;
        width: 150px;
        height: 30px;
        line-height: 18px;
        padding: 0 2px 0 2px;
        border-radius:1px;
    }
.change_value{
	font-size: small;
padding: 5px !important;
}
.search btn{
	width: 10px;

	float: right;
	position:absolute;
}
.shop_title{
font-weight:500;
margin:10px;
color: #fff !important;
}
.pass_ss{
	font-weight: bold;
	color: #0005f0;
}
	.sdesc{
		color: gray !important;
	}
	
		.sdesc h5{
		color: gray !important;
	}


#add_account tbody tr:nth-child(odd){
	background-color:#eeffff;
}
	  .job_event {
		  margin-left: 1.5em;
		  border-left: 1px solid #000aff;
		  max-height: 8em;
		  overflow-y: scroll;
	  }

#tags{
	margin-bottom: 0.8em;
}

	#tags span,#tags a{
		
		border: 2px solid #664eae;
		color: #664eae;
		background-color: transparent;
		font-weight: bold;
		font-size: larger;
		margin-left: 6px !important;
		margin-right: 6px !important;
		margin-bottom: 10px !important;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
		margin-top: 4px;
		min-width: 50px;
		line-height: 20px;
		border-radius: 25px;
		text-decoration: none !important;
		
			}
	#tags span:hover,#tags a:hover,.tags_checked{
	color: white !important;
	border: 2px solid #664eae !important;
	background-color: #664eae !important;	
	cursor: pointer  !important;
	
	}
	
	
	.ctags{
		display: inline-block;
		border: 2px solid #664eae;
		color: #664eae;
		font-weight: bold;
	
		background-color: #f5f5f5;
		margin-top: 0.3em;
		margin-left: 6px !important;
		margin-right: 6px !important;
		padding-left: 10px;
		padding-right: 10px;
		min-width: 50px;
		line-height: 1.6em;
		border-radius: 25px;
		text-decoration: none !important;
		
			}
	.ctags:hover{
	color: white !important;

	border: 2px solid #664eae !important;
	background-color: #664eae !important;	
	cursor: pointer  !important;
	
	}	
	
.trainer{
	display: inline-block;
}	
.trainer label{
	font-weight: bolder;
	font-size: large;
}	

.trainer span{
	font-weight: bolder;
	font-size: larger;
	text-decoration:none;
	padding-left: 0.6em;
	padding-right: 0.8em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-radius: 1em;
	margin-left: 0.4em;
	margin-right: 0.4em;
}

.currency{
display: inline-block;
font-size: large;
text-align: center;
font-weight: bolder;
margin-left: 0.2em;
margin-right: 0.4em;
}
	
.admin_btn{
	background-color: #fb4f4f;
	color: rgba(245, 250, 250, 0.88);
	font-weight: 400;
	border-radius: 25px;
	border: 2px solid gray;
float: right;
}	
	
.admin_btn:hover{
	color: #fb4f4f;
	background-color: #664eae;
	}
	
.row-table{
	display: table !important;
background: linear-gradient(to bottom,rgba(240, 240, 240, 0.9) 2%, rgba(255,255,255,0.9) 100%);
	box-shadow: 3px 3px 5px 5px #ddd;
	margin-bottom:  20px !important;	

	padding: 8px;
}

.orders{
background: linear-gradient(to bottom,rgba(240, 240, 240, 0.9) 2%, rgba(255,255,255,0.9) 100%);
	box-shadow: 3px 3px 3px 3px #ddd;
	margin-bottom:  20px !important;
	
}

.desc {
  display: table-cell;
 vertical-align:top;
  padding-left: 10px;

}
.desc ul{
margin:1.8em;
	text-indent: -5px;
  padding-left: 15px;
}

.desc li{
line-height:1.6;
}


.form-group div{
	margin-left: 10px;
}

.form-group label{
	font-weight: bold;
}

.item{

}

.price{
	font-size: small;
	text-decoration: line-through;
	display: none;
}

.item_name{
	font-size: larger;
	color: black;
	font-weight: bold;
	margin:5px;
}


.item_s_desc{
display: inline-block;
	font-family: sans-serif;
	font-weight: bold;
	font-size: larger;
	color: #474747;
	margin-top: 2em;
	margin-bottom: 0.4em;	
}

.desc{
       font-size: larger;
}

.item_code{
	font-size: large;
	display: inline-block;
	color: gray;
	font-weight: 300;
}

.item_start_time,.item_end_time{
	display: block;
	color: #664eae;
	text-align: right;font-size: small;font-weight: bold;
	margin-right: 1em;
	margin-bottom: 1em;
}

.item_code2{
	display: inline-block;
	color: #664eae;
	font-size: large;
	font-weight: bold;
	margin-bottom: 1em;
}

.gst{
	font-size: smaller;font-style: italic;
}

.remove_cart_item{
	display: none;
}

/*
.sale_price:before{
	 content: "AUD$";
    margin-right: 2px;
    }
.sale_price:after{
	 content: ".-";
    }
  */      
.sale_price,.sub_total{
color: black;
font-size: medium;
}


.item_qty{
font-weight: bold;
font-size: larger;
text-align: center;
text-align-last:center; 
}

.quote_price{
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; 
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

#ssc_oinfo {
    position: relative;
}

.soldout{
height: 3.5em;
width: 4.5em;
margin-right: 1em;
/*background-image: url(sold-out.png);
background-repeat: no-repeat;
background-size: contain;
*/
text-align: center;
display: inline-block;
vertical-align: bottom;
}
	.money{
		float: right;
		font-weight: 500;
	}
	.box{
		border-radius: 10px;background-color: rgba(240,240,240, 0.8);padding: 10px;margin: 5px;
	}
	.box label{
		font-weight: bold;
		min-width: 100px;
		max-width: 200px;
	}
	.box input{
		width: 100%;
		background-color: #fff;
	}
	.sub_total{
color: black;
font-size: medium;
	font-size: x-large !important;
	font-weight: bold;
	float: right;
	white-space: nowrap;
	margin-right: 1.2em;
}

.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}




.stepwizard-row:before {
    top: 18px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 4px;
    background-color: #ccc;
    z-order: 0;
    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 160px;
  height: 40px;
  text-align: center;
  padding: 4px 0;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 20px !important;
  z-index: 20;
}


			.order_status{
				text-align: center;
				font-size: small;
				vertical-align: middle;
				font-weight: bold;
				line-height: 26px;
			}
			.order_status_New{
				background-color: #94ffa3;
			}

			.order_status_Payment{
				background-color: #939cfd;
				color: white;
			}

			.order_status_Delivery{
				background-color: #de93fc;
			}
			.order_status_Complete{
				background-color: #fff694;
			}			
			
			.order_status_Cancel{
				background-color: #ff9494;
			}





#order_cancel{
	font-size: smaller;
}

.order_info{
	
}
.order_table label{
	font-weight: bold;
	
}

	input[name=item_stock]{
		width: 50px;
		text-align: center;
		float: right;
	}
	.orders{
		min-height: 100px;
	}


	.sale_history{
		text-align: center;
		float: right;
	}
	.item{
		min-height: 80px;
	}






@media (min-width: 1100px) {
   #ssc_oinfo {
        position: absolute;
        font-size: smaller;
         overflow: scroll;
         display: block;
    }
}

	
@media screen and (max-width: 600px){
.row-table{
	display: table;
	width: 100% !important;
	float: left;
}
	.item_info {
	 margin: 5px auto;

  border-collapse: collapse;
  vertical-align: top;
	}

	
	.more_info{	
	display: inline-block;
	font-size: small;
	font-weight: 400;
}

.buy_item{
	display: inline-block;

	font-size: small;
	font-weight: 400;
}
	
	
#scart{
float:left;
}


.btn-circle {
  width: 100px;
  height: 40px;
  text-align: center;
  padding: 4px 0;
  font-size: 9px !important;
  line-height: 1.5;
}

.fimg {

/* width: 30% !important;*/
}

}


.item_info > .ccimg{
	width: 21%;
	display: inline-block;max-width:600pxmin-width: 200px; vertical-align: top;
}

.item_info > .ccontant{
	width: 76%;
	display: inline-block;min-width: 280px;
}



	
	
	
	
	#scart{
		position: fixed; 
		border-radius: 25px;
		width:50px;
		height: 50px;
		padding: 5px; 
background-color: #664eae;
		display: inline-block;
		background-position: center center;
		background-size: 40px 40px;
		background-repeat: no-repeat;  
		background-image: url(cart.png);
z-index:9999;
margin-left:-50px;
	}
	
	
	
#item_loading{
	display: none;

	top:50%;
	left:46%;
	margin-left:-150px;
	margin-top:-150px;
	width: 200px;
	height: 200px;
	
/*background-image: url(header-logo2.png);
		background-repeat: no-repeat;
		background-size: contain;
		
		*/
/*
	box-shadow: 0 0 1px #000;

		background-image: url(loading.gif);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 120px;
	*/

	z-index: 999;
	position: fixed;

  border: 26px solid #f3f3f3; /* Light grey */
  border-top: 26px solid #c4a8ff; /* p */
  border-radius: 50%;

  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.fimg {
width: 90%;
margin: 0;
float: left;
  display: block;


}
.desc {
  display: table-cell;
 vertical-align:top;
  padding-left: 10px;

}

.desc ul{
	text-indent: -5px;
  padding-left: 15px;
}

.desc li{
	line-height: 1;
	margin: auto;
}
/*
.item_sale{
	margin-top: 2em !important;
	margin-bottom: 1em !important;
	vertical-align: bottom;
}
*/
.sale_price{
	margin-left: 20px;
	font-size: x-large !important;
	font-weight: bold;
}
.delete_price{
	font-size: small;
	text-decoration: line-through;
	color: gray;
}
.display_item_status{
font-size: large;
font-weight: bold;
font-style: italic;
color: rgba(162, 70, 229, 0.95);
}

#cart_msg{
	border-radius: 2em;
	padding: 2%;
	background-color: white;
}


.buy_item,.more_info,.direct_buy_item{
cursor: hand;
font-weight: bold;
	position: relative;
	margin-top: 0.3em;
	margin-right: 0.3em;
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 30px;
	color: rgba(245, 245,245, 0.95);
	border: 2px solid #664eae;
	background-color: #664eae;
			font-style: italic;
}

.buy_item:hover,.more_info:hover,button[type=button]:hover{
	background-color: #fff;
	color: #664eae;
	font-weight: 600;
}






.black{
	color: rgba(255, 255,255, 0.95);
	background-color: rgba(0, 0, 0, 0.95) !important;
}
.black:hover{
	color: rgba(0, 0, 0, 0.95);
	background-color: #664eae !important;
	border: 2px solid rgba(0, 0,0, 0.95);
}

.orange{
	color: rgba(245, 245,245, 0.95);
	background-color: rgba(245, 163, 0, 0.95) !important;
}

.orange:hover{
	color: rgba(245, 163, 0, 0.95);
	background-color: rgba(245, 245,245, 0.95) !important;
	border: 2px solid rgba(245, 163, 0, 0.95);
}

.button{
	cursor: hand;
	position: relative;
	display: inline-block;
	margin-top: 10px;
	margin-right: 20px;	
	padding-top: 0.8em;
	padding-bottom: 0.7em;
	padding-left: 1.1em;
	padding-right: 1em;
	line-height: 1em;
	border-radius: 2em;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	
	background-color: rgba(230, 230, 230, 0.5);
	}

.button:hover{
	font-weight: 600;
	text-decoration: none;
}






.select_opt{
	background-color: #000;
	color: #fff;
	border: 2px solid #664eae;
	font-size: larger;
	font-weight: 500;
		border-radius: 30px;
		height: 2em;
}

.select_opt:hover{
	color: #fff;
	background-color: #664eae;

}

.func_option{
	min-height: 3em;
	background-color: linear-gradient(to bottom,rgba(125, 125, 125, 0.35) 2%, rgba(255,255,255,0.25) 100%);
}

.item_name{
	white-space: normal;
}
.item_title{
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1.5em;
	padding: 3em !important;
}
.item_info2 {
/* width: 300px;*/
  margin: 2px auto;
  border-collapse: collapse;
  vertical-align: top;
  @extend %clearfix;
}


.item_other{
	margin-top: 0.5em;
	margin-bottom: 0.6em;
	padding: 0.4em;
	background-color: #f5f5f5;
	
}


.item_other ul a{color:orange !important;}

.item_other ul {list-style: none;
	 
    display: table;
    margin-top: 0.6em !important;
    margin-left: 1em !important;
    margin-bottom: 2em !important;
}

.item_other li{
	margin-top: 0em;
	margin-bottom: -5em;
	min-height: 1em;
padding:  -6px -10px -10px 6px;
    
    display: table-row;

}


.item_other li::before {
	content: "+"; 
	color: rgba(162, 70, 229, 0.95);
	font-size: x-large;
	font-weight: bolder;
 display: table-cell; /* aha! */
    text-align: right;
padding-right: .3em;
	width: 0.8em;	
  margin-top:  0.6em;
  margin-left: 0.3em;
	
}


%clearfix {
	*zoom: 1;
	&:before, &:after {
		display: table-row;
		line-height: 0;
		content: "";
	}
	&:after {
		clear: both;
	}
}




/**===== circle6 =====*/
#circle6 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin: -50px 0 0 -50px;
  border: 10px rgba(0, 0, 0, 0.25) solid;
  border-top: 20px #008744 solid;
  border-right: 20px #0057e7 solid;
  border-bottom: 20px #d62d20 solid;
  border-left: 20px #ffa700 solid;
  border-radius: 50%;
  -webkit-animation: spin6 1s infinite linear;
          animation: spin6 1s infinite linear;
}

@-webkit-keyframes spin6 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spin6 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/** END of circle6 */






	
@media screen and (max-width: 601px){
.row-table{
	display: table;
	width: 90%;	max-height: 400px;

	overflow-y: hidden;
	overflow-x: hidden;
}





.trainer{ width: 100%}
	.item_info {
	padding: 10px;

  border-collapse: collapse;
  vertical-align: top;

	}
	
	.more_info{	
	display: inline-block;
	font-size: medium;
	font-weight: 600;
}

.buy_item{
	display: inline-block;

	font-size: large;
	font-weight: 600;
}
	
	
}	



	
@media screen and (max-width: 600px){

.item_info > .ccimg{
	width:100%;
}

.item_info > .ccontant{
	width: 100%;
}


.item_title{
	padding: 0.6em !important;
}


@keyframes ldio-6slf38x0ykf {
    0% { transform: scale(0.4) }
   25% { transform: scale(0.5) }
   50% { transform: scale(0.7) }
   75% { transform: scale(0.5) }
  100% { transform: scale(0.4) }
}
.ldio-6slf38x0ykf > div {
  transform-origin: 80px 80px;
  animation: ldio-6slf38x0ykf 1.4s infinite linear;
}
.ldio-6slf38x0ykf > div div {
    position: absolute;
    width: 40px;
    height: 227px;
    background: #664eae;
    left: 80px;
    top: 80px;
    transform: translate(-50%,-50%);
}
.ldio-6slf38x0ykf > div div:nth-child(1) {
    width: 41.6px;
    height: 41.6px;
    border-radius: 50%;
}
.ldio-6slf38x0ykf > div div:nth-child(4) {
    width: 0px;
    height: 0px;
    background: #ffffff;
    border-radius: 50%;
}.ldio-6slf38x0ykf > div div:nth-child(3) {
  transform: translate(-50%,-50%) rotate(90deg)
}
.loadingio-spinner-gear-8q04pef44nw {
  width: 250px;
  height: 250px;
  display: inline-block;
  overflow: visible;
  background: none;
margin-left: 60px


}
.ldio-6slf38x0ykf {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */




}
.ldio-6slf38x0ykf div { box-sizing: content-box; }

}



	
@media screen and (min-width: 601px){


@keyframes ldio-6slf38x0ykf {
    0% { transform: scale(0.4) }
   25% { transform: scale(0.6) }
   50% { transform: scale(0.7) }
   75% { transform: scale(0.6) }
  100% { transform: scale(0.4) }
}
.ldio-6slf38x0ykf > div {
  transform-origin: 125.5px 125.5px;
  animation: ldio-6slf38x0ykf 1.3s infinite linear;
}
.ldio-6slf38x0ykf > div div {
    position: absolute;
    width: 70px;
    height: 350px;
    background: #664eae;
    left: 125.5px;
    top: 125.5px;
    transform: translate(-50%,-50%);
}
.ldio-6slf38x0ykf > div div:nth-child(1) {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.ldio-6slf38x0ykf > div div:nth-child(4) {
    width: 0px;
    height: 0px;
    background: #f1f2f3;
    border-radius: 50%;
}.ldio-6slf38x0ykf > div div:nth-child(3) {
  transform: translate(-50%,-50%) rotate(90deg)
}
.loadingio-spinner-gear-8q04pef44nw {
  width: 250px;
  height: 250px;
  display: inline-block;
  overflow: visible;
  background: none;
}
.ldio-6slf38x0ykf {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-6slf38x0ykf div { box-sizing: content-box; }
/* generated by https://loading.io/ */

}


