@charset "utf-8";
body {
	color: #594A42;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}

h2 {
    font-style: normal;
    font-weight: 400;
}
h2 a:link, h2 a:visited {
	text-decoration: none;
	color: inherit;
}



.navbar-nav  {
	display: inline-block;
	width: 100% !important;
	text-align: left;
	z-index: 99;
	}

.navbar-nav li {
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 12px;
	line-height: 125%;
}
.navbar-nav li a:link, .navbar-nav li a:visited {
	color: #A97C50;
}
.navbar-nav li a:hover    {
	color: #594A42;
	font-weight: bold;
}

.nav-item a:link,.nav-item a:hover ,.nav-item a:visited {
	color: #594a42;
}
.tooltip-inner {
	background-color: #594a42; 
}
.arrow::before{
  border-bottom-color:#594a42 !important;
}

header {

}
.btn.btn-primary  {
	background-color: #594A42;
}
.card {
	border: none;
}
table {
    font-size: 90%;
    width: 95%;
    border-collapse: collapse;
}

td, th {
    padding: 4px;
    text-align: left;
    border-top: 1px solid #726658;
    vertical-align: top;
}
th {
    color: #FFF;
    background-color: #594a42;
}
#calc 
{
    background-color: #ddd;
    padding: 20px;
    width: 250px;
    position: fixed;
    top: 40px;
    left: -250px;
    z-index: 100;
    border: 2px solid #594a42;
	border-radius: 4px;
}
#calc_link {
    cursor: pointer;
}

#calc button {
    border: none;
    background-color: #888;
    color: #fff;
}
.text-link {
	text-decoration: none !important;
    color: #A97C50 !important;
	font-weight: 400;
}
.text-special-promotion header {
    background-color: #392F2A !important;
    max-width: 460px;
    margin: auto;
    border-radius: 6px;
    padding: 8px;
}

.text-special-promotion a:link   , .text-special-promotion a:visited{
    text-decoration: none !important;
    color: #FBF6F2;
    max-width: 440px;
}
.error_report {
    margin: auto;
    max-width: 640px;
}
.btn:focus, .btn:active {
	outline-color: red !important;
}
form {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	display: inline-block;
	border: 1px solid #BBBBBB;
	border-radius: 8px;
	padding: 20px 40px;
}
.shop-notice {
    text-align: center;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 700;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    font-size: x-large;

}




@media screen and (max-width:350px){
h2 {
    font-size: 180%;
}
.card .card-body {
	width: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
}
form {
	padding: 0px;
	border: none;
}

	
}



@media screen and (min-width:768px){
header.page-logo img {
	margin-left: -55px;
}


}

@media screen and (max-width:768px){
#page_heading header img  {
	max-width: 400px;



}
header.page-logo img {
	margin-left: -30px;
}


}

@media screen and (max-width:991px){
div.container {
    max-width: 100%;
}
	table {width: 100%}
.navbar-nav {
    display: inline-block;
    max-width: 100% !important;
    text-align: left;
	}
.navbar-nav li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 12px;
    line-height: 125%;
}
form {
	padding: 0px;
	border: none;
}

}
