html {
	scroll-behavior: smooth;
	font-size: 100%;
}


/* Carousel */

.carousel-homepage {
	max-width: 99%;
}

.carousel-container {
	overflow: hidden;
}

.carousel-item {
}

.carousel-image-column img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.carousel-text-column {
}

.carousel-title {
	margin-top: 1em;
	font-weight: bold;
	font-size: 1.5em;
}

.carousel-date {
	font-size: 0.8em;
	color: #2B2E34;
	font-weight: medium;
	margin-bottom: 1.5em;
}

.carousel-text-body {
	text-align: justify;
}

@media screen and (min-width: 1024px ) {
	.carousel-text-body {
		max-width: 60%;
	}
}

@media screen and (min-width: 900px ) {
	.carousel-text-body {
		max-width: 80%;
	}
}

.carousel-learn-more {
	font-size: 14px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	float: right;
}



/* product list */

p.hasVolumePricing {
	font-size: 0.75rem;
	white-space: nowrap;
	display: block;
	text-align: right;
	vertical-align: bottom;

}

p.productCount {
	font-weight: normal;
	margin-bottom: 2em;
	color: #a0a0a0;
}

div.productListItem a {
	color: #505050;
	font-weight: bold;
}

div.discontinuedListItem img {
	max-height: 80px;
};

div.product_description {
	vertical-align: top;
	display: inline-block;
	text-align: justify;
	width: 70%;
}

div.productName {
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

div.categoriescol a {
	white-space: nowrap;
	font-weight: normal;
}

p.shortDescList	{
}

p.priceInList {
	color: black;
	font-size: 125%;
	margin-top: 2em;
	line-height: 1em;
	display: block;
	text-align: right;
	vertical-align: bottom;
}

p.discontinuedInList {
	color: #ff0000;
	font-size: 125%;
	display: block;
	text-align: right;
	vertical-align: bottom;
}

p.outOfStockInList {
	color: #ff0000;
	font-size: 125%;
	display: block;
	text-align: right;
	vertical-align: bottom;
}

p.comingSoonInList {
	color: #00d000;
	font-size: 125%;
	display: block;
	text-align: right;
	vertical-align: bottom;
}

p.USDpriceInList {
	font-size: 0.75rem;
	white-space: nowrap;
	display: block;
	text-align: right;
	vertical-align: bottom;

}

p.USDpriceOrdering {
	font-size: 0.75rem;
	display: block;
}




/* product page */

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

table.pricebreaks {
	width: 100%;
}

span.pcoff {
	font-size: 0.75rem;
	white-space: nowrap;
}

img.center {
	display: block;
	margin: auto;
}

ul.thumbs-horizontal li {
	display: inline-block;
}

table.orderOption {
	margin-bottom: 2em;
	border: solid 1px #e0e0e0;
}

table.orderOption th {
	white-space: nowrap;
}

div.categorytag {
	border: solid 1px #c0c0c0;
	padding-left: .25em;
	padding-right: .25em;
	background-color: #eeeeee;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
div.categorytag a {
	text-decoration: none;
}

ul.otherOrdering li {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
}

div.hidden_content_header {
	text-align: center;
	font-weight: bold;
	font-style: underline;
	cursor: pointer;
	background-color: #d0d0d0;
	margin-bottom: 10px;
	padding: 10px;
}

div.hidden_content {
	display: none;
	padding-bottom: 15px;
}

ul.productThumbs {
	width: 100%;
}

ul.productThumbs li {
	display: inline-block;
	max-width: 31%;
}

ul.productThumbs img {
	max-height: 50px;
}

span.breakable {
  word-wrap: break-word;
  background-color: red;
}

div.productDescription {
}

/* Cart page */

li.shipOption {
	padding: 0.5em 0.5em 0.5em 0.5em;
}

li.disabledShipOption label {
	text-decoration: line-through;
}

li.disabledShipOption {
	background-color: #eee;
}

div.shippingChange {
}

input.item_quantity {
	width: 4em;
	min-height: 1em;
}

table.cartTotal {
	border: 1px solid #eee;
}

tr.grandTotal td {
	font-weight: bold;
	font-size: 125%;
	white-space: nowrap;
}

tr.grandTotal th {
	font-weight: bold;
	font-size: 125%;
}

table.cartTotal th {
	white-space: nowrap;
	width: 6em;
	padding-top: .75em;
	padding-bottom: .75em;
	vertical-align: middle;
}

table.cartTotal td {
	vertical-align: middle;
	padding-top: .75em;
	padding-bottom: .75em;
}

img.incart_image {
	max-width: 160px;
	text-align: middle;
}

table.cart a {
	color: #505050;
}

table.cart th {
	white-space: nowrap;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: .5em .75em;
}

table.cart td {
	text-align: right;
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: middle;
	padding: .5em .75em;
	border: none;
	border-bottom: 1px solid #eee;
}

.nowrap {
	white-space: nowrap;
}

table.cart tr:nth-child(even) {
	background-color: #f9f9f9;
}

table.cart {
	width: 100%;
	border:  1px solid #eee;
}

table.responsivetable1 th {
	white-space: nowrap;
	text-align: left;
	border-bottom: 1px solid #eee;
	padding: .5em .75em;
}

table.responsivetable1 td {
	text-align: left;
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: top;
	padding: .5em .75em;
}

table.responsivetable2 th {
	white-space: nowrap;
	text-align: left;
	border-bottom: 1px solid #eee;
	padding: .5em .75em;
}

table.responsivetable2 td {
	text-align: left;
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: top;
	padding: .5em .75em;
}

table.supportTable th {
	white-space: nowrap;
	text-align: left;
	border-bottom: 1px solid #eee;
	padding: .5em .75em;
}

table.supportTable td {
	text-align: left;
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: top;
	padding: .5em .75em;
}


td.cartdeleteitem i {
	padding-left: 0.6em;
}

table.cartTotal {
	width: 100%;
}


td.cartshipselect {
	text-align: left !important;
}

table.cartTotal td {
	text-align: right;
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: top;
	padding: .5em .75em;
	border-bottom: 1px solid #eee;
}

table.cartTotal th {
	white-space: nowrap;
	text-align: left;
	padding: .5em .75em;
	border-bottom: 1px solid #eee;
	vertical-align: top;
}

span.subtotal_details {
	font-weight: normal;
	font-size: 0.875em;

}

button.qty-button {
	border: none;
}

input.qty-input {
	text-align: center;
}

@media only screen and (max-width: 768px) {
	img.productList_image {
		max-width: 50%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

@media only screen and (max-width: 500px) {
	img.productList_image {
		max-width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	img.hide600 {
		display: none;
	}
}


@media only screen and (max-width: 768px) {

	table.cartTotal td {
		display: block;
		padding-left: 3em;
		padding-bottom: 1em;
	}
	table.cartTotal th {
		display: block;
		border: none;
		padding-bottom: 0em;
		margin-bottom: 0em;
	}

	table.cart td {
		display: block;
	  	border: none;
		border-bottom: 1px solid #eee;
		position: relative;
	}

	table.cart td:before {
		float: left;
		font-weight: bold;
	}

	table.cart td:nth-of-type(1) {
		text-align: center; 
	}

	table.carten td:nth-of-type(3):before { content: "Item"; }
	table.carten td:nth-of-type(4):before { content: "Price"; }
	table.carten td:nth-of-type(5):before { content: "Quantity";}
	table.carten td:nth-of-type(6):before { content: "Total";}

	table.cartjp td:nth-of-type(3):before { content: "商品"; }
	table.cartjp td:nth-of-type(4):before { content: "金額"; }
	table.cartjp td:nth-of-type(5):before { content: "数量";}
	table.cartjp td:nth-of-type(6):before { content: "小計";}

	table.cartfr td:nth-of-type(3):before { content: "Article"; }
	table.cartfr td:nth-of-type(4):before { content: "Prix"; }
	table.cartfr td:nth-of-type(5):before { content: "Quantité";}
	table.cartfr td:nth-of-type(6):before { content: "Total";}



	table.responsivetable1 th {
	    display: block;
	  	border: none;
		border-top: 1px solid #eee;
		padding-top: 1em;
	}
	table.responsivetable1 td {
	    display: block;
		margin-bottom: 1em;
	  	border: none;
	}

	table.responsivetable2 th {
		display: none;
	}
	table.responsivetable2 td:nth-child(odd) {
	    display: block;
	  	border: none;
		border-top: 1px solid #eee;
		padding-top: 1em;
		font-weight: bold;
		margin-bottom: 0em;
	}
	table.responsivetable2 td {
	    display: block;
		padding-top: 0em;
		margin-bottom: 1em;
	  	border: none;
	}

	table.supportTable td {
		display: block;
		border-collapse: collapse;
	  	border: none;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	table.supportTable th {
		display: none;
	}

	table.supportTable tr {
		border: 1px solid #eee;
		display: block;
		margin-bottom: 2em;
	}

	table.supportTable_en td:nth-of-type(1) {
		font-weight: bold;
		background: #eee;
		text-align: center;
		padding-top: 0.25em;
		padding-bottom: 0.25em;
	}
	table.supportTable_en td:nth-of-type(2):before {
		content: "Tested by: ";
		font-weight: bold;
	}
	table.supportTable_en td:nth-of-type(3):before {
		content: "Supported: ";
		font-weight: bold;
	}
	table.supportTable_en td:nth-of-type(4):before {
		content: "Comments: ";
		font-weight: bold;
	}


}

/* mapping page */

table.mapping {
	max-width: 768px;
}

/* footer */

button.topbtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #e0e0e0; /* Set a background color */
  color: #303030; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

button.topbtn:hover {
  background-color: #f0f0f0; /* Add a dark-grey background on hover */
}

div.in-footer a {
  color: #303030; /* Text color */
}

div.in-footer li {
	margin-bottom: 0.5em;
}

/* adapter finder */

form.adapterfinder span {
	display: inline-block;
	border: solid 1px #c0c0c0;
	padding-left: .25em;
	padding-right: .25em;
	background-color: #eeeeee;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: .25em;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

form.adapterfinder label {
}

form.adapterfinder input {
	vertical-align: text-bottom;
	padding: 0px;
	margin: 0px;
	margin-top: .15em;
	margin-right: .25em;
}

div.indent {
	margin-left: 2em;
	margin-bottom: 2em;
}

textarea.mappingcode {
	width: 100%;
	min-height: 5em;
	max-width: 800px;
}

#faq_japan:target {
	background-color: #c6f5f5;
	-webkit-transition: all 1s linear;
}

div.faqBlock {
}

div.faqBlock p {
	padding: 1em;
	padding-bottom: 2em;
	display: block;
	border-bottom: 1px #eee solid;

}

div.faqEntry {
	padding: 1em;
	padding-bottom: 2em;
	display: block;
	border-bottom: 1px #eee solid;


}

div.seeAlso {
	margin: 2em 2em 2em 2em;
	padding: 1em 1em 1em 1em;
	background-color: #eeeeee;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;

}
