/* Internet Banking-----------------------*/

#infoText {
	font-size: 18px;
	background: #FFF;
	padding: 0px;
	border: none;
	line-height: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #000;
}

/* Address css--------------------------*/

.css-postback input, .css-postback select, .css-postback textarea{
    color: #666;
}
  
	.css-postback input, .css-postback textarea, .css-postback select { font-size: 17px!important; }
	
input:-webkit-autofill{
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}


/* Order History--------------------------*/

.css-button-view  {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
}

.css-button-returntoyouraccount {
	margin-top: 25px;
}
.css-data-table td {
	padding-right: 40px;
	vertical-align: middle;
}

.css-data-table thead th {
	vertical-align: top;
	padding-bottom: 15px;
	padding-top: 15px;
}


/* QTY input right
------------------------------------------------------------------------------*/

.decrement_qty-cart input.qty {
	float: right;
}




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

/* Checkout--------------------------*/
#css-account-options .col-md-4 {
	margin-top: -20px;
}

}


/* Mobile ------------------------ */

@media only screen and (max-width: 767px) {
	
/* Order History--------------------------*/
	
	
.css-data-table td {
	vertical-align: top;
}	
	
	
/* Order History--------------------------*/

.css-data-table td {
	padding-right: 8px;
}	

/*	
.css-button {
	clear: both;
	float: none;
}*/

/* Checkout--------------------------*/
#css-account-options > .row > .col-md-4 div:first-of-type h2  { 
	margin-top: 0px;
}
	
/* Cart
------------------------------------------ */


	
	thead .items-head {
	width: 57%!important;
	padding-left: 3%!important;
	float: left;
		}
	
	thead .total-head {
	float: left;
	width: 90%!important;
	padding-right: 3%!important;
	text-align: right;
}

tbody .total-body {
	float: left;
	width: 90%!important;
	padding-right: 3%!important;
	text-align: right;
	padding-top: 0px!important;
}

tbody .qty-body {
	float: left;
	width: 90%!important;
	padding-top: 8px;
	padding-right: 3%!important;
	padding-bottom: 8px;
	text-align: right;
}

tbody .items-body {
	padding-left: 4% !important;
}
tbody .items-body-content {
	width: 95% !important;
}

	
	.info-content-container {
	display: none;
     }
	 
	 tfoot .subtotal-total,  tfoot .total-price-total, tfoot .shipping-total {
	padding-right: 0%!important;
}

   tfoot .subtotal-wrapper {
	width: 100%!important;
    }

    tfoot .shipping-wrapper {
	width: 100%!important;
    }
      tfoot .total-price-wrapper {
	width: 100%!important;
     }
	 
	 thead .qty-head {
	display: none;
}



/* Payment Sections
------------------------------------------------------------------------------*/

.charges-container {
	width: 100%!important;
}

a.payment-link {
	width: 100%!important;
}

/* Cart info
------------------------------------------ */	

.items-body-content h3 {
	margin-top: -5px;
}


button.css-button-cart, button.checkout {
	margin-top: 10px;
	width: 100%;
	text-align: right;
	padding-right: 30px !important;
}

	
}	
	

/* Standard CSS-------------------------------------------------------------*/

/* Payment
-------------------------------------------------------- */
.payment a {
	background-color: #8D664A;
	display: block;
	margin-bottom: 15px;
	color: #fff!important;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 22px;
	line-height: 22px;
}

.payment a:last-of-type {
	margin-bottom: 0px;
}

.payment a:hover span {
	background-color: #8D664A;

}

.payment span {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
	background-color:#F66907; 
	transition: background-color 0.6s linear, border-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, padding 0.3s linear;
}

.payment span:after {
	content: "\f112";
	font-family: "Flaticon";
		font-size: 25px !important;
		padding-left: 20px;
}



/* Admin
-------------------------------------------------------- */

.admin textarea, .admin [type=text], .checkout-content [type=text], .checkout-content textarea,
.admin [type=password], .checkout-content [type=password] {
	display: block;
	width: 100%;
}

input {
	display: block;
	width: 100%;
}

.admin strong {
	font-weight: 600;
	color: #000;
}

.admin .col-md-6:nth-of-type(2) {
	font-weight: 600;
}

.checkout-content, .admin {
	padding-bottom: 30px;
}

.checkout-content .col-sm-4 h2 {
	padding-top: 0px;
	margin-top: 0px;
}


.checkout-content .col-md-12 .global-button:last-of-type {
	margin-top: 0px;
}

.checkout-content .col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
}


.css-button-login-and-continue {
	margin-top: 20px;
}


.checkout-content input[type=checkbox] {
	display: inline-block;
	margin-top: 5px;
	width: 20px;
	float: left;
}

/* Checkout css
-------------------------------------------------------- */
#css-account-options .css-button {
	margin-top: 8px;
}

/*-------------------------------------------------------- */

.add-to-cart {
	display: block;
	background-color: #994202;
	border: 1px solid #994202;
	-webkit-transition: background-color 1000ms linear;
	-moz-transition: background-color 1000ms linear;
	-o-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-left: 20px;
	font-weight: bold;
	}

.add-to-cart:hover {
	display: block;
	background-color: #000;
	border: 1px solid #000;
	}	
	


button {
	-webkit-transition: background-color 1000ms linear;
     -moz-transition: background-color 1000ms linear;
     -o-transition: background-color 1000ms linear;
     -ms-transition: background-color 1000ms linear;
     transition: background-color 1000ms linear;
}



/* Remove button
------------------------------------------ */


.btn-remove  {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 7px;
	text-align: center;
	padding-right: 16px;
	padding-left: 16px;
		-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
a.btn-remove {
	background-color: #8D664A; /* Website colour*/
	color: #FFF !important;
	-o-transition: color 0.8s ease-out, background 0.8s ease-in;
	-ms-transition: color 0.8s ease-out, background 0.8s ease-in;
	-moz-transition: color 0.8s ease-out, background 0.8s ease-in;
	-webkit-transition: color 0.8s ease-out, background 0.8s ease-in;
	/* ...and now override with proper CSS property */
	transition: color 0.8s ease-out, background 0.8s ease-in;
}

.btn-remove:hover {
  text-decoration: none;
  background-color: #F66907; /* Website colour*/
}



.decrement_qty-cart {
	float: right;
	display: inline;
	clear: both!important;
}
	
.qty-remove {
	float: right;
	width: 100%!important;
	margin-top:6px;
}

/* Continue Button
------------------------------------------------------------------------------*/

    button.continue-button:hover {
		background-color: #F66907;
    }
	
	button.continue-button  {
	color: #FFFFFF;
	display: inline-block;
	background-color: #8D664A;
	padding-bottom: 9px;
	padding-top: 9px;
	padding-right: 15px;
	padding-left: 15px;
	border: none;
	float:right;
    }

/* Global Button
------------------------------------------------------------------------------*/

   .global-button {
	float: left;
	-webkit-transition: background-color 1000ms linear;
	-moz-transition: background-color 1000ms linear;
	-o-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
	margin-right: 20px;
	margin-top: 20px;
    }
	
	a.global-button  {
	color: #FFFFFF;
	display: inline-block;
	background-color: #8D664A;
	padding-bottom: 9px;
	padding-top: 8px;
    }
	
    .global-button:hover {
		background-color: #F66907;
    }


.checkout-content button, a.global-button {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 18px;
	line-height: 20px;
    display: inline-block;
}


button.css-button-cart {
	background-color: #F66907;
	float: left;
	margin-right: 10px;
	color: #FFFFFF !important;
	font-size: 18px;
	display: block;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	border: none;
}
button.css-button-cart:hover {
        background-color:#8D664A;
}


button.checkout  {
	background-color: #8D664A; 
	color: #FFFFFF !important;
	font-size: 18px;
	display: inline-block;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	border: none;
	float: right;
}
button.checkout:hover {
        background-color:#F66907;
}



/* Cart Buttons
------------------------------------------ */	

.checkout-content button  {
	background-color: #F66907;
	float: left;
	color: #FFF;
	border: none;
	padding-top: 9px;
	padding-bottom: 8px;
	}

.checkout-content button:hover {
	background-color: #8D664A;

}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}




/* Payment Sections
------------------------------------------------------------------------------*/
.charges-heading {
	padding-top: 6px;
	padding-bottom: 7px;
	display: block;
	font-size: 20px;
	color: #FFF;
	padding-left: 10px;
	background-color: #8D664A;
	padding-right: 10px;
	font-weight: 500;
	}
.charges-info {
	display: block;
	padding: 10px;
	background-color: #f8f8f8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.charges-total {
	display: block;
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
	color: #F66907;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.charges-items {
	color: #666;
}
.charges-container {
	display: block;
	width: 239px;
}
.payment-para {
	margin-bottom: 20px;
}

a img.payment-link {
  display: block;
}

a.payment-link  {
	border: 0 !important;
	outline: none !important;
	background-color: none !important;
	clear: both !important;
	display: block;
}

a.payment-link  img  {
	margin-bottom: 12px;
	border: 2px solid #CCC;
	display: inline-block;
	height: 83px;
	width: 239px;
	-webkit-transition: border-color 1s ease;
	-moz-transition: border-color 1s ease;
	-o-transition: border-color 1s ease;
	-ms-transition: border-color 1s ease;
	transition: border-color 1s ease;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	
	overflow: hidden;
	
	}
	
a:hover.payment-link img {
	border: 2px solid #994202;
	}





		
	/* Custom spinners
------------------------------------------------------------------------------*/


.decrement_qty {
	background-color: #999;
	display: block;
	height: 32px;
	width: 29px;
	border: 0;
	outline: 0;
	float: left;
	background-image: url(../images/global/spinner.png);
	background-repeat: no-repeat;
	background-position: left top;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.decrement_qty:active {
  background-position: 0 -33px;
}

.increment_qty {
	background-color: #999;
	display: block;
	height: 32px;
	width: 29px;
	border: 0;
	outline: 0;
	float: left;
	background-image: url(../images/global/spinner.png);
	background-repeat: no-repeat;
	background-position: right top;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.increment_qty:active {
	  background-position: -30px -33px;

}


.qty {
	display: block;
	height: 32px;
	width: 40px;
	float: left;
	text-align: center;
			-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	border-radius: 0px!important;
	
	
		-webkit-transition: background-color 1000ms linear;
	-moz-transition: background-color 1000ms linear;
	-o-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}





/* Global cart css
------------------------------------------ */


thead {
	font-size: 15px;
}
	
	table.cart-order {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}


table.cart-order td {
	padding: 0;
	border-spacing: 0;
}
table.cart-order thead tr {
	border: 1px solid #999;  /* Website Colour */
	background-color: #E6E6E6; /* Website Colour */
	font-weight: bold;
	color: #000;
}
table.cart-order tbody tr {
	border: 1px solid #CCC;
}
table.cart-order tfoot tr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

/* Cart head
------------------------------------------ */
table .price-wrapper-head {
	float: right;
	width: 39%;
	padding: 0px;
	margin: 0px;
}
		
	thead .items-head {
	width: 58%;
	padding-left: 2%;
	float: left;
}
thead .items-head, .price-head, .total-head {
	padding-top: 8px;
	padding-bottom: 8px;
}
thead .total-head {
	float: left;
	width: 27%;
	padding-right: 4%;
	text-align: right;
}
thead .price-head {
	float: left;
	width: 26%;
	padding-right: 4%;
	text-align: right;
}
thead .qty-head {
	float: left;
	width: 67%;
	padding-top: 8px;
	padding-right: 2%;
	padding-bottom: 8px;
	text-align: right;
}
/* Cart Body
------------------------------------------ */
table .price-wrapper-body {
	float: right;
	width: 39%;
}

tbody .stock-code {
	color: #666;
}
		
	tbody .items-body {
	width: 58%;
	padding-left: 1%;
	float: left;
}


	tbody {
	background-color: #fff;
}

tbody .items-body-content {
	float: left;
	width: 65%;
	padding-left: 2%;
}
tbody .items-body, .price-body, .total-body {
	padding-top: 8px;
	padding-bottom: 8px;
}
tbody .total-body {
	float: left;
	width: 27%;
	padding-right: 4%;
	text-align: right;
}
tbody .price-body {
	float: left;
	width: 26%;
	padding-right: 4%;
	text-align: right;
}
tbody .qty-body {
	float: left;
	width: 67%;
	padding-top: 8px;
	padding-right: 2%;
	padding-bottom: 8px;
	text-align: right;
}


/* Cart Footer Info
------------------------------------------ */
tfoot .info-discount-container {
	width: 59%;
	float: left;
	height: 123px;
	padding-top: 8px;
}
	
	tfoot .info-content-container {
	width: 59%;
	float: left;
	height: 75px;
	padding-top: 8px;
}

tfoot .info-content-wrapper {
	margin-right: 20px;
	width: 300px;
	float: right;
}

tfoot .info-content-header {
	font-size: 16px;
	font-weight: bold;
	color: #54338e;
	text-align: right;
	display: block;
	width: 160px;
	margin-right: 15px;
	padding-right: 6px;
	padding-left: 4px;
	float: right;
	padding-top: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-bottom: 5px;
}
tfoot .info-content-body {
	color: #999;
	text-align: left;
	display: block;
	width: 220px;
	float: right;
	padding-top: 4px;
	padding-bottom: 4px;
}

tfoot .info-content-tec {
	clear: both;
	float: left;
}



/* Cart Footer Subtotal
------------------------------------------ */	
	
tfoot .subtotal-wrapper {
	float: right;
	width: 40%;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
}

tfoot .subtotal-body, .subtotal-total {
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}
tfoot .subtotal-total {
	float: left;
	width: 27%;
	padding-right: 4%;
	text-align: right;
}
tfoot .subtotal-body {
	float: left;
	width: 68%;
	padding-top: 8px;
	padding-right: 1%;
	padding-bottom: 8px;
	text-align: right;
	color: #666;
}
/* Cart Footer Shipping
------------------------------------------ */	
	
tfoot .shipping-wrapper {
	float: right;
	width: 40%;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
}

tfoot .shipping-body, .shipping-total {
	padding-top: 8px;
	padding-bottom: 8px;
}
tfoot .shipping-total {
	float: left;
	width: 27%;
	padding-right: 4%;
	text-align: right;
	color: #666;
	font-weight: bold;
}
tfoot .shipping-body {
	float: left;
	width: 68%;
	padding-top: 8px;
	padding-right: 1%;
	padding-bottom: 8px;
	text-align: right;
	color: #666;
}


/* Cart Footer Total
------------------------------------------ */	
	
tfoot .total-price-wrapper {
	float: right;
	width: 40%;
	background-color: #F8F8F8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCC;
	font-weight: bold;
	clear: both;
	color: #000;
}

tfoot .total-price-body, .total-price-total {
	padding-top: 8px;
	padding-bottom: 8px;
}
tfoot .total-price-total {
float: left;
	width: 27%;
	padding-right: 4%;
	text-align: right;
}
tfoot .total-price-body {
	float: left;
	width: 68%;
	padding-top: 8px;
	padding-right: 1%;
	padding-bottom: 8px;
	text-align: right;
}
table.cart-order .image {
	padding-right:10px;
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	float: left;
}
table.cart-order .image img {
    display: block;
	height: auto;
	min-width: 100px;
 
}

