.top-header .logo {
	margin:0 auto;
}
.qrline {
	width:80px;
	height:80px;
	background: url(../images/qrline.png) no-repeat;
	background-size:cover;
}

@media (max-width: 768px) {
.qrline {
    margin:0 auto;
}
}

.menu {
	background-color: rgba(0, 0, 0, 1);
}
.menu .navigation .navbar-nav > li > a {
	color: #fff;
}
.menu .navigation .navbar-nav > li > a:hover, .navigation .navbar-nav > li > a:active, .navigation .navbar-nav > li > a:focus {
    background: none;
    color: #ccc;
}
.menu-title {
	color: #fff;
}
.hero-slider .slider-item .container {
    height: 900px;
}
.hero-slider .btn {
    font-size: 20px;
    font-weight: 800;
}	
.navbar-toggle {
	background-color: rgba(255, 255, 255, 1);
}	
.slider-bg {
	background-position:center;
}
.slider-item::after {
	background-color: rgba(0, 0, 0, 0);
}
.section {
    padding: 40px 0;
}

.section-title {
    font-size: 36px;
    font-size: 2em;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 50px;
}

.offer {
  margin-bottom: 30px;
}
.offer .featured-image {
  border: 5px solid white;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  background: white;
  margin-bottom: 20px;
}
.offer .featured-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.offer .entry-title {
  font-size: 16px;
  font-size: 1em;
  font-weight: 800;
}
.offer .entry-title a {
  text-decoration: none;
  color: inherit;
}

.red_circle {
    padding: 4px;
    background-color: #d9565b;
    border: 4px solid #eaacad;
    border-radius: 50%;
    color: white;
    display: inline-block;
    width:38px;
    height:38px;
    text-align:center;
}
.blue_circle {
    padding: 4px;
    background-color: #19bdce;
    border: 4px solid #aae8ee;
    border-radius: 50%;
    color: white;
    display: inline-block;
    width:36px;
    height:36px;
    text-align:center;
}
.black_circle {
    padding: 4px;
    background-color: #000000;
    border: 4px solid #444;
    border-radius: 50%;
    color: white;
    display: inline-block;
    width:36px;
    height:36px;
    text-align:center;
}

.button-blue {
  padding: 5px 30px;
  background-color: #19bdce;
  border: none;
  border-radius: 5px;
  color: white;
  display: inline-block;
  outline: none;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125em;
}
.button-blue:hover, .button-blue:active {
  background-color: #34d6e6;
}


.button-black {
  padding: 5px 30px;
  background-color: #000000;
  border: none;
  border-radius: 5px;
  color: white;
  display: inline-block;
  outline: none;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125em;
}
.button-black:hover, .button-black:active {
  background-color: #000000;
}

.button-red {
  padding: 5px 30px;
  background-color: #d9565b;
  border: none;
  border-radius: 5px;
  color: white;
  display: inline-block;
  outline: none;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125em;
}
.button-red:hover, .button-red:active {
  background-color: #eaacad;
}

.social-media-icons ul li .linechat {
    background: #00c300;
}

.icon-linechat {
    background: url(../images/icon_line.jpg) no-repeat;
	background-size:cover;
	background-position:center;
    width: 20px;
	height: 20px;
	vertical-align: middle;
    display: inline-block;
}

.tag {
	font-size:14px;
	 display: inline-block;
}

.list-arrow {
  list-style-type: none;
  margin: 0 0 30px;
  padding-left: 0;
  font-size: 13px;
}
.list-arrow li {
  position: relative;
  padding-left: 20px;
}
.list-arrow li:before {
  content: " ";
  width: 6px;
  height: 5px;
  background: url(../images/small-arrow.png) no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
}
.list-arrow li a {
  color: inherit;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  text-decoration: none;
}
.list-arrow li a:hover {
  color: #19bdce;
}
.list-arrow.alt {
  font-size: 15px;
}
.list-arrow.alt li {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-arrow.alt li:before {
  top: 20px;
}

.list-fa {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 30px;
}
.list-fa li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.list-fa .fa {
  position: absolute;
  left: 0;
  top: 5px;
}
.read-more{
    text-align: right;
	padding:10px;
}

.filter-links {
  margin: 0 0 50px;
}
.filter-links a {
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  display: inline-block;
  padding: 10px 40px;
  margin: 0 5px 10px;
  text-decoration: none;
  color: #818c8d;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.filter-links a:hover {
  border-color: #000;
  color: #000;
}

.filter-links a.current {
  border-color: #000;
  color: #000;
}

.filter-links .mobile-filter {
  display: none;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  -webkit-appearance: none;
  appearance: none;
  color: #818c8d;
  background: url(../images/long-arrow.png) no-repeat 95% center;
}
.browse {
    padding: 20px 0;
}
.content img {
    max-width: 100%;
    height: auto;
}
.bg-black {
	background-color: rgba(0, 0, 0, 1);
}
.bg-black .title h2 {
	color: #ccc;
}
.bg-black .btn-main {
    background: #999;
}
.footer {
	background-color: rgba(0, 0, 0, 1);
}
.footer .footer-menu li a {
    color: #ccc;
    font-size: 12px;
}
.paymethod {
	padding-top:10px;
}
.paymethod1 {
	width:100px;
	height:35px;
	background: url(../images/pay_visa.png) no-repeat;
	background-size:cover;
	display: inline-block;
}
.paymethod2 {
	width:100px;
	height:35px;
	background: url(../images/pay_master.png) no-repeat;
	background-size:cover;
	display: inline-block;
}
.paymethod3 {
	width:100px;
	height:35px;
	background: url(../images/pay_american.png) no-repeat;
	background-size:cover;
	display: inline-block;
}

.single-product-details .product-category ul {
    width:auto;
}

.product-price {
	font-size:30px;
}
.product-modal:before {
	height:auto;
}

.remove {
	color: #c7254e;
}

.cart-summary .shoppingtotal {
    float: right;
}	

.siampay {
    height: 70px;
    width: 290px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1em;
    display: block;
    background: url(../images/siampay-logo-default.png) no-repeat;
    background-position: -1%;
}
.siampay-bg {
	margin-left:-15px;
	margin-right:-15px;
 background-color: #000000;
 padding:10px;
}
.siampay-content {
	text-align:center;
}
.siampay-content input[type="submit"]{
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    background: #000000;
    color: white;
    outline: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
} 

.siampay-content input[type="submit"]:hover , .siampay-content input[type="submit"]:focus
{ background-color: #1ccaa2; }

.dashboard-user-profile .user-profile-list {
    margin-top: 0px;
    padding-left: 10px;
}


.messagebox{
	position:absolute;
	width:100px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
	font-size:13px;
    margin-top: -3px;
    margin-left: 5px;	
}
.messageboxok{
	position:absolute;
	width:auto;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	font-size:13px;	
    margin-top: -3px;
    margin-left: 5px;	
}
.messageboxerror{
	position:absolute;
	width:auto;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
	font-size:13px;	
    margin-top: -3px;
    margin-left: 5px;	
}
