/* body 
hsred = #7c322f - rgb(124,50,47)
*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow:auto;
	background-attachment:fixed;
	background-color:#ffffff;
	scrollbar-arrow-color:#666666;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#4d4d4d;
	scrollbar-3dlight-color:#4d4d4d;
	scrollbar-darkshadow-color:#4d4d4d;
	scrollbar-shadow-color:#4d4d4d;
	scrollbar-track-color:#4d4d4d;
	font-size:14px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	cursor:default;
}
::-webkit-scrollbar {
 width:10px;
 height:10px;
 background-color:transparent;
}
::-webkit-scrollbar:hover {
 background-color:transparent;
}
::-webkit-resizer {
 -webkit-border-radius:4px;
 background-color:transparent;
}
::-webkit-scrollbar-thumb {
 min-height:0.8em;
 min-width:0.8em;
 background-color:#7c322f;
 box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb:hover {
 background-color: #7c322f;
}
::-webkit-scrollbar-thumb:active {
 background-color:#7c322f;
}
/* Hidden content */
.linkscontent {
	display:none;
}
/* remove focus border */
:focus {
outline: 0;
}
/* Links */
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#666666;
}
a:active {
	text-decoration: none;
	color:#000000;
}
a.SideMenu:link {
	text-decoration: none;
	color:#FFFFFF;
}
a.SideMenu:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a.SideMenu:hover {
	text-decoration: none;
	color:#999999;
}
a.SideMenu:active {
	text-decoration: none;
	color:#FFFFFF;
}
/* Backgrounds */
.trnsbg {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
}
.bg-countdown {
	background: rgb(0, 0, 0);
	border-radius:5px;
	color:#FFF;	
	font-weight:bold;
	text-align:center;
}
.bg-grey {
	background-color:#f1f1f1;
}
/* corners */
.rndcr0 {
	-khtml-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0px;
	outline:none;
}
.rndcr1b {
	-khtml-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #000000;
	outline:none;
}
.rndcr19 {
	-khtml-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #999;
	outline:none;
}
.rndcrr {
	-khtml-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #7c322f;
	outline:none;
}
.rndc1r {
	-khtml-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #7c322f;
	outline:none;
}
/* shadow */
.shadow {
	box-shadow:3px 3px 5px 0px rgba(50, 50, 50, 0.70);
}
/* boxes */
#Loadr {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.6);
	position:fixed;
	left:0px;
	width:100%;
	top:0px;
	height:100%;
	text-align:center;
	z-index:999;
}
#DivMain {
	background: rgb(255, 255, 255);
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	overflow:auto;
	z-index:1;
	display:none;
}
#OrderNow {
	background: rgb(255, 255, 255);
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	overflow:auto;
	z-index:10;
	display:none;
}
/* menu */
.menuat, .menuon {
	color: #7c322f;
	font-style:normal;
	font-size: 14px;
	font-weight:bold;
	outline:none;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	text-transform:uppercase;
}
.menuat {
	display: inline-block;
	position: relative;
	margin:0px;
	cursor:default;
}
.menuat::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(1);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #7c322f;
}
.menuon {
	cursor:pointer;
}
.hover-underline-animation {
	display: inline-block;
	position: relative;
	margin:0px;
	cursor:pointer;
}
.hover-underline-animation::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #7c322f;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}
.hover-underline-animation:active::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}
/* shopping basket */
.shoppingbasket {
	background-image:url(../images/cart-w.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
	height:56px;
}
#sbc {
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
/* text */
p {
	text-align:justify;
	padding:10px;
	margin:0;
}
.jtxt {
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
}
.ltxt {
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}
.rtxt {
	text-align:right;
	padding-left:5px;
	padding-right:5px;
}
.ctxt {
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
li {
	padding-top:5px;
}
.mtxt {
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
/* images */
.timg, .ximg {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.cimg {
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
/* forms */
.frmhtxt {
	cursor:default;
	color:#7c322f;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.frmahtxt {
	background-color:#7c322f;
	border-radius:5px;
	border:1px solid #666;
	cursor:default;
	color:#FFF;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	padding:4px 1px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:0px -1px 0px #333;
}
.frmitxt, textarea {
	background: #FFF;
	border-radius: 5px;
	border: solid #999 1px;
	color: #000000;
	font:bold 14px Verdana, Geneva, sans-serif;
	outline:none;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	text-transform:none;
	width:90%;
}
textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
textarea::-webkit-scrollbar {
 width:10px;
 height:10px;
 background-color:transparent;
}
textarea::-webkit-scrollbar:hover {
 background-color:transparent;
}
textarea::-webkit-resizer {
 -webkit-border-radius:4px;
 background-color:transparent;
}
textarea::-webkit-scrollbar-thumb {
 min-height:0.8em;
 min-width:0.8em;
 background-color:#7c322f;
 box-shadow: inset 1px 1px 0 rgba(124, 50, 47, .9), inset -1px -1px 0 rgba(124, 50, 47, .9);
}
textarea::-webkit-scrollbar-thumb:hover {
 background-color: #7c322f;
}
textarea::-webkit-scrollbar-thumb:active {
 background-color:#7c322f;
}
::-ms-input-placeholder { /* Edge 12-18 */
	font-size:12px;
}
::placeholder {
	font-size:12px;
}
.frmstxt {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
	background-image:url(../images/search-r-16.png);
	background-position:center right;
	background-repeat:no-repeat;
	border-radius: 5px;
	border:1px solid #7c322f;
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	outline:none;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	text-transform:none;
	width:90%;
}
.frmstxt::placeholder {
  color:#f1f1f1;
	font-weight:bold;
}
.frmbtxt {
	background-color:#000;
	border-radius:5px;
	border:1px solid #999;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	padding:6px 3px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:0px -1px 0px #2b665e;
}
.frmbtxt:hover {
	font-style:italic;
}
.frmbtxt:active {
	position:relative;
	top:1px;
}
.frmdtxt {
	background-color:#CC0000;
	border-radius:5px;
	border:1px solid #ccc;
	cursor:pointer;
	color:#FFF;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	padding:4px 6px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:0px -1px 0px #FF0033;
}
.frmdtxt:hover {
	font-style:italic;
}
.frmdtxt:active {
	position:relative;
	top:1px;
}
.frmgtxt {
	background-color: #006600;
	border-radius:5px;
	border:1px solid #999;
	cursor:pointer;
	color:#FFF;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	padding:4px 6px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:0px -1px 0px #006633;
}
.frmgtxt:hover {
	font-style:italic;
}
.frmgtxt:active {
	position:relative;
	top:1px;
}
.frmotxt {
	background-color:#000;
	border-radius:5px;
	border:1px solid #999;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	padding:4px 6px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:0px -1px 0px #2b665e;
}
.frmotxt:hover {
	font-style:italic;
}
.frmotxt:active {
	position:relative;
	top:1px;
}
.frmvtxt {
	background-color:#7c322f;
	border-radius:5px;
	border:1px solid #999;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	padding:4px 6px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:0px -1px 0px #2b665e;
}
.frmvtxt:hover {
	font-style:italic;
}
.frmvtxt:active {
	position:relative;
	top:1px;
}
.frmttxt {
	background-color: #FF6600;
	border-radius:5px;
	border:1px solid #999;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	padding:4px 6px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:0px -1px 0px #FF6633;
}
.frmttxt:hover {
	font-style:italic;
}
.frmttxt:active {
	position:relative;
	top:1px;
}
.reqtxt {
	border-bottom-color:#FF0000;
}
/* h text */
h1 {
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding:0;
}
h2 {
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding:0;
}
h3 {
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding:0;
}
/* radio button */
.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #7c322f;
  top: -1px;
  height: 14px;
  width: 14px;
  border: 0;
  border-radius: 14px;
  cursor: pointer;  
  margin-right: 3px;
  outline: none;
}
.form-radio:checked::before {
  position: absolute;
  font: 12px/1 Verdana, Geneva, sans-serif;
	font-weight:bold;
  left: 3px;
  top: 1px;
  content: '\02143';
  transform: rotate(40deg);
}
.form-radio:hover {
  background-color: #7c322f;
}
.form-radio:checked {
  background-color: #7c322f;
		 color:#FFF;
}
/* check box */
.form-check {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #7c322f;
  color: #FFF;
  top: -1px;
  height: 14px;
  width: 14px;
  border:0px;
  border-radius: 3px;
  cursor: pointer;  
  margin-right: 3px;
  outline: none;
}
.form-check:checked::before {
  position: absolute;
  font: 12px/1 Verdana, Geneva, sans-serif;
	font-weight:bold;
  left: 3px;
  top: 0px;
  content: '\02143';
  transform: rotate(40deg);
}
.form-check:hover {
  background-color: #7c322f;
}
.form-check:checked {
  background-color: #7c322f;
}
/* horizontal rule */
hr.white {
 border:0;
 height:3px;
 background-image:linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255), rgba(255, 255, 255, 0.25));
}
hr.black {
 border:0;
 height:3px;
 background-image:linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.25));
}
hr.hs {
 border:0;
 height:3px;
 background-color:#7c322f;
}
/* flex container */
.flex-container {
  display: flex;
  flex-flow: row wrap;
	justify-content: space-around;
	align-items:start;
}
.flex-container > div {
	margin:5px;
  padding: 0px;
}
.smflex-container {
  display: flex;
  flex-flow: row wrap;
	justify-content: space-around;
	align-items:start;
}
.smflex-container > div {
	margin:5px;
  padding: 5px;
	padding-left:8px;
	padding-right:8px;
}
.mflex-container {
  display: flex;
  flex-flow: row wrap;
	justify-content:center;
	align-items:center;
}
.mflex-container > div {
	margin:1px;
	margin-left:6px;
	margin-right:6px;
  padding: 0px;
}
.tflex-container {
  display: flex;
  flex-flow: row wrap;
	justify-content:center;
	align-items:center;
}
.tflex-container > div {
	margin:5px;
  padding: 0px;
	width:95%;
}
/* back button */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
	border-radius:5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(124,50,47, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
	z-index:100;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/* loaders */
.loaderi {
	background-image:url(../images/loader.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.lcenter {
  margin: auto;
  width: 25px;
  padding-top: 150px;
}
.custom-loader {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background:#7C322F;
  -webkit-mask:radial-gradient(circle closest-side at 50% 40%,#0000 94%, #000);
  transform-origin: 50% 40%;
  animation: s5 1s infinite linear;
}

@keyframes s5 {
  100% {transform: rotate(1turn)}
}
