a {
color:#000;
}
form.validate .invalid{
	color: #ff5522;
	border-color:#ff5522;
}
.logo img {
	height: 100%;
}
.txt-l {
	text-align: left;
}
.txt-r {
	text-align:right;
}
.txt-c { 
	text-align:center;
}
.block {
	display:block;
}
.inline-block {
	display:inline-block;
}
.fade:not(.show) {
  opacity: 0.9;
}
.modal-backdrop {
	background-color: #888888;	
}
.popular-products-slides .single-product-wrapper .product-img{
	max-width: 255px;
}
.brands-area {
	flex-wrap: wrap;
	justify-content: center;
}
.brands-area .single-brands-logo img {
	width: 100%;
	max-width: 200px;
}
.btn {
	
	min-width: 170px;
	height: 50px;
	
	/* text-transform: uppercase; */

	border: none;
	border-radius: 0;
	padding: 0 40px;
	font-size: 12px;
	line-height: 50px;
	letter-spacing: 1.5px;
	font-weight: 600;
}
.btn-main {
	color: #ffffff;
	background-color: #0315ff;
}
.btn-main:hover {
	color: #ffffff;
	background-color: #ff5522;
}

.btn-default {
	background-color: #aeaeae;
	color: #000;
}
.btn-default:hover {
	background-color: #555;
	color: #fff;
}
.btn-add {
	min-width: auto;
	padding: 5px 15px 5px 15px;
	line-height: 20px;
	height: 30px;
}
.btn-remove {
	color: red;
	padding: 5px 5px 5px 5px;
	line-height: 20px;
	border: 1px solid #f00;
	height: 30px;
	width: 30px;
	min-width: auto;
}
.message-item {
	display:block;
	width: 100%;
	padding: .375rem .75rem;
	margin-bottom: 10px;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
.modal-content {
	position: absolute;
}
.bootstrap-dialog-header {
	width: 100%;
}
.classynav ul li .megamenu .single-mega .title a {
  font-weight: bold;
  color:#565656;
  padding: 0;
}
.breakpoint-off .classynav ul li .brand-menu {
	min-width: 650px;
	width: 90vw;
}

.breakpoint-off .classynav ul li .brand-menu li {
	display:inline-block;
	min-width: 150px;
	width: 20%;
}

.single-product-wrapper .product-img {
  	min-width: 255px;
  	min-height: 255px;
  	cursor: point;
}
  @media only screen and (max-width: 1140px) {
    .single-product-wrapper .product-img {
  	min-width: 180px;
  	min-height: 180px;} }
  	
.pagination {
	margin: 15px 0;
}
.pagination .page-item .active{
     color: #0315ff;
     box-shadow: none;
     background-color: #e9ecef; 
}

.header_area .user-login-info .user-menu {
	width: 300px;
  	position: absolute;;
  	right: 0px;
  	background-color: #fff;
}
	/** 控制滑鼠移過去時顯示會員選單 */
	/* 改用點擊時才顯示
	.header_area .user-login-info:hover .user-menu {
		display: block;
		-webkit-transition-duration: 300ms;
	  	transition-duration: 300ms;
	} */
	
	.header_area .user-login-info .user-menu li {
		border-bottom: 1px solid #ebebeb;
	}
		.header_area .user-login-info .user-menu li a {
			width: 100%;
			line-height: 50px;
		}
.icon-btn {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 5px;
	text-align: center;
	vertical-align: middle; 
	border: 1px solid #ebebeb;
	border-radius: 5px;
	color: #000;
}
.bg-overlay.bg-overlay-on {
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1050; }

/* Cart Area CSS */
.right-side-area {
  position: fixed;
  width: 670px;
  height: 100%;
  top: 0;
  right: -800px;
  background-color: #ffffff;
  z-index: 1100;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .right-side-area {
      width: 500px;
      right: -600px; } }
  @media only screen and (max-width: 767px) {
    .right-side-area {
      width: 270px;
      right: -400px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .right-side-area {
      width: 400px;
      right: -550px; } }
  .right-side-area.right-side-on {
    right: 0; }
  .right-side-area .right-side-button a {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 100;
    width: 90px;
    display: block;
    text-align: center;
    border-left: 1px solid #ebebeb;
    height: 85px;
    line-height: 80px;
    background-color: #f5f7f9; }
    @media only screen and (max-width: 767px) {
      .right-side-area .right-side-button a {
        width: 50px;
        height: 50px;
        line-height: 50px; } }
    .right-side-area .right-side-button a img {
      max-width: 20px; }
    .right-side-area .right-side-button a span {
      font-family: "Ubuntu", sans-serif;
      font-size: 18px;
      color: #0315ff;
      font-weight: 700;
      position: absolute;
      top: -10px; }
  .right-side-area .right-side-content {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%; }
    
    /*Login style*/
    .right-side-area .right-side-content .login {
    	padding: 100px 10%;
    }

/** Cart **/    
.right-side-cart-area .cart-content .cart-list {
  width: 250px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  border-right: 1px solid #eee;
}

.right-side-cart-area .cart-content .cart-amount-summary {
  padding: 60px 10%;
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 250px);
  flex: 0 0 calc(100% - 250px);
  width: calc(100% - 250px);    
}

@media only screen and (max-width: 767px) {
	.right-side-cart-area .cart-content {
		flex-direction: column;
	}
	
	.right-side-cart-area .cart-content .cart-list {
	  width: 100%;
	}
	.nav-brand {
		height: 40px;
	}
}