a {
	cursor: pointer;
}
a img {
	border: none;
}
small a {
	color: #105956;
}
input {
	border: 1px Solid #DADADA;
	padding: 5px;
	outline: none;
	
}
textarea {
	border: 1px Solid #DADADA;
	padding: 5px;
	outline: none;
	font-family: Arial, Helvetica, sans-serif !important;
}
#div_cart_container {
	overflow: hidden;
}
.content-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 35px;
}
.content-table th {
	background-color: #71caca;
	padding: 10px 15px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #4baaaa;
	font-size:16px;
}
.content-table td {
	background-color: #fff;
	padding: 10px 15px;
	color: #111111;
	font-weight: 400;
	border: 1px solid #86d9d9;
	font-size:16px;
}

.content-div {
	width: 100%;
	border-collapse: collapse;
}
.content-div * {
	border-collapse: collapse;
}
.content-div .row {
	clear: both;
	width: auto;
}
.content-div .header {
	padding: 8px;
	background-color: #F8F8F8;
	border: 1px Solid #EAEAEA;
	text-shadow: #FFF 1px 1px 0;
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
	float: left;
	width: 150px;
}
.content-div .body {
	padding: 8px;
	border: 1px Solid #EAEAEA;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 12px;
	float: left;
	margin: 0;
	vertical-align: middle;
	height: 25px;
	width: 150px;
	
	
}
.content-div ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content-div li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.btn {
	border: 1px Solid #71caca;
	outline: none;
	background-color: #71caca;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	padding: 15px 35px;
	text-align: center;
}
.btn:hover {
	color: #105956;
}
.btn.big {
	font-size: 14px;
	text-align: center;
}
.btn.cart {
	background-image: url(../images/cart/cart.png);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 28px;
}
#loader {
	width: 250px;
	text-align: center;
	background-color: #F8F8F8;
	padding: 10px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -25px;
	z-index: 999;
	border: 1px Solid #DADADA;
	box-shadow: 0 0 20px #444;
}
.div-box {
	background-color: #FFF;
	border: 1px Solid #DADADA;
	padding: 10px;
}
.div-col {
	float: left;
}
.div-col.left {
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px Solid #DADADA;
}
.clear {
	clear: both;
}
#div_login_error {
	color: #CC0000;
	margin-bottom: 10px;
}
label.error {
	color: #CC0000;
	margin-left: 10px;
}
select.big {
	padding: 5px;
	border: 1px Solid #DADADA;
}
.cart_img_th {
	text-align: center;
	width: 80px;
	height: 80px;
	overflow: hidden;
	background-color: #FFF !important;
}
.cart_img_size {
	width: 80px;
}
.prod_col {
	width: 400px;
}
.deliver_th {
	font-size: 14px !important;
}
.deliv_textarea {
	width: auto;
}
.confirm_step {
	margin-top: 30px;
	margin-bottom: 30px;
}
@media(max-width:992px){
.div-col {
	float: left;
	width:50%;
}
.deliv_table td {
	font-size: 14px;
}
.deliv_input {
	width: 100% !important;
}
.deliv_textarea {
	width: 100%;
	max-width:230px;
}
}
@media (max-width:768px){
.content-table th {
	background-color: #71caca;
	padding: 10px 10px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #4baaaa;
	font-size:14px;
}
.content-table td {
	background-color: #fff;
	padding: 10px 10px;
	color: #111111;
	font-weight: 400;
	border: 1px solid #86d9d9;
	font-size:14px;
}
.content-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 25px;
}
.confirm_step {
	margin-top: 20px;
	margin-bottom: 20px;
}
}
@media (max-width:650px){
.cart_img_th {
	text-align: center;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background-color: #FFF !important;
}
.cart_img_size {
	width: 50px;
}
.prod_col {
	width: auto;
}
.deliver_th {
	font-size: 12px !important;
}
}
@media (max-width:500px){
.content-table th {
	background-color: #71caca;
	padding: 10px 10px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #4baaaa;
	font-size:12px;
}
.content-table td {
	background-color: #fff;
	padding: 10px 10px;
	color: #111111;
	font-weight: 400;
	border: 1px solid #86d9d9;
	font-size:12px;
}
.btn {
	border: 1px Solid #71caca;
	outline: none;
	background-color: #71caca;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	padding: 15px 15px;
	text-align: center;
}
.content-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.div-col {
	float: none;
	width: 100%;
}
.deliv_table td {
	font-size: 12px;
}
.confirm_step {
	margin-top: 10px;
	margin-bottom: 10px;
}
}
@media (max-width:450px){
.cart_img_th {
	display: none;
}
}
@media (max-width:380px){
.content-table th {
	background-color: #71caca;
	padding: 10px 5px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #4baaaa;
	font-size:11px;
}
.content-table td {
	background-color: #fff;
	padding: 10px 5px;
	color: #111111;
	font-weight: 400;
	border: 1px solid #86d9d9;
	font-size:11px;
}
.btn {
	border: 1px Solid #71caca;
	outline: none;
	background-color: #71caca;
	color: #fff;
	font-weight: 500;
	padding: 5px;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
	padding: 15px 5px;
	text-align: center;
}

}