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

html {
  background-color: #f0f0f0;
}

body {
  box-shadow: 0 0 3px 3px #ccc;
}

body, h1, h2, h3, h4, h5, h6, .w3-wide, .w3-sidebar a {
  font-family: "Kantumruy Pro", sans-serif;
}

h1 {
  font-size: 36px;
  margin: 0;
}

h2 {
  margin: 0;
  font-size: 24px;
}

h3 {
  margin: 1em;
  font-size: 18px;
  color: #666;
}

p {
  margin: 0 0 1em 0;
}

a:hover {
  text-decoration: none;
}

.body {
  margin-left: 250px;
  background-color: #fff;

}

#theSidebar {
  box-shadow: 3px 0 3px 0px #cfcfcf;
}

.menu-btns {
  display: block;
  float: right;
  margin: 10px 10px 0 0;
  z-index: 3;
  color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
}

.menu-btns .w3-button {
  position: relative;
  background-image: url('../images/transparency.png');
	background-repeat: repeat;
  z-index: 3;
}

.badge {
  position: absolute;
  top: 10px;
  right: 10px;
}

.logo {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  z-index: 1;
  width: 512px;
}

.header, .banner {
	position: relative;
	display: block;
  height: 180px;
	border: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
  background-size: 100%;
  z-index: 2;
}

.header p, .banner p {
	position: absolute;
	display: block;
	left: 20px;
	bottom: 20px;
	border-radius: 10px;
	background-image: url('../images/transparency.png');
	background-repeat: repeat;
	color: #fff;
	padding: 10px 20px 10px 20px;
	border: 0;
	margin: 0;
	font-size: 32px;
}

.header {
  margin: 0 0 1em 0;
  box-shadow: 0 0 3px 3px #cfcfcf;
}

.banner {
  border-radius: 20px;
  box-shadow: none;
  margin: 32px 0 32px 0;
}

.footer {
  width: 100%;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.w3-modal {
  z-index: 5;
}

.modal {
  color: #000;
  border-radius: 10px;
  border: 0;
  max-width: 500px;
  padding: 1.5em 3em 1.5em 3em;
  box-shadow: 0 0 6px 0 #000;
}

.divider {
  display: block;
  width: 100%;
  margin: 1em;
  height: 1px;
  background-color: #000;
  padding: 0;
  border: 0;
}

.module {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}

.module, .section {
  display: block;
  padding: 8px 0 8px 0;
}

.listing, .layout {
  display: block;
  margin: 0 auto 0 auto;
  padding: 32px;
  padding-bottom: 64px;
  width: 100%;
  max-width: 864px;
}

.gallery-tile {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 5px;
  background-color: #f6f6f6;
}

.gallery-tile:hover {
  background-color: #ccc;
}

.productimg {
  margin: 32px auto 32px auto;
  width: 100%;
  max-width: 864px;
  border-radius: 10px;
}

.productoptions {
  display: block;
  float: right;
  border-radius: 5px;
  border: 0;
  background-color: #ccc;
  margin: 0 0 1rem 2rem;
  padding: 20px;
}

.select {
  margin: 10px 0 10px 0;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 8px 44px 8px 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('../images/arrow.png');
  background-repeat: no-repeat;
  background-position: center right;
  border: 0;
  border-radius: 5px;
}

.quote {
	display: block;
	margin: 0 0 1em 0;
	padding: 20px;
	border: 0;
	border-radius: 10px;
	background-color: #ccc;
}

.quote_bg {
  background-image: url('../images/lquote.png');
  background-repeat: no-repeat;
  background-position: top left;
}

.list, .list2 {
  margin: 0;
  padding: 0 1em 0 1em;
  border: 0;
}

.list2 li {
  margin: 1em 0 1em 0;
  padding: 0;
  border: 0;
}

.checkbox {
	border: 0;
	background-color: #000;
	color: #fff;
}

.checkmark_cont {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmark_cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #000;
	border: 1px solid #000;
	border-radius: 3px;
}

.checkmark_cont:hover input ~ .checkmark {
  background-color: #666;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark_cont input:checked ~ .checkmark:after {
  display: block;
}

.checkmark_cont .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.centered_img {
    display: block;
    border: 0;
    margin: 0 auto 0 auto;
    padding: 0;
}

.shopping-cart-table tr {
  border-bottom: 1px solid #ccc;
  padding: 16px 8px 16px 8px;
  vertical-align: middle;
}

.shopping-cart-table td {
  vertical-align: middle;
}

#qty-form {
  margin: 0;
}

#qty-form select, .qty {
	margin: 0;
	width: 2em;
	background-color: #222;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 6px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
  border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 15px;
}

#qty-form select:hover, .qty:hover {
	background-color: #ccc;
  color: #000;
}

.bigbutton {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  padding: 1em 2em;
  background-image: url('../images/arrow-rt-bk.png');
  background-position: right center;
  background-size: 28px;
  background-repeat: no-repeat;
}

.bigbutton:hover {
  background-image: url('../images/arrow-rt.png');
}

.linklist-button {
  display: block;
  margin: 0;
  width: 100%;
  padding: 1rem 2rem;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #ccc;
  border-bottom: 0;
  background-image: url('../images/arrow-right.svg');
  background-position: left center;
  background-size: 18px;
  background-repeat: no-repeat;
  cursor: pointer;
}

a.linklist-button:hover {
  margin-left: 1rem;
}

.linklist-button-open {
  background-image: url('../images/arrow-down.svg');
  background-size: 16px;
}

a.linklist-button-open:hover {
  margin-left: 0;
}

.linklist {
  display: block;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border-radius: 10px;
  text-decoration: none;
  vertical-align: middle;
  background-color: #f0f0f0;
}

.linklist img {
  height: 4rem;
}

.linklist:hover{
  background-color: #fcfcfc;
}

.logo-icons {
  text-align: center;
  margin: 0 0 1rem 0;
}
.logo-icons a {
  text-decoration: none;
  margin: 0;
}
.logo-icons img {
  height: 2.5rem;
  width: auto;
  color: #000;
  padding: .5rem 1rem;
  margin: 0;
  background-color: inherit;
  border-radius: 5px;
}
.logo-icons img:hover {
  background-color: #cfcfcf;
}
.footer .logo-icons img {
  filter: invert(1);
}
