/* noto-serif-regular - latin */
@font-face {
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 400;
	size-adjust:92%;
	src: url('/fonts/noto-serif-v16-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	   url('/fonts/noto-serif-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('/fonts/noto-serif-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('/fonts/noto-serif-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('/fonts/noto-serif-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('/fonts/noto-serif-v16-latin-regular.svg#NotoSerif') format('svg'); /* Legacy iOS */
	font-display: auto;
}

/* noto-serif-700 - latin */
@font-face {
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 700;
	size-adjust:92%;
	src: url('/fonts/noto-serif-v16-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	   url('/fonts/noto-serif-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('/fonts/noto-serif-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	   url('/fonts/noto-serif-v16-latin-700.woff') format('woff'), /* Modern Browsers */
	   url('/fonts/noto-serif-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('/fonts/noto-serif-v16-latin-700.svg#NotoSerif') format('svg'); /* Legacy iOS */
	font-display: auto;
}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

html {
  max-width: 2200px;
  margin: auto;
}
body {
  font-family: 'Noto Serif',serif;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  color: black;
}
body.modal-noscroll {
  overflow: hidden !important;
  overflow-y: hidden !important;
}

a {
  text-decoration:none;
  color: black;
}
a:hover {
  color:blue;
}
p {
  margin: 2px;
}

.logotop {
  text-align:center;
}
.logotop img {
	width: 100%;
	max-width: 400px;
	height: auto;
	padding: 10px 0 0 0;
}
.home_newestitems {
  text-align:center;
  width:100%;
  margin: 0 auto;
  font-size: 24px;
  font-weight:bold;
  padding: 30px 0;
}

h1.fourohfour {
	font-size:24px;
	text-align:center;
  margin:200px auto 0 auto;
}
p.fourohfour{
	font-size:18px;
	text-align:center;
  margin:50px auto 200px auto;
}


.mobilecartroundpoint {
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #DA4B38;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  font-style: normal;
  line-height: 16px !important;
  color: #fff;
  margin-left:6px;
}

.emcarthidden,.emcarthidden2 {
	display:none;
}

.category_header {
  font-size: 28px;
  font-weight:bold;
  text-align:center;
  margin: 20px auto 0 auto;
}
.product_name {
  font-size: 26px;
  font-weight:bold;
  text-align:center;
  width:90%;
  margin:0 auto;
}
@media screen and (max-width: 992px) {

  h1.product_name {
    width:97%;
    max-width:700px;
    font-size: 20px;
    margin: 10px auto 0 auto;
  }
  div.nxprnav {
    margin: 10px auto 0 auto;
    padding:10px 0;
  }
  div.nxprnav a {
    font-size: 15px;
  }
  h2.product_price {
    font-size: 26px;
    margin: 0 auto 15px auto;
  }
  button.button_cart2 {
    font-size: 15px;
    padding: 2px 8px;
    margin: 5px auto;
  }
  div.shipquotestate_div {
    margin: 10px auto;
  }
  .shipquotestate_p{
    padding:5px;
  }
  div.prod_desc_body p {
    font-size: 16px;
  }
  div.prod_desc_body > ul > li {
    font-size: 16px;
  }
}

H2 {
	font-size: 24px;
	color:black;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.product_header {
	font-size: 24px;
	font-weight: bold;
	color:#4E4E4E;
	text-align: center;
	margin: 0px;
	padding: 0px;

}
.product_description {
}
.prod_desc_body {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 0;
}
.prod_desc_body > p {
  margin:15px;
  font-size: 17px;
}
.prod_desc_body a {
  color: blue;
}
.prod_desc_body > ul > li {
  font-size: 16px;
  margin:0 0 0 20px;
}
.youtube-outer {
	max-width: 600px;
	margin: 10px auto;
}
.youtube-inner {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube-inner iframe, .youtube-inner object, .youtube-inner embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.audio-recording {
  margin:0 auto;
  text-align:center;
  width: 100%;

}
.product_price{
  margin:0 auto;
  text-align:center;
  width:100%;
  font-size:30px;
}

.soldbanner{
	font-weight:bold;
}
.soldprice {
	color:grey;
}


.product_homelink {
  margin:2px auto;
  width:210px;
  font-size:14px;
  background:black;
  border-radius:10px;
  text-align:center;
}
.product_homelink a,.product_homelink_catpage a{
  color:white;
}
.product_homelink a:hover,.product_homelink_catpage a:hover {
  color: lightblue;
}
.product_homelink i,.product_homelink_catpage i{
  margin-right:10px;
}

.product_homelink_catpage{
  margin:-20px auto 20px auto;
  width:210px;
  font-size:15px;
  background:black;
  border-radius:10px;
  text-align:center;
}

.product_itemcode{
  margin:0 auto;
  text-align:center;
  width:100%;
  font-size:18px;
}
.product_cart_buttons {
  /*! width: 100%; */
  margin: 0 auto;
  text-align:center;
  display: inline;
}
.product_cart_buttons_div {
    text-align:center;
}
.shipstatedetail{
	color:green;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:0 10px;
}

.shipquotestate_p{
    padding:5px;
    margin:0 auto;
    text-align:center;
}
.shipquotestate_p a {
  color:blue;
  text-decoration: underline;
}
.shipquotestate_form{
    font-size:16px;
    font-weight:bold;
    width:100%;
    margin:0 auto;
    text-align:center;"
}
.product_cart_buttons select:focus {
  box-shadow: 0 0 4px 1px blue;
}

.related-items-div {
	margin:50px auto;
}
.related-items {
  font-size:20px;
  font-weight:bold;
  width:100%;
  max-width:1150px;
  margin:0 auto;
  text-align:center;
  line-height: 1.0;
  padding: 2px 0 5px 0;
}

.related_item_container {
	position: relative;
	width: 50%;
	max-width: 210px;
	display: inline-block;
	margin: 1px;
	font-size:14px;
	font-weight:normal;
	vertical-align:top;
}

.related_item_image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 133px;
}

.related_item_overlay {
  position: absolute;
  top: 110px;
  background: #000;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding: 2px;
  margin-bottom:5px;
  text-align: center;
}


div.prod_share_links {
	text-align:center;
}
div.prod_share_links a {
	color:white;
	margin:3px;
	display: inline-block;
	padding: 6px 10px;
	border-radius: 5px;
	font-size: 16px;
	width: 175px;
	transition: background-color 0.3s;
}
a.prod_share_facebook {
	background-color: #4267B2;
}
a.prod_share_facebook:hover {
	background-color: #5b84d6;
}
a.prod_share_pinterest {
	background-color: #E60023;
}
a.prod_share_pinterest:hover {
	background-color: #FF4C5A;
}
a.prod_share_reddit {
	background-color: #FF4500;
}
a.prod_share_reddit:hover {
	background-color: #FF6347;
}
a.prod_share_email {
	background-color: #0072C6;
}
a.prod_share_email:hover {
	background-color: #1A8CFF;
}


.cart-related-items-div {
  margin:50px auto;
}
.cart-related-items-div div {
  margin:0 auto;
  display: flex;
  width: 100%;
  max-width:1400px;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.1;
  gap: 5px;
}
.cart-related-items-div h3 {
  font-size:20px;
  text-align: center;
  font-weight: bold;
}
.cart-related-items-div a {
  width:31vw;
  max-width: 200px;
  text-align: center;
  flex: 0 1 auto;
  font-size:15px;
}
@media (max-width: 600px) {
  .cart-related-items-div a {
    font-size: 14px;
  }
}
.cart-related-items-div img {
  height:auto;
  width:100%;
}





/** Category Page Table Sort Links */
table.cat_sort_header {
  width:100%;
}

table.cat_sort_header p{
  text-align: center;
  font-size: 14px;
  color: black;

}
.table_inquiryform {
  max-width:800px;
  margin:50px auto 0 auto;
}
.table_inquiryform p,h4 {
  text-align:center;
  font-size:16px;
  margin:5px auto;
}
.table_inquiryform h4 {
	padding:5px;
	font-size:20px;
	font-weight:bold;
	margin: 20px auto 0 auto;
}
.table_inquiryform td {
  padding: 10px;
}
.table_inquiryform .callp {
 width:100%;
 max-width:600px;
}



div.homeblock1 {
	margin:15px auto 30px auto;
	width:100%;
	max-width:1700px;
}
div.homeblock1 img{
	display:block;
	margin:0 auto;
	max-width:100%;
	height:auto;
	max-height: 500px;
	object-fit: cover;
}
div.homeblock1 p {
	margin: 0;
	padding: 0;
}
div.homeblock1 > p > iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  max-width:600px;
}



strike.oldprice {
  color:#707070;
  font-size:30px;
}
.p_promoprice{
    font-size: 12px;
    text-align: left;
    color: red;
    text-decoration: none;
}
.p_prodprice{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
p.p_copyright {
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	background: #F0F0F0;
	margin: 50px auto 0 auto;
	padding: 10px;
	max-width: 1500px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}
p.p_copyright a {
	color:blue;
}



.marquee {
    width:90%;
    margin: 12px auto 0 auto;
    white-space: nowrap;
    overflow: hidden;
    background-color:#F0F0F0;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}
.marquee span:hover {
    animation-play-state: paused
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}


.specialsalebox {
	line-height: 1.1;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
	width: 90%;
	margin: 20px auto 0 auto;
	text-align: center;
}

.markdownsbox {
	line-height: 1;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 50px 0;
}
.markdownsbox h2{
	margin: 0 auto;
	text-align:center;
	font-size: 30px;
	line-height: 1;
}
.markdownsbox h2 > a {
	font-size: 24pt;
}
.markdownsbox a {
	font-size: 18px;
}

.markdownsbox2 {
	width: 90%;
	margin: 30px auto 15px auto;
	text-align: center;
}
.markdownsbox2 h2{
	margin: 0 auto;
	text-align:center;
	font-size: 30px;
	line-height: 0.8;
}
.markdownsbox2 h2 > a {
	font-size: 24pt;
}
.markdownsbox2 a {
	font-size: 18px;
}

.markdownsmainlink{
	color:blue;
}


.nxprnav {
	font-size: 16px;
	text-decoration: none;
	margin: 0 auto;
	text-align:center;
	padding:10px 0;
}
.nxprnav > a{
	color:blue;
}

.button_iteminquiry {
	-moz-box-shadow:inset 0px 1px 0px 0px #a6827e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6827e;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d5d3b), color-stop(1, #634b30));
	background:-moz-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-webkit-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-o-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-ms-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30',GradientType=0);
	background-color:#7d5d3b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #54381e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	padding:6px 34px;
	margin-top:6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
}
.button_iteminquiry:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #634b30), color-stop(1, #7d5d3b));
	background:-moz-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-webkit-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-o-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-ms-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b',GradientType=0);
	background-color:#634b30;
}
.button_iteminquiry:active {
	position:relative;
	top:1px;
}


.button_mailinglist {
	-moz-box-shadow:inset 0px 1px 0px 0px #a6827e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6827e;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d5d3b), color-stop(1, #634b30));
	background:-moz-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-webkit-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-o-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-ms-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30',GradientType=0);
	background-color:#7d5d3b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #54381e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	margin:5px 0 10px 0;
	padding:6px 34px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
  max-width: 95%;
}
.button_mailinglist > span{
	font-weight:bold;
	font-size:20px;
}

.button_mailinglist:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #634b30), color-stop(1, #7d5d3b));
	background:-moz-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-webkit-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-o-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-ms-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b',GradientType=0);
	background-color:#634b30;
}
.button_mailinglist:active {
	position:relative;
	top:1px;
}


.button_cart {
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	border:medium solid DarkRed;
	font-size: 18px;
	padding: 8px 20px;
	margin:5px;
}
.button_cart:hover {
	border:medium solid red;
}
.button_cart2 {
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	border: medium solid DarkRed;
	font-size: 18px;
	padding: 2px 20px;
	margin: 5px;
}
.button_cart2:hover {
	border:medium solid red;
	text-decoration: none;
}



/* category-display */
div.homecat-container {
  padding:20px 0;  
}
div.homecat-container h1 {
  margin: 10px auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
div.homecat-container > div {
  display: flex;
  width: 100%;
  margin: 0 auto 20px auto;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.2;
  gap: 5px;
}
div.homecat-container a {
  min-width: 110px;
  max-width: 110px;
  text-align: center;
}
div.homecat-container > div > a > div {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
div.homecat-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
div.homecat-container img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 1400px) {
  div.homecat-container a {
    font-size: 15px;
    min-width: 100px;
    max-width: 100px;
  }
  div.homecat-container > div > a > div {
    height: 150px;
  }
}





/* Catalog */

div.catalog {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 30px 50px 30px;
  gap: 8px;
}
@media (max-width: 992px) {
	div.catalog {
	  padding: 0 0 50px 0;
	}
}
div.catalog a {
	flex: 0 1 auto;
	width: 48vw;
	max-width: 261px;
}
@media (max-width: 768px) {
  div.catalog a {
    font-size: 14px;
  }
}
div.catalog figure {
  margin: 0;
  position: relative;
}
div.catalog figcaption {
  margin-top: 15px;
  line-height:18px;
  text-align:center;
}
div.catalog img {
  box-shadow: 4px 4px 8px #aaa;
  max-width: 100%;
  max-height: 174px;
  height: auto;
  margin: 0 auto;
  display: block;
}
div.catalog p:nth-of-type(2){
  padding:3px;
  font-weight: bold;
}
.hot-item-label {
    position: absolute;
    top: 2px;
    right: 1%;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 3px;
    border-radius: 5px;
    display: none;
}
div.catalog figure.highlight .hot-item-label {
    display: block;
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
    filter: drop-shadow(0 0 3px rgba(255, 0, 0, 1));
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}






/* Product Page */
.product_box {
  overflow: hidden;
}
.product_box_left {
  float: left;
}
.product_box_right {
  float: right;
}

@media screen and (max-width: 700px) {
  .product_box_left {
    float: none;
    display: block;
    text-align: left;
  }
  .product_box_right {
    float: none;
  }
}






@media print {
html, body {
  width:1050px;
  height:100%;
}
body * {
  visibility: hidden;
}
.product_homelink,.youtube-outer,.related-items-div,.table_inquiryform,.p_copyright,.button_cart,.button_cart2,.wsmenucontainer,.specialsale {
  display:none !important;
}
.print-area * {
  visibility: visible;
}

  /* blog print style */
.rightsidebar .content-area {
  width: unset;
  padding: 0;
  margin: 0;
  }
  h1.entry-title{
    text-align: center;
    font-size: 40px !important;
  }
  main {
  }
  figure{
    text-align:center;
  }
  .post-thumbnail > img{
    width:550px;
  }
  .wp-block-image > img {
    width:400px;
  }
  div.container{
    max-width: unset;
  }
  main * {
    visibility: visible;
    width:unset;
    margin:0;
    paddng:0;
  }
  footer,.article-meta,.entry-meta,.post-navigation,.pagination,.additional-post,.comments-area,.widget-area,.back-to-top {
    display: none !important;
  }
}

.search-keywords {
  margin:15px auto;
  font-size:16px;
  text-align:center;

}
.search-notify {
  width:100%;
  margin:0 auto;
}

.searchintrop {
	margin: 30px auto;
	width: 95%;
	max-width: 1100px;
}

.cardprocessing-img {
  padding:5px;
  line-height:2em;
  width:76px;
  height:auto;
}





/* email subscribe modal */
body.modal-open[style] {
    padding-right: 0px !important;
    overflow-y: auto !important;
}
#emailsubmodal {
	--bs-modal-width: 700px;
	padding: 0 4px;
}
#emailsubmodal div.modal-body {
	padding: 4px;
}
#emailsubmodal div.modal-dialog {
    height: 80vh;
    display: flex;
    align-items: center;
}
#emailsubmodal .modal-content {
	width: calc(100% - 5px);
}
#emailsubmodal .modal-header {
	padding: 2px 20px;
}

#emailsubmodal button.emailsubclose {
	font-size: 40px;
  font-weight: bold;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  width:40px;
  height:40px;
  border-radius:50px;
  color:#000;
  line-height:10px;
  text-align:center;
  background:#fff;
}
#emailsubmodal .emailsubmodalheader {
	font-size:28px;
	font-weight:bold;
}
#emailsubmodal .emailsubmodal_form_p1 {
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 28px;
	width: 100%;
	max-width: 360px;
	font-weight: bold;
}
#emailsubmodal .emailsubmodal_form_p2 {
	margin: 20px auto 0px auto;
	text-align: center;
	font-size: 16px;
	width: 100%;
	max-width: 360px;
}
#emailsubmodal .emailsubmodal_form_p_unsub{
	font-size: 13px;
	margin:5px auto 0 auto;
	text-align:center;
}
#emailsubmodal .emailsubmodal_body_left {
	width: 60%;
	float: left;
	height: 280px;
	position: relative;
}
#emailsubmodal .emailsubmodal_body_left > form {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	/*! padding: 0 2px; */
}
#emailsubmodal .emailsubmodal_body_right {
	width: 40%;
	float: right;
	background-image: url('/assets/images/emailsubmodal.webp');
	height: 280px;
	background-size: cover;
	background-position: center;
}
#emailsubmodal p.emailsubmodal_form_fields {
	margin:10px auto 10px auto;
	text-align:center;
}
#emailsubmodal p.emailsubmodal_form_fields > input[type=submit] {
	border-radius: 8px;
	width: 200px;
}

@media screen and (max-width: 550px) {
  #emailsubmodal .emailsubmodalheader {
    font-size:24px;
  }
  #emailsubmodal .emailsubmodal_form_p1 {
    font-size: 20px;
    margin: 0 auto 20px auto;
    line-height: 1;
  }
  #emailsubmodal .emailsubmodal_form_p2 {
    font-size: 14px;
    margin: 20px auto 0px auto;
    line-height: 1.3;
  }
  #emailsubmodal .emailsubmodal_form_p_unsub{
    font-size: 12px;
    padding:5px 0;
  }
  #emailsubmodal .emailsubmodal_form_p_unsub{
    font-size: 13px;
    margin: 0 auto 5px auto;
    line-height: 1.1;
  }
  #emailsubmodal p.emailsubmodal_form_fields > input[type=submit] {
    width: 100%;
    max-width:150px;
  }
  #emailsubmodal p.emailsubmodal_form_fields > input[type=email] {
    width: 100%;
    max-width: 200px;
    font-size:13px;
  }
}







.shipinfo-button {
	padding: 10px 20px;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.shipinfo-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index:1100;
}
.shipinfo-modal-overlay.shipinfo-active {
	visibility: visible;
	opacity: 1;
}
.shipinfo-modal {
	max-width: 1000px;
	max-height: min(1000px, 90vh);
	background: white;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	padding: 50px 20px 20px 20px;
	width: 90%;
	height: 100%;
}
.shipinfo-close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #ddd;
	border: none;
	padding: 5px 10px;
	border-radius: 50%;
	cursor: pointer;
}
.shipinfo-iframe-container {
	width: 100%;
	height: 100%;
	border: none;
}



.multi-modal {
	display: none;
	position: fixed;
	z-index: 1100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: flex-start;
	padding-top: 10vh;
}
.multi-modal-content {
	background: white;
	border-radius: 12px;
	max-width: 620px;
	max-height: min(800px, 98vh);
	width: 90%;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	position: relative;
}
.multi-modal-header {
	background: #5A3E36;
	color: white;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.multi-modal-close {
	font-size: 24px;
	cursor: pointer;
	background: none;
	border: none;
	color: white;
}
.multi-modal-body {
	flex-grow: 1;
	overflow: hidden;
	position: relative;
}
.multi-modal iframe {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 12px;
}
.multi-modal-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 5px solid rgba(0, 0, 0, 0.1);
	border-top: 5px solid #5A3E36;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: mmodalSpin 1s linear infinite;
	display: none;
}
@keyframes mmodalSpin {
	0% { transform: translate(-50%, -50%) rotate(0deg); }
	100% { transform: translate(-50%, -50%) rotate(360deg); }
}
@media screen and (max-height: 900px) {
	.multi-modal {
		padding-top: 0;
		align-items: center;
	}
}

.feedback-button {
	padding: 10px 20px;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.feedback-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index:1100;
}
.feedback-modal-overlay.feedback-active {
	visibility: visible;
	opacity: 1;
}
.feedback-modal {
	max-width: 800px;
	max-height: 95vh;
	background: white;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	padding: 50px 10px 10px 10px;
	width: 90%;
	height: 100%;
}
.feedback-close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #ddd;
	border: none;
	padding: 5px 10px;
	border-radius: 50%;
	cursor: pointer;
}
.feedback-iframe-container {
	width: 100%;
	height: 100%;
	border: none;
}



.photogallery-main {
  margin:0 auto;
  text-align:center;
}
.photogallery-main img {
	max-width: 100%;
	max-height: 600px;
	height: auto;
}
.photogallery-flex {
	display: flex;
	gap: 3px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 5px auto 0 auto;
	max-width: 1050px;
}






div.cat-sort-header {
	display: flex;
	text-align: center;
	font-weight:bold;
}
div.cat-sort-header span {
	font-weight: normal;
}
.category_header {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 40px auto;
	padding: 0 10px;
}
.subcatlistheader-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
	max-width: 1200px;
	margin: 0 auto 30px auto;
	padding: 0 35px;
}
@media screen and (max-width: 992px) {
	.subcatlistheader-container {
		padding: 0 10px;
	}
}
.subcatlistheader-container a {
  flex: 1 1 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 300px;
	background-color: #e8e8e8;
	padding: 5px;
	border-radius: 8px;
	font-weight: bold;  
}
@media screen and (max-width: 700px) {
  .subcatlistheader-container a {
    flex: 1 1 100px;
    max-width: 200px;
    font-size: 14px;
  }
}
.subcatlistheader-container a:hover {
	background-color: #ddd;
	transform: scale(1.01);
}
.subcatlistheader-container .__active:hover {
	background-color: #979797;  
	transform: none;
}
.subcatlistheader-container .__active {
	color:white;
}
.subcatlistheader-container .__active {
	background-color: #979797;
}









div.carousels_container1 {
  margin: 70px auto;

}
div.carousels_container2 {
  margin: 50px auto;

}
.carousel_header {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}
.carousel_header span {
	color:blue;
	font-size: 15px;
}
.homecarouseldiv {
  margin: 0 auto;
  position: relative;
}
.homecarousel {
  display: flex;
  gap: 8px;
  padding: 10px;
  list-style: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.homecarousel::after, .homecarousel::before {
  content: "";
  position: absolute;
  top:10%;
  width: 30px;
  height: 90%;
  pointer-events: none;
  z-index: 2;
}
.homecarousel::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.homecarousel::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.homecarousel li {
  height: 100%;
  max-width: 220px;
  flex: 1 0 auto;
  width: 40vw;
}
.homecarousel figure {
  margin: 0;
}
.homecarousel figcaption {
  margin-top: 15px;
  line-height:18px;
  text-align:center;
}
.homecarousel img {
  box-shadow: 4px 4px 8px #aaa;
  max-width: 100%;
  max-height: 174px;
  height: auto;
}
.homecarousel p:nth-of-type(2) {
  padding:3px;
  font-weight: bold;
}
.carouselbutton {
  position: absolute;
  top: 30%;
  width: 3rem;
  height: 3rem;
  background-color: white;
  color: #333;
  border: 2px solid #ccc;
  border-radius: 50%;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 10;
}
.carouselbutton::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  z-index: -1;
}

.carouselbutton_previous {
  left: 1.5rem;
}
.carouselbutton_next {
  right: 1.5rem;
}
.carouselbutton_previous .arrow {
  transform: rotate(180deg);
}
.carouselbutton:hover {
  background-color: #f0f0f0;
  border-color: #aaa;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.carouselbutton:active {
  transform: scale(0.95);
}
@media (max-width: 768px) {
  .homecarousel figcaption {
    font-size: 14px;
  }
  .carouselbutton {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    border-width: 1px;
    display: flex;
    opacity: 0.6;
    transition: opacity 0.3s ease-in-out;
  }
  .carouselbutton:hover {
    opacity: 1;
  }
}