@charset "UTF-8";
/* CSS Document */

#cart td.name{
	min-width:60% !important;
}	
#categories li.selected a{
	border-color: #c6dfcb;
}
th {
    background: #9bbca1;
    color: #fff;
    padding: 10px;
    text-align: left;
    margin: 0 0 0 0;
}
.form textarea {
    min-height: 150px;
	resize:none;
}
.message {
    color: #9bbca1;
    display: block;
    font-size: 11px;
}
.userEntryArea {
    overflow: auto;
    border-bottom: 1px solid #9bbca1;
    padding: 0 0 20px 0;
}
.userContent {
    text-transform: none;
    font-family: arial;
    font-weight: normal;
    letter-spacing: 0;
    color:#999;
    background: #fff;
    padding: 10px;
    margin: 10px 0 0;
    width: 100%;
    max-height: 150px;
    overflow-y: scroll;
	border: 1px solid #e4e4e4;
}
.messageGood {

    background-color: #dff2bf;
    border: 1px solid #4f8a10;
    color: #4f8a10;
    margin: 1.5% 0;
    padding: 1%;
	text-transform:uppercase;
}

input{
	font-family:Arial, Helvetica, sans-serif !important;
	letter-spacing:0;
	font-size:13px;	
}

.inputSmall {
    width: 250px !important;
}
.error {
	background-color:#ffbfbf;
    border-radius: 3px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    width: 90%;
	color:#b50a0a;
}
.requiredField{
	border: 2px red solid !important;
	color: red !important;
	font-weight: bold;
	background-repeat: no-repeat;
}
form i {
    color: red;
    position: absolute;
    right: 3%;
    top: 20px;
}
.requiredCheck {outline:2px solid red !important;}
.checkblockReq{
	width:98% !important;	
}
#delivForm{
	overflow:auto;	
}
.banner .text h1{
	color:#000;	
}

.owl-carousel.thumbs {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 0 30px;
    position: relative;
    z-index: 9;
}
.owl-carousel .owl-dots.disabled, 
.owl-carousel .owl-nav.disabled,

.owl-dots {
    display: none;
}
.owl-prev {
    left: 0;
    position: absolute;
    top: 50px;
}
.owl-next {
    right: 0;
    position: absolute;
    top: 50px;
    text-transform: uppercase;
	 background: url('/assets/images/gallery-arrow.png') no-repeat;
}
.owl-carousel.thumbs .owl-prev {

    right: auto;
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

}

.addSuccess{
	background:#9bbca1 !important;	
}

.delete{
	width:10% !important;	
}
.remItem{
	color:#fff;
	border-radius:3px;
	font-size:10px;
	text-decoration:none;
	background:#febebe;	
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0;
}
.answer{
	font-family: Arial,sans-serif;
	letter-spacing: normal;
	font-size: 14px;
	line-height: 30px;
	color: #4d4d4d;
}
.zebrastripe td{
	padding:5px;	
}
.zebrastripe tr:nth-child(even) {background:#f4f4f4;}

.banner-wrapper h3 {
    position: absolute;
    z-index: 100;
    width: 40%;
    left: 30%;
    background: rgba(255,255,255,0.6);
    padding: 40px 0;
    top: 50%;
    transform: translateY(-50%);
}
.normalList{
	margin:0 0 20px 0;	
}
.normalList li{
	padding:0 0 0 10px;
	margin:0 0 0 15px;
	list-style:disc;	
	border-top: 0 none !important;
}
.radio p {
    text-transform: none;
    line-height: 1.2;
    margin: 0 0 10px 0;
    color: dimgray;
}

#shownDiscount {
    border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
    padding: 5px 0;
    margin: 10px 0;
}