/*
* ===================================================
*     CUSTOM CSS CODE BELOW
* ===================================================

/* productfilter sod_selectcustom */

.productfilter 
{
    width: 12rem;
	float: left;

border-color:#ff007b;border-style:solid;border-width:3px 6px;padding:5px;

}
.productsort  
{
    width: 12rem;
 
border-color:#030303;border-style:solid;border-width:3px 6px;padding:5px;
    }


/* Go Top  */

#goTop {
position: fixed;
right: 15px;
bottom: 15px;
width: 60px; 
height: 90px; 
opacity: 1; 
z-index: 10;
cursor: pointer;

}


 {color:#FF6817;
    
}   

.option
{
 color:#FF6817

}
/* 行距 */
.rel-date {
 
margin: 0em
}



/* Airlectra */

.product-price.preorder {
    color:#FF6817;
}

.product-btn-addcart.preorder, .btn-cta.preorder, .btn-cta.preorder:hover, .btn-cta.preorder:focus, .btn-cta.preorder:active {
    background-color:#FF6817;
}

.wishlist-btn.wishlist-add {
    padding-bottom:0.25rem;
}

.rabattribbon {
    position: absolute;
    z-index: 99;
    overflow: hidden;
    width: 70px;
    height: 30px;
    text-align: right;
    left: 15px;
    top: 6px;
}

.rabattribbon .procentrab {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px;
    display: block;
    background: linear-gradient(#f70505 0%, #8f0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    width: 100%;
}

.product .ribbon--right {
    right:15px!important;
}

#product .rabattribbon {
    left:30px;
}

.rabattribbon2 .procentrab {
    color: #ffffff;
    text-align: center;
    background: linear-gradient(#f70505 0%, #8f0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
}

.btn.btn-photoswipe {
    top:55px;
}

.mypages {
    text-align:center;
}

.mypages a {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    display: inline-flex;
    margin: 2px;
    justify-content: center;
    align-items: center;
}

/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0 0 0.5rem 0;
	float: left;
}
span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme span {
	cursor:pointer;
}

.light-theme a, .light-theme span {
	float: left;
	color: #ffffff;
	font-size:18px;
	line-height:26px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #15a281;
	min-width: 14px;
	padding: 0 9px;
	margin: 0 5px 0 0;
	background: #15a281;
}

.simple-pagination .page-link:hover {
	background: #ffffff;
	color: #15a281;
	border-color: #15a281;
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    opacity:1;
}

.light-theme .current {
	background: #ffffff;
	color: #15a281;
	border-color: #15a281;
	cursor: default;
}

.light-theme .ellipse {
	background: #ffffff;
	color: #15a281;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
	vertical-align: middle;
    line-height: 1;
}